/* ==========================================================================
   GMC ABOUT PAGE STYLES - HOME THEME MATCH & ALTERNATING LAYOUTS
   ========================================================================== */

/* IMPORT GLOBAL DESIGN SYSTEM & HEADER/FOOTER STYLES */
@import url("./global.css");
@import url("./header-footer.css");

/* --------------------------------------------------------------------------
   1. HERO SECTION (MATCHING REFERENCE IMAGE 2)
   -------------------------------------------------------------------------- */
.about-hero-section {
  padding: 65px 0;
  background: var(--primary-green-bg);
  font-family: var(--body-font);
  position: relative;
  overflow: hidden;
}

.hero-solid-badge {
  display: inline-block;
  padding: 6px 14px;
  background: var(--primary-green);
  color: var(--white);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}

.about-hero-title {
  font-size: 56px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 14px;
  font-family: var(--headerfont);
  letter-spacing: -0.8px;
  text-align: center;
}

.about-hero-title .highlight-green {
  color: var(--primary-green);
}

.about-hero-desc {
  font-size: 18px;
  color: var(--text-muted);
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
  margin: 0 15%;
  margin-bottom: 14px;
}
.cust-bred {
  text-align: center;
}
.about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--text-muted);
}

.about-breadcrumb a {
  color: var(--primary-green);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.about-breadcrumb a:hover {
  color: var(--primary-green-dark);
}

/* Green Bordered Hero Image Box (Matching Image 2 Reference) */
.hero-bordered-image-frame {
  border: 2px solid var(--primary-green);
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 10px 25px rgba(0, 132, 61, 0.08);
}

.hero-bordered-image-frame img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

/* ----------- STICKY QUICK NAVIGATION BAR------ */
/* .about-nav-sticky-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border-light);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
} */
.about-nav-sticky-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border-light);
  position: sticky;
  top: 70px;
  z-index: 100;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.about-nav-tabs {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  overflow-x: auto;
  scrollbar-width: none;
  justify-content: center;
}

.about-nav-tabs::-webkit-scrollbar {
  display: none;
}

.about-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  background: var(--grey-bg);
  color: var(--dark2);
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid var(--border-light);
}

.about-tab-btn:hover,
.about-tab-btn.active {
  background: var(--primary-green);
  color: var(--white);
  border-color: var(--primary-green);
  box-shadow: 0 6px 18px var(--primary-green-glow);
}

/*---------  SECTIONS & ALTERNATING LAYOUTS ----------- */
.about-main-content {
  font-family: var(--body-font);
  background-color: var(--white);
}

.about-section-block {
  padding: 75px 0;
  position: relative;
}

.about-section-block:nth-child(even) {
  background-color: var(--grey-bg);
}

/* Section Header Titles */
.section-header-box {
  margin-bottom: 55px;
  text-align: center;
}

.section-tag-pill {
  display: inline-block;
  padding: 6px 18px;
  background: var(--primary-green-light);
  color: var(--primary-green);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 14px;
}

.section-main-title {
  font-size: 44px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.25;
  margin-bottom: 12px;
  font-family: var(--headerfont);
  letter-spacing: -0.5px;
}

.section-intro-text {
  line-height: 1.75;
  max-width: 900px;
  margin-bottom: 0;
  margin: 0 auto;
  font-size: 18px;
  color: var(--text-muted);
  font-weight: 400;
}

/* Alternating Row Content Card */
.about-row-item {
  margin-bottom: 50px;
}

.about-row-item:last-child {
  margin-bottom: 0;
}

.about-content-box {
  padding-right: 20px;
}

.flex-lg-row-reverse .about-content-box {
  padding-right: 0;
  padding-left: 20px;
}

.subsection-badge-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark);
  font-family: var(--headerfont);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: -0.3px;
  text-transform: capitalize;
}

.subsection-badge-title i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary-green-light);
  color: var(--primary-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.doc-paragraph {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-muted);
  margin-bottom: 14px;
}
.doc-paragraph a {
  font-weight: bold;
  color: var(--primary-green);
}
.doc-paragraph a:hover {
  color: var(--accent-orange);
}
.doc-paragraph:last-child {
  margin-bottom: 0;
}

/* Home-Style Image Frame Container */
.about-image-frame {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--primary-green);
  background: var(--white);
}

.about-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.about-row-item.our-approach {
  border: 4px solid var(--primary-green);
  padding: 30px 20px;
  background-color: var(--white);
  box-shadow: 0 10px 30px rgba(0, 132, 61, 0.05);
  border-radius: 5px;
}

.our-approach .about-image-frame img {
  height: auto;
}
.our-approach .about-image-frame {
  border: none;
}
.about-image-frame:hover img {
  transform: scale(1.04);
}

/* Floating Image Badge Overlay */
.image-floating-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  padding: 12px 20px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--dark);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.image-floating-badge i {
  color: var(--primary-green);
  font-size: 18px;
}

/* Language Pills */
.language-pills-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.language-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: var(--primary-green-light);
  color: var(--primary-green-dark);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

/* Principles Cards List */
.principles-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

.principle-item-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-left: 2px solid var(--primary-green);
  border-radius: 3px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.principle-item-card:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 25px rgba(0, 132, 61, 0.08);
}

.principle-item-card h4,
.principle-item-card strong {
  font-size: 17px;
  font-weight: 700;
  color: var(--dark);
  font-family: var(--headerfont);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.principle-item-card strong i {
  color: var(--primary-green);
}

.principle-item-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

/* Partner Category Cards */
.partner-box-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 3px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.partner-box-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.partner-box-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  font-family: var(--headerfont);
  margin-bottom: 12px;
}

.partner-pills-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.partner-tag-pill {
  padding: 6px 16px;
  background: var(--grey-bg);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--dark2);
}

/* ------- PARTNER WITH US BANNER (MATCHING IMAGE 2 REFERENCE)--------------------- */
.partner-cta-banner {
  background: var(--primary-green-bg);
  border-radius: 3px;
  padding: 40px 50px;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--primary-green);
  box-shadow: 0 10px 30px rgba(0, 132, 61, 0.06);
  margin-top: 20px;
}

/* Background decorative circles */
.partner-cta-banner::before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(0, 132, 61, 0.06);
  pointer-events: none;
}

.partner-cta-banner::after {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(0, 132, 61, 0.04);
  pointer-events: none;
}

.partner-cta-wrapper {
  display: flex;
  align-items: center;
  gap: 45px;
  position: relative;
  z-index: 2;
}

.partner-cta-graphic-circle {
  width: 210px;
  height: 210px;
  min-width: 210px;
  border-radius: 50%;
  background: var(--white);
  border: 6px solid var(--white);
  box-shadow: 0 12px 30px rgba(0, 132, 61, 0.14);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-cta-graphic-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-cta-content {
  flex: 1;
}

.partner-cta-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark);
  font-family: var(--headerfont);
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

.partner-cta-desc {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-muted);
}
.partner-cta-desc a{
    font-weight: bold;
    color: var(--primary-green);
}
.partner-cta-desc a:hover{
      color: var(--accent-orange);
}
.btn-partner-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 30px;
  background: var(--primary-green);
  color: var(--white);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 6px 18px var(--primary-green-glow);
}

.btn-partner-action:hover {
  background: var(--btn-bg-hover);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--btn-hover-glow);
}

/* --------------------------------------------------------------------------
   5. RESPONSIVE DESIGN
   -------------------------------------------------------------------------- */
@media (max-width: 1199px) {
  #about-gmc .about-row-item.our-approach {
    margin-left: 0px;
    margin-right: 0px;
  }
  .section-header-box {
    margin-bottom: 40px;
  }
  .subsection-badge-title {
    font-size: 24px;
  }
  .about-hero-section,
  .about-section-block {
    padding: 60px 0;
  }
  .about-hero-desc,
  .section-intro-text {
    font-size: 16px;
  }
  .section-main-title {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .about-hero-title {
    font-size: 34px;
  }
  .section-main-title {
    font-size: 26px;
  }
  .subsection-badge-title {
    font-size: 20px;
  }
  .about-content-box {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 30px;
  }

  .about-image-frame img {
    height: auto;
  }

  .hero-bordered-image-frame img {
    height: auto;
  }

  .partner-cta-banner {
    padding: 35px 24px;
  }

  .partner-cta-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }

  .partner-cta-graphic-circle {
    width: 160px;
    height: 160px;
    min-width: 160px;
  }

  .partner-cta-title {
    font-size: 26px;
  }

  .about-nav-sticky-bar .about-nav-tabs {
    gap: 12px;
  }
  .about-nav-sticky-bar .about-tab-btn {
    font-size: 14px;
    padding: 10px 16px;
  }
  .about-row-item.our-approach {
    padding: 20px 10px;
  }
}
@media (min-width: 767px) and (max-width:1200px){
      .about-nav-sticky-bar{
  top: 55px;
}
}
@media (max-width: 767px) {
  .about-nav-tabs {
    display: flex;
    align-items: center;
    padding: 12px 0;
    scrollbar-width: thin;
    justify-content: flex-start;
    width: 100%;
    max-width: 767px;
    overflow-x: auto;
    scrollbar-color: #0080004d transparent;
  }
  .subsection-badge-title,
  .partner-box-card h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 14px;
  }
  .subsection-badge-title i {
    flex-shrink: 0;
  }
  .principle-item-card {
    padding: 16px;
  }
  .about-row-item {
    margin-bottom: 40px;
  }
  .section-header-box {
    margin-bottom: 30px;
  }
  .about-hero-section,
  .about-section-block {
    padding: 45px 0;
  }
  .about-hero-desc,
  .partner-cta-desc,
  .doc-paragraph,
  .section-intro-text,
  .doc-paragraph,
  .section-intro-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
  }
  .about-hero-desc {
    line-height: 1.7;
    margin: 0 4%;
    margin-bottom: 12px;
  }
  .about-content-box {
    margin-bottom: 20px;
  }
  .partner-cta-banner {
    margin-top: 0;
  }
    .about-nav-sticky-bar{
  top: 50px;
}
}
@media (max-width: 556px) {
  .about-nav-sticky-bar .about-nav-tabs {
    gap: 10px;
  }
  .about-nav-sticky-bar .about-tab-btn {
    font-size: 13px;
    padding: 10px 12px;
  }
  .about-row-item {
    margin-bottom: 30px;
  }
  .about-row-item.our-approach {
    padding: 20px 6px;
  }
  .partner-box-card {
    padding: 16px;
  }
  .partner-cta-banner {
    padding: 20px 16px;
  }
}
