:root {
      --green-dark:  #125627;
      --green-mid:   #6A961F;
      --green-light: #4caf6e;
      --gold:        #c9a84c;
      --cream:       #f9f6f0;
      --text-dark:   #1a1a1a;
      --text-muted:  #5a5a5a;
    }

    @font-face {
    font-family: "Carrara";
    src: url("../fonts/Carrara-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

    * { box-sizing: border-box; margin: 0; padding: 0; }

    body {
      font-family: "Inter", sans-serif;
      color: var(--text-dark);
    }

    h1 { font-family: "Carrara", serif; font-weight: 700; }
    h2, h3, h4 { font-family: "Inter", sans-serif; font-weight: 600; }

    /* ─── TOP BAR ─── */
    .topbar {
      background: linear-gradient(to bottom, #125627 0%, #6B9527 100%);
      color: #fff;
      font-size: 1rem;
      padding: .45rem 0;
    }
    .topbar a { color: #fff; text-decoration: none; transition: color .2s; }
    .topbar a:hover { color: #fff; }
    .topbar a img { margin-right: 5px; }
    .topbar .socials a img { margin-right: 0px; }
    .topbar .socials a { font-size: 1rem; margin-left: .9rem; }

    /* ─── NAVBAR ─── */
    .navbar {
      background: #fff;
      box-shadow: 0 2px 16px rgba(0,0,0,.08);
      padding: .1rem 0;
      position: sticky;
      top: 0;
      z-index: 1000;
      transition: box-shadow .3s;
    }
    .navbar-brand img { height: 95px; }
    .navbar-nav .nav-link {
      color: var(--text-dark) !important;
      font-weight: 500;
      font-size: .95rem;
      padding: .4rem 1rem !important;
      position: relative;
      transition: color .2s;
    }
    .navbar-nav .nav-link::after {
      content: '';
      position: absolute;
      bottom: -2px; left: 50%; right: 50%;
      height: 2px;
      background: var(--green-mid);
      transition: left .25s, right .25s;
    }
    .navbar-nav .nav-link:hover { color: var(--green-mid) !important; }
    .navbar-nav .nav-link:hover::after,
    .navbar-nav .nav-link.active::after { left: 1rem; right: 1rem; }
    .navbar-nav .nav-link.active { color: var(--green-mid) !important; }
    .btn-quote {
      background: var(--green-mid);
      color: #fff !important;
      border-radius: 6px;
      font-weight: 600;
      padding: .5rem 1.3rem !important;
      transition: background .25s, transform .2s;
      margin-left: 30px;
    }
    .btn-quote:hover { background: var(--green-dark); transform: translateY(-1px); }

      .offcanvas {
        width: 280px;
      }

      .navbar-nav  {
        margin-top: 10px;
      }

      @media (min-width: 992px) {
        /* Desktop  */
        .offcanvar-body {
          display: flex;
        }
      }

      button:focus {
        outline: none !important;
      }

    /* ─── HERO SLIDER ─── */
    #heroCarousel { margin-top: 0; }
    .hero-slide {
      min-height: 700px;
      background-size: cover;
      background-position: center;
      position: relative;
      display: flex;
      align-items: center;
    }
    .hero-slide::before {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(90deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.55) 65%, transparent 100%);
    }
    .hero-slide-1 { background-image: url('../images/slide_1.png'); }
    .hero-slide-2 { background-image: url('../images/slide_2.png'); }
    .hero-slide-3 { background-image: url('../images/slide_3.png'); }
    .hero-content {
      position: relative; z-index: 2;
      max-width: 580px;
      animation: slideUp .8s ease both;
    }
    .carousel-indicators { bottom: 20px !important; }

    @keyframes slideUp {
      from { opacity:0; transform:translateY(30px); }
      to   { opacity:1; transform:translateY(0); }
    }
    .hero-eyebrow {
      display: inline-block;
      background: var(--gold);
      color: #fff;
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      padding: .3rem .9rem;
      border-radius: 3px;
      margin-bottom: 1rem;
    }
    .hero-content h1 {
      font-size: clamp(2rem, 4.5vw, 3.2rem);
      color: #fff;
      line-height: 1.2;
      margin-bottom: 1rem;
    }
    .hero-content p { color: #fff; font-size: 1.05rem; margin-bottom: 1.8rem; }
    .btn-hero-primary {
      background: var(--green-mid);
      color: #fff;
      border: none;
      border-radius: 6px;
      padding: .75rem 1.6rem;
      font-weight: 600;
      transition: background .25s, transform .2s;
    }
    .btn-hero-primary:hover { background: var(--green-dark); transform: translateY(-2px); color: #fff; }
    .btn-hero-outline {
      border: 2px solid rgba(255,255,255,.7);
      color: #fff;
      border-radius: 6px;
      padding: .73rem 1.6rem;
      font-weight: 600;
      transition: background .25s, border-color .25s;
    }
    .btn-hero-outline:hover { background: rgba(255,255,255,.15); border-color: #fff; color: #fff; }
    .carousel-indicators [data-bs-target] {
      width: 10px; height: 10px;
      border-radius: 50%;
      background: rgba(255,255,255,.5);
      border: none;
      margin: 0 5px;
      transition: background .3s;
    }
    .carousel-indicators .active { background: #fff; }

    /* ─── WHY CHOOSE US ─── */
    .why-section { padding: 90px 0; }
    .section-eyebrow {
      display: inline-block;
      color: var(--green-dark);
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      margin-bottom: .5rem;
    }
    .section-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: var(--text-dark); }
    .section-divider {
      width: 52px; height: 3px;
      background: var(--gold);
      border-radius: 2px;
      margin: .9rem auto 0;
    }

    .why-card {
      background: #fff;
      border-radius: 14px;
      padding: 2.2rem 1.8rem;
      text-align: center;
      box-shadow: 0 4px 24px rgba(0,0,0,.06);
      border: 1px solid rgba(46,125,69,.08);
      transition: transform .3s, box-shadow .3s;
      height: 100%;
    }
    .why-card:hover { transform: translateY(-7px); box-shadow: 0 12px 36px rgba(46,125,69,.15); }
    .why-icon {
      width: 72px; height: 72px;
      border-radius: 50%;
      background: var(--green-dark);
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 1.4rem;
      font-size: 1.8rem; color: #fff;
      transition: background .25s;
    }
    .why-card:hover .why-icon { background: var(--green-mid); }
    .why-card h5 { font-size: 1.05rem; font-weight: 700; margin-bottom: .7rem; }
    .why-card p { color: var(--text-muted); font-size: .93rem; line-height: 1.65; }

        /* ─── STATS ─── */
    .stats-section {
      background: linear-gradient(135deg, var(--green-dark) 0%, #163820 100%);
      padding: 70px 0;
      position: relative;
      overflow: hidden;
    }
    .stats-section::before {
      content: '';
      position: absolute;
      width: 420px; height: 420px;
      border-radius: 50%;
      border: 80px solid rgba(255,255,255,.04);
      top: -120px; right: -100px;
    }
    .stat-item { text-align: center; color: #fff; }
    .stat-number {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.4rem, 5vw, 3.5rem);
      font-weight: 700;
      color: var(--gold);
      line-height: 1;
    }
    .stat-label { font-size: .95rem; color: rgba(255,255,255,.75); margin-top: .5rem; }

    /* ─── CTA STRIP ─── */
    .cta-section {
      background: var(--cream);
      padding: 80px 0;
    }
    .cta-box {
      background: linear-gradient(135deg, var(--green-mid), var(--green-dark));
      border-radius: 18px;
      padding: 3.5rem 3rem;
      text-align: center;
      color: #fff;
      position: relative;
      overflow: hidden;
    }
    .cta-box::after {
      content: '🌿';
      position: absolute;
      font-size: 120px;
      opacity: .06;
      right: -20px; bottom: -20px;
      line-height: 1;
    }
    .cta-box h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: .9rem; }
    .cta-box p { font-size: 1.05rem; opacity: .85; margin-bottom: 2rem; }
    .btn-cta-white {
      background: #fff;
      color: var(--green-dark);
      font-weight: 700;
      border-radius: 8px;
      padding: .8rem 2.2rem;
      border: none;
      transition: transform .2s, box-shadow .2s;
    }
    .btn-cta-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
    .btn-cta-outline-white {
      border: 2px solid rgba(255,255,255,.7);
      color: #fff;
      background: transparent;
      font-weight: 700;
      border-radius: 8px;
      padding: .78rem 2.2rem;
      transition: background .2s;
    }
    .btn-cta-outline-white:hover { background: rgba(255,255,255,.15); color: #fff; }

   

    /* ─── WHATSAPP FLOAT ─── */
    .whatsapp-float {
      position: fixed;
      bottom: 28px; right: 28px;
      width: 58px; height: 58px;
      border-radius: 50%;
      background: #25D366;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.7rem;
      color: #fff;
      box-shadow: 0 6px 24px rgba(37,211,102,.45);
      z-index: 999;
      text-decoration: none;
      animation: pulse 2.2s infinite;
      transition: transform .2s;
    }
    .whatsapp-float:hover { transform: scale(1.1); color: #fff; }
    @keyframes pulse {
      0%,100% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
      50%      { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
    }

    /* ─── SCROLL REVEAL ─── */
    .reveal {
      opacity: 0;
      transform: translateY(32px);
      transition: opacity .65s ease, transform .65s ease;
    }
    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }
    .reveal-delay-1 { transition-delay: .1s; }
    .reveal-delay-2 { transition-delay: .2s; }
    .reveal-delay-3 { transition-delay: .3s; }
    .reveal-delay-4 { transition-delay: .4s; }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 768px) {
      .hero-slide { min-height: 420px; }
      .hero-content h1 { font-size: 1.8rem; }
      .stats-section .row > div { margin-bottom: 2rem; }
      .cta-box { padding: 2.5rem 1.5rem; }
    }

     /* ─── WHO WE SERVE ─── */
    .who-section {
      background: #F4F4F4;
      position: relative;
    }
    .who-section-inner {
      padding: 90px 0;
      overflow: hidden;
      position: relative;
    }
    .who-section .position-relative {
      z-index: 1;
    }
    .who-section-inner::after {
      position: absolute;
      content: '';
      background-image: url(../images/leaves-pattern.png);
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      height: 606px;
      z-index: 0;
    }
    .leaf-img {
      position: absolute;
      left: 0;
      top:-70px;
    }
    .leaf-decor { position:absolute; font-size:90px; opacity:.12; pointer-events:none; line-height:1; }
    .leaf-tl { top:-10px; left:-10px; transform:rotate(-20deg); }
    .leaf-tr { top:-10px; right:-10px; transform:rotate(20deg) scaleX(-1); }
    .serve-card {
      background:#fff;
      border:1px solid rgba(46,125,69,.1);
      border-radius:14px;
      padding:2rem 1.6rem;
      text-align:center;
      height:100%;
      transition:transform .3s, box-shadow .3s, border-color .3s;
    }
    .serve-card:hover { transform:translateY(-6px); box-shadow:0 14px 36px rgba(46,125,69,.13); border-color:rgba(46,125,69,.3); }
    .serve-icon {
      width:66px; height:66px; border-radius:50%;
      background:var(--green-dark);
      display:flex; align-items:center; justify-content:center;
      margin:0 auto 1.3rem;
      font-size:1.6rem; color:#fff;
      transition:background .25s;
    }
    .serve-card:hover .serve-icon { background:var(--green-mid); }
    .serve-card h5 { font-size:1rem; font-weight:700; margin-bottom:.6rem; }
    .serve-card p { color:var(--text-muted); line-height:1.65; }

    /* ─── ABOUT ─── */
    .about-section { padding:90px 0 30px; }
    .about-section .section-title { font-family: "Carrara"; }
    .btn-about {
      display:inline-flex; align-items:center; gap:.4rem;
      background:var(--green-mid); color:#fff;
      border:none; border-radius:7px;
      padding:.65rem 1.6rem; font-weight:600; font-size:.95rem;
      transition:background .25s, transform .2s;
    }
    .btn-about:hover { background:var(--green-dark); transform:translateY(-2px); color:#fff; }
    .about-img-stack { position:relative; }
    .about-pic { float: right; margin-top: 140px; }
    .img-main { width:100%; object-fit:cover; border-radius:12px; display:block; }
    .img-thumb {
      position:absolute; bottom:0; right:-10px;
      width:60%; height:160px;
      object-fit:cover; border-radius:10px;
      border:4px solid #fff;
      box-shadow:0 8px 28px rgba(0,0,0,.15);
    }
    .about-stat-row { display:flex; justify-content:space-between; align-items:center; padding:1.5rem 0; }
    .about-stat-label { font-size:.92rem; color:var(--text-muted); font-weight:500; }
    .about-stat-num { font-family: "Carrara", serif; font-size:3.75rem; font-weight:700; color:var(--green-dark); line-height:1; }
    .about-divider { border-color:rgba(0,0,0,.08); margin:0; }

    /* ─── NEW PRODUCTS ─── */
    .products-section { padding:80px 0 90px; }
    .sub-title { font-size: 1.5rem; font-weight: bold; }
    .prod-card {
      background:#F6F6F6; 
      transition:transform .3s, box-shadow .3s;
      height:100%; display:flex; flex-direction:column;
    }
    .prod-card:hover { transform:translateY(-6px); box-shadow:0 14px 36px rgba(46,125,69,.14); background-color: #F4FFE3; }
    .prod-img-wrap {
      background:#ffffff;
      border: 1px solid #E3E3E3;
      margin: 15px;
      border-radius: 12px;
      padding:2rem 1.5rem 1rem;
      display:flex; align-items:center; justify-content:center;
      min-height:200px;
    }
    .prod-img-wrap img {
      width:160px; height:160px;
      object-fit:cover; 
      transition:transform .45s;
    }
    .prod-card:hover .prod-img-wrap img { transform:scale(1.07) rotate(3deg); }
    .prod-body { padding:1rem 1.6rem 1.8rem; text-align:center; flex:1; display:flex; flex-direction:column; align-items:center; }
    .prod-title { font-size:1.05rem; font-weight:700; margin-bottom:.3rem; }
    .prod-sub { font-size:.85rem; color:var(--text-muted); margin-bottom:1.2rem; }
    .btn-prod {
      display:inline-flex; align-items:center; gap:.3rem;
      background:var(--green-mid); color:#fff;
      border:none; border-radius:6px;
      padding:.55rem 1.4rem; font-size:.88rem; font-weight:600;
      transition:background .25s, transform .2s; margin-top:auto;
    }
    .btn-prod:hover { background:var(--green-dark); transform:translateY(-1px); color:#fff; }

    /* ─── SCROLL REVEAL ─── */
    .reveal {
      opacity: 0;
      transform: translateY(32px);
      transition: opacity .65s ease, transform .65s ease;
    }
    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }
    .reveal-delay-1 { transition-delay: .1s; }
    .reveal-delay-2 { transition-delay: .2s; }
    .reveal-delay-3 { transition-delay: .3s; }
    .reveal-delay-4 { transition-delay: .4s; }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 768px) {
      .hero-slide { min-height: 420px; }
      .hero-content h1 { font-size: 1.8rem; }
      .stats-section .row > div { margin-bottom: 2rem; }
      .cta-box { padding: 2.5rem 1.5rem; }
    }

    /* ─── SCROLL REVEAL ─── */
    .reveal {
      opacity: 0;
      transform: translateY(32px);
      transition: opacity .65s ease, transform .65s ease;
    }
    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }
    .reveal-delay-1 { transition-delay: .1s; }
    .reveal-delay-2 { transition-delay: .2s; }
    .reveal-delay-3 { transition-delay: .3s; }
    .reveal-delay-4 { transition-delay: .4s; }

    /* ─── EXPORT COUNTRIES ─── */
    .export-section { padding: 90px 0; background: #F6F6F6; }
    .world-map-svg { width: 100%; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,.08); }
    .map-wrap { margin-top: 60px; }
    .map-wrap img { width: 100%; height: auto; }
    .map-caption { text-align: center; color: var(--text-muted); font-style: italic; margin: 1rem auto; width: 70%; }
    .export-card {
      background: #fff;
      border: 1px solid rgba(46,125,69,.1);
      border-radius: 14px;
      padding: 1.6rem 1.8rem;
      position: relative;
      transition: box-shadow .3s;
    }
    .export-card:hover { box-shadow: 0 8px 28px rgba(46,125,69,.12); }
    .export-card-head {
      display: flex; justify-content: space-between; align-items: center;
      font-weight: 700; font-size: 1rem; color: var(--text-dark);
      margin-bottom: 1rem; padding-bottom: .8rem;
      border-bottom: 2px solid rgba(46,125,69,.1);
    }
    .export-card-head img {
      width: 44px;
    }
    .export-icon-lg { font-size: 2rem; color: rgba(46,125,69,.2); }
    .export-list { list-style: none; padding: 0; margin: 0; }
    .export-list li {
      padding: .45rem 0 .45rem 1.4rem;
      position: relative; font-size: .9rem; color: var(--text-muted);
      border-bottom: 1px dashed rgba(0,0,0,.06);
    }
    .export-list li:last-child { border-bottom: none; }
    .export-list li::before {
      content: '•';
      position: absolute; left: 0;
      color: var(--green-mid); font-size: 1.1rem; line-height: 1.4;
    }

    /* ─── TESTIMONIALS ─── */
    .testi-section {
      padding: 90px 0;
      background: #fff;
      position: relative;
    }
    .testi-sub { color: #000000; font-weight: 600; font-size: .92rem; margin-top: .4rem; }
    .testi-card {
      background: #fff;
      border: 1px solid rgba(46,125,69,.12);
      border-radius: 14px;
      padding: 2rem 1.8rem;
      height: 100%;
      box-shadow: 0 4px 20px rgba(0,0,0,.06);
      transition: transform .3s, box-shadow .3s;
      position: relative;
    }
    .testi-card::before {
      content: '"';
      position: absolute; top: 12px; left: 20px;
      font-size: 5rem; color: rgba(46,125,69,.08);
      font-family: Georgia, serif; line-height: 1;
    }
    .testi-card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px rgba(46,125,69,.13); }
    .testi-stars { color: #f4b400; font-size: 1.1rem; margin-bottom: 1rem; letter-spacing: .1em; }
    .testi-text { font-size: .92rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 1.2rem; font-style: italic; }
    .testi-author { font-weight: 700; font-size: .88rem; color: var(--green-dark); }
    .testi-nav {
      position: absolute;
      top: 50%; transform: translateY(-50%);
      width: 40px; height: 40px;
      border-radius: 50%;
      background: #fff;
      border: 2px solid rgba(46,125,69,.2);
      color: var(--green-mid);
      display: flex; align-items: center; justify-content: center;
      font-size: 1rem;
      transition: background .2s, color .2s;
      z-index: 5;
    }
    .testi-nav:hover { background: var(--green-mid); color: #fff; border-color: var(--green-mid); }
    .testi-prev { left: -20px; }
    .testi-next { right: -20px; }
    @media (max-width: 768px) {
      .testi-prev { left: 0; }
      .testi-next { right: 0; }
    }

     /* ── Slider Wrapper ── */
    .slider-wrapper {
      position: relative;
      max-width: 1100px;
      margin: 0 auto;
    }

    .slider-track-outer {
      overflow: hidden;
    }

    .slider-track {
      display: flex;
      transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
      gap: 24px;
    }

    /* ── Card ── */
    .card {
      flex: 0 0 calc((100% - 48px) / 3);
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      padding: 28px 26px 26px;
      text-align: left;
      background: #fff;
      transition: box-shadow 0.25s;
    }

    .card:hover {
      box-shadow: 0 6px 24px rgba(0,0,0,0.09);
    }

    /* Stars */
    .stars {
      display: flex;
      gap: 4px;
      margin-bottom: 18px;
    }

    .stars span {
      font-size: 1.3rem;
      color: #c9973a;
    }

    /* Quote text */
    .card p {
      font-size: 0.93rem;
      line-height: 1.65;
      color: #333;
      margin-bottom: 20px;
    }

    /* Author */
    .card .author {
      font-weight: 700;
      font-size: 0.88rem;
      color: #111;
    }

    /* ── Arrows ── */
    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 1.1rem;
      color: #444;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      transition: background 0.2s, color 0.2s;
      z-index: 10;
      user-select: none;
    }

    .arrow:hover { background: var(--green-mid); color: #fff; border-color: var(--green-mid); }

    .arrow-left  { left: -54px; }
    .arrow-right { right: -54px; }

    /* ── Dots ── */
    .dots {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 30px;
    }

    .dot {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #ddd;
      cursor: pointer;
      transition: background 0.25s, transform 0.25s;
    }

    .dot.active { background: var(--green-mid); }

    /* ── Responsive ── */

    /* Tablet: 2 cards */
    @media (max-width: 900px) {
      .card { flex: 0 0 calc((100% - 24px) / 2); }
      .arrow-left  { left: -16px; }
      .arrow-right { right: -16px; }
    }

    /* Mobile: 1 card */
    @media (max-width: 560px) {
      .card { flex: 0 0 100%; }
      .arrow-left  { left: 0px; }
      .arrow-right { right: 0px; }
      .slider-track { gap: 16px; }
      .map-caption { width: 100%; }
    }

    /* ─── CERTIFICATIONS ─── */
    .cert-section {
      padding: 80px 0;
      background: #F4F4F4;
      position: relative;
      overflow: hidden;
    }
    .cert-section::before {
    position: absolute;
    content: '';
    background-image: url(../images/leaves-pattern.png);
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 370px;
    z-index: 0;
}
    .cert-card {
      background: #fff;
      border-radius: 14px;
      padding: 2rem 1.5rem;
      text-align: center;
      border: 1px solid rgba(46,125,69,.1);
      box-shadow: 0 3px 16px rgba(0,0,0,.05);
      transition: transform .3s, box-shadow .3s;
    }
    .cert-card:hover { transform: translateY(-5px); box-shadow: 0 12px 30px rgba(46,125,69,.14); }
    .cert-logo {
      width: 90px; height: 90px;
      border-radius: 50%;
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      margin: 0 auto 1rem;
      font-weight: 800;
      font-size: 1.1rem;
      line-height: 1.2;
    }
    .cert-logo span { font-size: .7em; font-weight: 600; }
    .fssai-logo { background: #e8f5fd; color: #1565c0; font-style: italic; font-size: 1.4rem; border: 2px solid #bbdefb; }
    .iso-logo { background: #e3f2fd; color: #0d47a1; border: 2px solid #90caf9; }
    .gmp-logo { background: #e8f5e9; color: #2e7d32; border: 2px solid #a5d6a7; }
    .usda-logo { background: #fff8e1; color: #f57f17; border: 2px solid #ffe082; }
    .cert-name { font-size: .88rem; font-weight: 700; color: var(--text-dark); margin-top: .3rem; }

    /* ─── CTA STRIP ─── */
    .cta-strip {
      background: #C7D742;
      padding: 40px 0;
      position: relative;
    }
    .cta-strip::before {
      position: absolute;
      left: 0;
      top: -50px;
      content: '';
      background-image: url(../images/tea-pic.png);
      width: 249px;
      height: 180px;
    }
    .cta-strip-leaves {
      position: absolute;
      font-size: 110px;
      opacity: .07;
      pointer-events: none;
      line-height: 1;
    }
    .cta-leaf-left { left: -20px; bottom: -20px; transform: rotate(-15deg); }
    .cta-leaf-right { right: -20px; top: -20px; transform: rotate(20deg) scaleX(-1); }
    .cta-strip-title {
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      color: #000;
      margin-bottom: .5rem;
      font-family: "Carrara";
    }
    .cta-strip-sub { color: #000; font-size: .97rem; margin: 0; }
    .btn-strip-primary {
      background: var(--green-mid);
      color: #fff;
      border: none;
      border-radius: 7px;
      padding: .75rem 1.8rem;
      font-weight: 700;
      transition: transform .2s, box-shadow .2s;
    }
    .btn-strip-primary:hover { background: var(--green-mid); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
    .btn-strip-outline {
      border: 2px solid #000;
      color: #000;
      background: transparent;
      border-radius: 7px;
      padding: .73rem 1.8rem;
      font-weight: 700;
      transition: background .2s;
    }
    .btn-strip-outline:hover { background: rgba(0,0,0,.12); color: #fff; }

    /* ─── FOOTER (updated) ─── */
    footer {
      background: #132b1a;
      color: rgba(255,255,255,.72);
      padding: 90px 0 0;
      position: relative;
    }
    footer::after { 
      position: absolute;
      content: '';
      background-image: url(../images/leaves-footer.png);
      right: 0;
      top: -90px;
      width: 199px;
      height: 183px;
    }
    footer h5 {
      color: #fff;
      font-family: "Inter", sans-serif;
      font-size: 1.05rem;
      margin-bottom: 1.2rem;
      padding-bottom: .6rem;
      display: inline-block;
      position: relative;
      margin-bottom: 30px;
    }
    footer h5::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -5px;
      background-color: #fff;
      width: 38px;
      height: 2px;
    }
    #footer-form p { color: #fff; margin-bottom: 0px; }
    footer ul { list-style: none; padding: 0; }
    footer ul li { margin-bottom: .55rem; }
    footer ul li a { color: #fff; text-decoration: none; transition: color .2s; }
    footer ul li a:hover { color: var(--green-light); padding-left: 4px; }
    .footer-logo { font-size: 1.25rem; font-weight: 800; color: #fff; letter-spacing: .03em; }
    .footer-logo span { color: var(--green-light); }
    .footer-contact-item { display: flex; gap: .7rem; align-items: flex-start; margin-bottom: .5rem; color: #fff; }
    .footer-contact-item i { color: var(--green-light); font-size: .95rem; margin-top: 2px; flex-shrink: 0; }
    .partner-box {
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 8px;
      padding: .9rem 1rem;
      align-items: center;
      width: 500px;
      display: flex;
    }
    .partner-label { font-weight: 700; color: #fff; font-size: .9rem; border-right: 1px solid #fff; padding: 0 20px 0 0; margin-right: 20px; }
    .social-link {
      width: 34px; height: 34px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.2);
      display: inline-flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,.65);
      font-size: .9rem;
      margin-right: .4rem;
      transition: background .2s, color .2s;
      text-decoration: none;
    }
    .social-link:hover { background: var(--green-mid); color: #fff; border-color: var(--green-mid); }

    /* Enquiry form */
    
    .form-ctrl {
      width: 100%;
      background: #fff;
      border: 1px solid rgba(255,255,255,.15);
      border-radius: 7px;
      color: #000;
      padding: .6rem .9rem;
      font-size: .88rem;
      outline: none;
      transition: border-color .2s, background .2s;
      font-family: 'Inter', sans-serif;
    }
    .form-ctrl::placeholder { color: #000; }
    .form-ctrl option { background: #132b1a; color: #fff; }
    .form-ctrl:focus { background: #fff; color: #000; }
    textarea.form-ctrl { resize: vertical; }
    .btn-submit {
      width: 100%;
      background: var(--green-mid);
      color: #fff;
      border: none;
      border-radius: 7px;
      padding: .7rem;
      font-weight: 700;
      font-size: .95rem;
      cursor: pointer;
      transition: background .25s, transform .2s;
    }
    .btn-submit:hover { background: var(--green-light); transform: translateY(-1px); }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,.08);
      padding: 1.4rem 0;
      margin-top: 3rem;
      font-size: .82rem;
      color: #fff;
      text-align: center;
    }
    .footer-bottom a { color: #fff; text-decoration: none; }
    .footer-bottom a:hover { color: var(--green-light) !important; }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 768px) {
      .hero-slide { min-height: 420px; }
      .hero-content h1 { font-size: 1.8rem; }
      .testi-card { margin-bottom: 1rem; }
      .cta-strip { text-align: center; }
      .cta-strip .justify-content-lg-end { justify-content: center !important; }
      .about-img-stack { padding-bottom: 60px; }
      .img-thumb { width: 50%; height: 120px; right: 0; }
    }

    /* back to top */
     #backToTopBtn {
    position: fixed;
    bottom: 200px;
    right: 40px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--green-mid);
    color: #fff;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0,0,0,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, background 0.2s;
    z-index: 999;
  }
  #backToTopBtn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  #backToTopBtn:hover {
    background: var(--green-light);
  }


 @media (max-width: 1800px) {
  .cta-strip::before {
    top: -125px;
  }
  footer::after {
    top: -50px;
  }
 }

  @media (max-width: 1399px) {
    .about-pic {
      display: none;
    }
    .about-stat-row {
      padding: 0.5rem 0;
    }
  }

  @media (max-width: 1288px) {
  .cta-strip::before {
    display: none;
  }
  footer::after {
    display: none;
  }
 }

  @media (max-width: 991.98px) {
    .btn-quote { margin-left: 15px; margin-top: 20px !important; margin-bottom: 20px; }
    .about-pic, .about-img-stack, .cta-strip::before, .footer::after { display: none; }
    .partner-box { width: 100%; }
  }

  @media (max-width: 767.98px) {
    .slider-wrapper .arrow {
      display: none;
    }
  }

  /* Modal input styling */
  .quote-input {
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.88rem;
    padding: 10px 14px;
    color: #333;
  }
  .quote-input:focus {
    border-color: #c9973a;
    box-shadow: 0 0 0 0.2rem rgba(201,151,58,0.2);
  }
  #quoteModal .btn-quote {
    background-color: var(--green-mid);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 10px 28px;
    transition: background 0.2s;
  }
  #quoteModal .btn-quote:hover {
    background-color: #4a8526;
    color: #fff;
  }
  .modal-title {
    color: #222;
  }

  .modal-content {
    padding: 15px 30px 30px;
  }

  .btn-close {
    top:24px;
  }

/* Breadcrumb */

.breadcrumb-section {
  position: relative;
  width: 100%;
  height: 220px;
  background: url('../images/breadcrumb.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 15, 10, 0.8); /* dark overlay */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.breadcrumb-overlay h1 {
  font-family: "Carrara";
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 10px;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumb-list li a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.breadcrumb-list li.active {
  color: #fff;
  font-weight: 600;
}

.breadcrumb-list li + li::before {
  content: "";
  margin-right: 8px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url('../images/right-arw.svg');
    background-size: contain;
    background-repeat: no-repeat;
}


.about-who-section {
  margin-top: 90px;
}


  /* Product listing */
  .product-listing { padding: 120px 0px; }
  .product-card { overflow:hidden; height:100%; display:flex; flex-direction:column; background:#F6F6F6; }
  .product-card img { height:170px; object-fit:cover; width:170px; margin: 25px auto 0px; }
  .product-body { padding:1rem; display:flex; flex-direction:column; flex:1; }
  .product-title { font-weight:bold; margin-bottom:.5rem; font-size: 18px; }
  .meta-line { color:#000000; margin-bottom:.75rem; }
  .meta-line i { color:var(--green-mid); margin-right:.5rem; }
  .btn-more { line-height: 34px; background:var(--green-mid); border-color:var(--green-mid); margin:auto auto 20px; width: 158px; height: 44px; border-radius: 6px; font-weight: bold; }
  .btn-more:hover { background:var(--green-dark); border-color:var(--green-dark); }
  .moq-bar { background:#eef1e8; border-radius:8px; padding:.6rem 1rem; font-size:.9rem; text-align:center; }
  .page-link { color:var(--green-dark); }
  .page-item.active .page-link { background:var(--green-mid); border-color:var(--green-mid); }
  .meta-line .bi img { width: 16px; height: 16px; margin: 0; }
  .btn-more img { width: 24px; height: 24px; margin: 0; }



  /* Product details */

  .category-link{
    color:var(--green-mid);
    text-decoration:none;
    font-size:.9rem;
  }
  .category-link:hover{ text-decoration:underline; }

  .product-image-frame{
    background:#fff;
    border:1px solid #E0E0E0;
    border-radius:6px;
    padding:2.5rem;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .product-image-frame img{
    width:100%;
    max-width:260px;
    aspect-ratio:1/1;
    object-fit:cover;
  }

  .spec-card{
    border:1px solid #E0E0E0;
    border-radius:6px;
    padding:1.75rem 2rem;
    height:100%;
  }
  .spec-card h5{
    font-weight:700;
    margin-bottom:1.25rem;
  }
  .spec-row{
    margin-bottom:.85rem;
    font-size:.95rem;
    line-height:1.5;
  }
  .spec-row .label{
    font-weight:700;
    color:var(--text-dark);
  }
  .spec-row .value{
    color:var(--text-muted);
  }

  .btn-brand{
    background:var(--green-mid);
    border-color:var(--green-mid);
    color:#fff;
    font-weight:500;
    padding:.55rem 1.4rem;
  }
  .btn-brand:hover{
    background:var(--green-dark);
    border-color:var(--green-dark);
    color:#fff;
  }

  .related-title{
    font-weight:700;
    margin-bottom:1.75rem;
  }

  .related-card{
    border:1px solid var(--border-light);
    border-radius:8px;
    overflow:hidden;
    height:100%;
    transition:box-shadow .2s ease, transform .2s ease;
  }
  .related-card:hover{
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transform:translateY(-2px);
  }
  .related-card img{
    width:100%;
    height:170px;
    object-fit:cover;
  }
  .related-card .card-body{
    padding:1.1rem 1.25rem 1.4rem;
  }
  .related-card .card-title{
    font-weight:700;
    font-size:1rem;
    margin-bottom:.75rem;
  }
  .related-meta{
    font-size:.85rem;
    color:var(--text-muted);
    margin-bottom:.4rem;
    display:flex;
    gap:.4rem;
  }
  .related-meta i{
    color:var(--green-mid);
    margin-top:.15rem;
  }
  .related-meta .meta-label{
    font-weight:600;
    color:var(--text-dark);
  }

  .btn-learn-more{
    background:var(--green-mid);
    border-color:var(--green-mid);
    color:#fff;
    font-size:.9rem;
    font-weight:500;
    width:100%;
    margin-top:.9rem;
    padding:.5rem 1rem;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:.4rem;
  }
  .btn-learn-more:hover{
    background:var(--green-dark);
    border-color:var(--green-dark);
    color:#fff;
  }

  /* Contact */

  .contact-section { padding: 120px 0px 60px; }

  /* ── Info cards ── */
  .contact-info-card{
    border:1px solid var(--border-light);
    border-radius:10px;
    padding:2rem 1.5rem;
    text-align:center;
    height:100%;
    background:#fff;
    box-shadow:0 4px 16px rgba(0,0,0,.04);
    transition:box-shadow .2s ease, transform .2s ease;
  }
  .contact-info-card:hover{
    box-shadow:0 10px 24px rgba(0,0,0,.08);
    transform:translateY(-3px);
  }
  .contact-info-card p a { color: #000000; text-decoration: none; }
  .contact-icon{
    width:56px;
    height:56px;
    border-radius:50%;
    background:var(--green-dark);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.4rem;
    margin:0 auto 1rem;
  }
  .contact-info-card h6{
    font-weight:700;
    margin-bottom:.5rem;
  }
  .contact-info-card p{
    color:var(--text-muted);
    font-size:.9rem;
    margin-bottom:0;
    line-height:1.5;
  }

 

  /* ── Map ── */
  .contact-map-wrap{
    position:relative;
    background:#e8f0e0;
  }
  .contact-map-wrap iframe{
    width:100%;
    height:560px;
    border:0;
    display:block;
    filter:saturate(1.05);
  }

  /* ── Overlapping message card ── */
  .message-card{
    background:#fff;
    border-radius:12px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
    padding:2.75rem 2.5rem;
    margin-top:-220px;
    position:relative;
    z-index:10;
  }
  .message-card h3{
    font-weight:700;
    text-align:center;
    margin-bottom:1.75rem;
  }
  .message-card .form-control{
    background:#F6F7FA;
    border:1px solid #E2E6F3;
    padding:.75rem 1rem;
    font-size:.9rem;
    border-radius: 0px;
  }
  .message-card .form-control:focus{
    background:#fff;
    border-color:var(--green-dark);
    box-shadow:0 0 0 .2rem rgba(63,107,31,.15);
  }
  .btn-send{
    background:var(--green-mid);
    border-color:var(--green-mid);
    color:#fff;
    font-weight:500;
    padding:.65rem 2rem;
    border-radius:6px;
  }
  .btn-send:hover{
    background:var(--green-dark);
    border-color:var(--green-dark);
    color:#fff;
  }

  .map-bottom-spacer{
    height:120px;
    background:var(--border-light);
  }

  .map-wrap iframe {
    width: 100%;
    height: 600px;
  }

  @media (max-width: 767.98px){
    .contact-map-wrap iframe{ height:420px; }
    .message-card{ margin-top:-140px; padding:2rem 1.25rem; }
  }

  /* Terms & Conditions */

  .terms-container {
    padding: 120px 0px;
  }

  .terms-content h4, .privacy-content h4 {
    margin-bottom: 20px;
  }
  
  .terms-content p {
    margin-bottom: 30px;
  }

  .privacy-content .page-item.active {
    margin-bottom: 10px;
  }

  .terms-content ul li, .privacy-content ul li {
    line-height: 32px;
  }