/*
Theme Name: Omexo Child
Theme URI: http://themehoster.com/tf/wp/omexo
Author: ThemeMeta
Author URI: https://themeforest.net/user/thememeta
Description: Omexo is a Education & Online Courses WordPress Theme.
Version: 2.0
Template: omexo
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: omexo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* Freelancing Guide Section */
.freelancing-guide-wrapper {
  background: linear-gradient(180deg, #f6fbfb 0%, #ffffff 40%);
  padding: 40px 0;
}

.freelancing-guide-wrapper .container {
  max-width: 1100px;
  margin: auto;
  padding: 0 18px;
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 26px;
}

.section-title h2 {
  font-size: 28px;
  margin: 0;
  color: #0b3b3a; /* deep */
  font-weight: 700;
}

.section-title p {
  margin: 6px 0 0;
  color: #6b8b8a;
}

/* Logos */
.logos {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 48px;
}

.logo-card {
  width: 110px;
  height: 80px;
  background: #fff; /* card */
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(5, 25, 25, 0.06);
  font-weight: 600;
  color: #444;
}

/* Avatars */
.avatars {
  background: linear-gradient(180deg, rgba(10, 168, 158, 0.04), rgba(250, 250, 250, 0));
  padding: 28px 0;
}

.avatars-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: end;
  padding: 10px;
  flex-wrap: wrap;
}

.avatar {
  width: 130px;
  text-align: center;
}

.avatar .avatar-circle {
  width: 120px;
  height: 120px;
  background: linear-gradient(180deg, #f7f7f7, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  box-shadow: 0 8px 22px rgba(10, 10, 10, 0.06);
}

.avatar span {
  display: block;
  background: #fff;
  border: 1px solid #ffd6d6;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  padding: 8px 10px;
  margin-top: -6px;
  font-weight: 600;
  color: #a93a3a;
}

/* Call to Action */
.cta {
  background: #f1f8f8; /* muted */
  margin: 26px 0;
  padding: 14px;
  border-radius: 4px;
  text-align: center;
  color: #0b3b3a; /* deep */
  font-weight: 700;
}

.cta u {
  color: #0aa89e; /* accent */
  text-decoration-thickness: 2px;
}

/* Two Column Layout */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
  margin-top: 20px;
}

/* Card */
.card {
  background: #fff; /* card */
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(5, 25, 25, 0.06);
}

.card h3 {
  margin-top: 0;
  color: #0b3b3a; /* deep */
}

.card p {
  color: #586a6a;
  line-height: 1.6;
}

.card .list {
  margin: 10px 0;
  padding-left: 18px;
}

.card .list li {
  margin-bottom: 8px;
}

.card img {
  max-width: 100%;
  border-radius: 8px;
  margin-top: 12px;
}

/* Underlined Text */
.underlined {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.underlined::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 70%;
  height: 3px;
  background: #e94b4b; /* red */
  border-radius: 4px;
}

/* Responsive */
@media (max-width: 900px) {
  .two-col {
    grid-template-columns: 1fr;
  }

  .avatar {
    width: 100px;
  }

  .logo-card {
    width: 90px;
    height: 68px;
  }
}
