*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:Arial, Helvetica, sans-serif;
}

html{
  scroll-behavior:smooth;
}

body{
  background:#f7f7f1;
  color:#071d14;
}

a{
  text-decoration:none;
  color:inherit;
}

.topbar{
  height:36px;
  background:#003d28;
  color:#fff;
  padding:0 5.5%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:13px;
  font-weight:600;
}

.top-left,
.top-right{
  display:flex;
  align-items:center;
  gap:26px;
}

.top-right a{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.28);
  padding:6px 14px;
  border-radius:6px;
  font-size:12px;
}

.top-right .gold-small{
  background:#f1b733;
  color:#092017;
  border:0;
}

.main-header{
  height:108px;
  background:#fff;
  padding:0 5.5%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  box-shadow:0 6px 22px rgba(0,0,0,.06);
  position:sticky;
  top:0;
  z-index:50;
}

.brand{
  display:flex;
  align-items:center;
  min-width:265px;
}

.logo-img{
  max-width:265px;
  max-height:86px;
  object-fit:contain;
  display:block;
}

.text-logo strong{
  display:block;
  font-size:28px;
  color:#0a3c8c;
  letter-spacing:1px;
}

.text-logo span{
  display:block;
  color:#16963d;
  font-size:20px;
  letter-spacing:8px;
  font-weight:800;
}

.text-logo small{
  display:block;
  color:#222;
  font-size:11px;
}

.main-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:30px;
  font-size:14px;
  font-weight:800;
}

.main-nav a{
  padding:42px 0 35px;
  position:relative;
}

.main-nav a.active::after,
.main-nav a:hover::after{
  content:"";
  position:absolute;
  left:0;
  bottom:27px;
  width:100%;
  height:3px;
  background:#0a6b3d;
  border-radius:5px;
}

.inquiry-btn{
  background:#003d28;
  color:#fff;
  padding:18px 26px;
  border-radius:7px;
  font-size:15px;
  font-weight:800;
  box-shadow:0 8px 22px rgba(0,61,40,.22);
}

.hero{
  position:relative;
  min-height:355px;
  padding:36px 6% 42px;
  display:grid;
  grid-template-columns:42% 58%;
  align-items:center;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 35%,rgba(255,250,238,.82) 62%,rgba(255,248,229,.72) 100%),
    radial-gradient(circle at 80% 50%,#f4d799 0%,#fff4d6 35%,#ffffff 70%);
}

.hero::after{
  content:"";
  position:absolute;
  left:-4%;
  right:-4%;
  bottom:-22px;
  height:60px;
  background:#003d28;
  border-radius:0 0 50% 50%;
  transform:rotate(-2deg);
  z-index:1;
}

.hero::before{
  content:"";
  position:absolute;
  left:-4%;
  right:-4%;
  bottom:-6px;
  height:42px;
  background:#e2ad31;
  border-radius:0 0 50% 50%;
  transform:rotate(-1deg);
  z-index:1;
}

.hero-content{
  position:relative;
  z-index:3;
  max-width:620px;
}

.hero h1{
  font-size:44px;
  line-height:1.05;
  color:#111;
  margin-bottom:18px;
  letter-spacing:.5px;
  font-weight:900;
}

.hero h1 span{
  display:block;
  color:#0c6a2b;
}

.hero p{
  font-size:17px;
  line-height:1.55;
  max-width:530px;
  margin-bottom:24px;
}

.hero p b{
  color:#0a7433;
}

.hero-icons{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
  max-width:560px;
  margin-bottom:24px;
}

.hero-icons div{
  text-align:center;
  color:#003d28;
}

.hero-icons span{
  width:38px;
  height:38px;
  border:2px solid #0e6b36;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 6px;
  font-size:19px;
}

.hero-icons strong{
  display:block;
  font-size:11px;
  text-transform:uppercase;
}

.hero-icons small{
  display:block;
  font-size:10px;
  text-transform:uppercase;
  font-weight:700;
}

.hero-actions{
  display:flex;
  gap:18px;
  align-items:center;
}

.btn-dark,
.btn-gold{
  padding:16px 28px;
  border-radius:6px;
  font-size:15px;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
}

.btn-dark{
  background:#003d28;
  color:#fff;
}

.btn-gold{
  background:#e4ad2d;
  color:#071d14;
}

.hero-visual{
  position:relative;
  z-index:3;
  min-height:390px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  overflow:hidden;
}

.hero-slider{
  width:100%;
  max-width:900px;
  height:390px;
  position:relative;
  overflow:hidden;
  display:block;
  background:transparent;
  border-radius:0;
}

.hero-slider::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:32%;
  height:100%;
  background:linear-gradient(90deg,#fffaf0 0%,rgba(255,250,240,.85) 45%,rgba(255,250,240,0) 100%);
  z-index:6;
  pointer-events:none;
}

.hero-slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  transform:translateX(100%);
  transition:transform .75s ease, opacity .75s ease;
  z-index:1;
}

.hero-slide.active{
  opacity:1;
  transform:translateX(0);
  z-index:3;
}

.hero-slide.prev{
  opacity:0;
  transform:translateX(-100%);
  z-index:2;
}

.hero-slide .hero-img{
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:right center;
  display:block;
  background:transparent;
  transform:scale(1.16);
  transform-origin:right center;
}

.powder-placeholder{
  width:100%;
  max-width:760px;
  min-height:310px;
  position:relative;
}

.bowl{
  position:absolute;
  width:190px;
  height:190px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 22px 55px rgba(0,0,0,.22);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:900;
  border:13px solid #fff;
}

.bowl.red{
  background:#bd1e2d;
  left:210px;
  top:22px;
}

.bowl.yellow{
  background:#f2a91b;
  left:385px;
  top:95px;
}

.bowl.green{
  background:#617d20;
  left:360px;
  top:0;
}

.bowl.cream{
  background:#d8b06b;
  left:110px;
  top:118px;
}

.slider-dots{
  position:absolute;
  bottom:20px;
  left:50%;
  transform:translateX(-50%);
  z-index:4;
  display:flex;
  gap:14px;
}

.dot{
  width:14px;
  height:14px;
  border-radius:50%;
  border:2px solid #0d6c36;
  background:#fff;
}

.dot.active{
  background:#0d6c36;
}

.side-contact{
  position:fixed;
  right:12px;
  top:270px;
  background:#fff;
  border-radius:10px;
  box-shadow:0 12px 35px rgba(0,0,0,.16);
  z-index:40;
  overflow:hidden;
}

.side-contact a{
  width:76px;
  min-height:64px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
  color:#0a5a32;
  font-weight:800;
  font-size:10px;
  border-bottom:1px solid #edf0e8;
}

.section{
  padding:24px 5.5%;
}

.section-label{
  color:#006b32;
  font-size:13px;
  font-weight:900;
  text-align:center;
  letter-spacing:.8px;
  text-transform:uppercase;
  margin-bottom:4px;
}

.section-label::before,
.section-label::after{
  content:"•";
  color:#7aad35;
  margin:0 7px;
}

.section h2,
.featured h2,
.process-section h2{
  color:#092017;
  text-align:center;
  font-size:28px;
  line-height:1.2;
  font-weight:900;
}

.category-row{
  margin-top:16px;
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:14px;
}

.category-card{
  background:#fff;
  border:1px solid #e3e8dd;
  border-radius:12px;
  min-height:166px;
  padding:10px;
  text-align:center;
  box-shadow:0 8px 24px rgba(0,0,0,.09);
  position:relative;
  transition:.25s ease;
}

.category-card:hover{
  transform:translateY(-4px);
}

.cat-img{
  height:78px;
  border-radius:10px;
  background:linear-gradient(135deg,#fff7e4,#edf8e9);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  margin-bottom:7px;
}

.cat-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.cat-img span{
  font-size:46px;
}

.cat-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#0b743a;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:-28px auto 6px;
  position:relative;
  z-index:2;
  border:4px solid #fff;
}

.category-card h3{
  font-size:14px;
  color:#092017;
  margin-bottom:5px;
  font-weight:900;
}

.category-card p{
  font-size:11px;
  color:#005c30;
  font-weight:800;
}

.featured{
  padding:10px 5.5% 12px;
}

.section-title-row{
  display:grid;
  grid-template-columns:180px 1fr 180px;
  align-items:center;
  margin-bottom:14px;
}

.view-all{
  justify-self:end;
  background:#003d28;
  color:#fff;
  padding:12px 18px;
  border-radius:5px;
  font-size:12px;
  font-weight:900;
}

.product-row{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}

.product-card{
  background:#fff;
  border-radius:11px;
  border:1px solid #e4e8df;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
  padding:10px 10px 12px;
  text-align:center;
}

.product-img{
  height:122px;
  border-radius:9px;
  background:linear-gradient(135deg,#fff7e4,#f2faf1);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  margin-bottom:8px;
}

.product-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.product-img span{
  font-size:58px;
}

.product-card h3{
  font-size:13px;
  font-weight:900;
  margin-bottom:7px;
}

.details-btn,
.quote-mini{
  width:118px;
  height:24px;
  border-radius:4px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:5px auto;
  font-size:11px;
  font-weight:800;
}

.details-btn{
  background:#003d28;
  color:#fff;
}

.quote-mini{
  border:1px solid #003d28;
  color:#003d28;
}

.why{
  margin:0 3.5% 14px;
  background:
    linear-gradient(90deg,#003d28,#004d33 55%,#002c1d);
  color:#fff;
  border-radius:12px;
  padding:22px 26px;
  display:grid;
  grid-template-columns:1.55fr repeat(6,1fr);
  gap:0;
  align-items:center;
  box-shadow:0 12px 30px rgba(0,61,40,.22);
}

.why-title span{
  font-size:12px;
  font-weight:900;
}

.why-title h2{
  color:#e9b634;
  font-size:24px;
  line-height:1;
}

.why-title p{
  font-size:13px;
  margin-top:4px;
}

.why-item{
  min-height:78px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-left:1px solid rgba(230,178,46,.38);
  padding:0 12px;
}

.why-item span{
  font-size:28px;
  color:#e9b634;
  margin-bottom:6px;
}

.why-item strong{
  font-size:13px;
}

.why-item small{
  font-size:12px;
  margin-top:2px;
}

.industries{
  padding:0 3.5% 10px;
}

.industry-row{
  background:#fff;
  border-radius:10px;
  display:grid;
  grid-template-columns:repeat(8,1fr);
  box-shadow:0 8px 24px rgba(0,0,0,.08);
  border:1px solid #e4e8df;
  overflow:hidden;
}

.industry-card{
  min-height:64px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  text-align:center;
  padding:8px;
  border-right:1px solid #e9ece4;
}

.industry-card:last-child{
  border-right:0;
}

.industry-card span{
  color:#0b743a;
  font-size:22px;
}

.industry-card p{
  font-size:11px;
  font-weight:800;
}

.stats{
  margin:0 3.5% 16px;
  background:#003d28;
  color:#fff;
  border-radius:12px;
  padding:18px 35px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  align-items:center;
}

.stats div{
  text-align:center;
  border-right:1px solid rgba(230,178,46,.45);
}

.stats div:last-child{
  border-right:0;
}

.stats span{
  color:#e9b634;
  font-size:28px;
  display:block;
  margin-bottom:3px;
}

.stats strong{
  font-size:30px;
  line-height:1;
  display:block;
}

.stats p{
  font-size:13px;
  margin-top:4px;
  font-weight:700;
}

.process-section{
  padding:10px 5.5% 28px;
  background:#fff;
}

.process-row{
  margin-top:20px;
  display:grid;
  grid-template-columns:1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  align-items:start;
  gap:8px;
}

.process-card{
  text-align:center;
}

.process-img{
  width:96px;
  height:96px;
  border-radius:50%;
  background:linear-gradient(135deg,#edf8e9,#fff4d6);
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 8px;
  border:4px solid #e2eddd;
  overflow:hidden;
}

.process-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.process-img span{
  font-size:38px;
}

.process-card h3{
  font-size:12px;
  line-height:1.25;
  color:#092017;
}

.arrow{
  text-align:center;
  font-size:34px;
  color:#0b743a;
  padding-top:30px;
}

.quote-section{
  display:grid;
  grid-template-columns:.9fr 1.9fr;
  gap:28px;
  padding:24px 3.5%;
  background:#fbfbf6;
}

.cert-box{
  background:#fff;
  border:1px solid #d8dfd2;
  border-radius:11px;
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.certs{
  display:flex;
  flex-wrap:wrap;
  gap:15px;
  align-items:center;
  justify-content:center;
  margin:18px 0;
}

.certs span{
  width:72px;
  height:72px;
  border-radius:50%;
  border:2px solid #cdd8c7;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0b743a;
  font-weight:900;
  background:#fff;
}

.cert-box p{
  text-align:right;
  font-weight:800;
  font-size:12px;
}

.quote-box{
  background:
    linear-gradient(90deg,rgba(0,61,40,.96),rgba(0,76,50,.9)),
    radial-gradient(circle at right,#edc25b,#003d28 45%);
  border-radius:12px;
  padding:26px 30px;
  color:#fff;
}

.quote-box h2{
  font-size:24px;
  margin-bottom:4px;
}

.quote-box p{
  color:#dce9df;
  font-size:13px;
  margin-bottom:16px;
}

.quote-box form{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.quote-box input,
.quote-box textarea{
  width:100%;
  border:0;
  border-radius:5px;
  padding:13px 14px;
  font-size:13px;
  outline:none;
}

.quote-box textarea{
  grid-column:1/3;
  min-height:48px;
  resize:none;
}

.quote-box button{
  border:0;
  background:#e4ad2d;
  color:#092017;
  border-radius:5px;
  font-weight:900;
  font-size:14px;
  cursor:pointer;
}

.testing-note{
  background:#fff4c8;
  color:#6d4a00;
  text-align:center;
  padding:10px 16px;
  font-size:13px;
  font-weight:800;
}

.footer{
  background:#003d28;
  color:#fff;
  padding:36px 5.5%;
  display:grid;
  grid-template-columns:1.6fr 1fr 1.25fr 1fr 1.45fr;
  gap:36px;
  border-top:4px solid #dca92d;
}

.footer .logo-img{
  max-width:210px;
  max-height:78px;
  background:transparent;
  filter:none;
}

.footer h2,
.footer h3{
  color:#fff;
  margin-bottom:14px;
}

.footer h3{
  font-size:15px;
}

.footer p,
.footer a{
  display:block;
  color:#e3efe8;
  font-size:14px;
  margin:8px 0;
  line-height:1.35;
}

.socials{
  margin-top:18px;
  display:flex;
  gap:16px;
  align-items:center;
}

.socials span{
  width:28px;
  height:28px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.3);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
}

.copyright{
  background:#002d1e;
  color:#fff;
  padding:16px 5.5%;
  display:flex;
  justify-content:space-between;
  gap:15px;
  font-size:13px;
  border-top:1px solid rgba(255,255,255,.12);
}

.float-whatsapp{
  position:fixed;
  right:26px;
  bottom:28px;
  width:62px;
  height:62px;
  border-radius:50%;
  background:#22c55e;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  box-shadow:0 12px 28px rgba(0,0,0,.28);
  z-index:80;
  border:4px solid #fff;
}

@media(max-width:1200px){
  .main-nav{
    gap:18px;
    font-size:13px;
  }

  .brand{
    min-width:220px;
  }

  .logo-img{
    max-width:220px;
  }

  .category-row{
    grid-template-columns:repeat(4,1fr);
  }

  .product-row{
    grid-template-columns:repeat(3,1fr);
  }

  .why{
    grid-template-columns:repeat(3,1fr);
  }

  .why-title{
    grid-column:1/-1;
    text-align:center;
    margin-bottom:10px;
  }

  .industry-row{
    grid-template-columns:repeat(4,1fr);
  }

  .process-row{
    grid-template-columns:repeat(4,1fr);
  }

  .arrow{
    display:none;
  }
}

@media(max-width:900px){
  .topbar{
    display:none;
  }

.hero-slider{
  height:260px;
}

  .main-header{
    height:auto;
    padding:14px 4%;
    flex-direction:column;
    gap:12px;
  }

  .brand{
    min-width:auto;
  }

  .logo-img{
    max-width:230px;
    max-height:78px;
  }

  .main-nav{
    width:100%;
    overflow-x:auto;
    justify-content:flex-start;
    gap:18px;
    padding:5px 0;
    white-space:nowrap;
  }

  .main-nav a{
    padding:8px 0;
  }

  .main-nav a.active::after,
  .main-nav a:hover::after{
    bottom:0;
  }

  .inquiry-btn{
    padding:13px 20px;
  }

  .hero{
    grid-template-columns:1fr;
    padding:34px 5% 54px;
    text-align:center;
  }

  .hero h1{
    font-size:36px;
  }

  .hero p{
    margin-left:auto;
    margin-right:auto;
    font-size:15px;
  }

  .hero-icons{
    grid-template-columns:repeat(3,1fr);
    margin-left:auto;
    margin-right:auto;
  }

  .hero-actions{
    justify-content:center;
    flex-wrap:wrap;
  }

  .hero-visual{
    min-height:230px;
    margin-top:25px;
  }

  .hero-img{
    height:auto;
    max-height:300px;
    border-radius:12px;
  }

  .powder-placeholder{
    min-height:230px;
  }

  .bowl{
    width:128px;
    height:128px;
    font-size:12px;
  }

  .bowl.red{
    left:34%;
    top:5px;
  }

  .bowl.yellow{
    left:52%;
    top:76px;
  }

  .bowl.green{
    left:50%;
    top:0;
  }

  .bowl.cream{
    left:14%;
    top:70px;
  }

  .side-contact{
    display:none;
  }

  .category-row,
  .product-row,
  .industry-row,
  .stats,
  .quote-section,
  .footer{
    grid-template-columns:1fr;
  }

  .section-title-row{
    grid-template-columns:1fr;
    gap:12px;
  }

  .view-all{
    justify-self:center;
  }

  .why{
    margin:0 4% 14px;
    grid-template-columns:1fr;
  }

  .why-item{
    border-left:0;
    border-top:1px solid rgba(230,178,46,.32);
    padding:14px 0;
  }

  .industry-card{
    border-right:0;
    border-bottom:1px solid #e9ece4;
  }

  .stats{
    margin:0 4% 16px;
    gap:12px;
  }

  .stats div{
    border-right:0;
    border-bottom:1px solid rgba(230,178,46,.35);
    padding:10px 0;
  }

  .stats div:last-child{
    border-bottom:0;
  }

  .process-row{
    grid-template-columns:1fr;
  }

  .quote-box form{
    grid-template-columns:1fr;
  }

  .quote-box textarea{
    grid-column:1;
  }

  .quote-box button{
    min-height:48px;
  }

  .copyright{
    flex-direction:column;
    text-align:center;
  }

  .float-whatsapp{
    width:56px;
    height:56px;
    right:18px;
    bottom:18px;
  }
}

@media(max-width:520px){
  .hero h1{
    font-size:31px;
  }

  .hero-icons{
    grid-template-columns:repeat(2,1fr);
  }

  .btn-dark,
  .btn-gold{
    width:100%;
  }

  .category-row{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .cat-img{
    height:68px;
  }

  .category-card h3{
    font-size:12px;
  }

  .product-img{
    height:110px;
  }
}

.product-categories{
  padding:32px 6% 24px;
  background:#fbfaf4;
  text-align:center;
}

.section-label{
  color:#0b6b35;
  font-size:13px;
  font-weight:800;
  letter-spacing:.8px;
  margin-bottom:6px;
}

.product-categories h2{
  font-size:32px;
  line-height:1.2;
  color:#10251b;
  margin:0 0 22px;
  font-weight:900;
}

.category-grid{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:14px;
  max-width:1380px;
  margin:0 auto;
}

.category-card{
  position:relative;
  display:block;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  padding:12px 10px 14px;
  text-decoration:none;
  color:#10251b;
  box-shadow:0 8px 24px rgba(0,0,0,.10);
  transition:.25s ease;
  overflow:hidden;
}

.category-card:hover{
  transform:translateY(-5px);
  box-shadow:0 14px 32px rgba(0,0,0,.16);
}

.cat-img-wrap{
  height:105px;
  border-radius:12px;
  overflow:hidden;
  background:#f8f3df;
  display:flex;
  align-items:center;
  justify-content:center;
}

.cat-img-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.cat-icon{
  width:44px;
  height:44px;
  margin:-22px auto 8px;
  border-radius:50%;
  background:#08723d;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  border:4px solid #fff;
  position:relative;
  z-index:2;
  box-shadow:0 4px 12px rgba(0,0,0,.18);
}

.category-card h3{
  font-size:14px;
  margin:4px 0 3px;
  font-weight:900;
}

.category-card p{
  margin:0;
  font-size:11px;
  color:#0b6b35;
  font-weight:800;
}

@media(max-width:1100px){
  .category-grid{
    grid-template-columns:repeat(4,1fr);
  }
}

@media(max-width:768px){
  .product-categories{
    padding:26px 14px 18px;
  }

  .product-categories h2{
    font-size:24px;
  }

  .category-grid{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
  }

  .cat-img-wrap{
    height:95px;
  }
}

.featured-products{
  padding:22px 6% 26px;
  background:#fbfaf4;
}

.featured-top{
  max-width:1380px;
  margin:0 auto 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  text-align:center;
}

.featured-top h2{
  font-size:30px;
  line-height:1.2;
  color:#10251b;
  margin:4px 0 0;
  font-weight:900;
}

.view-all-btn{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  background:#00462f;
  color:#fff;
  padding:12px 22px;
  border-radius:7px;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
  box-shadow:0 8px 22px rgba(0,70,47,.18);
}

.featured-grid{
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:20px;
}

.featured-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  padding:14px 14px 16px;
  text-align:center;
  box-shadow:0 8px 24px rgba(0,0,0,.10);
  transition:.25s ease;
}

.featured-card:hover{
  transform:translateY(-5px);
  box-shadow:0 14px 32px rgba(0,0,0,.15);
}

.featured-img-wrap{
  height:165px;
  background:#fffaf0;
  border-radius:10px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:10px;
}

.featured-img-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.featured-card h3{
  font-size:14px;
  color:#10251b;
  font-weight:900;
  margin:7px 0 8px;
}

.details-btn,
.quote-btn{
  display:block;
  width:120px;
  margin:6px auto 0;
  padding:7px 10px;
  border-radius:5px;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}

.details-btn{
  background:#00462f;
  color:#fff;
}

.quote-btn{
  background:#fff;
  color:#00462f;
  border:1px solid #00462f;
}

@media(max-width:1000px){
  .featured-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .view-all-btn{
    position:static;
    transform:none;
    margin-top:14px;
    display:inline-block;
  }

  .featured-top{
    display:block;
  }
}

@media(max-width:768px){
  .featured-products{
    padding:20px 14px;
  }

  .featured-top h2{
    font-size:24px;
  }

  .featured-grid{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
  }

  .featured-img-wrap{
    height:120px;
  }
}

.why-strip{
  max-width:1380px;
  margin:14px auto 18px;
  background:linear-gradient(135deg,#003d2b 0%,#005239 55%,#003322 100%);
  border-radius:14px;
  padding:22px 28px;
  display:grid;
  grid-template-columns:1.3fr repeat(6,1fr);
  align-items:center;
  gap:0;
  color:#fff;
  box-shadow:0 12px 34px rgba(0,60,40,.22);
  overflow:hidden;
}

.why-intro{
  padding-right:24px;
}

.why-intro span{
  font-size:12px;
  font-weight:800;
  color:#fff;
  letter-spacing:.8px;
}

.why-intro h2{
  margin:3px 0 4px;
  font-size:25px;
  line-height:1;
  color:#f2b928;
  font-weight:950;
}

.why-intro p{
  margin:0;
  font-size:13px;
  line-height:1.35;
  color:#fff;
  font-weight:600;
}

.why-item{
  min-height:98px;
  padding:0 18px;
  text-align:center;
  border-left:1px solid rgba(242,185,40,.38);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.why-icon{
  width:42px;
  height:42px;
  border:2px solid #f2b928;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:21px;
  margin-bottom:8px;
  background:rgba(255,255,255,.04);
}

.why-item h3{
  margin:0;
  font-size:13px;
  line-height:1.2;
  font-weight:900;
  color:#fff;
}

.why-item p{
  margin:2px 0 0;
  font-size:11px;
  line-height:1.2;
  color:#fff;
  opacity:.9;
  font-weight:600;
}

@media(max-width:1100px){
  .why-strip{
    grid-template-columns:repeat(3,1fr);
    gap:18px 0;
    margin:14px 14px 18px;
  }

  .why-intro{
    grid-column:1 / -1;
    text-align:center;
    padding-right:0;
  }

  .why-item{
    border-left:0;
  }
}

@media(max-width:768px){
  .why-strip{
    grid-template-columns:repeat(2,1fr);
    padding:20px 14px;
  }

  .why-intro h2{
    font-size:23px;
  }

  .why-item{
    padding:0 8px;
  }
}

/* =========================================
   FINAL MOBILE CLEAN DESIGN FIX
   Paste this at the very END of style.css
========================================= */

@media (max-width: 900px){

  html,
  body{
    width:100%;
    max-width:100%;
    overflow-x:hidden !important;
    background:#fff !important;
  }

  /* TOP BAR - no overflow */
  .topbar{
    display:flex !important;
    height:34px !important;
    background:#003d28 !important;
    color:#fff !important;
    padding:0 10px !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:8px !important;
    overflow:hidden !important;
    white-space:nowrap !important;
  }

  .top-left,
  .top-right{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    min-width:0 !important;
  }

  .topbar span,
  .topbar a{
    font-size:9px !important;
    color:#fff !important;
    background:transparent !important;
    border:0 !important;
    padding:0 !important;
    white-space:nowrap !important;
  }

  .topbar span:nth-child(n+3),
  .topbar a:nth-child(n+2){
    display:none !important;
  }

  /* HEADER */
  .main-header{
    height:76px !important;
    padding:10px 14px !important;
    display:grid !important;
    grid-template-columns:1fr auto 42px !important;
    gap:10px !important;
    align-items:center !important;
    background:#fff !important;
    border-radius:0 0 14px 14px !important;
    box-shadow:0 4px 16px rgba(0,0,0,.08) !important;
    position:relative !important;
    top:auto !important;
    z-index:60 !important;
  }

  .brand{
    min-width:0 !important;
    width:auto !important;
    justify-content:flex-start !important;
  }

  .logo-img{
    width:150px !important;
    max-width:150px !important;
    max-height:56px !important;
    object-fit:contain !important;
  }

  .main-nav{
    display:none !important;
  }

  .main-header::after{
    content:"☰";
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#00543b;
    font-size:31px;
    line-height:1;
  }

  .inquiry-btn{
    margin:0 !important;
    padding:13px 18px !important;
    border-radius:8px !important;
    background:#003d28 !important;
    color:#fff !important;
    font-size:13px !important;
    font-weight:900 !important;
    white-space:nowrap !important;
    box-shadow:0 8px 18px rgba(0,61,40,.23) !important;
  }

  /* HERO - fixed professional layout */
  .hero{
    display:grid !important;
    grid-template-columns:42% 58% !important;
    grid-template-areas:
      "text image"
      "icons icons";
    gap:0 !important;
    min-height:auto !important;
    padding:16px 12px 8px !important;
    background:linear-gradient(90deg,#fff 0%,#fffaf0 100%) !important;
    text-align:left !important;
    overflow:hidden !important;
  }

  .hero::before,
  .hero::after{
    display:none !important;
  }

  .hero-content{
    grid-area:text !important;
    display:block !important;
    max-width:100% !important;
    padding:0 4px 0 0 !important;
    z-index:5 !important;
  }

  .hero h1{
    font-size:23px !important;
    line-height:1.06 !important;
    letter-spacing:-.4px !important;
    margin:0 0 8px !important;
    max-width:160px !important;
    text-align:left !important;
    font-weight:950 !important;
  }

  .hero h1 span{
    display:block !important;
    color:#08713b !important;
  }

  .hero p{
    font-size:9.8px !important;
    line-height:1.45 !important;
    max-width:158px !important;
    margin:0 0 10px !important;
    text-align:left !important;
    font-weight:600 !important;
    color:#10251b !important;
  }

  .hero p b{
    color:#08713b !important;
    font-weight:900 !important;
  }

  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:7px !important;
    width:150px !important;
    margin:0 !important;
  }

  .btn-dark,
  .btn-gold{
    width:150px !important;
    min-width:150px !important;
    height:32px !important;
    min-height:32px !important;
    padding:0 8px !important;
    border-radius:6px !important;
    font-size:9.5px !important;
    line-height:32px !important;
    font-weight:900 !important;
    white-space:nowrap !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .hero-visual{
    grid-area:image !important;
    height:188px !important;
    min-height:188px !important;
    margin:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    border-radius:0 !important;
  }

  .hero-slider{
    width:100% !important;
    height:188px !important;
    max-width:100% !important;
    border-radius:0 !important;
    box-shadow:none !important;
    overflow:hidden !important;
  }

  .hero-slider::before{
    display:none !important;
  }

  .hero-slide .hero-img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:right center !important;
    transform:scale(1.08) !important;
  }

  /* hide text side inside banner image by pushing image to right */
  .hero-slide .hero-img{
    clip-path:inset(0 0 0 12%);
  }

  /* HERO ICON ROW */
  .hero-icons{
    grid-area:icons !important;
    display:grid !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:0 !important;
    max-width:100% !important;
    margin:12px 0 0 !important;
    padding:9px 0 6px !important;
    background:#fff !important;
    border-top:1px solid #e9eee7 !important;
    border-bottom:1px solid #e9eee7 !important;
  }

  .hero-icons div{
    min-height:52px !important;
    padding:0 4px !important;
    text-align:center !important;
    border-right:1px solid #e9eee7 !important;
  }

  .hero-icons div:nth-child(4){
    border-right:0 !important;
  }

  .hero-icons div:nth-child(5){
    display:none !important;
  }

  .hero-icons span{
    width:28px !important;
    height:28px !important;
    font-size:14px !important;
    border:1.7px solid #0e6b36 !important;
    margin:0 auto 5px !important;
  }

  .hero-icons strong{
    font-size:8.5px !important;
    line-height:1.05 !important;
    font-weight:950 !important;
  }

  .hero-icons small{
    font-size:8px !important;
    line-height:1.05 !important;
    font-weight:850 !important;
  }

  .slider-dots{
    bottom:2px !important;
    gap:12px !important;
  }

  .dot{
    width:8px !important;
    height:8px !important;
    border-width:1px !important;
  }

  /* CATEGORY SECTION */
  .section,
  .product-categories,
  .featured-products,
  .process-section{
    padding:12px 12px !important;
    background:#fff !important;
  }

  .section-label{
    font-size:10px !important;
    margin-bottom:7px !important;
    letter-spacing:.4px !important;
  }

  .product-categories h2,
  .featured-top h2,
  .section h2,
  .process-section h2{
    font-size:18px !important;
    line-height:1.2 !important;
    margin:0 0 12px !important;
  }

  .category-grid,
  .category-row{
    display:grid !important;
    grid-template-columns:repeat(2,1fr) !important;
    gap:12px !important;
    max-width:100% !important;
    margin:0 auto !important;
  }

  .category-card{
    min-height:132px !important;
    padding:8px 8px 10px !important;
    border-radius:12px !important;
    box-shadow:0 5px 16px rgba(0,0,0,.09) !important;
    border:1px solid #e7ebe2 !important;
    background:#fff !important;
  }

  .cat-img-wrap,
  .cat-img{
    height:88px !important;
    border-radius:10px !important;
    margin-bottom:7px !important;
    overflow:hidden !important;
  }

  .cat-img-wrap img,
  .cat-img img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
  }

  .cat-icon{
    display:none !important;
  }

  .category-card h3{
    font-size:13px !important;
    line-height:1.15 !important;
    margin:3px 0 0 !important;
    font-weight:900 !important;
  }

  .category-card p{
    display:none !important;
  }

  .category-grid .category-card:nth-child(5),
  .category-grid .category-card:nth-child(6),
  .category-grid .category-card:nth-child(7){
    grid-column:auto !important;
  }

  .category-grid .category-card:nth-child(7){
    grid-column:1 / -1 !important;
  }

  /* FEATURED PRODUCTS */
  .featured-top{
    margin:0 auto 10px !important;
    display:block !important;
    text-align:center !important;
    position:relative !important;
  }

  .view-all-btn{
    position:static !important;
    transform:none !important;
    background:transparent !important;
    color:#003d28 !important;
    padding:4px 0 0 !important;
    font-size:12px !important;
    box-shadow:none !important;
    display:inline-block !important;
  }

  .featured-grid,
  .product-row{
    display:grid !important;
    grid-template-columns:repeat(2,1fr) !important;
    gap:12px !important;
    max-width:100% !important;
  }

  .featured-card,
  .product-card{
    padding:8px 8px 10px !important;
    border-radius:12px !important;
    box-shadow:0 5px 16px rgba(0,0,0,.09) !important;
    background:#fff !important;
  }

  .featured-img-wrap,
  .product-img{
    height:100px !important;
    border-radius:10px !important;
    margin-bottom:7px !important;
    overflow:hidden !important;
  }

  .featured-card h3,
  .product-card h3{
    font-size:12px !important;
    line-height:1.1 !important;
    margin:4px 0 6px !important;
    font-weight:900 !important;
  }

  .featured-card .details-btn,
  .featured-card .quote-btn,
  .product-card .details-btn,
  .product-card .quote-mini{
    width:100% !important;
    height:25px !important;
    min-height:25px !important;
    padding:0 !important;
    margin:4px auto 0 !important;
    border-radius:5px !important;
    font-size:10px !important;
    line-height:25px !important;
  }

  .float-whatsapp{
    width:52px !important;
    height:52px !important;
    right:14px !important;
    bottom:14px !important;
    font-size:24px !important;
    z-index:100 !important;
  }
}

@media (max-width:390px){

  .topbar span,
  .topbar a{
    font-size:8px !important;
  }

  .main-header{
    grid-template-columns:1fr auto 36px !important;
    padding:9px 10px !important;
  }

  .logo-img{
    width:135px !important;
    max-width:135px !important;
  }

  .inquiry-btn{
    font-size:12px !important;
    padding:12px 13px !important;
  }

  .main-header::after{
    width:36px;
    font-size:28px;
  }

  .hero{
    grid-template-columns:43% 57% !important;
    padding:14px 10px 8px !important;
  }

  .hero h1{
    font-size:21px !important;
    max-width:145px !important;
  }

  .hero p{
    font-size:9px !important;
    max-width:145px !important;
  }

  .hero-actions{
    width:136px !important;
  }

  .btn-dark,
  .btn-gold{
    width:136px !important;
    min-width:136px !important;
    font-size:8.5px !important;
  }

  .hero-visual,
  .hero-slider{
    height:174px !important;
    min-height:174px !important;
  }
}

/* =========================================
   HERO BANNER BOX REMOVE - MOBILE FINAL FIX
   Paste at very END of style.css
========================================= */

@media (max-width: 900px){

  .hero{
    position:relative !important;
    display:grid !important;
    grid-template-columns:43% 57% !important;
    grid-template-areas:
      "content visual"
      "icons icons";
    align-items:center !important;
    min-height:235px !important;
    padding:14px 12px 8px !important;
    background:linear-gradient(90deg,#ffffff 0%,#fffaf0 48%,#fff3d8 100%) !important;
    overflow:hidden !important;
    text-align:left !important;
  }

  .hero::before,
  .hero::after{
    display:none !important;
  }

  .hero-content{
    grid-area:content !important;
    position:relative !important;
    z-index:5 !important;
    max-width:100% !important;
    padding:0 !important;
  }

  .hero h1{
    font-size:22px !important;
    line-height:1.04 !important;
    margin:0 0 8px !important;
    max-width:155px !important;
    text-align:left !important;
    letter-spacing:-.4px !important;
    font-weight:950 !important;
  }

  .hero h1 span{
    display:block !important;
    color:#08713b !important;
  }

  .hero p{
    font-size:9.2px !important;
    line-height:1.42 !important;
    max-width:150px !important;
    margin:0 0 9px !important;
    text-align:left !important;
    color:#10251b !important;
    font-weight:650 !important;
  }

  .hero p b{
    color:#08713b !important;
    font-weight:950 !important;
  }

  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:6px !important;
    width:210px !important;
    max-width:210px !important;
    margin:0 !important;
    position:relative !important;
    z-index:8 !important;
  }

  .btn-dark,
  .btn-gold{
    min-width:0 !important;
    width:100% !important;
    height:30px !important;
    min-height:30px !important;
    padding:0 6px !important;
    border-radius:5px !important;
    font-size:8px !important;
    line-height:30px !important;
    font-weight:900 !important;
    white-space:nowrap !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .hero-visual{
    grid-area:visual !important;
    position:relative !important;
    z-index:2 !important;
    width:100% !important;
    height:178px !important;
    min-height:178px !important;
    margin:0 !important;
    padding:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    overflow:visible !important;
    background:transparent !important;
    box-shadow:none !important;
    border-radius:0 !important;
  }

  .hero-slider{
    position:relative !important;
    width:122% !important;
    height:178px !important;
    max-width:none !important;
    margin-left:-22% !important;
    overflow:hidden !important;
    background:transparent !important;
    border-radius:0 !important;
    box-shadow:none !important;
  }

  .hero-slider::before{
    content:"" !important;
    display:block !important;
    position:absolute !important;
    left:0 !important;
    top:0 !important;
    width:34% !important;
    height:100% !important;
    background:linear-gradient(90deg,#fffaf0 0%,rgba(255,250,240,.78) 45%,rgba(255,250,240,0) 100%) !important;
    z-index:8 !important;
    pointer-events:none !important;
  }

  .hero-slide{
    inset:0 !important;
    background:transparent !important;
  }

  .hero-slide .hero-img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:right center !important;
    display:block !important;
    transform:scale(1.18) !important;
    transform-origin:right center !important;
    border-radius:0 !important;
    box-shadow:none !important;
  }

  .hero-icons{
    grid-area:icons !important;
    position:relative !important;
    z-index:9 !important;
    display:grid !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:0 !important;
    margin:9px 0 0 !important;
    padding:8px 0 5px !important;
    background:#ffffff !important;
    border-top:1px solid #e9eee7 !important;
    border-bottom:1px solid #e9eee7 !important;
  }

  .hero-icons div{
    min-height:50px !important;
    padding:0 3px !important;
    border-right:1px solid #e9eee7 !important;
    text-align:center !important;
  }

  .hero-icons div:nth-child(4){
    border-right:0 !important;
  }

  .hero-icons div:nth-child(5){
    display:none !important;
  }

  .hero-icons span{
    width:27px !important;
    height:27px !important;
    font-size:14px !important;
    margin:0 auto 4px !important;
  }

  .hero-icons strong{
    font-size:8px !important;
    line-height:1.05 !important;
  }

  .hero-icons small{
    font-size:7.8px !important;
    line-height:1.05 !important;
  }
}

@media (max-width:390px){

  .hero{
    grid-template-columns:42% 58% !important;
    min-height:225px !important;
    padding:13px 10px 8px !important;
  }

  .hero h1{
    font-size:20px !important;
    max-width:140px !important;
  }

  .hero p{
    font-size:8.6px !important;
    max-width:138px !important;
  }

  .hero-actions{
    width:195px !important;
    max-width:195px !important;
  }

  .btn-dark,
  .btn-gold{
    height:28px !important;
    font-size:7.4px !important;
  }

  .hero-visual,
  .hero-slider{
    height:166px !important;
    min-height:166px !important;
  }

  .hero-slider{
    width:126% !important;
    margin-left:-26% !important;
  }
}

/* Step fix: hero icons below slider dots */
.hero-icons-bottom {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 28px;
  padding: 18px 20px;
  background: #ffffff;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.hero-icons-bottom div {
  border-right: 1px solid #e6e6e6;
}

.hero-icons-bottom div:last-child {
  border-right: 0;
}

@media (max-width: 768px) {
  .hero-icons-bottom {
    grid-template-columns: repeat(5, 1fr);
    padding: 10px 8px;
    margin: 0 10px 16px;
    width: auto;
    border-radius: 0 0 12px 12px;
  }

  .hero-icons-bottom span {
    font-size: 20px;
  }

  .hero-icons-bottom strong {
    font-size: 9px;
    line-height: 1.1;
  }

  .hero-icons-bottom small {
    font-size: 8px;
    line-height: 1.1;
  }
}

/* =====================================================
   OUR PROCESS SECTION - SAME AS REFERENCE
===================================================== */

.process-section {
  background: #ffffff !important;
  padding: 28px 5% 30px !important;
  text-align: center !important;
}

.process-section .section-label {
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  color: #006b45 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-bottom: 5px !important;
  position: relative !important;
}

.process-section .section-label::before,
.process-section .section-label::after {
  content: "•";
  color: #006b45;
  margin: 0 8px;
}

.process-section h2 {
  font-size: 28px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  color: #102018 !important;
  margin: 0 0 24px !important;
}

.process-row {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 10px !important;
}

.process-card {
  flex: 1 !important;
  min-width: 0 !important;
  text-align: center !important;
}

.process-img {
  width: 86px !important;
  height: 86px !important;
  margin: 0 auto 10px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  background: #f7f7f1 !important;
  border: 3px solid #ffffff !important;
  box-shadow: 0 5px 18px rgba(0,0,0,0.12) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.process-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.process-img span {
  font-size: 34px !important;
}

.process-card h3 {
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: #102018 !important;
  margin: 0 !important;
}

.process-row .arrow {
  margin-top: 30px !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #007344 !important;
  flex: 0 0 auto !important;
}

/* Mobile same as reference compact */
@media (max-width: 768px) {
  .process-section {
    padding: 18px 10px 20px !important;
    overflow: hidden !important;
  }

  .process-section .section-label {
    font-size: 10px !important;
    letter-spacing: 0.6px !important;
    margin-bottom: 3px !important;
  }

  .process-section h2 {
    font-size: 17px !important;
    margin-bottom: 14px !important;
  }

  .process-row {
    max-width: 100% !important;
    gap: 4px !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
  }

  .process-card {
    flex: 1 !important;
  }

  .process-img {
    width: 44px !important;
    height: 44px !important;
    margin-bottom: 5px !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.12) !important;
  }

  .process-card h3 {
    font-size: 7.5px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
  }

  .process-row .arrow {
    margin-top: 14px !important;
    font-size: 17px !important;
    color: #007344 !important;
  }
}

/* =====================================================
   INDUSTRIES WE SERVE - SAME AS REFERENCE
===================================================== */

.industries-section {
  background: #ffffff !important;
  padding: 22px 5% 18px !important;
  text-align: center !important;
}

.industries-section .section-label {
  display: inline-block !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  color: #102018 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  margin-bottom: 18px !important;
  position: relative !important;
}

.industries-section .section-label::before,
.industries-section .section-label::after {
  content: "•";
  color: #006b45;
  margin: 0 8px;
}

.industries-row {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(8, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
}

.industry-item {
  text-align: center !important;
  padding: 8px 4px !important;
}

.industry-icon {
  width: 58px !important;
  height: 58px !important;
  margin: 0 auto 8px !important;
  border: 1px solid #e4eee7 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  color: #006b45 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 28px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
}

.industry-item h3 {
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: #102018 !important;
  margin: 0 !important;
}

/* Mobile compact like reference */
@media (max-width: 768px) {
  .industries-section {
    padding: 14px 8px 12px !important;
  }

  .industries-section .section-label {
    font-size: 9.5px !important;
    margin-bottom: 10px !important;
    letter-spacing: 0.4px !important;
  }

  .industries-row {
    grid-template-columns: repeat(8, 1fr) !important;
    gap: 3px !important;
    max-width: 100% !important;
  }

  .industry-item {
    padding: 2px 1px !important;
  }

  .industry-icon {
    width: 30px !important;
    height: 30px !important;
    border-radius: 9px !important;
    font-size: 15px !important;
    margin-bottom: 4px !important;
    box-shadow: none !important;
  }

  .industry-item h3 {
    font-size: 6.8px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
  }
}

/* Industries icon image fix */
.industry-icon img {
  width: 34px !important;
  height: 34px !important;
  object-fit: contain !important;
  display: block !important;
}

@media (max-width: 768px) {
  .industry-icon img {
    width: 22px !important;
    height: 22px !important;
  }
}

/* Industries We Serve icon size increase */
.industries-section .industry-icon {
  width: 74px !important;
  height: 74px !important;
  border-radius: 16px !important;
  margin: 0 auto 10px !important;
}

.industries-section .industry-icon img {
  width: 52px !important;
  height: 52px !important;
  object-fit: contain !important;
  display: block !important;
}

/* Text thoda balanced */
.industries-section .industry-item h3 {
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

/* Mobile ke liye */
@media (max-width: 768px) {
  .industries-section .industry-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
    margin-bottom: 5px !important;
  }

  .industries-section .industry-icon img {
    width: 28px !important;
    height: 28px !important;
  }

  .industries-section .industry-item h3 {
    font-size: 7.5px !important;
    line-height: 1.15 !important;
  }
}

/* =====================================================
   CERTIFICATIONS IMAGE LOGO SECTION
===================================================== */

.cert-box {
  background: #ffffff !important;
  border: 1px solid #dfe8dd !important;
  border-radius: 16px !important;
  padding: 28px 22px 20px !important;
  text-align: center !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04) !important;
}

.cert-box .section-label {
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  color: #006b45 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  margin-bottom: 20px !important;
}

.cert-logo-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 15px !important;
  align-items: center !important;
  justify-items: center !important;
}

.cert-logo-item {
  width: 96px !important;
  height: 96px !important;
  background: #ffffff !important;
  border-radius: 50% !important;
  border: 2px solid #d7e5d2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05) !important;
}

.cert-logo-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

.cert-more-text {
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #111111 !important;
  margin: 16px 0 0 !important;
}

/* Mobile compact */
@media (max-width: 768px) {
  .cert-box {
    padding: 14px 10px 10px !important;
    border-radius: 10px !important;
  }

  .cert-box .section-label {
    font-size: 9px !important;
    margin-bottom: 10px !important;
  }

  .cert-logo-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
  }

  .cert-logo-item {
    width: 54px !important;
    height: 54px !important;
    padding: 5px !important;
    border-width: 1.5px !important;
  }

  .cert-more-text {
    font-size: 8.5px !important;
    margin-top: 8px !important;
  }
}

/* =====================================================
   REQUEST BULK QUOTE - REFERENCE STYLE DESIGN
===================================================== */

.quote-box {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 62% 38% !important;
  align-items: stretch !important;
  background: linear-gradient(135deg, #004b31 0%, #00663f 100%) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08) !important;
  min-height: 360px !important;
}

.quote-form-area {
  position: relative !important;
  z-index: 2 !important;
  padding: 28px 30px 26px !important;
}

.quote-head h3 {
  margin: 0 0 6px !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}

.quote-head p {
  margin: 0 0 18px !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: rgba(255,255,255,0.9) !important;
}

.quote-form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 12px !important;
}

.quote-form-grid input,
.quote-form-grid select,
.quote-form-grid textarea {
  width: 100% !important;
  height: 48px !important;
  border: none !important;
  outline: none !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #1b1b1b !important;
  padding: 0 14px !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

.quote-form-grid textarea {
  grid-column: 1 / -1 !important;
  height: 68px !important;
  padding: 12px 14px !important;
  resize: none !important;
}

.quote-form-grid button {
  grid-column: 1 / -1 !important;
  height: 52px !important;
  border: none !important;
  border-radius: 8px !important;
  background: #e2ad29 !important;
  color: #111111 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  transition: 0.25s ease !important;
}

.quote-form-grid button:hover {
  transform: translateY(-1px) !important;
  filter: brightness(1.03) !important;
}

.quote-side-image {
  position: relative !important;
  min-height: 100% !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  overflow: hidden !important;
}

.quote-side-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* Agar image thodi niche se better dikhani ho */
.quote-side-image::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(0, 85, 51, 0.08) 0%, rgba(0,0,0,0) 35%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

/* Mobile */
@media (max-width: 768px) {
  .quote-box {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    border-radius: 12px !important;
  }

  .quote-form-area {
    padding: 16px 14px 14px !important;
  }

  .quote-head h3 {
    font-size: 16px !important;
    margin-bottom: 4px !important;
  }

  .quote-head p {
    font-size: 10px !important;
    margin-bottom: 10px !important;
  }

  .quote-form-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .quote-form-grid input,
  .quote-form-grid select {
    height: 34px !important;
    font-size: 10px !important;
    padding: 0 10px !important;
    border-radius: 6px !important;
  }

  .quote-form-grid textarea {
    height: 46px !important;
    font-size: 10px !important;
    padding: 8px 10px !important;
    border-radius: 6px !important;
  }

  .quote-form-grid button {
    height: 38px !important;
    font-size: 13px !important;
    border-radius: 6px !important;
  }

  .quote-side-image {
    min-height: 150px !important;
  }

  .quote-side-image img {
    height: 150px !important;
    object-fit: cover !important;
  }
}

/* =====================================================
   REQUEST BULK QUOTE - REFERENCE STYLE DESIGN
===================================================== */

.quote-box {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 62% 38% !important;
  align-items: stretch !important;
  background: linear-gradient(135deg, #004b31 0%, #00663f 100%) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08) !important;
  min-height: 360px !important;
}

.quote-form-area {
  position: relative !important;
  z-index: 2 !important;
  padding: 28px 30px 26px !important;
}

.quote-head h3 {
  margin: 0 0 6px !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}

.quote-head p {
  margin: 0 0 18px !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: rgba(255,255,255,0.9) !important;
}

.quote-form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 12px !important;
}

.quote-form-grid input,
.quote-form-grid select,
.quote-form-grid textarea {
  width: 100% !important;
  height: 48px !important;
  border: none !important;
  outline: none !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #1b1b1b !important;
  padding: 0 14px !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

.quote-form-grid textarea {
  grid-column: 1 / -1 !important;
  height: 68px !important;
  padding: 12px 14px !important;
  resize: none !important;
}

.quote-form-grid button {
  grid-column: 1 / -1 !important;
  height: 52px !important;
  border: none !important;
  border-radius: 8px !important;
  background: #e2ad29 !important;
  color: #111111 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  transition: 0.25s ease !important;
}

.quote-form-grid button:hover {
  transform: translateY(-1px) !important;
  filter: brightness(1.03) !important;
}

.quote-side-image {
  position: relative !important;
  min-height: 100% !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  overflow: hidden !important;
}

.quote-side-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* Agar image thodi niche se better dikhani ho */
.quote-side-image::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(0, 85, 51, 0.08) 0%, rgba(0,0,0,0) 35%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

/* Mobile */
@media (max-width: 768px) {
  .quote-box {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    border-radius: 12px !important;
  }

  .quote-form-area {
    padding: 16px 14px 14px !important;
  }

  .quote-head h3 {
    font-size: 16px !important;
    margin-bottom: 4px !important;
  }

  .quote-head p {
    font-size: 10px !important;
    margin-bottom: 10px !important;
  }

  .quote-form-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .quote-form-grid input,
  .quote-form-grid select {
    height: 34px !important;
    font-size: 10px !important;
    padding: 0 10px !important;
    border-radius: 6px !important;
  }

  .quote-form-grid textarea {
    height: 46px !important;
    font-size: 10px !important;
    padding: 8px 10px !important;
    border-radius: 6px !important;
  }

  .quote-form-grid button {
    height: 38px !important;
    font-size: 13px !important;
    border-radius: 6px !important;
  }

  .quote-side-image {
    min-height: 150px !important;
  }

  .quote-side-image img {
    height: 150px !important;
    object-fit: cover !important;
  }
}

/* =====================================================
   QUOTE SECTION IMAGE BLEND FIX - NO SEPARATE IMAGE BOX
===================================================== */

.quote-box {
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #004b31 0%, #00633d 100%) !important;
  border-radius: 18px !important;
  min-height: 360px !important;
  display: block !important;
}

.quote-form-area {
  position: relative !important;
  z-index: 3 !important;
  width: 62% !important;
  padding: 34px 32px 30px !important;
}

.quote-side-image {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 42% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  display: block !important;
}

.quote-side-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center right !important;
  display: block !important;
  border-radius: 0 !important;
}

/* Image ko green box me blend karne ke liye left side soft fade */
.quote-side-image::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  background: linear-gradient(
    90deg,
    #005735 0%,
    rgba(0, 87, 53, 0.85) 8%,
    rgba(0, 87, 53, 0.35) 22%,
    rgba(0, 87, 53, 0) 45%
  ) !important;
  pointer-events: none !important;
}

/* Form fields ko reference jaisa clean rakho */
.quote-form-grid {
  position: relative !important;
  z-index: 4 !important;
}

.quote-form-grid input,
.quote-form-grid textarea,
.quote-form-grid select {
  border-radius: 8px !important;
  border: none !important;
  background: #ffffff !important;
}

.quote-form-grid button {
  background: #e6b32e !important;
  border-radius: 8px !important;
  color: #111 !important;
  font-weight: 900 !important;
}

/* Mobile me image ko niche compact rakhna */
@media (max-width: 768px) {
  .quote-box {
    min-height: auto !important;
    border-radius: 12px !important;
  }

  .quote-form-area {
    width: 100% !important;
    padding: 16px 12px 12px !important;
  }

  .quote-side-image {
    position: relative !important;
    width: 100% !important;
    height: 135px !important;
  }

  .quote-side-image img {
    height: 135px !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .quote-side-image::before {
    background: linear-gradient(
      180deg,
      #005735 0%,
      rgba(0, 87, 53, 0.45) 25%,
      rgba(0, 87, 53, 0) 70%
    ) !important;
  }
}

/* =====================================================
   SEO PRODUCT LISTING PAGE
===================================================== */

.products-page {
  background: #fbfaf4;
}

.products-hero {
  padding: 58px 6% 38px;
  text-align: center;
  background: linear-gradient(135deg, #fffdf6 0%, #fff4d5 100%);
}

.products-hero h1 {
  font-size: 42px;
  line-height: 1.15;
  color: #10251b;
  font-weight: 950;
  margin: 8px 0 12px;
}

.products-hero p {
  max-width: 860px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.65;
  color: #20372b;
  font-weight: 600;
}

.products-layout {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 32px;
  padding: 34px 5.5% 48px;
  align-items: start;
}

.products-sidebar {
  background: #ffffff;
  border: 1px solid #e3e8dd;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  position: sticky;
  top: 125px;
}

.products-sidebar h2 {
  font-size: 18px;
  color: #10251b;
  margin-bottom: 16px;
  font-weight: 900;
}

.products-sidebar a {
  display: block;
  padding: 12px 14px;
  border-radius: 8px;
  color: #10251b;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid transparent;
  margin-bottom: 8px;
}

.products-sidebar a:hover,
.products-sidebar a.active {
  background: #003d28;
  color: #ffffff;
  border-color: #003d28;
}

.products-listing-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 18px;
}

.products-listing-top span {
  color: #0b6b35;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.products-listing-top h2 {
  font-size: 30px;
  color: #10251b;
  line-height: 1.2;
  font-weight: 950;
  margin-top: 4px;
}

.products-grid-seo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.seo-product-card {
  background: #ffffff;
  border: 1px solid #e3e8dd;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  transition: .25s ease;
}

.seo-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 34px rgba(0,0,0,.13);
}

.seo-product-img {
  display: block;
  height: 230px;
  background: #fffaf0;
  overflow: hidden;
}

.seo-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.seo-product-info {
  padding: 16px 16px 18px;
}

.seo-product-info span {
  display: inline-block;
  color: #0b6b35;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 7px;
}

.seo-product-info h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #10251b;
  font-weight: 950;
  margin-bottom: 9px;
}

.seo-product-info p {
  font-size: 14px;
  line-height: 1.55;
  color: #3b4a42;
  margin-bottom: 14px;
}

.seo-product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.no-products-box {
  background: #ffffff;
  border: 1px solid #e3e8dd;
  border-radius: 14px;
  padding: 34px;
  text-align: center;
}

.no-products-box h3 {
  font-size: 24px;
  color: #10251b;
  margin-bottom: 8px;
}

.no-products-box p {
  color: #54645b;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .products-grid-seo {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-layout {
    grid-template-columns: 230px 1fr;
    gap: 22px;
  }
}

@media (max-width: 768px) {
  .products-hero {
    padding: 34px 14px 24px;
  }

  .products-hero h1 {
    font-size: 26px;
  }

  .products-hero p {
    font-size: 13px;
    line-height: 1.55;
  }

  .products-layout {
    grid-template-columns: 1fr;
    padding: 22px 14px 32px;
  }

  .products-sidebar {
    position: static;
    padding: 14px;
  }

  .products-sidebar h2 {
    font-size: 16px;
  }

  .products-sidebar a {
    font-size: 12px;
    padding: 10px 12px;
  }

  .products-listing-top h2 {
    font-size: 22px;
  }

  .products-grid-seo {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .seo-product-img {
    height: 120px;
  }

  .seo-product-info {
    padding: 10px;
  }

  .seo-product-info span {
    font-size: 9px;
  }

  .seo-product-info h3 {
    font-size: 14px;
  }

  .seo-product-info p {
    display: none;
  }

  .seo-product-actions {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* =====================================================
   SEO PRODUCT DETAIL PAGE
===================================================== */

.product-detail-page {
  background: #fbfaf4;
}

.detail-breadcrumb {
  padding: 20px 6% 0;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 800;
  color: #0b6b35;
}

.detail-breadcrumb span {
  color: #8b9a91;
}

.detail-breadcrumb strong {
  color: #10251b;
}

.product-detail-hero {
  padding: 32px 6% 42px;
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 42px;
  align-items: center;
  background: linear-gradient(135deg, #fffdf6 0%, #fff4d5 100%);
}

.product-detail-image {
  background: #ffffff;
  border: 1px solid #e3e8dd;
  border-radius: 18px;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  box-shadow: 0 12px 34px rgba(0,0,0,.08);
  overflow: hidden;
}

.product-detail-image img {
  width: 100%;
  height: 100%;
  max-height: 470px;
  object-fit: contain;
  display: block;
}

.product-detail-content {
  max-width: 720px;
}

.detail-category {
  display: inline-block;
  color: #0b6b35;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.product-detail-content h1 {
  font-size: 48px;
  line-height: 1.1;
  color: #10251b;
  font-weight: 950;
  margin-bottom: 16px;
}

.product-detail-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #20372b;
  font-weight: 600;
  margin-bottom: 24px;
}

.detail-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.detail-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.detail-highlights div {
  background: #ffffff;
  border: 1px solid #e3e8dd;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
}

.detail-highlights strong {
  display: block;
  font-size: 15px;
  color: #10251b;
  font-weight: 950;
}

.detail-highlights span {
  display: block;
  font-size: 13px;
  color: #0b6b35;
  font-weight: 800;
  margin-top: 4px;
}

.product-detail-sections {
  padding: 38px 6% 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.detail-card {
  background: #ffffff;
  border: 1px solid #e3e8dd;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.detail-card h2 {
  font-size: 24px;
  color: #10251b;
  line-height: 1.2;
  font-weight: 950;
  margin-bottom: 14px;
}

.detail-card p,
.detail-card li {
  font-size: 15px;
  line-height: 1.7;
  color: #33463c;
  font-weight: 600;
}

.detail-card ul {
  padding-left: 18px;
}

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

.application-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.application-tags span {
  background: #f1f7ef;
  border: 1px solid #dbe8d6;
  color: #0b6b35;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 900;
}

.spec-card {
  grid-column: 1 / -1;
}

.spec-card table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 12px;
}

.spec-card th,
.spec-card td {
  padding: 15px 16px;
  border: 1px solid #e3e8dd;
  text-align: left;
  font-size: 15px;
}

.spec-card th {
  width: 32%;
  background: #f1f7ef;
  color: #10251b;
  font-weight: 950;
}

.spec-card td {
  color: #33463c;
  font-weight: 700;
}

.faq-card {
  grid-column: 1 / -1;
}

.faq-item {
  border-top: 1px solid #e3e8dd;
  padding-top: 16px;
  margin-top: 16px;
}

.faq-item h3 {
  font-size: 17px;
  color: #10251b;
  margin-bottom: 6px;
}

.product-not-found {
  padding: 90px 6%;
  text-align: center;
}

.product-not-found h1 {
  font-size: 42px;
  color: #10251b;
  margin-bottom: 12px;
}

.product-not-found p {
  font-size: 17px;
  margin-bottom: 24px;
}

@media (max-width: 900px) {
  .product-detail-hero {
    grid-template-columns: 1fr;
    padding: 24px 14px 28px;
    gap: 20px;
  }

  .product-detail-image {
    min-height: 300px;
    padding: 18px;
  }

  .product-detail-image img {
    max-height: 280px;
  }

  .product-detail-content h1 {
    font-size: 30px;
  }

  .product-detail-content p {
    font-size: 14px;
  }

  .detail-highlights {
    grid-template-columns: 1fr;
  }

  .product-detail-sections {
    grid-template-columns: 1fr;
    padding: 24px 14px 34px;
  }

  .detail-card {
    padding: 18px;
  }

  .detail-card h2 {
    font-size: 20px;
  }

  .spec-card th,
  .spec-card td {
    display: block;
    width: 100%;
    padding: 12px;
  }

  .detail-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* =====================================================
   PRODUCT DETAIL PACKAGING MOCKUP STYLE
===================================================== */

.product-detail-image {
  position: relative !important;
  background: radial-gradient(circle at top left, #ffffff 0%, #fff7df 45%, #f3ead5 100%) !important;
  border-radius: 22px !important;
  padding: 44px !important;
  overflow: hidden !important;
}

.product-detail-image::before {
  content: "" !important;
  position: absolute !important;
  width: 220px !important;
  height: 220px !important;
  right: -70px !important;
  top: -70px !important;
  background: rgba(0, 90, 55, 0.08) !important;
  border-radius: 50% !important;
}

.product-detail-image::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 32px !important;
  transform: translateX(-50%) !important;
  width: 58% !important;
  height: 28px !important;
  background: rgba(0, 0, 0, 0.18) !important;
  filter: blur(18px) !important;
  border-radius: 50% !important;
  z-index: 1 !important;
}

.product-detail-image img {
  position: relative !important;
  z-index: 2 !important;
  width: 78% !important;
  height: auto !important;
  max-height: 500px !important;
  object-fit: contain !important;
  border-radius: 18px !important;
  box-shadow:
    0 18px 34px rgba(0,0,0,0.20),
    14px 14px 0 rgba(0, 67, 43, 0.10) !important;
  transform: perspective(900px) rotateY(-5deg) rotateX(1deg) !important;
  background: #ffffff !important;
}

/* small premium top shine */
.product-detail-image img:hover {
  transform: perspective(900px) rotateY(0deg) rotateX(0deg) translateY(-4px) !important;
  transition: 0.35s ease !important;
}

/* Mobile */
@media (max-width: 768px) {
  .product-detail-image {
    padding: 24px !important;
    border-radius: 16px !important;
  }

  .product-detail-image img {
    width: 90% !important;
    max-height: 320px !important;
    border-radius: 14px !important;
    transform: none !important;
  }

  .product-detail-image::after {
    width: 70% !important;
    bottom: 20px !important;
  }
}

/* =====================================================
   PRODUCT DETAIL IMAGE - POUCH MOCKUP LOOK
===================================================== */

.product-detail-image {
  position: relative !important;
  background: radial-gradient(circle at center, #fff9e8 0%, #f3ead4 100%) !important;
  border-radius: 24px !important;
  padding: 58px 42px 70px !important;
  overflow: hidden !important;
}

/* top pouch seal */
.product-detail-image::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 52px !important;
  transform: translateX(-50%) !important;
  width: 58% !important;
  height: 18px !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.55), rgba(0,0,0,0.08)) !important;
  border-radius: 12px !important;
  z-index: 5 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 3px 8px rgba(0,0,0,0.08) !important;
}

/* bottom pouch shadow */
.product-detail-image::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 42px !important;
  transform: translateX(-50%) !important;
  width: 54% !important;
  height: 34px !important;
  background: rgba(0,0,0,0.24) !important;
  filter: blur(20px) !important;
  border-radius: 50% !important;
  z-index: 1 !important;
}

.product-detail-image img {
  position: relative !important;
  z-index: 3 !important;
  width: 68% !important;
  max-height: 500px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;

  /* pouch shape */
  clip-path: polygon(
    8% 0%,
    92% 0%,
    98% 7%,
    98% 94%,
    92% 100%,
    8% 100%,
    2% 94%,
    2% 7%
  ) !important;

  border-radius: 28px 28px 20px 20px !important;

  /* 3D pouch feel */
  box-shadow:
    0 28px 42px rgba(0,0,0,0.28),
    inset 18px 0 25px rgba(255,255,255,0.18),
    inset -18px 0 25px rgba(0,0,0,0.12) !important;

  transform: perspective(900px) rotateY(-7deg) rotateX(1deg) !important;
  background: #fff !important;
}

/* side fold effect */
.product-detail-image img {
  filter: drop-shadow(-10px 0 10px rgba(255,255,255,0.25))
          drop-shadow(10px 0 12px rgba(0,0,0,0.12)) !important;
}

/* Mobile */
@media (max-width: 768px) {
  .product-detail-image {
    padding: 32px 18px 46px !important;
    border-radius: 16px !important;
  }

  .product-detail-image::before {
    top: 30px !important;
    width: 64% !important;
    height: 12px !important;
  }

  .product-detail-image::after {
    bottom: 26px !important;
    width: 70% !important;
    height: 22px !important;
  }

  .product-detail-image img {
    width: 86% !important;
    max-height: 330px !important;
    transform: perspective(700px) rotateY(-4deg) !important;
    border-radius: 20px 20px 15px 15px !important;
  }
}

/* =====================================================
   PRODUCT DETAIL IMAGE - FULL LARGE PACKAGING VIEW
   No image cut, full product visible
===================================================== */

.product-detail-image {
  position: relative !important;
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 0 !important;
  min-height: 650px !important;
  padding: 35px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  box-shadow: none !important;
}

/* previous pouch seal / overlay remove */
.product-detail-image::before,
.product-detail-image::after {
  display: none !important;
  content: none !important;
}

/* full image, no crop, no cut */
.product-detail-image img {
  width: auto !important;
  height: auto !important;
  max-width: 88% !important;
  max-height: 590px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  margin: 0 auto !important;

  clip-path: none !important;
  border-radius: 22px !important;
  transform: none !important;
  filter: none !important;

  background: transparent !important;
  box-shadow: 0 20px 35px rgba(0,0,0,0.14) !important;
}

/* product detail hero spacing reference style */
.product-detail-hero {
  grid-template-columns: 50% 50% !important;
  gap: 48px !important;
  align-items: center !important;
}

/* Mobile */
@media (max-width: 768px) {
  .product-detail-image {
    min-height: 360px !important;
    padding: 18px !important;
  }

  .product-detail-image img {
    max-width: 94% !important;
    max-height: 330px !important;
    border-radius: 14px !important;
  }

  .product-detail-hero {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* =====================================================
   URBAN STYLE PRODUCT DETAIL GALLERY - NO IMAGE CUT
===================================================== */

.product-detail-hero {
  grid-template-columns: 52% 48% !important;
  gap: 46px !important;
  align-items: flex-start !important;
  background: #ffffff !important;
  border-top: 1px solid #eeeeee !important;
}

.product-gallery-layout {
  display: grid !important;
  grid-template-columns: 86px 1fr !important;
  gap: 22px !important;
  align-items: flex-start !important;
}

.product-thumbs {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.thumb-item {
  width: 86px !important;
  height: 105px !important;
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 0 !important;
  padding: 6px !important;
  cursor: pointer !important;
}

.thumb-item.active {
  border-bottom: 3px solid #111111 !important;
}

.thumb-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

.product-detail-image {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 0 !important;
  min-height: 620px !important;
  padding: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  box-shadow: none !important;
}

.product-detail-image::before,
.product-detail-image::after {
  display: none !important;
  content: none !important;
}

.product-detail-image img {
  width: auto !important;
  height: auto !important;
  max-width: 92% !important;
  max-height: 560px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  margin: 0 auto !important;
  clip-path: none !important;
  border-radius: 0 !important;
  transform: none !important;
  filter: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.product-detail-content {
  padding-top: 35px !important;
}

.product-detail-content h1 {
  font-size: 34px !important;
  line-height: 1.25 !important;
  max-width: 680px !important;
}

.product-detail-content p {
  font-size: 17px !important;
  line-height: 1.65 !important;
  max-width: 680px !important;
}

.detail-highlights {
  max-width: 680px !important;
}

/* Feature box like reference */
.detail-highlights {
  border: 1px solid #111 !important;
  border-radius: 16px !important;
  padding: 18px !important;
  background: #fff !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

.detail-highlights div {
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.detail-highlights div::before {
  content: "✓" !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background: #006b45 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 900 !important;
  flex: 0 0 auto !important;
}

.detail-highlights strong {
  font-size: 15px !important;
}

.detail-highlights span {
  font-size: 14px !important;
}

/* Mobile */
@media (max-width: 900px) {
  .product-detail-hero {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .product-gallery-layout {
    grid-template-columns: 1fr !important;
  }

  .product-thumbs {
    flex-direction: row !important;
    order: 2 !important;
  }

  .thumb-item {
    width: 70px !important;
    height: 82px !important;
  }

  .product-detail-image {
    min-height: 360px !important;
    padding: 18px !important;
  }

  .product-detail-image img {
    max-width: 94% !important;
    max-height: 330px !important;
  }

  .product-detail-content {
    padding-top: 0 !important;
  }

  .product-detail-content h1 {
    font-size: 28px !important;
  }
}

/* =====================================================
   CSS GENERATED PRODUCT POUCH PACKAGING
   No image required
===================================================== */

.ag-packaging-display {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  min-height: 640px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 40px !important;
}

.ag-pouch {
  --pack-main: #006241;
  --pack-dark: #003d28;
  --pack-light: #f8efe2;
  --pack-accent: #e4b12c;

  position: relative !important;
  width: 390px !important;
  min-height: 560px !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.10) 0%, transparent 8%, transparent 92%, rgba(0,0,0,0.12) 100%),
    linear-gradient(180deg, #fff9ea 0%, var(--pack-light) 42%, #ffffff 100%) !important;
  border-radius: 34px 34px 24px 24px !important;
  overflow: hidden !important;
  box-shadow:
    0 35px 50px rgba(0,0,0,0.20),
    inset 14px 0 22px rgba(255,255,255,0.35),
    inset -14px 0 22px rgba(0,0,0,0.08) !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
}

/* Product colors */
.pack-onion-powder {
  --pack-main: #821947;
  --pack-dark: #4e0e2a;
  --pack-light: #fff0dc;
  --pack-accent: #e7b740;
}

.pack-tomato-powder {
  --pack-main: #c83722;
  --pack-dark: #7b1c12;
  --pack-light: #fff1df;
  --pack-accent: #e8b02d;
}

.pack-banana-powder {
  --pack-main: #dca928;
  --pack-dark: #8e6812;
  --pack-light: #fff8dc;
  --pack-accent: #006241;
}

.pack-mango-powder {
  --pack-main: #e29d1f;
  --pack-dark: #9b6510;
  --pack-light: #fff3d5;
  --pack-accent: #006241;
}

.pack-beetroot-powder {
  --pack-main: #9d174d;
  --pack-dark: #5d0b2d;
  --pack-light: #fff0f4;
  --pack-accent: #e6b12e;
}

/* top zipper seal */
.pouch-top-seal {
  height: 64px !important;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.20) 0px,
      rgba(255,255,255,0.20) 4px,
      transparent 4px,
      transparent 9px
    ),
    linear-gradient(180deg, var(--pack-main), var(--pack-dark)) !important;
  border-bottom: 5px solid rgba(255,255,255,0.55) !important;
}

.pouch-top-seal::after {
  content: "" !important;
  position: absolute !important;
  top: 42px !important;
  left: 12% !important;
  width: 76% !important;
  height: 8px !important;
  background: rgba(255,255,255,0.45) !important;
  border-radius: 20px !important;
}

/* brand */
.pouch-brand {
  text-align: center !important;
  padding-top: 22px !important;
  line-height: 1 !important;
}

.pouch-brand .brand-leaf {
  display: block !important;
  font-size: 30px !important;
  margin-bottom: 4px !important;
}

.pouch-brand strong {
  display: block !important;
  color: #064c82 !important;
  font-size: 28px !important;
  font-weight: 950 !important;
  letter-spacing: 0.5px !important;
}

.pouch-brand small {
  display: block !important;
  color: #15713d !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 8px !important;
  margin-left: 8px !important;
}

/* badges */
.pouch-badge-left,
.pouch-badge-right {
  position: absolute !important;
  top: 95px !important;
  width: 72px !important;
  height: 72px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 3px solid var(--pack-main) !important;
  color: var(--pack-dark) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  font-size: 11px !important;
  line-height: 1.1 !important;
  font-weight: 950 !important;
  box-shadow: 0 8px 18px rgba(0,0,0,0.10) !important;
}

.pouch-badge-left {
  left: 20px !important;
}

.pouch-badge-right {
  right: 20px !important;
}

/* title */
.pouch-title {
  padding: 34px 28px 0 !important;
  text-align: center !important;
  color: var(--pack-main) !important;
  font-size: 48px !important;
  line-height: 0.95 !important;
  font-weight: 950 !important;
  letter-spacing: -1px !important;
  text-transform: uppercase !important;
}

.pouch-subtitle {
  margin-top: 12px !important;
  text-align: center !important;
  color: #3b2b1d !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
}

/* center product visual */
.pouch-center-visual {
  display: flex !important;
  justify-content: center !important;
  margin: 24px 0 16px !important;
}

.pouch-bowl {
  width: 150px !important;
  height: 105px !important;
  background:
    radial-gradient(circle at 50% 22%, var(--pack-main) 0%, var(--pack-main) 40%, var(--pack-dark) 75%) !important;
  border-radius: 50% 50% 44% 44% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow:
    0 18px 24px rgba(0,0,0,0.20),
    inset 0 12px 18px rgba(255,255,255,0.25) !important;
}

.pouch-bowl span {
  font-size: 56px !important;
  filter: drop-shadow(0 3px 4px rgba(0,0,0,0.18)) !important;
}

/* feature strip */
.pouch-features {
  margin: 16px 28px 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
}

.pouch-features div {
  background: rgba(255,255,255,0.82) !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-radius: 999px !important;
  padding: 8px 14px !important;
  color: var(--pack-dark) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-align: center !important;
}

/* bottom strip */
.pouch-bottom {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(180deg, var(--pack-main), var(--pack-dark)) !important;
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  border-top: 4px solid rgba(255,255,255,0.35) !important;
}

/* side seal lines */
.ag-pouch::before,
.ag-pouch::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 18px !important;
  background:
    repeating-linear-gradient(
      180deg,
      rgba(255,255,255,0.22) 0px,
      rgba(255,255,255,0.22) 4px,
      rgba(0,0,0,0.08) 4px,
      rgba(0,0,0,0.08) 8px
    ) !important;
  z-index: 4 !important;
  opacity: 0.45 !important;
}

.ag-pouch::before {
  left: 0 !important;
}

.ag-pouch::after {
  right: 0 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .ag-packaging-display {
    min-height: 460px !important;
    padding: 22px !important;
  }

  .ag-pouch {
    width: 280px !important;
    min-height: 430px !important;
    border-radius: 26px 26px 18px 18px !important;
  }

  .pouch-top-seal {
    height: 48px !important;
  }

  .pouch-brand strong {
    font-size: 20px !important;
  }

  .pouch-brand small {
    font-size: 10px !important;
    letter-spacing: 5px !important;
  }

  .pouch-badge-left,
  .pouch-badge-right {
    width: 52px !important;
    height: 52px !important;
    top: 78px !important;
    font-size: 8px !important;
  }

  .pouch-title {
    font-size: 32px !important;
    padding: 28px 20px 0 !important;
  }

  .pouch-bowl {
    width: 110px !important;
    height: 80px !important;
  }

  .pouch-bowl span {
    font-size: 40px !important;
  }

  .pouch-features {
    margin: 12px 22px 0 !important;
  }

  .pouch-features div {
    font-size: 10px !important;
    padding: 6px 10px !important;
  }

  .pouch-bottom {
    min-height: 45px !important;
    font-size: 11px !important;
  }
}

/* =====================================================
   RESTORE PROFESSIONAL PRODUCT IMAGE GALLERY
   Remove CSS pouch look, show real packaging image
===================================================== */

.ag-packaging-display,
.ag-pouch {
  display: none !important;
}

.product-detail-hero {
  grid-template-columns: 52% 48% !important;
  gap: 46px !important;
  align-items: flex-start !important;
  background: #ffffff !important;
  border-top: 1px solid #eeeeee !important;
}

.product-gallery-layout {
  display: grid !important;
  grid-template-columns: 86px 1fr !important;
  gap: 22px !important;
  align-items: flex-start !important;
}

.product-thumbs {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.thumb-item {
  width: 86px !important;
  height: 105px !important;
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  padding: 6px !important;
  cursor: pointer !important;
}

.thumb-item.active {
  border-bottom: 3px solid #111111 !important;
}

.thumb-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

.product-detail-image {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 0 !important;
  min-height: 650px !important;
  padding: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  box-shadow: none !important;
}

.product-detail-image::before,
.product-detail-image::after {
  display: none !important;
  content: none !important;
}

.product-detail-image img {
  width: auto !important;
  height: auto !important;
  max-width: 94% !important;
  max-height: 600px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  margin: 0 auto !important;

  clip-path: none !important;
  border-radius: 0 !important;
  transform: none !important;
  filter: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.product-detail-content {
  padding-top: 35px !important;
}

.detail-highlights {
  border: 1px solid #111 !important;
  border-radius: 16px !important;
  padding: 18px !important;
  background: #fff !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  max-width: 680px !important;
}

.detail-highlights div {
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.detail-highlights div::before {
  content: "✓" !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background: #006b45 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 900 !important;
  flex: 0 0 auto !important;
}

@media (max-width: 900px) {
  .product-detail-hero {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .product-gallery-layout {
    grid-template-columns: 1fr !important;
  }

  .product-thumbs {
    flex-direction: row !important;
    order: 2 !important;
  }

  .thumb-item {
    width: 70px !important;
    height: 82px !important;
  }

  .product-detail-image {
    min-height: 360px !important;
    padding: 18px !important;
  }

  .product-detail-image img {
    max-width: 96% !important;
    max-height: 330px !important;
  }

  .product-detail-content {
    padding-top: 0 !important;
  }
}

/* AGROMEDIX Urban Platter Style Mega Menu */
.ag-mega-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--ag-mega-top, 260px);
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  z-index: 9996;
  transition: 0.22s ease;
}

.ag-category-mega {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--ag-mega-top, 260px);
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  z-index: 9997;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  transition: 0.22s ease;
}

body.ag-mega-open .ag-mega-backdrop,
body.ag-mega-open .ag-category-mega {
  opacity: 1;
  visibility: visible;
}

body.ag-mega-open .ag-category-mega {
  transform: translateY(0);
}

.ag-mega-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 28px 60px 36px;
}

.ag-mega-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.ag-mega-heading h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  color: #102f22;
}

.ag-mega-heading a {
  color: #006b3c;
  font-weight: 800;
  text-decoration: none;
  font-size: 15px;
}

.ag-mega-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;
}

.ag-mega-product {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #111111;
}

.ag-mega-product-img {
  height: 180px;
  background: #fafafa;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ag-mega-product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.25s ease;
}

.ag-mega-product:hover img {
  transform: scale(1.05);
}

.ag-mega-product h4 {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 900;
  color: #111111;
}

.ag-mega-product-line {
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  margin-top: 14px;
}

.ag-category-trigger {
  cursor: pointer;
}

@media (max-width: 768px) {
  .ag-category-mega {
    top: 85px !important;
    max-height: calc(100vh - 85px);
    overflow-y: auto;
  }

  .ag-mega-inner {
    padding: 20px;
  }

  .ag-mega-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .ag-mega-heading h3 {
    font-size: 22px;
  }

  .ag-mega-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .ag-mega-product-img {
    height: 130px;
  }

  .ag-mega-product h4 {
    font-size: 15px;
  }
}

.float-whatsapp {
  font-size: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.float-whatsapp img,
.float-whatsapp .wa-icon-img {
  width: 38px !important;
  height: 38px !important;
  display: block !important;
  object-fit: contain !important;
}

.float-whatsapp {
  font-size: 0 !important;
  width: 64px !important;
  height: 64px !important;
  border-radius: 50% !important;
  background: #25D366 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.22) !important;
}

.float-whatsapp .wa-icon-svg {
  width: 38px !important;
  height: 38px !important;
  display: block !important;
}

.ag-success-alert {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: #003d28;
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
  z-index: 99999;
  text-align: center;
}

@media(max-width: 768px) {
  .ag-success-alert {
    width: calc(100% - 24px);
    top: 10px;
    border-radius: 12px;
    font-size: 12px;
    padding: 12px;
  }
}