 section { padding: 60px 0; }
    /*.container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }*/
    .section-label { font-size: 15px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #c8962a; margin-bottom: 10px; }
    .section-title { /*font-family: 'Playfair Display', serif;*/ font-size: 40px; font-weight: 700; line-height: 1.25; color: #1a1a1a; }
    .section-subtitle { font-size: 16px; color: #000; line-height: 1.7; margin-top: 16px; max-width: 560px; }
    .divider { width: 48px; height: 3px; background: #c8962a; margin: 20px 0; border-radius: 2px; }

    /* ── WHO WE ARE ── */
    .who-we-are { background: #ffffff; }
    .who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    .who-img-wrap { position: relative; }
    .who-img-main {
      width: 100%;
      height: 600px;
      object-fit: cover;
      border-radius: 8px;
      display: block;
    }
    .who-img-badge {
      position: absolute;
      bottom: -28px;
      right: -28px;
      background: #1a5c2a;
      color: #fff;
      border-radius: 8px;
      padding: 24px 28px;
      text-align: center;
      box-shadow: 0 12px 36px rgba(26,92,42,.3);
    }
    .who-img-badge strong { display: block; /*font-family: 'Playfair Display', serif;*/ font-size: 42px; font-weight: 700; line-height: 1; }
    .who-img-badge span { font-size: 14px; opacity: .95; letter-spacing: .5px; margin-top: 4px; display: block; }
    .who-img-accent {
      position: absolute;
      top: -20px;
      left: -20px;
      width: 120px;
      height: 120px;
      border: 3px solid #c8962a;
      border-radius: 8px;
      opacity: .4;
      pointer-events: none;
    }
    .who-content { padding-right: 20px; }
    .who-content p { /*font-size: 16px; line-height: 1.8;*/ color: #000; margin-bottom: 18px; }
    .who-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 20px; margin-top: 0px; }
    .highlight-item { display: flex; align-items: flex-start; gap: 12px; }
    .highlight-icon {
      width: 40px;
      height: 40px;
      background: #eaf4ec;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .highlight-icon svg { width: 18px; height: 18px; stroke: #1a5c2a; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .highlight-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
    letter-spacing: 0.6px;
}
    .highlight-item p {
    font-size: 16px;
    color: #2d2d2d;
    line-height: 1.6;
    margin: 0;
}

    /* ── STATS ── */
    .stats-band { background: #1a5c2a; padding: 20px 0; }
    .stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
    .stat-item { text-align: center; padding: 0px; border-right: 1px solid rgba(255,255,255,.15); }
    .stat-item:last-child { border-right: none; }
    .stat-num { /*font-family: 'Playfair Display', serif;*/ font-size: 48px; font-weight: 700; color: #fff; line-height: 1; }
    .stat-num sup { font-size: 24px; vertical-align: super; }
    .stat-label {
    font-size: 18px;
    color: rgba(255,255,255,.9);
    margin-top: 10px;
    letter-spacing: .3px;
}

    /* ── MISSION & VISION (combined) ── */
  .mission-vision { background: #f8f6f0; }
  .mv-single-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 40px;
    border: 1px solid #e2ddd5;
    position: relative;
    overflow: hidden;
    max-width: 960px;
    margin: 0 auto;
    box-shadow: 0 8px 32px rgba(0,0,0,.07);
  }
  .mv-single-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1a5c2a, #c8962a);
  }
  .mv-icons-row {
    display: flex;
  align-items: center;      /* vertical alignment */
  justify-content: center;  /* centers both icons horizontally */
  gap: 10px;                /* smaller, cleaner gap */
  margin-bottom: 15px;
  }
  .mv-icon {
    width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .mv-icon.green { background: #eaf4ec; }
  .mv-icon.gold  { background: #f4e4b8; }
  .mv-icon svg { width: 40px; height: 40px; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; display: block;}
  .mv-icon.green svg { stroke: #1a5c2a; }
  .mv-icon.gold svg  { stroke: #c8962a; }
  .mv-single-card h3 { font-size: 26px; font-weight: 700; color: #1a1a1a; margin-bottom: 20px; }
  .mv-single-card p { font-size: 16px; line-height: 1.85; color: #3a3a3a; text-align: center; }
  .mv-watermark {
    position: absolute;
    bottom: -30px;
    right: -10px;
    font-size: 160px;
    font-weight: 700;
    color: rgba(0,0,0,.025);
    pointer-events: none;
    line-height: 1;
  }

    /* ── PRODUCTS WE OFFER ── */
    .products-overview { background: #ffffff; }
    .products-head { text-align: center; margin-bottom: 56px; }
    .products-head .section-subtitle { margin: 16px auto 0; }
    .products-head .divider { margin: 20px auto; }
    .prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
    .prod-card {
      border: 1px solid #e2ddd5;
      border-radius: 10px;
      padding: 32px 28px;
      transition: all .3s;
      position: relative;
      overflow: hidden;
    }
    .prod-card:hover { border-color: #1a5c2a; box-shadow: 0 12px 36px rgba(26,92,42,.1); transform: translateY(-4px); }
    .prod-card::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 0;
      background: #eaf4ec;
      transition: height .3s;
      z-index: 0;
    }
    .prod-card:hover::after { height: 100%; }
    .prod-card > * { position: relative; z-index: 1; }
    .prod-num { /*font-family: 'Playfair Display', serif;*/ font-size: 48px; font-weight: 700; color: rgba(26,92,42,.08); line-height: 1; margin-bottom: 8px; }
    .prod-card h4 { font-size: 16px; font-weight: 600; margin-bottom: 10px; color: #1a1a1a; }
    .prod-card p { /*font-size: 14px; line-height: 1.65; color: #4a4a4a;*/ }
    .prod-tag {
      display: inline-block;
      background: #eaf4ec;
      color: #1a5c2a;
      font-size: 15px;
      font-weight: 500;
      padding: 4px 10px;
      border-radius: 20px;
      margin-bottom: 14px;
      letter-spacing: .5px;
      text-transform: uppercase;
    }
    .prod-card:hover .prod-tag { background: rgba(26,92,42,.12); }

  /* ── WHY CHOOSE US ── */
    .why-us { background: #f8f6f0; }
    .why-heading {
      text-align: center;
      margin-bottom: 48px;
    }
    .why-heading h6{
      text-align: center;
      margin-top: 10px;
      width: 60%;
        display: inline-block;
    }

  .why-heading .divider {
    margin: 0 auto; /* centers the divider if it has a fixed width */
  }
   /* .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }*/
   .why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: stretch;
}
.why-img {
 /* position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;*/
 /* min-height: 380px;*/
}

.why-img img {
  flex: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;  height: 328px;
}
  .why-img img:last-child {
    padding-top: 16px;
    }
   /* .why-img {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 320px 320px; 
      gap: 16px;
    }
    .why-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }*/
    /*.why-img img:first-child { grid-row: span 2; }*/

    .why-img-overlay {
      position: absolute;
      bottom: -24px; /* ← adjusted from -68px since images are taller now */
      left: -16px;
      background: #c8962a;
      color: #fff;
      padding: 18px 22px;
      border-radius: 8px;
      text-align: center;
    }
    .why-img-overlay strong { display: block; font-size: 28px; }
    .why-img-overlay span { font-size: 15px; letter-spacing: .5px; color: #fff; }

    .why-list { margin-top: 32px; display: flex; flex-direction: column; gap: 18px; }
    .why-item { display: flex; align-items: flex-start; gap: 16px; }
    .why-check {
      width: 50px; height: 50px;
      background: #1a5c2a;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; margin-top: 2px;
    }
    .why-check svg { width: 36px; height: 36px; stroke: #fff; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
    .why-item h5 { font-size: 16px; font-weight: 600; margin-bottom: 4px; }

    /* ── CERTIFICATIONS ── */
    .certifications { background: #ffffff; }
    .cert-head { text-align: center; margin-bottom: 56px; }
    .cert-head .divider { margin: 16px auto; }
    .cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .cert-card {
      text-align: center;
      padding: 36px 24px;
      border: 1px solid #e2ddd5;
      border-radius: 10px;
      transition: all .3s;
    }
    .cert-card:hover { background: #eaf4ec; border-color: #1a5c2a; transform: translateY(-4px); }
    .cert-icon {
      width: 64px;
      height: 64px;
      background: #eaf4ec;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 18px;
    }
    .cert-card:hover .cert-icon { background: rgba(26,92,42,.12); }
    .cert-icon svg { width: 28px; height: 28px; stroke: #1a5c2a; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .cert-card h4 { font-size: 16px; font-weight: 600; margin-bottom: 8px; }
    /*.cert-card p { font-size: 13px; color: #4a4a4a; line-height: 1.55; }*/

    /* ── GLOBAL REACH ── */
    .global-reach { background: linear-gradient(135deg, #0f3a1a, #1a5c2a); padding: 90px 0; }
    .global-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    .global-content .section-label { color: #f4e4b8; }
    .global-content .section-title { color: #fff; }
    .global-content .section-subtitle { color: rgba(255,255,255,.75); }
    .global-content .divider { background: #c8962a; }
    .regions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
    .region-tag {
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.2);
      color: #fff;
      font-size: 13px;
      padding: 7px 16px;
      border-radius: 20px;
      backdrop-filter: blur(6px);
      transition: background .2s;
    }
    .region-tag:hover { background: rgba(255,255,255,.2); }
    .global-map {
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.15);
      border-radius: 12px;
      padding: 40px;
      text-align: center;
    }
    .globe-icon { font-size: 80px; line-height: 1; margin-bottom: 20px; }
    .global-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 24px; }
    .gstat { background: rgba(255,255,255,.08); border-radius: 8px; padding: 20px; text-align: center; }
    .gstat strong { display: block; /*font-family: 'Playfair Display', serif;*/ font-size: 32px; color: #fff; }
    .gstat span { font-size: 12px; color: rgba(255,255,255,.65); margin-top: 4px; display: block; }

    /* ── TEAM ── */
    .our-team { background: #f8f6f0; }
    .team-head { text-align: center; margin-bottom: 56px; }
    .team-head .divider { margin: 16px auto; }
    .team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
    .team-card {
      background: #ffffff;
      border-radius: 10px;
      overflow: hidden;
      border: 1px solid #e2ddd5;
      transition: all .3s;
    }
    .team-card:hover { box-shadow: 0 16px 40px rgba(0,0,0,.1); transform: translateY(-6px); }
    .team-img {
      height: 280px;
      background: #eaf4ec;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 80px;
      position: relative;
      overflow: hidden;
    }
    .team-img::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 60px;
      background: linear-gradient(to top, rgba(26,92,42,.1), transparent);
    }
    .team-info { padding: 24px; }
    .team-info h4 { /*font-family: 'Playfair Display', serif;*/ font-size: 20px; margin-bottom: 4px; }
    .team-info .role { font-size: 13px; color: #c8962a; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; margin-bottom: 12px; }
    .team-info p { font-size: 13.5px; color: #4a4a4a; line-height: 1.6; }

    /* ── CTA STRIP ── */
    /*.cta-strip { background: #005b7b; padding: 70px 0; text-align: center; }
    .cta-strip h2 { font-size: 38px; color: #fff; margin-bottom: 16px; }
    .cta-strip p { font-size: 16px; color: rgba(255,255,255,.95); max-width: 540px; margin: 0 auto 36px; }
    .cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
    .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 14px 32px;
      border-radius: 4px;
      font-size: 14.5px;
      font-weight: 600;
      text-decoration: none;
      letter-spacing: .3px;
      transition: all .25s;
    }
    .btn-white { background: #fff; color: #1a5c2a; font-size: 18px; }
    .btn-white:hover { background: #f8f6f0; }
    .btn-outline { border: 2px solid rgba(255,255,255,.5); color: #fff; font-size: 18px;}
    .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }*/

    /* ── FOOTER ── */
   /* footer { background: #0d2410; color: rgba(255,255,255,.75); }
    .footer-top {
      max-width: 1280px;
      margin: 0 auto;
      padding: 70px 40px 50px;
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1.5fr;
      gap: 50px;
    }
    .footer-brand .logo-text strong { color: #fff; font-size: 22px; }
    .footer-brand .logo-text span { color: #c8962a; }
    .footer-brand p { font-size: 14px; line-height: 1.7; margin-top: 18px; opacity: .7; }
    .footer-social { display: flex; gap: 10px; margin-top: 24px; }
    .social-btn {
      width: 36px;
      height: 36px;
      background: rgba(255,255,255,.08);
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background .2s;
      text-decoration: none;
    }
    .social-btn:hover { background: #1a5c2a; }
    .social-btn svg { width: 16px; height: 16px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .footer-col h5 { color: #fff; font-size: 15px; font-weight: 600; margin-bottom: 20px; letter-spacing: .3px; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer-col ul li a { color: rgba(255,255,255,.65); text-decoration: none; font-size: 14px; transition: color .2s; }
    .footer-col ul li a:hover { color: #c8962a; }
    .footer-contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; font-size: 14px; }
    .footer-contact-item svg { width: 16px; height: 16px; stroke: #c8962a; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; margin-top: 2px; }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,.08);
      max-width: 1280px;
      margin: 0 auto;
      padding: 22px 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 13px;
      opacity: .55;
    }*/

    /* ── ANIMATIONS ── */
    @keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
    .fade-up { opacity: 0; animation: fadeUp .7s ease forwards; }
    .delay-1 { animation-delay: .15s; }
    .delay-2 { animation-delay: .3s; }
    .delay-3 { animation-delay: .45s; }

    /* ── RESPONSIVE ── */
    @media (max-width: 1024px) {
      .who-grid, .why-grid, .global-inner { grid-template-columns: 1fr; gap: 40px; }
      .who-img-badge { bottom: 16px; right: 16px; }
      .prod-grid { grid-template-columns: 1fr 1fr; }
      .cert-grid { grid-template-columns: 1fr 1fr; }
      .stats-grid { grid-template-columns: 1fr 1fr; }
      .team-grid { grid-template-columns: 1fr 1fr; }
      /*.footer-top { grid-template-columns: 1fr 1fr; gap: 36px; */}
    }
    @media (max-width: 768px) {
     /* .topbar { display: none; }
      .header-inner { padding: 0 20px; }
      nav { display: none; }
      .breadcrumb-inner { flex-direction: column; gap: 20px; text-align: center; }
      .breadcrumb-right { text-align: center; }
      .breadcrumb-title h1 { font-size: 32px; }
      .container { padding: 0 20px; }*/
      section { padding: 60px 0; }
      .mv-grid, .prod-grid, .cert-grid, .team-grid { grid-template-columns: 1fr; }
      .stats-grid { grid-template-columns: 1fr 1fr; }
    /*  .footer-top { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }*/
      .section-title { font-size: 28px; }
      .who-highlights { grid-template-columns: 1fr;}
    }

    @media (max-width: 991px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .why-img {
    min-height: 320px;
  }
}

@media (max-width: 600px) {
  .why-img {
    min-height: unset;
  }
  .why-img img {
    height: 200px;
  }
}