:root{--navy:#06245c;--deep:#061a3a;--gold:#c99735;--light:#f7f9fd;--text:#0b2147}*{box-sizing:border-box}body{margin:0;font-family:Poppins,Arial,sans-serif;color:var(--text);background:#fff;scroll-behavior:smooth}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:10px 5%;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);box-shadow:0 8px 25px rgba(0,0,0,.08)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--navy);font-weight:800;text-transform:uppercase}.brand img{width:70px}.nav{display:flex;align-items:center;gap:24px}.nav a{text-decoration:none;color:var(--navy);font-weight:700}.dropdown{position:relative}.drop-menu{position:absolute;top:100%;left:0;background:white;box-shadow:0 15px 35px rgba(0,0,0,.14);border-radius:14px;padding:12px;min-width:250px;display:none}.drop-menu a{display:block;padding:10px}.dropdown:hover .drop-menu{display:block}.menu-btn{display:none;background:var(--navy);color:white;border:0;border-radius:10px;padding:10px 13px}.hero{position:relative;min-height:92vh;overflow:hidden;background:#061a3a}.hero picture,.hero picture img{width:100%;height:92vh;object-fit:cover}.hero-overlay{position:absolute;left:5%;top:18%;max-width:520px;color:var(--navy);animation:fadeUp 1s ease both}.eyebrow{color:var(--gold);font-weight:800;text-transform:uppercase;letter-spacing:1px}.hero h1,.section h2{font-family:Cinzel,serif;font-size:clamp(34px,5vw,76px);line-height:1;margin:10px 0;color:var(--navy)}.hero p{font-size:18px;line-height:1.7}.btn{display:inline-block;background:linear-gradient(135deg,var(--gold),#f5c86a);color:#071b3c;text-decoration:none;border:0;border-radius:999px;padding:13px 24px;font-weight:800;box-shadow:0 12px 30px rgba(201,151,53,.3);cursor:pointer}.btn.outline{background:white;border:2px solid var(--gold)}.btn.small{padding:10px 16px;margin-top:10px}.section{padding:70px 5%}.image-section img{width:100%;height:auto}.split{display:grid;grid-template-columns:1fr 1.25fr;gap:35px;align-items:center;background:linear-gradient(120deg,#fff,#f3f7ff)}.split img,.contact img{border-radius:28px;box-shadow:0 25px 70px rgba(0,0,0,.18)}.icon-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px}.icon-grid span,.cards div{border:1px solid rgba(201,151,53,.5);border-radius:18px;padding:16px;background:white;box-shadow:0 12px 35px rgba(6,36,92,.08);font-weight:700}.dark{background:linear-gradient(135deg,#061a3a,#08295a);color:white}.dark h2,.dark .product-card h3{color:white}.center{text-align:center}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:35px}.product-card{background:rgba(255,255,255,.08);border:1px solid rgba(201,151,53,.55);border-radius:28px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.22);transition:.35s}.product-card:hover{transform:translateY(-8px);box-shadow:0 28px 70px rgba(201,151,53,.18)}.product-card img{height:300px;width:100%;object-fit:cover}.product-body{padding:22px}.product-body p{line-height:1.65}.tags{display:flex;gap:8px;flex-wrap:wrap}.tags span{font-size:12px;padding:7px 10px;border-radius:99px;background:rgba(201,151,53,.14);border:1px solid rgba(201,151,53,.4)}.table-wrap{overflow:auto;border-radius:20px;box-shadow:0 20px 55px rgba(6,36,92,.1)}table{border-collapse:collapse;width:100%;background:white}th,td{padding:16px;text-align:left;border-bottom:1px solid #e7eaf1}th{background:var(--navy);color:white}.note{max-width:900px;margin:20px auto;text-align:center;color:#506079}.choose-lite{padding-top:30px;background:#f7f9fd}.choose-lite img{border-radius:24px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:25px;text-align:center}.cards div{font-size:34px;color:var(--gold)}.cards span{display:block;font-size:14px;color:var(--navy)}.contact{display:grid;grid-template-columns:.75fr 1.25fr;gap:30px;align-items:center;background:linear-gradient(120deg,#061a3a,#082d62);color:white}.contact h2{color:white}.contact a{color:#ffd685}.contact ul{padding-left:20px;line-height:2}footer{padding:30px 5%;text-align:center;background:#03142f;color:white}footer img{width:120px;margin:0 auto 10px;filter:drop-shadow(0 5px 10px rgba(255,255,255,.2))}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:70;width:72px;height:72px;border-radius:50%;animation:pulse 1.6s infinite;filter:drop-shadow(0 0 20px #27d045)}.whatsapp img{width:100%;height:100%;object-fit:contain}.reveal{opacity:0;transform:translateY(35px);transition:1s ease}.reveal.active{opacity:1;transform:none}@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@keyframes pulse{0%,100%{transform:scale(1);filter:drop-shadow(0 0 12px #25d366)}50%{transform:scale(1.1);filter:drop-shadow(0 0 30px #25d366)}}@media(max-width:980px){.menu-btn{display:block}.nav{position:absolute;right:5%;top:75px;flex-direction:column;align-items:flex-start;background:white;padding:20px;border-radius:18px;box-shadow:0 15px 40px rgba(0,0,0,.18);display:none}.nav.open{display:flex}.drop-menu{position:static;box-shadow:none;padding:0;display:block}.hero-overlay{position:relative;left:auto;top:auto;padding:30px 5%;max-width:none;background:white}.hero picture img,.hero picture{height:auto}.split,.contact{grid-template-columns:1fr}.products{grid-template-columns:repeat(2,1fr)}.cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.brand span{font-size:12px}.brand img{width:52px}.products{grid-template-columns:1fr}.product-card img{height:auto}.section{padding:45px 4%}.hero h1,.section h2{font-size:36px}.icon-grid,.cards{grid-template-columns:1fr}.whatsapp{width:62px;height:62px;right:15px;bottom:15px}}.intro{max-width:880px;margin:12px auto 28px;line-height:1.7}.product-details .product-card{background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.05))}.product-details .product-card img{height:260px;object-fit:cover;object-position:center}.spec-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}.spec-list span{font-size:12px;padding:8px 10px;border-radius:12px;background:rgba(255,255,255,.1);border:1px solid rgba(201,151,53,.38)}.light-note{color:#d7e4ff}.quality-code{background:linear-gradient(120deg,#fff,#eef5ff)}.quality-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin:30px 0}.quality-grid div{padding:22px 12px;text-align:center;border:1px solid var(--gold);border-radius:20px;background:#fff;color:var(--navy);font-weight:800;box-shadow:0 16px 38px rgba(6,36,92,.08)}#why-choose-us{scroll-margin-top:90px}.contact img{width:100%;object-fit:cover;object-position:top} @media(max-width:980px){.quality-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.spec-list{grid-template-columns:1fr}.quality-grid{grid-template-columns:1fr}.product-details .product-card img{height:auto}}

/* Final alignment update */
.hero{min-height:calc(100vh - 72px)}
.hero picture,.hero picture img{height:calc(100vh - 72px);min-height:680px}
.hero::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.78) 26%,rgba(255,255,255,.16) 50%,rgba(0,0,0,.08) 100%);pointer-events:none}
.hero-overlay{z-index:2;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.72);border:1px solid rgba(201,151,53,.45);border-radius:28px;padding:34px 36px;box-shadow:0 24px 70px rgba(6,36,92,.18);backdrop-filter:blur(7px)}
.hero-overlay .eyebrow{margin-top:0}.hero h1{font-size:clamp(38px,4.4vw,70px);line-height:1.04;text-shadow:0 2px 0 rgba(255,255,255,.45)}
.hero p{font-weight:600;color:#08224d;text-shadow:0 1px 0 rgba(255,255,255,.35)}
.about-paste{background:#fff;padding:0}.about-paste img{width:100%;border-radius:0;box-shadow:none}
.product-card img{height:520px!important;object-fit:contain!important;object-position:center!important;background:linear-gradient(135deg,#fff,#f7f2e9);padding:10px}
.products{grid-template-columns:repeat(2, minmax(0,1fr));align-items:start}.product-card{border-radius:24px}.product-body{min-height:260px}
@media(max-width:980px){.hero{min-height:auto}.hero picture,.hero picture img{height:auto;min-height:0}.hero::before{display:none}.hero-overlay{position:relative;left:auto;top:auto;transform:none;margin:0;border-radius:0;max-width:none;background:#fff;padding:28px 5%}.products{grid-template-columns:1fr}.product-card img{height:auto!important;max-height:none!important;padding:0}}

/* --- Fixed layout pack: hero alignment + no duplicate farmer banner + full product visibility --- */
html{scroll-behavior:smooth}body{overflow-x:hidden}.site-header{height:86px;padding:8px 5%;background:rgba(255,255,255,.96)}.brand img{width:62px}.brand span{font-size:18px;letter-spacing:.2px}.nav{gap:28px}.nav a{white-space:nowrap}.hero{height:calc(100vh - 86px);min-height:600px;max-height:760px;display:block;background:#eef4fb}.hero picture,.hero picture img{height:100%;min-height:0}.hero picture img{object-fit:cover;object-position:center center}.hero::before{background:linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.86) 30%,rgba(255,255,255,.30) 55%,rgba(255,255,255,.04) 100%)}.hero-overlay{top:50%;left:5%;max-width:465px;padding:28px 32px;border-radius:24px;background:rgba(255,255,255,.82);box-shadow:0 18px 55px rgba(6,36,92,.20);overflow:visible}.hero h1{font-size:clamp(42px,4vw,62px);line-height:1.05;margin:14px 0 18px}.hero p{font-size:17px;line-height:1.55;margin-bottom:20px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.about-paste{padding:0;background:#061a3a}.about-paste img{width:100%;height:auto;object-fit:contain;display:block}.product-details{padding-top:80px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px}.product-card{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.05));min-height:520px}.product-card img{width:100%;height:100%!important;max-height:560px!important;object-fit:contain!important;object-position:center!important;background:#fff;padding:18px}.product-body{min-height:0;padding:28px}.product-body h3{font-size:30px;margin:8px 0 12px}.product-body p{font-size:15px}.spec-list{grid-template-columns:1fr;}.quality-code{background:#fff}.quality-grid div{transition:.3s}.quality-grid div:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(201,151,53,.22)}#export-logistics,#why-choose-us{background:#061a3a}#export-logistics img,#why-choose-us img{width:100%;height:auto;object-fit:contain}.contact{padding:0;display:block;background:#061a3a}.contact>div{padding:60px 5% 30px}.contact img{border-radius:0;box-shadow:none;width:100%;height:auto;object-fit:contain}.whatsapp{right:28px;bottom:28px}
@media(max-width:1100px){.product-card{grid-template-columns:1fr}.product-card img{height:auto!important;max-height:none!important}.product-body{text-align:left}.hero{height:auto;min-height:0;max-height:none}.hero picture,.hero picture img{height:auto}.hero::before{display:none}.hero-overlay{position:relative;left:0;top:0;transform:none;max-width:none;border-radius:0;margin:0;padding:34px 5%;background:#fff}.hero h1{font-size:44px}.products{grid-template-columns:1fr}}
@media(max-width:720px){.site-header{height:auto;min-height:72px}.brand span{font-size:13px}.brand img{width:50px}.nav{top:72px}.hero h1{font-size:38px}.hero p{font-size:15px}.btn{padding:12px 20px}.product-details{padding:50px 4%}.product-body h3{font-size:25px}.product-card img{padding:8px}.whatsapp{width:58px;height:58px;right:16px;bottom:16px}}

/* --- Client fix: hero text directly on banner, no box background, outlined text, no cut-off --- */
.hero{
  height:calc(100vh - 86px);
  min-height:720px;
  max-height:880px;
  overflow:hidden;
  background:#071b3c;
}
.hero picture,.hero picture img{height:100%;width:100%;}
.hero picture img{
  object-fit:cover;
  object-position:center top;
  filter:saturate(1.05) contrast(1.03);
}
.hero::before{
  display:block!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.88) 0%,rgba(255,255,255,.62) 28%,rgba(255,255,255,.10) 55%,rgba(0,0,0,.08) 100%),
    linear-gradient(180deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,0) 40%,rgba(0,0,0,.08) 100%);
}
.hero-overlay{
  position:absolute!important;
  top:50%!important;
  left:5%!important;
  transform:translateY(-50%)!important;
  max-width:620px!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  color:#06245c!important;
  overflow:visible!important;
}
.hero-overlay .eyebrow{
  color:#06245c!important;
  font-size:18px;
  letter-spacing:3px;
  margin:0 0 18px;
  text-shadow:0 2px 0 #fff,0 0 18px rgba(255,255,255,.9);
}
.hero h1{
  color:#06245c!important;
  font-size:clamp(52px,5.7vw,92px)!important;
  line-height:.98!important;
  letter-spacing:.5px;
  margin:0 0 24px!important;
  -webkit-text-stroke:1.2px rgba(255,255,255,.85);
  paint-order:stroke fill;
  text-shadow:0 4px 0 rgba(255,255,255,.92),0 12px 30px rgba(0,0,0,.16);
}
.hero p{
  max-width:560px;
  color:#061a3a!important;
  font-size:20px!important;
  line-height:1.55!important;
  font-weight:800!important;
  margin:0 0 26px!important;
  text-shadow:0 2px 0 #fff,0 0 18px rgba(255,255,255,.95);
}
.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;}
.hero-actions .btn{box-shadow:0 14px 32px rgba(0,0,0,.18)}
.hero-actions .btn.outline{background:rgba(255,255,255,.96)}
.about-paste{margin-top:0!important;}

@media(max-width:1100px){
  .hero{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;}
  .hero picture,.hero picture img{height:auto!important;min-height:0!important;}
  .hero::before{display:none!important;}
  .hero-overlay{
    position:absolute!important;
    top:8%!important;
    left:5%!important;
    transform:none!important;
    max-width:55%!important;
    padding:0!important;
    background:transparent!important;
  }
  .hero h1{font-size:clamp(36px,6vw,58px)!important;}
  .hero p{font-size:16px!important;line-height:1.45!important;}
}
@media(max-width:720px){
  .hero{background:#fff!important;}
  .hero-overlay{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    transform:none!important;
    max-width:none!important;
    padding:28px 5% 34px!important;
    background:#fff!important;
  }
  .hero h1{
    font-size:42px!important;
    -webkit-text-stroke:.6px rgba(255,255,255,.9);
    text-shadow:0 2px 0 #fff;
  }
  .hero p{font-size:15px!important;}
  .hero-overlay .eyebrow{font-size:14px;letter-spacing:2px;}
}

/* --- Final hero product visibility fix --- */
.hero{
  min-height:780px!important;
  height:calc(100vh - 86px)!important;
  max-height:none!important;
  overflow:hidden!important;
}
.hero picture,.hero picture img{
  height:100%!important;
  min-height:780px!important;
}
.hero picture img{
  object-fit:cover!important;
  object-position:center 70%!important;
}
.hero-overlay{
  top:46%!important;
  transform:translateY(-46%)!important;
}
.hero h1{font-size:clamp(50px,5.3vw,86px)!important;}
.hero p{font-size:19px!important;max-width:620px!important;}
@media(max-width:1100px){
  .hero{height:auto!important;min-height:0!important;overflow:visible!important;}
  .hero picture,.hero picture img{height:auto!important;min-height:0!important;}
  .hero picture img{object-position:center center!important;}
}

/* --- 04 Jun final hero image replacement: full desktop + mobile image visible --- */
.hero{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:hidden!important;
  background:#071b3c!important;
  position:relative!important;
}
.hero picture,
.hero picture img{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  display:block!important;
}
.hero picture img{
  object-fit:contain!important;
  object-position:center center!important;
  filter:saturate(1.04) contrast(1.03)!important;
}
.hero::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  display:block!important;
  background:linear-gradient(90deg,rgba(0,22,55,.62) 0%,rgba(0,22,55,.36) 28%,rgba(0,0,0,.05) 55%,rgba(0,0,0,.05) 100%)!important;
  pointer-events:none!important;
}
.hero-overlay{
  position:absolute!important;
  z-index:2!important;
  top:17%!important;
  left:4.8%!important;
  transform:none!important;
  max-width:650px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.hero-overlay .eyebrow{
  color:#ffffff!important;
  text-shadow:0 3px 8px rgba(0,0,0,.55),0 0 18px rgba(6,36,92,.65)!important;
}
.hero h1{
  color:transparent!important;
  -webkit-text-stroke:1.6px rgba(255,255,255,.95)!important;
  text-stroke:1.6px rgba(255,255,255,.95)!important;
  text-shadow:0 8px 26px rgba(0,0,0,.38)!important;
  font-size:clamp(54px,5.6vw,96px)!important;
  line-height:1!important;
}
.hero p{
  color:#ffffff!important;
  text-shadow:0 3px 10px rgba(0,0,0,.62)!important;
  font-weight:700!important;
  max-width:560px!important;
}
.hero-actions .btn{box-shadow:0 14px 32px rgba(0,0,0,.24)!important;}

@media(max-width:1100px){
  .hero-overlay{top:10%!important;left:5%!important;max-width:58%!important;}
  .hero h1{font-size:clamp(38px,6vw,64px)!important;}
  .hero p{font-size:16px!important;max-width:480px!important;}
}
@media(max-width:700px){
  .hero::before{background:linear-gradient(180deg,rgba(0,22,55,.68) 0%,rgba(0,22,55,.32) 35%,rgba(0,0,0,.03) 70%)!important;}
  .hero-overlay{top:5%!important;left:6%!important;right:6%!important;max-width:none!important;}
  .hero-overlay .eyebrow{font-size:12px!important;letter-spacing:1.6px!important;margin-bottom:10px!important;}
  .hero h1{font-size:clamp(34px,10vw,52px)!important;line-height:1.02!important;margin-bottom:12px!important;}
  .hero p{font-size:14px!important;line-height:1.45!important;max-width:92%!important;margin-bottom:14px!important;}
  .hero-actions{gap:10px!important;}
  .hero-actions .btn{padding:10px 16px!important;font-size:13px!important;}
}

/* Hero heading update only: match Product Details font & color */
.product-details > h2.center,
.hero h1{
  font-family:'Cinzel',serif !important;
  color:#c99735 !important;
  -webkit-text-stroke:0 !important;
  text-stroke:0 !important;
  paint-order:normal !important;
  text-shadow:0 4px 16px rgba(0,0,0,.35) !important;
  font-weight:800 !important;
  letter-spacing:.6px !important;
}

/* --- About section modern UI update --- */
.about-modern{
  background:linear-gradient(180deg,#ffffff 0%,#f4f8ff 44%,#ffffff 100%);
  position:relative;
  overflow:hidden;
}
.about-modern:before{content:"";position:absolute;right:-120px;top:120px;width:360px;height:360px;background:radial-gradient(circle,rgba(201,151,53,.22),transparent 68%);pointer-events:none;animation:floatGlow 5s ease-in-out infinite alternate}.about-modern:after{content:"";position:absolute;left:-160px;bottom:80px;width:420px;height:420px;background:radial-gradient(circle,rgba(6,36,92,.12),transparent 70%);pointer-events:none;animation:floatGlow 6s ease-in-out infinite alternate-reverse}
.about-hero{position:relative;z-index:1;display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;border:1px solid rgba(201,151,53,.38);border-radius:34px;padding:34px;background:linear-gradient(135deg,#ffffff 0%,#f1f6ff 48%,#eaf1ff 100%);box-shadow:0 24px 70px rgba(6,36,92,.13);overflow:hidden}.about-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.2),rgba(201,151,53,.14));pointer-events:none}.about-hero-content{position:relative;z-index:2}.about-hero h2{font-family:Cinzel,serif;color:var(--navy);font-size:clamp(34px,4.2vw,66px);line-height:1.05;margin:10px 0 18px}.about-hero-content p{font-size:17px;line-height:1.75;font-weight:500}.about-hero-points{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.about-hero-points span{padding:10px 14px;border-radius:999px;background:#06245c;color:#fff;border:1px solid rgba(201,151,53,.55);font-weight:800;box-shadow:0 10px 24px rgba(6,36,92,.16);animation:softBounce 2.6s ease-in-out infinite}.about-hero-points span:nth-child(2){animation-delay:.25s}.about-hero-points span:nth-child(3){animation-delay:.5s}.about-hero-points span:nth-child(4){animation-delay:.75s}.about-product-banner{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:center;gap:0;min-height:410px;padding:34px 22px 54px;border-radius:30px;background:radial-gradient(circle at top,#fff6df 0,#e9f2ff 42%,#06245c 100%);border:1px solid rgba(201,151,53,.55);box-shadow:inset 0 0 0 1px rgba(255,255,255,.35),0 20px 55px rgba(6,36,92,.22);overflow:hidden}.about-product-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(125deg,transparent 0 35%,rgba(255,255,255,.36) 45%,transparent 55%);animation:shineMove 3s linear infinite}.about-product-banner img{width:20%;max-height:340px;object-fit:contain;filter:drop-shadow(0 24px 24px rgba(0,0,0,.28));margin-left:-8px;animation:productFloat 3.2s ease-in-out infinite}.about-product-banner img:nth-child(2){animation-delay:.2s}.about-product-banner img:nth-child(3){animation-delay:.4s}.about-product-banner img:nth-child(4){animation-delay:.6s}.about-product-banner img:nth-child(5){animation-delay:.8s}.banner-badge{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);white-space:nowrap;padding:12px 22px;border-radius:999px;background:linear-gradient(135deg,var(--gold),#f3cf74);color:#061a3a;font-family:Cinzel,serif;font-weight:900;letter-spacing:.4px;box-shadow:0 14px 28px rgba(0,0,0,.22)}.about-content-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:34px}.about-card{background:#fff;border:1px solid rgba(201,151,53,.34);border-radius:28px;padding:28px;box-shadow:0 18px 45px rgba(6,36,92,.09);transition:.35s}.about-card:hover{transform:translateY(-8px);box-shadow:0 26px 62px rgba(6,36,92,.15);border-color:rgba(201,151,53,.78)}.about-icon{width:66px;height:66px;display:grid;place-items:center;border-radius:20px;background:linear-gradient(135deg,#061a3a,#083b78);color:#fff;font-size:31px;box-shadow:0 13px 25px rgba(6,36,92,.22);margin-bottom:16px;animation:iconPulse 2.4s ease-in-out infinite}.about-card h3,.vision-mission h3{font-family:Cinzel,serif;color:var(--navy);font-size:28px;margin:4px 0 12px}.about-card p,.vision-mission p{line-height:1.75}.region-list,.market-list{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0}.region-list span,.market-list span{padding:9px 12px;border-radius:12px;background:#f4f8ff;border:1px solid rgba(201,151,53,.35);font-weight:800;color:#06245c}.check-list{padding:0;margin:12px 0 0;list-style:none;display:grid;gap:9px}.check-list li{position:relative;padding-left:30px;line-height:1.55}.check-list li:before{content:"✔";position:absolute;left:0;top:0;color:var(--gold);font-weight:900}.export-columns{display:grid;gap:12px}.export-columns h4{margin:0 0 6px;color:#c99735}.export-columns p{margin:0}.feature-list{padding:0;margin:0;list-style:none;display:grid;gap:12px}.feature-list li{display:grid;gap:4px;padding:12px 14px;border-radius:16px;background:linear-gradient(120deg,#f7f9fd,#fff);border:1px solid rgba(201,151,53,.3)}.feature-list b{color:#06245c}.feature-list span{line-height:1.55}.vision-mission{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:30px}.vision-mission div{padding:30px;border-radius:28px;background:linear-gradient(135deg,#061a3a,#08295a);color:#fff;border:1px solid rgba(201,151,53,.55);box-shadow:0 20px 55px rgba(6,36,92,.18)}.vision-mission h3{color:#f3cf74}.vision-mission p{margin-bottom:0}.about-modern .reveal.active{animation:fadeUp .8s ease both}
@keyframes productFloat{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-12px) rotate(1.5deg)}}@keyframes shineMove{0%{transform:translateX(-120%)}100%{transform:translateX(120%)}}@keyframes softBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes iconPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes floatGlow{from{transform:translateY(0) scale(1)}to{transform:translateY(-25px) scale(1.08)}}
@media(max-width:1050px){.about-hero{grid-template-columns:1fr}.about-product-banner{min-height:360px}.about-content-grid{grid-template-columns:1fr}.vision-mission{grid-template-columns:1fr}}
@media(max-width:620px){.about-modern{padding:45px 4%}.about-hero{padding:20px;border-radius:24px}.about-hero h2{font-size:34px}.about-hero-content p{font-size:15px}.about-product-banner{min-height:270px;padding:22px 8px 52px;border-radius:22px;gap:0}.about-product-banner img{width:22%;max-height:220px;margin-left:-10px}.banner-badge{font-size:12px;padding:10px 14px}.about-hero-points span{font-size:12px;padding:9px 10px}.about-card{padding:22px;border-radius:22px}.about-card h3,.vision-mission h3{font-size:24px}.vision-mission div{padding:22px;border-radius:22px}}

/* Company page split update + landing preview */
.company-preview{background:linear-gradient(135deg,#ffffff 0%,#eef5ff 55%,#fff7e8 100%);overflow:hidden}.preview-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;border:1px solid rgba(201,151,53,.38);border-radius:34px;padding:34px;background:rgba(255,255,255,.74);box-shadow:0 24px 70px rgba(6,36,92,.13);backdrop-filter:blur(8px)}.preview-copy h2{font-family:Cinzel,serif;color:var(--navy);font-size:clamp(34px,4vw,62px);line-height:1.05;margin:10px 0 16px}.preview-copy p{font-size:17px;line-height:1.75;font-weight:500}.preview-icons{display:flex;flex-wrap:wrap;gap:12px;margin:18px 0 24px}.preview-icons span{padding:10px 14px;border-radius:999px;background:#06245c;color:#fff;border:1px solid rgba(201,151,53,.55);font-weight:800;animation:softBounce 2.6s ease-in-out infinite}.preview-products{position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:360px;padding:30px 14px;border-radius:30px;background:radial-gradient(circle at top,#fff6df 0,#e9f2ff 42%,#06245c 100%);border:1px solid rgba(201,151,53,.55);overflow:hidden}.preview-products:before{content:"";position:absolute;inset:0;background:linear-gradient(125deg,transparent 0 35%,rgba(255,255,255,.36) 45%,transparent 55%);animation:shineMove 3s linear infinite}.preview-products img{position:relative;width:21%;max-height:300px;object-fit:contain;margin-left:-9px;filter:drop-shadow(0 22px 22px rgba(0,0,0,.28));animation:productFloat 3.2s ease-in-out infinite}.preview-products img:nth-child(2){animation-delay:.2s}.preview-products img:nth-child(3){animation-delay:.4s}.preview-products img:nth-child(4){animation-delay:.6s}.preview-products img:nth-child(5){animation-delay:.8s}.view-more{margin-top:4px}.get-quote{margin-top:16px}.logistics-page{background:linear-gradient(135deg,#061a3a,#08295a);color:#fff}.logistics-page h2{color:#fff}.logistics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}.logistics-grid div{padding:28px 18px;border:1px solid rgba(201,151,53,.55);border-radius:24px;background:rgba(255,255,255,.08);text-align:center;box-shadow:0 18px 45px rgba(0,0,0,.18);font-size:40px;transition:.35s}.logistics-grid div:hover{transform:translateY(-8px)}.logistics-grid h3{font-family:Cinzel,serif;color:#f3cf74;font-size:22px}.logistics-grid p{font-size:15px;line-height:1.65}.about-modern{scroll-margin-top:86px}.quality-code,.logistics-page{scroll-margin-top:86px}@media(max-width:980px){.preview-wrap{grid-template-columns:1fr}.logistics-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.preview-wrap{padding:20px;border-radius:24px}.preview-products{min-height:250px;padding:24px 6px}.preview-products img{width:22%;max-height:210px;margin-left:-11px}.preview-icons span{font-size:12px;padding:9px 10px}.logistics-grid{grid-template-columns:1fr}.preview-copy h2{font-size:34px}.contact .get-quote{width:max-content}}

.company-hero-image{position:relative;z-index:2;min-height:410px;border-radius:30px;border:1px solid rgba(201,151,53,.55);box-shadow:inset 0 0 0 1px rgba(255,255,255,.35),0 20px 55px rgba(6,36,92,.22);overflow:hidden;background:#06245c}
.company-hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,26,58,.15),rgba(255,255,255,.05));pointer-events:none}
.company-hero-image img{width:100%;height:100%;min-height:410px;object-fit:cover;display:block;transition:transform .7s ease;animation:slowZoom 9s ease-in-out infinite alternate}
.company-hero-image:hover img{transform:scale(1.04)}
@keyframes slowZoom{from{transform:scale(1)}to{transform:scale(1.045)}}
@media(max-width:1050px){.company-hero-image,.company-hero-image img{min-height:360px}}
@media(max-width:620px){.company-hero-image{min-height:270px;border-radius:22px}.company-hero-image img{min-height:270px;object-position:center}}


/* --- Final requested fixes: remove company preview product banner, center View More, reduce Get Quote glow --- */
.company-preview .preview-wrap{
  grid-template-columns:1fr !important;
  max-width:980px;
  margin:0 auto;
  text-align:center;
}
.company-preview .preview-copy{
  max-width:820px;
  margin:0 auto;
}
.company-preview .preview-icons{
  justify-content:center;
}
.company-preview .preview-products{
  display:none !important;
}
.view-more{
  display:block;
  width:max-content;
  margin:24px auto 0 !important;
  text-align:center;
}
.contact .get-quote,
.get-quote{
  color:#071b3c !important;
  background:linear-gradient(135deg,#d8a73d,#f1c560) !important;
  box-shadow:0 6px 14px rgba(201,151,53,.16) !important;
  filter:none !important;
  text-shadow:none !important;
  opacity:1 !important;
}
.contact .get-quote:hover,
.get-quote:hover{
  box-shadow:0 8px 18px rgba(201,151,53,.24) !important;
  transform:translateY(-2px);
}
@media(max-width:620px){
  .company-preview .preview-wrap{padding:26px 18px;}
  .view-more{margin-left:auto !important;margin-right:auto !important;}
}

/* === Premium Company Page Redesign: content preserved, layout upgraded === */
.company-pro{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f5f8ff 34%,#fff 68%,#f7f9fd 100%)}
.company-pro:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 18%,rgba(201,151,53,.15),transparent 24%),radial-gradient(circle at 92% 35%,rgba(6,36,92,.12),transparent 24%),linear-gradient(90deg,rgba(6,36,92,.035) 1px,transparent 1px),linear-gradient(0deg,rgba(6,36,92,.035) 1px,transparent 1px);background-size:auto,auto,58px 58px,58px 58px;pointer-events:none}.company-pro>*{position:relative;z-index:1}.company-pro-hero{display:grid;grid-template-columns:.88fr 1.12fr;gap:34px;align-items:center;padding:38px;border-radius:38px;background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(238,246,255,.9));border:1px solid rgba(201,151,53,.42);box-shadow:0 30px 80px rgba(6,36,92,.14);overflow:hidden}.company-pro-copy h1{font-family:Cinzel,serif;font-size:clamp(38px,5vw,76px);line-height:1.02;margin:10px 0 18px;color:#06245c}.company-pro-copy p{font-size:17px;line-height:1.78;font-weight:500}.hero-trust-pills{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.hero-trust-pills span{padding:11px 15px;border-radius:999px;background:linear-gradient(135deg,#061a3a,#0b3977);color:#fff;border:1px solid rgba(201,151,53,.56);font-weight:800;box-shadow:0 12px 24px rgba(6,36,92,.17);animation:softBounce 2.7s ease-in-out infinite}.hero-trust-pills span:nth-child(2){animation-delay:.22s}.hero-trust-pills span:nth-child(3){animation-delay:.44s}.hero-trust-pills span:nth-child(4){animation-delay:.66s}.company-pro-visual{position:relative;border-radius:32px;overflow:hidden;min-height:450px;background:#061a3a;border:1px solid rgba(201,151,53,.55);box-shadow:inset 0 0 0 1px rgba(255,255,255,.22),0 24px 60px rgba(6,36,92,.24)}.company-pro-visual img{width:100%;height:100%;min-height:450px;object-fit:cover;animation:slowZoom 9s ease-in-out infinite alternate}.company-pro-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,26,58,.18),rgba(255,255,255,.03));pointer-events:none}.experience-seal{position:absolute;right:22px;top:22px;width:136px;height:136px;border-radius:50%;display:grid;place-items:center;text-align:center;padding:18px;background:radial-gradient(circle,#f7d77a,#c99735 62%,#7b520e);color:#061a3a;border:5px solid rgba(255,255,255,.78);box-shadow:0 18px 35px rgba(0,0,0,.3);z-index:2;animation:sealPulse 2.6s ease-in-out infinite}.experience-seal b{display:block;font-family:Cinzel,serif;font-size:38px;line-height:1}.experience-seal span{display:block;font-size:12px;font-weight:900;text-transform:uppercase;line-height:1.2}.company-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:30px auto 54px}.company-stats div{padding:22px 16px;border-radius:24px;background:rgba(255,255,255,.86);border:1px solid rgba(201,151,53,.36);text-align:center;box-shadow:0 20px 48px rgba(6,36,92,.09);backdrop-filter:blur(12px);transition:.3s}.company-stats div:hover{transform:translateY(-7px);border-color:rgba(201,151,53,.78)}.company-stats b{display:block;font-family:Cinzel,serif;font-size:34px;color:#c99735}.company-stats span{display:block;font-weight:800;color:#06245c}.company-section-head h2,.timeline-card h2,.product-export-card h2,.global-presence h2,.why-pro h2,.quality-flow h2,.final-company-cta h2{font-family:Cinzel,serif;color:#06245c;font-size:clamp(30px,3.6vw,52px);line-height:1.08}.company-zigzag{display:grid;gap:26px;margin-top:26px}.story-panel{display:grid;grid-template-columns:120px 1fr;gap:24px;align-items:start;padding:32px;border-radius:30px;background:rgba(255,255,255,.92);border:1px solid rgba(201,151,53,.34);box-shadow:0 22px 55px rgba(6,36,92,.1)}.story-panel-alt{grid-template-columns:1fr 120px}.story-panel-alt .story-icon{order:2}.story-panel h3,.export-card-grid h3,.why-grid b,.vision-mission-pro h3{font-family:Cinzel,serif;color:#06245c;font-size:28px;margin:0 0 12px}.story-panel p,.quality-flow p,.global-presence p,.why-grid p,.vision-mission-pro p{line-height:1.75}.story-icon{width:94px;height:94px;border-radius:28px;display:grid;place-items:center;font-size:42px;background:linear-gradient(135deg,#061a3a,#093976);color:#fff;border:1px solid rgba(201,151,53,.56);box-shadow:0 16px 32px rgba(6,36,92,.2);animation:iconPulse 2.4s ease-in-out infinite}.premium-tags,.market-list-pro{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.premium-tags span,.market-list-pro span{padding:10px 13px;border-radius:14px;background:#f5f8ff;border:1px solid rgba(201,151,53,.36);color:#06245c;font-weight:800}.timeline-card,.product-export-card,.why-pro{margin-top:34px;padding:34px;border-radius:34px;background:linear-gradient(135deg,#fff,#f2f7ff);border:1px solid rgba(201,151,53,.34);box-shadow:0 24px 65px rgba(6,36,92,.1)}.timeline-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.timeline-grid:before{content:"";position:absolute;left:7%;right:7%;top:32px;height:3px;background:linear-gradient(90deg,#c99735,#06245c,#c99735);opacity:.35}.timeline-grid div{position:relative;padding:72px 18px 18px;border-radius:22px;background:#fff;border:1px solid rgba(201,151,53,.32);box-shadow:0 16px 36px rgba(6,36,92,.08)}.timeline-grid div:before{content:"";position:absolute;top:21px;left:50%;transform:translateX(-50%);width:24px;height:24px;border-radius:50%;background:#c99735;border:5px solid #fff;box-shadow:0 0 0 3px rgba(201,151,53,.25)}.timeline-grid b{display:block;color:#06245c;font-size:18px;margin-bottom:8px}.timeline-grid span{line-height:1.55}.quality-flow{display:grid;grid-template-columns:.82fr 1.18fr;gap:28px;margin-top:34px;align-items:center;padding:34px;border-radius:34px;background:linear-gradient(135deg,#061a3a,#082c63);color:#fff;border:1px solid rgba(201,151,53,.55);box-shadow:0 26px 70px rgba(6,36,92,.2)}.quality-flow h2{color:#f3cf74}.process-ladder{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:0;padding:0;list-style:none}.process-ladder li{position:relative;padding:16px 16px 16px 48px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);line-height:1.55;font-weight:700}.process-ladder li:before{content:"✓";position:absolute;left:16px;top:15px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#c99735;color:#061a3a;font-weight:900}.export-card-grid{display:grid;grid-template-columns:1.25fr .8fr .8fr;gap:18px;margin-top:24px}.export-card-grid div{padding:26px;border-radius:24px;background:#fff;border:1px solid rgba(201,151,53,.35);box-shadow:0 16px 38px rgba(6,36,92,.08);transition:.3s}.export-card-grid div:hover{transform:translateY(-7px)}.export-card-grid span{font-size:42px;display:block;margin-bottom:12px}.global-presence{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;margin-top:34px;padding:38px;border-radius:36px;background:linear-gradient(135deg,#fff,#eef5ff);border:1px solid rgba(201,151,53,.34);box-shadow:0 24px 65px rgba(6,36,92,.1)}.global-map-card{position:relative;min-height:330px;border-radius:30px;display:flex;align-items:center;justify-content:center;padding:30px;overflow:hidden;background:radial-gradient(circle at 50% 45%,rgba(201,151,53,.25),transparent 26%),linear-gradient(135deg,#061a3a,#0a3c7a);border:1px solid rgba(201,151,53,.55)}.global-map-card:before{content:"";position:absolute;inset:26px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 450'%3E%3Cg fill='none' stroke='%23f3cf74' stroke-width='2' opacity='.34'%3E%3Cpath d='M70 230 C190 110 310 310 440 190 S690 90 820 235'/%3E%3Cpath d='M100 300 C250 250 320 110 480 275 S665 345 790 150'/%3E%3Cpath d='M185 130 C320 170 395 70 565 160 S685 255 840 210'/%3E%3C/g%3E%3Cg fill='%23f3cf74' opacity='.75'%3E%3Ccircle cx='70' cy='230' r='6'/%3E%3Ccircle cx='440' cy='190' r='6'/%3E%3Ccircle cx='820' cy='235' r='6'/%3E%3Ccircle cx='480' cy='275' r='6'/%3E%3Ccircle cx='790' cy='150' r='6'/%3E%3C/g%3E%3C/svg%3E") center/cover no-repeat}.map-glow{position:absolute;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(243,207,116,.34),transparent 70%);animation:floatGlow 5s ease-in-out infinite alternate}.market-list-pro{position:relative;z-index:1;justify-content:center}.market-list-pro span{background:rgba(255,255,255,.92)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.why-grid div{padding:24px;border-radius:24px;background:#fff;border:1px solid rgba(201,151,53,.32);box-shadow:0 16px 38px rgba(6,36,92,.08);transition:.3s}.why-grid div:hover{transform:translateY(-8px);border-color:rgba(201,151,53,.78)}.why-grid span{font-size:38px;display:block;margin-bottom:12px}.why-grid b{display:block;font-size:20px}.vision-mission-pro{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:34px}.vision-mission-pro div{padding:34px;border-radius:30px;background:linear-gradient(135deg,#061a3a,#08295a);border:1px solid rgba(201,151,53,.55);color:#fff;box-shadow:0 22px 58px rgba(6,36,92,.18)}.vision-mission-pro span{font-size:42px}.vision-mission-pro h3{color:#f3cf74}.quality-pro{background:linear-gradient(135deg,#fff,#f4f8ff)}.quality-pro .quality-grid div{border-radius:20px;box-shadow:0 16px 40px rgba(6,36,92,.09);transition:.3s}.quality-pro .quality-grid div:hover{transform:translateY(-7px)}.logistics-pro{position:relative;overflow:hidden}.logistics-pro:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(201,151,53,.18),transparent 26%),radial-gradient(circle at 80% 55%,rgba(255,255,255,.1),transparent 24%);pointer-events:none}.final-company-cta{background:linear-gradient(135deg,#061a3a,#0a3b78);color:#fff;text-align:center;position:relative;overflow:hidden}.final-company-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(201,151,53,.25),transparent 34%);pointer-events:none}.final-company-cta h2{color:#fff;margin-bottom:22px}.final-company-cta .get-quote{display:inline-block;text-decoration:none;font-weight:900;border-radius:999px;padding:15px 28px}.company-pro .reveal.active,.company-pro-hero.reveal.active,.final-company-cta .reveal.active{animation:fadeUp .85s ease both}@keyframes sealPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.055)}}
@media(max-width:1050px){.company-pro-hero,.quality-flow,.global-presence{grid-template-columns:1fr}.company-pro-visual,.company-pro-visual img{min-height:360px}.company-stats,.timeline-grid{grid-template-columns:repeat(2,1fr)}.timeline-grid:before{display:none}.story-panel,.story-panel-alt{grid-template-columns:1fr}.story-panel-alt .story-icon{order:0}.export-card-grid,.why-grid{grid-template-columns:1fr 1fr}.vision-mission-pro{grid-template-columns:1fr}}
@media(max-width:650px){.company-pro{padding:42px 4%}.company-pro-hero,.timeline-card,.product-export-card,.global-presence,.why-pro,.quality-flow{padding:22px;border-radius:24px}.company-pro-copy h1{font-size:35px}.company-pro-copy p{font-size:15px}.company-pro-visual,.company-pro-visual img{min-height:275px;border-radius:22px}.experience-seal{width:104px;height:104px;right:12px;top:12px}.experience-seal b{font-size:28px}.experience-seal span{font-size:10px}.company-stats,.timeline-grid,.process-ladder,.export-card-grid,.why-grid{grid-template-columns:1fr}.story-panel{padding:22px;border-radius:24px}.story-icon{width:76px;height:76px;font-size:34px;border-radius:22px}.company-section-head h2,.timeline-card h2,.product-export-card h2,.global-presence h2,.why-pro h2,.quality-flow h2,.final-company-cta h2{font-size:30px}.global-map-card{min-height:280px;padding:20px}.hero-trust-pills span{font-size:12px;padding:9px 11px}}

/* Update: center Vision & Mission icons and headings */
.vision-mission-pro div{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.vision-mission-pro span{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 18px;
  width:64px;
  height:64px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.vision-mission-pro h3{
  text-align:center;
  width:100%;
  margin:0 0 18px;
}
.vision-mission-pro p{
  text-align:center;
  max-width:860px;
  margin-left:auto;
  margin-right:auto;
}

/* Update: center all company page icons and headings */
.company-pro .story-panel,
.company-pro .story-panel-alt{
  grid-template-columns:1fr !important;
  text-align:center !important;
  justify-items:center !important;
}
.company-pro .story-panel-alt .story-icon{order:0 !important;}
.company-pro .story-icon,
.company-pro .about-icon{
  margin-left:auto !important;
  margin-right:auto !important;
}
.company-pro h1,
.company-pro h2,
.company-pro h3,
.company-pro .eyebrow,
.company-pro .story-panel h3,
.company-pro .export-card-grid h3,
.company-pro .why-grid b,
.company-pro .vision-mission-pro h3,
.quality-pro h2,
.logistics-pro h2,
.logistics-grid h3{
  text-align:center !important;
}
.company-pro .hero-trust-pills,
.company-pro .premium-tags,
.company-pro .market-list-pro{
  justify-content:center !important;
}
.company-pro .company-pro-copy,
.company-pro .quality-flow-copy,
.company-pro .global-copy,
.company-pro .product-export-card,
.company-pro .why-pro,
.company-pro .vision-mission-pro div,
.company-pro .export-card-grid div,
.company-pro .why-grid div,
.logistics-grid div{
  text-align:center !important;
}
.company-pro .export-card-grid span,
.company-pro .why-grid span,
.company-pro .vision-mission-pro span,
.logistics-grid div > :first-child{
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.company-pro .quality-flow{
  text-align:center !important;
}
.company-pro .process-ladder li{
  text-align:left !important;
}
@media(max-width:1050px){
  .company-pro .story-panel,
  .company-pro .story-panel-alt{grid-template-columns:1fr !important;}
}


/* Final correction updates */
.nav a{font-weight:400 !important;letter-spacing:.1px}.drop-menu a{font-weight:400 !important}.brand span{font-weight:600}.buyers-section{background:linear-gradient(135deg,#ffffff 0%,#f2f7ff 60%,#fff8ea 100%)}.buyers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}.buyers-grid article{padding:28px;border-radius:26px;background:#fff;border:1px solid rgba(201,151,53,.34);box-shadow:0 18px 45px rgba(6,36,92,.09);transition:.35s}.buyers-grid article:hover{transform:translateY(-8px);border-color:rgba(201,151,53,.78);box-shadow:0 26px 62px rgba(6,36,92,.15)}.vector-icon,.plain-number{display:inline-grid !important;place-items:center;width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#061a3a,#0b3977);color:#f3cf74;font-weight:800;font-family:Cinzel,serif;margin-bottom:15px;box-shadow:0 14px 26px rgba(6,36,92,.2);font-size:18px !important}.buyers-grid h3{font-family:Cinzel,serif;color:#06245c;font-size:24px;margin:6px 0 10px}.buyers-grid p{line-height:1.7;margin:0}.spices-showcase{display:grid;grid-template-columns:1fr .85fr;gap:34px;align-items:center;background:linear-gradient(135deg,#061a3a,#082f69);color:#fff;overflow:hidden}.spices-showcase h2{font-family:Cinzel,serif;font-size:clamp(34px,4vw,58px);line-height:1.06;margin:10px 0 14px;color:#fff}.spices-showcase .eyebrow{color:#f3cf74}.spices-showcase img{border-radius:30px;background:rgba(255,255,255,.09);padding:20px;border:1px solid rgba(201,151,53,.45);filter:drop-shadow(0 24px 32px rgba(0,0,0,.22))}.spice-tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.spice-tags span{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(201,151,53,.45);font-weight:600}.contact-cta{text-align:center;background:#f7f9fd}.contact-cta .btn{display:inline-flex;margin-top:12px}.site-footer{background:linear-gradient(135deg,#061a3a,#06245c);color:#fff;padding:56px 5% 0}.footer-grid{display:grid;grid-template-columns:1.35fr .75fr .85fr 1.2fr;gap:34px;max-width:1240px;margin:auto}.site-footer img{width:92px;margin-bottom:12px}.site-footer h3,.site-footer h4{font-family:Cinzel,serif;color:#f3cf74;margin:0 0 14px}.site-footer p{line-height:1.75;color:rgba(255,255,255,.84);margin:0 0 10px}.footer-tag{font-weight:700;color:#fff !important}.site-footer a{display:block;color:rgba(255,255,255,.86);text-decoration:none;margin:8px 0;font-weight:400}.site-footer a:hover{color:#f3cf74}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.14);margin-top:36px;padding:18px 0;color:rgba(255,255,255,.78);font-size:14px}.contact-page-hero{background:linear-gradient(135deg,#ffffff,#eef5ff)}.contact-page-hero h1{font-family:Cinzel,serif;color:#06245c;font-size:clamp(38px,5vw,70px);line-height:1.04;margin:8px 0 14px}.contact-form-section{display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:start;background:#fff}.contact-card,.contact-info-panel{padding:32px;border-radius:30px;background:linear-gradient(135deg,#fff,#f4f8ff);border:1px solid rgba(201,151,53,.34);box-shadow:0 22px 60px rgba(6,36,92,.1)}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form label{display:grid;gap:8px;font-weight:600;color:#06245c}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid rgba(6,36,92,.18);border-radius:14px;padding:13px 14px;font:inherit;outline:none;background:#fff}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#c99735;box-shadow:0 0 0 4px rgba(201,151,53,.13)}.contact-form .full{grid-column:1/-1}.contact-info-panel h2{font-family:Cinzel,serif;color:#06245c;font-size:34px}.contact-info-panel p{line-height:1.75}.contact-info-panel img{margin-top:18px;border-radius:22px}.why-grid .plain-number{margin-left:auto;margin-right:auto}
@media(max-width:980px){.buyers-grid,.footer-grid,.contact-form-section{grid-template-columns:1fr 1fr}.spices-showcase{grid-template-columns:1fr}.footer-grid{gap:24px}.contact-form-section{grid-template-columns:1fr}.contact-info-panel img{max-height:320px;object-fit:cover;width:100%}}
@media(max-width:700px){.buyers-grid,.footer-grid,.contact-form{grid-template-columns:1fr}.site-footer{padding:42px 5% 0}.spices-showcase{padding-top:48px}.contact-form-section{padding-top:40px}.vector-icon,.plain-number{width:52px;height:52px}.buyers-grid article{text-align:center}.spices-showcase{text-align:center}.spice-tags{justify-content:center}}


/* --- Client revision: lighter menu, no footer logo, compact contact form, remove spices product card spacing --- */
.nav a,
.drop-menu a{
  font-family:Poppins, Arial, sans-serif!important;
  font-weight:400!important;
  font-size:15px!important;
  letter-spacing:.1px!important;
}
.site-footer .footer-brand img{display:none!important;}
.site-footer .footer-brand h3{margin-top:0!important;}
.contact-form-section{grid-template-columns:minmax(280px,520px) 1fr!important;align-items:start!important;}
.contact-card{max-width:520px!important;margin:0 auto!important;padding:24px!important;border-radius:22px!important;}
.contact-form{gap:12px!important;}
.contact-form label{font-size:13px!important;}
.contact-form input,
.contact-form select,
.contact-form textarea{padding:11px 13px!important;font-size:14px!important;border-radius:12px!important;}
.contact-form textarea{min-height:92px!important;}
.contact-form .btn{padding:12px 18px!important;}
@media(max-width:980px){.contact-form-section{grid-template-columns:1fr!important}.contact-card{max-width:560px!important}}


/* --- Revision 2: replace global banner image and balance contact cards --- */
.company-pro .image-global-map{
  padding:0!important;
  min-height:auto!important;
  background:#061a3a!important;
  border-radius:28px!important;
  overflow:hidden!important;
}
.company-pro .image-global-map:before,
.company-pro .image-global-map:after{display:none!important;content:none!important;}
.company-pro .image-global-map img{
  width:100%!important;
  height:auto!important;
  display:block!important;
  border-radius:28px!important;
  object-fit:cover!important;
}
.contact-form-section{
  grid-template-columns:1fr 1fr!important;
  align-items:stretch!important;
}
.contact-card,
.contact-info-panel{
  height:100%!important;
  min-height:520px!important;
}
.contact-card{
  max-width:none!important;
  margin:0!important;
  padding:28px!important;
}
.simple-contact-form{
  height:100%!important;
  align-content:start!important;
}
.form-note{
  border:1px solid rgba(201,151,53,.32);
  background:rgba(255,255,255,.82);
  border-radius:16px;
  padding:14px 16px;
  color:#06245c;
  line-height:1.55;
}
.form-note b{display:block;margin-bottom:4px;color:#06245c;}
.form-note span{display:block;font-size:13px;color:#334766;font-weight:500;}
.contact-info-panel img{
  width:100%!important;
  max-height:360px!important;
  object-fit:cover!important;
}
@media(max-width:980px){
  .contact-form-section{grid-template-columns:1fr!important;align-items:start!important;}
  .contact-card,.contact-info-panel{min-height:auto!important;}
}
@media(max-width:700px){
  .company-pro .image-global-map img{min-height:260px;object-fit:cover!important;}
}

/* --- Landing content merge: clean vector icons + preserved theme --- */
.svg-icon{width:54px;height:54px;border-radius:17px;display:inline-grid;place-items:center;background:linear-gradient(135deg,#061a3a,#0b3b7a);border:1px solid rgba(201,151,53,.7);box-shadow:0 14px 32px rgba(6,36,92,.18);flex:0 0 auto}
.svg-icon svg{width:30px;height:30px;fill:#f3cf74;display:block}.stats-strip{padding:32px 5%;background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.stats-grid div{display:flex;align-items:center;gap:14px;padding:18px;border-radius:22px;background:linear-gradient(135deg,#fff,#f5f8ff);border:1px solid rgba(201,151,53,.36);box-shadow:0 16px 42px rgba(6,36,92,.08);transition:.3s}.stats-grid div:hover,.buyers-grid article:hover,.process-grid article:hover,.trade-card:hover,.routes-grid div:hover{transform:translateY(-7px);border-color:rgba(201,151,53,.82)}.stats-grid b{display:block;font-family:Cinzel,serif;font-size:24px;color:#c99735;line-height:1.1}.stats-grid span{display:block;font-size:13px;font-weight:800;color:#06245c;line-height:1.25}.landing-about{background:linear-gradient(135deg,#f7f9fd 0%,#fff 52%,#fff7e8 100%);scroll-margin-top:90px}.about-wrap{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:stretch}.about-copy,.about-info{border-radius:32px;background:rgba(255,255,255,.88);border:1px solid rgba(201,151,53,.34);box-shadow:0 24px 65px rgba(6,36,92,.1);padding:34px}.about-copy h2{font-family:Cinzel,serif;color:#06245c;font-size:clamp(34px,4vw,58px);line-height:1.05;margin:10px 0 16px}.about-copy p{font-size:16px;line-height:1.8;font-weight:500}.mini-list{display:grid;gap:12px;margin-top:22px}.mini-list span{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:18px;background:#f7f9fd;border:1px solid rgba(201,151,53,.28);font-weight:700}.mini-list .svg-icon{width:42px;height:42px;border-radius:13px}.mini-list .svg-icon svg{width:23px;height:23px}.about-info{background:linear-gradient(135deg,#061a3a,#08295a);color:#fff}.about-info h3{font-family:Cinzel,serif;color:#f3cf74;font-size:25px;margin:4px 0 15px}.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 26px}.pill-list span,.cert-row span{padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.95);color:#06245c;border:1px solid rgba(201,151,53,.44);font-weight:800}.buyers-section{background:#fff;scroll-margin-top:90px}.buyers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px}.buyers-grid article{padding:26px;border-radius:26px;background:linear-gradient(135deg,#fff,#f4f8ff);border:1px solid rgba(201,151,53,.33);box-shadow:0 18px 45px rgba(6,36,92,.08);transition:.3s}.buyers-grid h3,.process-grid h3,.trade-card h3,.routes-grid h3{font-family:Cinzel,serif;color:#06245c;font-size:23px;line-height:1.15;margin:16px 0 10px}.buyers-grid p,.routes-grid p{line-height:1.7}.cert-row{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:26px}.quality-process{background:linear-gradient(135deg,#fff,#eef5ff);scroll-margin-top:90px}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}.process-grid article{padding:26px;border-radius:26px;background:#fff;border:1px solid rgba(201,151,53,.34);box-shadow:0 18px 45px rgba(6,36,92,.08);transition:.3s}.process-grid ul,.trade-card ul{margin:12px 0 0;padding-left:20px;line-height:1.9}.export-logistics-landing{background:linear-gradient(135deg,#061a3a,#08295a);color:#fff;scroll-margin-top:90px}.export-logistics-landing h2{color:#fff}.logistics-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;margin-top:30px}.trade-card,.routes-grid div{padding:28px;border-radius:28px;background:rgba(255,255,255,.08);border:1px solid rgba(201,151,53,.5);box-shadow:0 20px 52px rgba(0,0,0,.18);transition:.3s}.trade-card h3,.routes-grid h3{color:#f3cf74}.routes-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.routes-grid div{text-align:center}.routes-grid .svg-icon{margin:0 auto}.contact-cta{scroll-margin-top:90px}@media(max-width:1100px){.stats-grid{grid-template-columns:repeat(2,1fr)}.buyers-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.about-wrap,.logistics-wrap{grid-template-columns:1fr}}@media(max-width:650px){.stats-grid,.buyers-grid,.process-grid,.routes-grid{grid-template-columns:1fr}.stats-grid div{align-items:flex-start}.about-copy,.about-info,.trade-card,.routes-grid div,.process-grid article,.buyers-grid article{padding:22px;border-radius:22px}.mini-list span{align-items:flex-start}.svg-icon{width:48px;height:48px}.svg-icon svg{width:26px;height:26px}.about-copy h2{font-size:32px}}

/* Final visibility, center alignment, cleanup and animation update */
.section > .eyebrow.center,
.section > h2.center,
.section > .intro.center{
  text-align:center !important;
  max-width:950px;
  margin-left:auto !important;
  margin-right:auto !important;
}
.svg-icon{
  display:inline-grid !important;
  place-items:center !important;
  width:64px !important;
  height:64px !important;
  min-width:64px !important;
  border-radius:20px !important;
  background:linear-gradient(135deg,#061a3a,#0a3974) !important;
  border:1px solid rgba(201,151,53,.65) !important;
  box-shadow:0 16px 34px rgba(6,36,92,.22), inset 0 0 0 1px rgba(255,255,255,.08) !important;
}
.svg-icon svg{width:34px !important;height:34px !important;fill:#f3cf74 !important;filter:drop-shadow(0 2px 2px rgba(0,0,0,.18));}
.stats-grid div,
.buyers-grid article,
.process-grid article,
.trade-card,
.routes-grid div,
.about-info,
.about-copy,
.product-card,
.contact-card,
.contact-info-panel,
.cards div,
.quality-grid div{
  text-align:center !important;
}
.stats-grid div{
  flex-direction:column !important;
  justify-content:center !important;
  align-items:center !important;
  gap:10px !important;
  min-height:165px;
}
.stats-grid b{font-size:28px !important;color:#06245c !important;line-height:1.05 !important;}
.stats-grid div > span:last-child{font-size:14px !important;color:#263d64 !important;}
.buyers-grid .svg-icon,
.process-grid .svg-icon,
.trade-card > .svg-icon,
.routes-grid .svg-icon,
.about-clean-points .svg-icon{
  margin-left:auto !important;
  margin-right:auto !important;
  margin-bottom:14px !important;
}
.buyers-grid h3,
.process-grid h3,
.trade-card h3,
.routes-grid h3,
.about-info h3,
.product-body h3{
  text-align:center !important;
  letter-spacing:.2px;
}
.buyers-grid p,
.process-grid li,
.trade-card li,
.routes-grid p,
.about-copy p,
.about-info .pill-list{
  text-align:center !important;
}
.process-grid ul,
.trade-card ul{
  list-style:none !important;
  padding-left:0 !important;
  margin-left:0 !important;
}
.process-grid li,
.trade-card li{
  margin:7px 0;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(6,36,92,.05);
  border:1px solid rgba(201,151,53,.18);
}
.export-logistics-landing .trade-card li{background:rgba(255,255,255,.08);border-color:rgba(201,151,53,.25);}
.about-clean-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:24px;
}
.about-clean-points span{
  display:grid;
  place-items:center;
  gap:8px;
  padding:18px 14px;
  border-radius:22px;
  background:#f7f9fd;
  border:1px solid rgba(201,151,53,.34);
  font-weight:800;
  color:#06245c;
  min-height:145px;
}
.pill-list{justify-content:center !important;}
.cert-row span,
.pill-list span,
.spec-list span,
.spice-tags span,
.about-clean-points span{
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.cert-row span:hover,
.pill-list span:hover,
.spec-list span:hover,
.spice-tags span:hover,
.about-clean-points span:hover{
  transform:translateY(-5px);
  box-shadow:0 14px 28px rgba(6,36,92,.12);
  border-color:rgba(201,151,53,.82);
}
.reveal.active .svg-icon,
.svg-icon{
  animation:iconFloat 3.2s ease-in-out infinite;
}
.reveal.active h2,
.reveal.active h3,
.section > h2.center{
  animation:headingGlow 1.2s ease both;
}
.product-card img,
.spices-showcase img,
.contact-info-panel img,
.contact img,
.company-hero-image img{
  transition:transform .7s ease, filter .7s ease;
}
.product-card:hover img,
.spices-showcase:hover img,
.contact-info-panel:hover img,
.contact:hover img{
  transform:scale(1.035);
}
.btn,
.whatsapp{
  transition:transform .3s ease, box-shadow .3s ease, filter .3s ease;
}
.btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 18px 38px rgba(201,151,53,.38);}
.buyers-grid article,
.process-grid article,
.routes-grid div,
.trade-card,
.product-card,
.about-clean-points span,
.stats-grid div{
  will-change:transform;
}
.reveal.active{
  animation:fadeUp .9s cubic-bezier(.2,.75,.25,1) both;
}
.reveal.active:nth-child(2){animation-delay:.08s}.reveal.active:nth-child(3){animation-delay:.16s}.reveal.active:nth-child(4){animation-delay:.24s}.reveal.active:nth-child(5){animation-delay:.32s}.reveal.active:nth-child(6){animation-delay:.40s}
@keyframes iconFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-6px) rotate(1.5deg)}}
@keyframes headingGlow{from{opacity:.4;letter-spacing:.8px;filter:blur(2px)}to{opacity:1;letter-spacing:.2px;filter:blur(0)}}
@media(max-width:900px){.about-clean-points{grid-template-columns:1fr}.stats-grid div{min-height:145px}}
@media(max-width:650px){.svg-icon{width:56px !important;height:56px !important;min-width:56px !important}.svg-icon svg{width:30px !important;height:30px !important}.stats-grid div{min-height:135px}.about-clean-points span{min-height:125px}.product-body{text-align:center !important}.spec-list span{text-align:center !important}}


/* Compact About sourcing/market panel - removes empty space */
.about-wrap{align-items:start !important;}
.about-info{
  align-self:start !important;
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:18px !important;
  padding:26px !important;
  min-height:auto !important;
}
.about-info h3{
  margin:0 0 14px !important;
  font-size:clamp(22px,2.2vw,30px) !important;
  line-height:1.1 !important;
}
.about-info h3:nth-of-type(2){margin-top:10px !important;}
.about-info .pill-list{
  margin:0 0 8px !important;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:12px !important;
  justify-content:stretch !important;
}
.about-info .pill-list span{
  min-height:54px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  padding:10px 12px !important;
  border-radius:18px !important;
  font-size:15px !important;
  box-shadow:0 10px 22px rgba(0,0,0,.12) !important;
}
.about-info .pill-list span:before{
  content:"";
  width:20px;height:20px;min-width:20px;
  margin-right:8px;
  display:inline-block;
  background:#c99735;
  -webkit-mask:center/contain no-repeat;
  mask:center/contain no-repeat;
}
.about-info .pill-list:first-of-type span:before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C7.6 5 5 8.6 5 12.5 5 17.8 8.7 21 12 22c3.3-1 7-4.2 7-9.5C19 8.6 16.4 5 12 2zm0 4.3c2.2 2 4 4.2 4 6.2 0 3-1.7 5.2-4 6.4-2.3-1.2-4-3.4-4-6.4 0-2 1.8-4.2 4-6.2z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C7.6 5 5 8.6 5 12.5 5 17.8 8.7 21 12 22c3.3-1 7-4.2 7-9.5C19 8.6 16.4 5 12 2zm0 4.3c2.2 2 4 4.2 4 6.2 0 3-1.7 5.2-4 6.4-2.3-1.2-4-3.4-4-6.4 0-2 1.8-4.2 4-6.2z'/%3E%3C/svg%3E");
}
.about-info .pill-list:nth-of-type(2) span:before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm6.9 6h-3a15 15 0 00-1.2-3 8.1 8.1 0 014.2 3zM12 4.1c.8 1.1 1.4 2.4 1.8 3.9h-3.6c.4-1.5 1-2.8 1.8-3.9zM4.3 14a8.5 8.5 0 010-4h3.4a16.8 16.8 0 000 4H4.3zm.8 2h3c.3 1.1.7 2.2 1.2 3a8.1 8.1 0 01-4.2-3zm3-8h-3a8.1 8.1 0 014.2-3c-.5.8-.9 1.9-1.2 3zm3.9 11.9c-.8-1.1-1.4-2.4-1.8-3.9h3.6c-.4 1.5-1 2.8-1.8 3.9zM14.2 14H9.8a14.8 14.8 0 010-4h4.4a14.8 14.8 0 010 4zm.5 5c.5-.8.9-1.9 1.2-3h3a8.1 8.1 0 01-4.2 3zm1.6-5a16.8 16.8 0 000-4h3.4a8.5 8.5 0 010 4h-3.4z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm6.9 6h-3a15 15 0 00-1.2-3 8.1 8.1 0 014.2 3zM12 4.1c.8 1.1 1.4 2.4 1.8 3.9h-3.6c.4-1.5 1-2.8 1.8-3.9zM4.3 14a8.5 8.5 0 010-4h3.4a16.8 16.8 0 000 4H4.3zm.8 2h3c.3 1.1.7 2.2 1.2 3a8.1 8.1 0 01-4.2-3zm3-8h-3a8.1 8.1 0 014.2-3c-.5.8-.9 1.9-1.2 3zm3.9 11.9c-.8-1.1-1.4-2.4-1.8-3.9h3.6c-.4 1.5-1 2.8-1.8 3.9zM14.2 14H9.8a14.8 14.8 0 010-4h4.4a14.8 14.8 0 010 4zm.5 5c.5-.8.9-1.9 1.2-3h3a8.1 8.1 0 01-4.2 3zm1.6-5a16.8 16.8 0 000-4h3.4a8.5 8.5 0 010 4h-3.4z'/%3E%3C/svg%3E");
}
@media(max-width:1100px){.about-info{max-width:900px;margin:0 auto;width:100%;}.about-info .pill-list{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}}
@media(max-width:720px){.about-info .pill-list{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.about-info{padding:22px !important}.about-info .pill-list span{font-size:13px !important;min-height:50px !important}}

/* Updated About image cards */
.about-clean-points.image-points{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:18px !important;
  margin-top:30px !important;
}
.about-image-card{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:space-between !important;
  min-height:270px !important;
  padding:14px 14px 20px !important;
  border-radius:28px !important;
  background:linear-gradient(145deg,#ffffff,#f5f8ff) !important;
  border:1px solid rgba(201,151,53,.45) !important;
  box-shadow:0 20px 48px rgba(6,36,92,.10) !important;
  overflow:hidden !important;
  transition:transform .4s ease, box-shadow .4s ease, border-color .4s ease !important;
}
.about-image-card:hover{
  transform:translateY(-8px) !important;
  border-color:rgba(201,151,53,.9) !important;
  box-shadow:0 26px 60px rgba(6,36,92,.16) !important;
}
.about-card-img{
  width:100% !important;
  aspect-ratio:1.25/1 !important;
  border-radius:22px !important;
  overflow:hidden !important;
  background:#fff !important;
  border:1px solid rgba(201,151,53,.25) !important;
}
.about-card-img img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  transition:transform .75s ease, filter .75s ease !important;
}
.about-image-card:hover img{transform:scale(1.08) !important;filter:saturate(1.08) contrast(1.04) !important;}
.about-image-card h3{
  font-family:Poppins,sans-serif !important;
  font-size:clamp(16px,1.35vw,20px) !important;
  line-height:1.25 !important;
  color:#06245c !important;
  margin:18px 0 0 !important;
  text-align:center !important;
  font-weight:800 !important;
}
@media(max-width:900px){
  .about-clean-points.image-points{grid-template-columns:1fr !important;}
  .about-image-card{min-height:auto !important;}
  .about-card-img{aspect-ratio:1.55/1 !important;}
}

/* Final update: About centered + sourcing/markets below */
.landing-about{
  padding-top:70px !important;
  padding-bottom:70px !important;
}
.landing-about .about-wrap{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:28px !important;
  max-width:1180px !important;
  margin:0 auto !important;
}
.landing-about .about-copy{
  max-width:1120px !important;
  margin:0 auto !important;
  text-align:center !important;
  width:100% !important;
}
.landing-about .about-copy .eyebrow,
.landing-about .about-copy h2,
.landing-about .about-copy > p{
  text-align:center !important;
}
.landing-about .about-copy > p{
  max-width:980px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.landing-about .about-clean-points.image-points{
  max-width:1040px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.landing-about .about-info{
  width:100% !important;
  max-width:900px !important;
  margin:0 auto !important;
  padding:38px 42px !important;
  border-radius:36px !important;
  background:linear-gradient(135deg,#061a3a 0%,#08295a 100%) !important;
  box-shadow:0 26px 68px rgba(6,36,92,.20) !important;
}
.landing-about .about-info h3{
  text-align:center !important;
  font-size:clamp(30px,3vw,42px) !important;
  margin:0 0 26px !important;
}
.landing-about .about-info h3:nth-of-type(2){
  margin-top:34px !important;
}
.landing-about .about-info .pill-list{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px 22px !important;
  max-width:790px !important;
  margin:0 auto 12px !important;
}
.landing-about .about-info .pill-list span{
  min-height:74px !important;
  border-radius:22px !important;
  font-size:18px !important;
  background:rgba(255,255,255,.96) !important;
  color:#06245c !important;
  border:1px solid rgba(243,207,116,.75) !important;
  box-shadow:0 14px 30px rgba(0,0,0,.12) !important;
}
.landing-about .about-info .pill-list span:before{
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  margin-right:10px !important;
  background:#c99735 !important;
}
@media(max-width:760px){
  .landing-about{padding-top:48px !important;padding-bottom:48px !important;}
  .landing-about .about-copy{padding:24px 16px !important;border-radius:26px !important;}
  .landing-about .about-info{padding:28px 16px !important;border-radius:28px !important;}
  .landing-about .about-info .pill-list{grid-template-columns:1fr !important;gap:14px !important;}
  .landing-about .about-info .pill-list span{font-size:16px !important;min-height:62px !important;}
}

/* Final client changes: product images, vector milestones, clean sourcing */
@media(min-width:900px){
  .landing-about .about-copy h2{white-space:nowrap;font-size:clamp(32px,4.1vw,52px) !important;}
}
.landing-about .about-info .pill-list span:before{display:none !important;content:none !important;}
.landing-about .about-info .pill-list span{gap:0 !important;}

.company-pro .premium-timeline div{padding-top:92px !important;text-align:center;}
.company-pro .premium-timeline div:before{display:none !important;content:none !important;}
.company-pro .timeline-icon{position:absolute;top:18px;left:50%;transform:translateX(-50%);width:58px;height:58px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,#061a3a,#0b3977);border:1px solid rgba(243,207,116,.82);box-shadow:0 14px 28px rgba(6,36,92,.22), inset 0 0 0 1px rgba(255,255,255,.12);}
.company-pro .timeline-icon svg{width:30px;height:30px;fill:#f3cf74;display:block;}
.company-pro .timeline-grid:before{top:47px !important;background:linear-gradient(90deg,rgba(201,151,53,.18),rgba(201,151,53,.85),rgba(201,151,53,.18)) !important;height:2px !important;}

.company-pro .enhanced-export-cards{grid-template-columns:1.25fr .9fr .9fr !important;align-items:stretch;}
.company-pro .enhanced-export-cards div{position:relative;overflow:hidden;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:340px;padding:24px 22px 28px !important;}
.company-pro .enhanced-export-cards div:after{content:"";position:absolute;inset:auto 18px 18px 18px;height:70px;border-radius:50%;background:radial-gradient(circle,rgba(201,151,53,.12),transparent 70%);pointer-events:none;}
.company-pro .export-product-img{width:100%;max-width:270px;height:135px;object-fit:contain;display:block;margin:0 auto 16px;filter:drop-shadow(0 20px 18px rgba(6,36,92,.14));transition:.35s;}
.company-pro .enhanced-export-cards div:first-child .export-product-img{max-width:360px;height:145px;}
.company-pro .enhanced-export-cards div:hover .export-product-img{transform:translateY(-6px) scale(1.03);}
.company-pro .enhanced-export-cards h3{margin-top:4px !important;}
.company-pro .enhanced-export-cards p{max-width:620px;margin-left:auto;margin-right:auto;}

.company-pro .icon-why-grid .vector-icon{margin:0 auto 14px !important;width:62px !important;height:62px !important;border-radius:20px !important;display:grid !important;place-items:center !important;background:linear-gradient(135deg,#061a3a,#0b3977) !important;color:#f3cf74 !important;box-shadow:0 14px 28px rgba(6,36,92,.2) !important;}
.company-pro .icon-why-grid .vector-icon svg{width:31px;height:31px;fill:#f3cf74;display:block;}
.company-pro .icon-why-grid div{text-align:center;}
.company-pro .icon-why-grid b{margin-top:4px;}

@media(max-width:900px){
  .company-pro .enhanced-export-cards{grid-template-columns:1fr !important;}
  .company-pro .enhanced-export-cards div{min-height:auto;padding:22px 16px 26px !important;}
  .company-pro .export-product-img,.company-pro .enhanced-export-cards div:first-child .export-product-img{height:132px;max-width:300px;}
  .company-pro .timeline-grid:before{display:none !important;}
}
@media(max-width:560px){
  .company-pro .export-product-img,.company-pro .enhanced-export-cards div:first-child .export-product-img{height:108px;max-width:250px;}
  .company-pro .enhanced-export-cards h3{font-size:25px !important;}
  .company-pro .enhanced-export-cards div{border-radius:22px !important;}
}


/* Final requested updates */
.nav-quote{background:linear-gradient(135deg,var(--gold),#f5c86a);color:#071b3c!important;border-radius:999px;padding:10px 18px!important;font-weight:700!important;box-shadow:0 10px 24px rgba(201,151,53,.22)}
.landing-about .about-copy,.landing-about .about-info{border:0!important;box-shadow:none!important;background:transparent!important}
.landing-about .about-wrap{grid-template-columns:1.15fr .85fr;align-items:start}
.landing-about .about-info{color:var(--text);display:grid;grid-template-columns:.85fr 1.15fr;gap:22px;padding:0!important}
.region-market-box{padding:26px;border-radius:28px;background:linear-gradient(135deg,#061a3a,#08295a);color:#fff;box-shadow:0 22px 55px rgba(6,36,92,.13)}
.region-market-box h3{color:#f3cf74!important}.quick-whatsapp-form{padding:24px;border-radius:28px;background:#fff;border:1px solid rgba(201,151,53,.35);box-shadow:0 22px 55px rgba(6,36,92,.12)}
.quick-whatsapp-form h3{grid-column:1/-1;font-family:Cinzel,serif;color:#06245c;margin:0 0 4px}.quick-whatsapp-form label{font-size:13px}.quick-whatsapp-form input,.quick-whatsapp-form select,.quick-whatsapp-form textarea{padding:11px 12px}.product-details .products{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:1120px;margin-left:auto;margin-right:auto}.product-details .product-card img{height:360px!important;object-fit:cover!important;padding:0!important;background:#fff}.product-details .product-body{min-height:300px;display:flex;flex-direction:column}.product-details .product-body .btn{margin-top:auto;width:max-content}.product-details .spec-list{grid-template-columns:1fr 1fr}.product-hero-page{display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:center;padding:70px 5%;background:linear-gradient(135deg,#ffffff,#eef5ff 60%,#fff7e8)}.product-hero-page h1{font-family:Cinzel,serif;color:#06245c;font-size:clamp(38px,5vw,72px);line-height:1.03;margin:10px 0 16px}.product-hero-page p{line-height:1.8;font-size:17px}.product-hero-page img{border-radius:32px;max-height:560px;width:100%;object-fit:cover;box-shadow:0 26px 70px rgba(6,36,92,.16);border:1px solid rgba(201,151,53,.35)}.breadcrumb{font-size:14px;margin-bottom:18px;color:#51617a}.breadcrumb a{color:#06245c;text-decoration:none;font-weight:700}.product-page-content{display:grid;grid-template-columns:1.3fr .7fr;gap:28px;background:#fff}.product-description,.trade-terms-card{padding:30px;border-radius:28px;background:linear-gradient(135deg,#fff,#f4f8ff);border:1px solid rgba(201,151,53,.32);box-shadow:0 18px 45px rgba(6,36,92,.08)}.product-description p{line-height:1.85}.trade-terms-card h2{font-size:32px}.trade-terms-card ul{line-height:2;padding-left:20px}.product-spec-table{margin-top:30px;overflow-x:auto}.product-spec-table table{min-width:720px}.product-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:24px}.export-markets-mini{background:linear-gradient(135deg,#061a3a,#08295a);color:#fff}.export-markets-mini h2{color:#fff}.market-pills{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.market-pills span{padding:12px 18px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(201,151,53,.55);font-weight:700}.faq-list{max-width:900px;margin:26px auto 0;display:grid;gap:12px}.faq-list details{background:#fff;border:1px solid rgba(201,151,53,.35);border-radius:18px;padding:18px 20px;box-shadow:0 12px 30px rgba(6,36,92,.07)}.faq-list summary{cursor:pointer;font-weight:800;color:#06245c}.faq-list p{line-height:1.7}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.drop-menu{max-height:75vh;overflow:auto}
@media(max-width:1100px){.landing-about .about-wrap,.landing-about .about-info,.product-hero-page,.product-page-content{grid-template-columns:1fr}.product-details .products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.nav-quote{display:inline-block}}
@media(max-width:980px){.nav{width:min(92vw,360px)}.nav-quote{width:100%;text-align:center}.drop-menu{max-height:none}.product-details .products{grid-template-columns:1fr!important}.product-details .product-card img{height:auto!important}.quick-whatsapp-form{grid-template-columns:1fr}.product-hero-page{padding-top:44px}.product-hero-page img{max-height:none}.product-page-content{padding-top:45px}}
@media(max-width:650px){.landing-about .about-info{gap:16px}.region-market-box,.quick-whatsapp-form{padding:20px;border-radius:22px}.product-actions .btn{width:100%;text-align:center}.product-hero-page h1{font-size:34px}.product-spec-table table{min-width:640px}}

/* --- Revision: product list 6 rice cards, spices/agri sections, no sourcing form --- */
.landing-about .about-info{display:block!important;max-width:760px;margin:0 auto;padding:0!important;}
.landing-about .region-market-box{width:100%;}
.product-details .rice-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:1120px;margin-left:auto;margin-right:auto;}
.product-details .rice-products .product-card{min-height:480px;}
.product-details .rice-products .product-card img{height:340px!important;object-fit:cover!important;padding:0!important;}
.spices-showcase .btn{margin-top:22px;}
.premium-agri{background:linear-gradient(135deg,#fff,#f4f8ff 55%,#fff7e8);}
.agri-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:1120px;margin:34px auto 0;}
.agri-card{display:grid;grid-template-columns:1fr 1fr;align-items:center;border:1px solid rgba(201,151,53,.38);border-radius:30px;overflow:hidden;background:#fff;box-shadow:0 22px 60px rgba(6,36,92,.10);transition:.35s;}
.agri-card:hover{transform:translateY(-8px);box-shadow:0 30px 75px rgba(6,36,92,.16);}
.agri-card img{width:100%;height:100%;min-height:420px;object-fit:cover;background:#fff;}
.agri-body{padding:28px;}
.agri-body h3{font-family:Cinzel,serif;color:#06245c;font-size:28px;line-height:1.15;margin:8px 0 12px;}
.agri-body p{line-height:1.7;}
.agri-variants{font-weight:700;color:#06245c;}
.agri-specs span{background:#f7f9fd;color:#06245c;border-color:rgba(201,151,53,.35);}
.card-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px;}
.card-actions .btn.outline{background:#fff;}
.product-actions:empty{display:none;}
@media(max-width:1100px){.agri-card{grid-template-columns:1fr}.agri-card img{min-height:0;height:auto}.product-details .rice-products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:700px){.product-details .rice-products,.agri-products-grid{grid-template-columns:1fr!important}.product-details .rice-products .product-card img{height:auto!important}.agri-body{text-align:left}.card-actions .btn{width:100%;text-align:center}}

/* --- Final layout correction: remove spices screenshot section and make product cards equal --- */
#indian-spices-showcase,
.spices-showcase{display:none!important;}
.product-details .products,
.product-details .rice-products{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:26px!important;
  max-width:1280px!important;
  align-items:stretch!important;
}
.product-details .product-card,
.product-details .rice-products .product-card{
  display:flex!important;
  flex-direction:column!important;
  min-height:100%!important;
  height:100%!important;
  border-radius:26px!important;
  overflow:hidden!important;
}
.product-details .product-card img,
.product-details .rice-products .product-card img{
  width:100%!important;
  height:230px!important;
  max-height:230px!important;
  object-fit:contain!important;
  object-position:center!important;
  background:linear-gradient(135deg,#ffffff,#f8f2e8)!important;
  padding:12px!important;
  flex:0 0 230px!important;
}
.product-details .product-body,
.product-details .rice-products .product-body{
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
  min-height:0!important;
  padding:24px!important;
}
.product-details .product-body h3{font-size:26px!important;line-height:1.15!important;margin:6px 0 10px!important;}
.product-details .product-body p{font-size:14.5px!important;line-height:1.65!important;}
.product-details .spec-list{grid-template-columns:1fr!important;gap:8px!important;margin-top:auto!important;}
.product-details .product-body .btn{margin-top:14px!important;align-self:flex-start!important;}
.premium-agri{padding-top:74px!important;}
.agri-products-grid{align-items:stretch!important;}
.agri-card{height:100%!important;grid-template-columns:1fr!important;display:flex!important;flex-direction:column!important;}
.agri-card img{height:260px!important;min-height:260px!important;width:100%!important;object-fit:contain!important;background:linear-gradient(135deg,#ffffff,#f8f2e8)!important;padding:14px!important;}
.agri-body{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;}
.agri-body .card-actions{margin-top:auto!important;}
@media(max-width:1100px){
  .product-details .products,.product-details .rice-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:700px){
  .product-details .products,.product-details .rice-products,.agri-products-grid{grid-template-columns:1fr!important;}
  .product-details .product-card img,.product-details .rice-products .product-card img{height:220px!important;max-height:220px!important;flex-basis:220px!important;}
}


/* --- Home Indian Spices details section + centered buttons --- */
.spices-details-home{background:linear-gradient(135deg,#ffffff,#f5f8ff 60%,#fff8e8);}
.spices-details-wrap{max-width:1180px;margin:34px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch;}
.spices-copy{padding:32px;border-radius:28px;background:#fff;border:1px solid rgba(201,151,53,.35);box-shadow:0 20px 55px rgba(6,36,92,.08);display:flex;flex-direction:column;justify-content:center;}
.spices-copy h3{font-family:Cinzel,serif;color:#06245c;font-size:30px;line-height:1.15;margin:0 0 12px;}
.spices-copy p{line-height:1.8;margin:8px 0;}
.spices-meta{display:grid;gap:10px;margin:16px 0;}
.spices-meta span{padding:12px 14px;border-radius:14px;background:#f7f9fd;border:1px solid rgba(201,151,53,.32);font-weight:700;color:#06245c;}
.spices-table{height:100%;border:1px solid rgba(201,151,53,.35);}
.spices-table table{height:100%;}
.product-details .product-body .btn{align-self:center!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;}
.card-actions,.center-actions{justify-content:center!important;align-items:center!important;text-align:center!important;}
.card-actions .btn{text-align:center!important;}
@media(max-width:900px){.spices-details-wrap{grid-template-columns:1fr}.spices-copy{text-align:center}.spices-meta span{text-align:center}}
