 :root{
  --green:#248b20;
  --deep:#004b2e;
  --dark:#072c3b;
  --pale:#f1faef;
  --line:#dcead8;
  --cream:#fbfdf8;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--dark);background:#fff;overflow-x:hidden}
h1,h2,h3{font-family:"DM Serif Display",Georgia,serif}
h2{font-size:clamp(30px,3vw,43px);line-height:1.04;margin:.35rem 0 1rem}
p{line-height:1.55}
.top-strip{background:#00512e;color:#fff;font-size:11px;min-height:26px;display:flex;align-items:center}
.top-items{display:flex;align-items:center;justify-content:space-between;gap:18px;white-space:nowrap}
.top-items i{margin-right:5px;color:#e7f5c8}
.socials{display:flex;gap:11px}
.main-nav{background:rgba(255,255,255,.97);box-shadow:0 4px 16px rgba(0,40,20,.08);min-height:65px;z-index:1000}
.brand{display:flex;align-items:center;gap:10px;color:#092e2a!important;font-weight:800}
.brand-mark{width:52px;height:52px;border:2px solid var(--green);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--green);font-weight:800;font-size:12px;line-height:.9;position:relative;background:#fff}
.brand-mark:after{content:"";position:absolute;inset:5px;border:1px solid #b9dfab;border-radius:50%}
.brand-mark small{font-size:8px;font-weight:600}
.brand-name{font-size:20px;line-height:1}
.brand-name small{display:block;font-size:11px;letter-spacing:.3px;margin-top:4px}
.nav-link{font-size:13px;font-weight:700;color:#132d39!important;padding:22px 4px!important}
.nav-link.active,.nav-link:hover{color:var(--green)!important}
.nav-link.active{border-bottom:2px solid var(--green)}
.btn{border-radius:9px;font-weight:700;font-size:12px;padding:11px 19px}
.btn-green{background:#2e991c;color:#fff;border:1px solid #2e991c;box-shadow:0 8px 20px rgba(38,135,28,.16)}
.btn-green:hover{background:#217714;color:#fff;border-color:#217714}
.btn-outline-green{border:1px solid #55a647;color:#163c38;background:#fff}
.btn-outline-green:hover{background:#eff9ed;color:#1b6717}
.nav-cta{margin-left:auto;padding:11px 18px}
.hero{position:relative;min-height:440px;overflow:hidden;background:linear-gradient(90deg,#eaf8f7 0,#f8fff7 53%,#e7f5dd 100%)}
.hero-bg{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(241,252,248,.88),rgba(241,252,248,.25)),url("assets/hero-products.jpg");background-size:cover;background-position:center right;opacity:.95}
.min-vh-50{min-height:440px}
.hero-copy{position:relative;z-index:2;padding:35px 0}
.hero h1{font-size:clamp(43px,4.5vw,61px);line-height:1.03;margin:0;color:#0c2d3c}
.hero h1 span{color:#278d1d}
.hero p{font-size:15px;margin:12px 0;color:#173b46}
.hero-image-wrap{height:440px;display:flex;align-items:center;justify-content:flex-end}
.hero-product-img{width:100%;height:100%;object-fit:cover;object-position:left center;mix-blend-mode:multiply;opacity:.95}
.hero-badges{display:flex;gap:25px;margin-top:22px;flex-wrap:wrap}
.hero-badges span{font-size:11px;font-weight:600;display:flex;align-items:center;gap:6px}
.hero-badges i{font-size:18px;color:var(--green)}
.section{padding:55px 0}
.about-section{background:#fff}
.about-image{border-radius:12px;overflow:hidden;box-shadow:0 12px 30px rgba(15,65,40,.10);height:285px}
.about-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.eyebrow{color:var(--green);font-size:11px;font-weight:800;letter-spacing:.2px;margin-bottom:5px}
.lead-copy{font-size:13px;max-width:620px;color:#334e58}
.info-card{height:140px;background:#fff;border-radius:10px;padding:16px 10px;text-align:center;box-shadow:0 5px 20px rgba(0,50,30,.09);border:1px solid #eef5ec;transition:.3s}
.info-card:hover,.product-card:hover,.lower-card:hover{transform:translateY(-5px)}
.info-card i{font-size:31px;color:var(--green)}
.info-card h3{font-size:18px;line-height:1.05;margin:2px 0 7px}
.info-card p{font-size:9px;margin:0;color:#56676d}
.products-section{background:linear-gradient(#f7fcf4,#eff9eb)}
.section-heading{margin-bottom:25px}
.section-heading h2{margin-top:3px}
.product-card{height:192px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 6px 18px rgba(20,80,35,.09);border:1px solid #e5eee2;transition:.3s}
.product-card img{width:100%;height:88px;object-fit:cover}
.product-card h3{font-size:14px;line-height:1.05;text-align:center;margin:8px 4px 5px}
.product-card p{font-size:8.5px;text-align:center;line-height:1.35;margin:0 7px 5px;color:#5e696c}
.product-card a{display:block;text-align:center;color:#2a8d1f;text-decoration:none;font-size:8px;font-weight:800}
.why-section{background:#f4faef;padding-top:38px;padding-bottom:40px}
.why-item{text-align:center;min-height:145px;padding:6px 18px;border-right:1px solid #d9e8d5}
.why-item:last-child{border-right:0}
.why-item i{width:52px;height:52px;border-radius:50%;border:2px solid #cdeac3;display:inline-flex;align-items:center;justify-content:center;color:var(--green);font-size:25px;background:#fff}
.why-item h3{font-size:16px;line-height:1.05;margin:7px 0 6px}
.why-item p{font-size:9px;color:#687276;margin:0}
.process-section{background:#fff}
.process-line{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;position:relative;margin-top:15px}
.process-line:before{content:"";position:absolute;top:38px;left:8%;right:8%;border-top:2px dashed #267c34;z-index:0}
.process-step{display:flex;gap:12px;position:relative;z-index:1;background:#fff}
.process-icon{width:55px;height:55px;min-width:55px;border-radius:50%;background:#00512e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px}
.process-step b{font-size:12px}
.process-step h3{font-family:Inter,Arial,sans-serif;font-size:12px;font-weight:800;margin:0 0 4px}
.process-step p{font-size:9px;margin:0;color:#617078;line-height:1.4}
.lower-section{padding-top:10px;padding-bottom:30px}
.lower-card{height:180px;border:1px solid #e6eee3;border-radius:10px;background:#fff;box-shadow:0 5px 17px rgba(0,50,20,.06);padding:16px;transition:.3s}
.lower-card h2{font-size:19px;margin:4px 0 7px}
.lower-card p{font-size:10px;margin:0 0 9px}
.pills{display:flex;gap:6px;flex-wrap:wrap}
.pills span{font-size:8px;border:1px solid #dce5dc;border-radius:20px;padding:4px 8px;background:#fff}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:8px}
.gallery-grid img{width:100%;height:54px;object-fit:cover;border-radius:5px}
.contact-card ul{padding:0;margin:8px 0 0;list-style:none}
.contact-card li{font-size:9px;margin:6px 0;display:flex;gap:9px;align-items:flex-start}
.contact-card li i{color:var(--green);font-size:14px}
.cta{position:relative;overflow:hidden;color:#092f3d;padding:20px 0;background:#e9f5f6}
.cta-bg{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(236,248,248,.88),rgba(236,248,248,.68)),url("assets/hero-products.jpg");background-size:cover;background-position:center}
.cta h2{font-size:28px;margin:0 0 2px}
.cta p{font-size:10px;max-width:560px;margin:0}
footer{background:#003c27;color:#fff;padding:30px 0 0}
footer a,footer p{display:block;color:#d7e8df;text-decoration:none;font-size:10px;line-height:1.8;margin:0}
footer h3{font-family:Inter,Arial,sans-serif;font-size:12px;font-weight:800;margin:4px 0 8px}
.footer-brand{display:flex;align-items:center;gap:9px;margin-bottom:10px}
.footer-brand .brand-mark{width:45px;height:45px;background:transparent;color:#d9f36e;border-color:#d9f36e}
.footer-brand b{display:block;font-size:14px}
.footer-brand small{display:block;font-size:9px;color:#d7e8df}
.footer-bottom{margin-top:25px;padding:12px 0;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;gap:10px;font-size:9px;color:#cce2d8;position:relative}
.footer-social{position:absolute;right:0;display:flex;gap:10px}
.back-top{position:fixed;right:20px;bottom:20px;width:40px;height:40px;border:0;border-radius:50%;background:#4fae1c;color:#fff;z-index:100;display:none;box-shadow:0 5px 15px rgba(0,0,0,.18)}
.back-top.show{display:block}
.dropdown-menu{border-radius:10px}
@media(max-width:991px){
  .top-strip{display:none}
  .main-nav{min-height:70px}
  .navbar-collapse{padding:12px 0 16px}
  .nav-link{padding:9px 0!important}
  .nav-link.active{border-bottom:0}
  .nav-cta{display:inline-block;margin-top:8px}
  .hero{min-height:auto}
  .hero-image-wrap{height:300px}
  .hero-product-img{object-position:center}
  .hero-copy{padding-top:55px}
  .process-line{grid-template-columns:repeat(2,1fr)}
  .process-line:before{display:none}
  .why-item{border-bottom:1px solid #d9e8d5}
}
@media(max-width:575px){
  .section{padding:42px 0}
  .hero h1{font-size:41px}
  .hero p{font-size:13px}
  .hero-image-wrap{height:235px}
  .hero-badges{gap:12px}
  .hero-badges span{font-size:9px}
  .about-image{height:250px}
  .product-card{height:195px}
  .why-item{padding:10px 9px;min-height:155px}
  .process-line{grid-template-columns:1fr}
  .lower-card{height:auto;min-height:180px}
  .cta{text-align:center}
  .cta .btn{margin-top:12px}
  .footer-bottom{justify-content:flex-start;padding-right:0}
  .footer-social{position:static;margin-left:auto}
}


/* ===== Image & layout polish ===== */
img{display:block;max-width:100%}
.hero{
  min-height:560px;
  background:
    radial-gradient(circle at 80% 25%, rgba(139,205,82,.18), transparent 30%),
    linear-gradient(120deg,#edf9f3 0%,#f9fff7 52%,#e8f4df 100%);
}
.hero-bg{
  background-image:
    linear-gradient(90deg,rgba(239,251,246,.98) 0%,rgba(239,251,246,.82) 42%,rgba(239,251,246,.18) 100%),
    url("assets/hero-products.jpg");
  background-size:cover;
  background-position:center;
  opacity:.34;
  filter:saturate(1.08);
}
.min-vh-50{min-height:560px}
.hero-copy{padding:55px 0}
.hero h1{max-width:680px;text-wrap:balance}
.hero p{font-size:16px;max-width:560px}
.hero-image-wrap{height:480px;padding:25px 0 25px 35px}
.hero-product-img{
  height:100%;
  width:100%;
  object-fit:cover;
  object-position:center;
  border-radius:28px;
  box-shadow:0 24px 60px rgba(20,75,38,.18);
  border:8px solid rgba(255,255,255,.72);
  mix-blend-mode:normal;
  opacity:1;
}
.about-image{height:390px;border-radius:22px}
.about-image img{object-position:center}
.product-card{
  height:auto;
  min-height:300px;
  border-radius:16px;
  padding-bottom:15px;
  display:flex;
  flex-direction:column;
}
.product-card img{
  height:155px;
  object-fit:cover;
  object-position:center;
  background:#f2f6ef;
}
.product-card h3{font-size:18px;margin:14px 8px 7px}
.product-card p{font-size:11px;min-height:30px;margin:0 12px 10px}
.product-card a{font-size:10px;margin-top:auto}
.products-section .row{align-items:stretch}
.info-card{height:175px;border-radius:14px;padding:18px 12px}
.info-card p{font-size:10px}
.gallery-card{height:auto;min-height:250px}
.gallery-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}
.gallery-grid img{
  height:72px;
  object-fit:cover;
  object-position:center;
  border-radius:9px;
  box-shadow:0 4px 12px rgba(0,0,0,.08)
}
.lower-card{height:auto;min-height:205px;border-radius:16px;padding:20px}
.cta{
  padding:55px 0;
  background:
    radial-gradient(circle at 10% 50%,rgba(80,174,28,.12),transparent 30%),
    linear-gradient(135deg,#edf8f3,#f5fbe9);
}
.cta h2{font-size:34px}
.cta p{font-size:12px}
.process-step{padding:8px;border-radius:14px;transition:.3s}
.process-step:hover{box-shadow:0 12px 28px rgba(0,70,35,.08);transform:translateY(-3px)}
@media(max-width:991px){
  .hero{min-height:auto}
  .min-vh-50{min-height:auto}
  .hero-copy{padding:55px 0 25px}
  .hero-image-wrap{height:360px;padding:10px 0 40px}
  .hero-product-img{border-radius:22px}
  .about-image{height:340px}
  .product-card{min-height:285px}
}
@media(max-width:575px){
  .hero h1{font-size:39px}
  .hero p{font-size:14px}
  .hero-image-wrap{height:250px;padding:0 0 20px}
  .hero-product-img{border-width:5px;border-radius:18px}
  .about-image{height:260px}
  .product-card{min-height:260px;border-radius:13px}
  .product-card img{height:125px}
  .product-card h3{font-size:15px}
  .product-card p{font-size:9px}
  .gallery-grid img{height:65px}
}

/* ===== Typography + reference-card refinement ===== */
body{font-size:15px}
.top-strip{font-size:12px}
.brand-name{font-size:22px}
.brand-name small{font-size:12px}
.nav-link{font-size:14px!important}
.btn{font-size:14px;padding:11px 20px}
.hero p{font-size:17px;line-height:1.6}
.hero-badges span{font-size:12px}
.eyebrow{font-size:12px;letter-spacing:.35px}
.lead-copy{font-size:15px;line-height:1.65}
.info-card h3{font-size:20px}
.info-card p{font-size:11px;line-height:1.45}
.product-card h3{font-size:19px}
.product-card p{font-size:12px;line-height:1.45}
.product-card a{font-size:11px}
.why-item h3{font-size:18px}
.why-item p{font-size:11px;line-height:1.45}
.process-step b{font-size:13px}
.process-step h3{font-size:14px}
.process-step p{font-size:11px;line-height:1.5}
.lower-section{padding-top:18px;padding-bottom:40px}
.lower-card{min-height:205px;padding:20px 22px;border-radius:14px}
.lower-card h2{font-size:22px;line-height:1.08;margin:5px 0 9px}
.lower-card p{font-size:12px;line-height:1.5;margin-bottom:12px}
.pills{gap:7px}
.pills span{font-size:10px;padding:5px 10px}
.gallery-grid{gap:8px;margin-top:12px}
.gallery-grid img{height:67px;border-radius:8px}
.contact-card ul{margin-top:9px}
.contact-card li{font-size:11px;line-height:1.35;margin:7px 0;gap:10px}
.contact-card li i{font-size:16px;min-width:16px}
.cta h2{font-size:36px}
.cta p{font-size:13px;line-height:1.55}
footer a,footer p{font-size:12px;line-height:1.8}
footer h3{font-size:14px}
.footer-brand b{font-size:16px}
.footer-brand small{font-size:10px}
.footer-bottom{font-size:11px}

/* Match the supplied three-card reference more closely */
.lower-card{position:relative;overflow:hidden}
.reach-card{background:linear-gradient(90deg,rgba(255,255,255,.98) 0 55%,rgba(255,255,255,.88) 100%)}
.reach-card:after{content:"";position:absolute;right:-8px;top:18px;width:52%;height:82%;opacity:.22;background:
 radial-gradient(ellipse at 25% 32%,#65b93e 0 8%,transparent 9%),
 radial-gradient(ellipse at 58% 22%,#65b93e 0 9%,transparent 10%),
 radial-gradient(ellipse at 73% 57%,#65b93e 0 11%,transparent 12%),
 radial-gradient(ellipse at 38% 72%,#65b93e 0 8%,transparent 9%);
 filter:blur(.2px);pointer-events:none}
.reach-card > *{position:relative;z-index:1}
.gallery-card{min-height:205px}
.contact-card{background:linear-gradient(135deg,#fff 0%,#fff 78%,#f5faee 100%)}
.contact-card:after{content:"";position:absolute;right:-5px;bottom:-10px;width:58px;height:58px;border-radius:60% 10% 60% 10%;background:radial-gradient(circle at 65% 35%,#6eaf2d 0 5%,transparent 6%),radial-gradient(circle at 35% 65%,#4f9e28 0 7%,transparent 8%);opacity:.65;transform:rotate(-25deg)}
.contact-card > *{position:relative;z-index:1}

@media(max-width:991px){
  .nav-link{font-size:15px!important}
  .lower-card{min-height:215px}
}
@media(max-width:575px){
  body{font-size:14px}
  .hero p{font-size:15px}
  .hero-badges span{font-size:11px}
  .lead-copy{font-size:14px}
  .product-card h3{font-size:17px}
  .product-card p{font-size:11px}
  .why-item h3{font-size:16px}
  .why-item p{font-size:10px}
  .process-step h3{font-size:13px}
  .process-step p{font-size:10px}
  .lower-card{min-height:210px;padding:18px}
  .lower-card h2{font-size:20px}
  .lower-card p{font-size:11px}
  .contact-card li{font-size:10px}
  .cta h2{font-size:29px}
  .cta p{font-size:12px}
  footer a,footer p{font-size:11px}
}


/* ===== Enhanced readability & card sizing ===== */
body{font-size:16px}
p{font-size:16px}
.nav-link{font-size:15px!important}
.btn{font-size:14px;padding:12px 22px}
.top-strip{font-size:13px}
.top-items i{font-size:15px}
.brand-mark{width:60px;height:60px;font-size:14px}
.brand-mark small{font-size:9px}
.brand-name{font-size:23px}
.brand-name small{font-size:12px}
.hero p{font-size:17px}
.hero-badges span{font-size:13px}
.eyebrow{font-size:13px}
.lead-copy{font-size:16px}
.info-card{
  height:175px;
  padding:24px 18px;
  border-radius:14px;
}
.info-card i{font-size:42px}
.info-card h3{font-size:21px;margin:7px 0 9px}
.info-card p{font-size:13px}
.product-card{
  height:245px;
  border-radius:14px;
}
.product-card img{height:120px}
.product-card h3{font-size:17px;margin:12px 6px 7px}
.product-card p{font-size:12px;margin:0 10px 7px}
.product-card a{font-size:12px}
.why-item i{font-size:42px!important}
.why-item h3{font-size:20px!important}
.why-item p{font-size:14px!important}
.gallery-grid img{height:100px;border-radius:9px}
.contact-card li{font-size:13px}
.contact-card li i{font-size:18px}
.cta h2{font-size:34px}
.cta p{font-size:15px}
footer a,footer p{font-size:13px}
footer h3{font-size:16px}
.footer-bottom{font-size:13px}
.footer-social i{font-size:20px}

/* Larger icons throughout */
i.bi{vertical-align:-.08em}
.top-strip .socials i{font-size:17px}
.navbar-toggler-icon{width:1.7em;height:1.7em}
.back-top i{font-size:20px}

/* Keep cards comfortable on smaller screens */
@media (max-width: 991.98px){
  .info-card{height:165px}
  .product-card{height:235px}
  .hero h1{font-size:clamp(40px,7vw,56px)}
}
@media (max-width: 575.98px){
  .top-items{overflow:hidden}
  .brand-mark{width:52px;height:52px}
  .brand-name{font-size:19px}
  .brand-name small{font-size:10px}
  .info-card{height:170px;padding:20px 12px}
  .info-card i{font-size:38px}
  .info-card h3{font-size:19px}
  .info-card p{font-size:12px}
  .product-card{height:225px}
  .product-card img{height:105px}
  .product-card h3{font-size:16px}
  .product-card p{font-size:11px}
  .gallery-grid img{height:85px}
  .cta h2{font-size:28px}
}

/* =========================================================
   FIXES: info-card overflow, product-card spacing/animation,
   clickable links, hero accent image, border removal
   ========================================================= */

/* --- Fix 1: info-card text was overflowing the card because
   the card had a fixed height while its content (icon + 2-line
   heading + description) needed more room. Let the card grow
   to fit its content instead of clipping/overflowing it. --- */
.info-card{
  height:auto;
  min-height:175px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
@media (max-width:991.98px){
  .info-card{min-height:165px;height:auto}
}
@media (max-width:575.98px){
  .info-card{min-height:170px;height:auto}
}

/* --- Fix 2: product-card had a tall fixed/min height that left a
   big empty gap between the description and the "View Product"
   link. Size the card to its content, tighten the gap, and bump
   the type scale up a notch. --- */
.product-card{
  height:auto;
  min-height:0;
  overflow:hidden;
}
.product-card h3{font-size:19px;margin:14px 8px 6px}
.product-card p{font-size:13px;min-height:0;margin:0 12px 12px;line-height:1.5}
.product-card a{font-size:13px;margin-top:2px;padding-bottom:16px}
@media (max-width:991.98px){
  .product-card{min-height:0}
}
@media (max-width:575.98px){
  .product-card{min-height:0}
  .product-card h3{font-size:17px}
  .product-card p{font-size:12px}
}

/* --- Sliding hover animation for product cards: image glides/zooms,
   the card lifts, and the "View Product" arrow slides across. --- */
.product-card{
  transition:transform .4s cubic-bezier(.22,.68,0,1.71), box-shadow .4s ease;
}
.product-card img{
  transition:transform .55s cubic-bezier(.22,.68,0,1.71);
}
.product-card:hover{
  transform:translateY(-10px);
  box-shadow:0 20px 34px rgba(20,80,35,.18);
}
.product-card:hover img{
  transform:scale(1.1) translateX(3px);
}
.product-card a{
  display:flex!important;
  align-items:center;
  justify-content:center;
  gap:4px;
}
.product-card a i{
  transition:transform .35s ease;
}
.product-card a:hover i{
  transform:translateX(6px);
}

/* --- Clickable contact links: make text look like normal card/footer
   text but respond on hover, instead of looking like a stray link --- */
.top-items a{color:inherit;text-decoration:none;display:inline-flex;align-items:center;transition:.25s}
.top-items a:hover{color:#d9f36e}
.socials a{color:inherit;display:inline-flex}
.socials a:hover{color:#d9f36e}
.contact-card li a{color:inherit;text-decoration:none;transition:.25s}
.contact-card li a:hover{color:var(--green)}
footer a{transition:.25s}
footer a:hover{color:#fff}
.footer-social a{color:#d7e8df;display:inline-flex}
.footer-social a:hover{color:#d9f36e}

/* --- Hero: add the 4th supporting image as a floating accent card
   over the main hero image, and drop the heavy white border on the
   main hero image so it sits flush. --- */
.hero-product-img{
  border:0;
}
.hero-image-wrap{
  position:relative;
}
.hero-accent-img{
  position:absolute;
  left:0;
  bottom:-25px;
  width:46%;
  max-width:230px;
  height:auto;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:20px;
  box-shadow:0 18px 40px rgba(15,50,30,.28);
  border:5px solid #fff;
  z-index:3;
}
@media (max-width:991.98px){
  .hero-accent-img{width:38%;max-width:170px;bottom:-15px}
}
@media (max-width:575.98px){
  .hero-accent-img{width:34%;max-width:135px;bottom:-10px;border-width:3px;border-radius:14px}
}

/* =========================================================
   UPDATE: bigger type/icons in "Our Export Process", a fully
   responsive top strip (so email/phone stay visible & tappable
   on every screen instead of disappearing on mobile), and a
   wider responsive pass across breakpoints.
   ========================================================= */

/* --- Our Export Process: larger icons & text --- */
.process-icon{
  width:72px;
  height:72px;
  min-width:72px;
  font-size:32px;
}
.process-step b{font-size:17px;color:var(--green)}
.process-step h3{font-size:19px;margin:2px 0 6px}
.process-step p{font-size:14px;line-height:1.55}
.process-step{gap:16px}

/* --- Top strip: keep it visible (and clickable) on every screen
   instead of hiding it on tablets/phones. It wraps and centers
   instead of overflowing. --- */
.top-strip{display:flex!important;min-height:auto;padding:7px 0}
.top-items{
  flex-wrap:wrap;
  justify-content:center;
  row-gap:6px;
  column-gap:16px;
  white-space:normal;
  text-align:center;
}
.top-items a,.top-items > span{display:inline-flex;align-items:center;gap:5px}

@media (max-width:991.98px){
  .main-nav{min-height:70px}
}
@media (max-width:767.98px){
  .top-items{column-gap:12px;font-size:11px}
  .top-items span:not(.socials){display:none}
}
@media (max-width:575.98px){
  .top-items{column-gap:10px;font-size:10.5px}
  .socials{gap:9px}
}
@media (max-width:400px){
  .top-items a{font-size:10px}
}

/* =========================================================
   Fuller responsive pass
   ========================================================= */
@media (max-width:1199.98px){
  .why-item{padding:6px 10px}
}
@media (max-width:991.98px){
  .hero-copy{text-align:left}
  .hero h1{font-size:clamp(34px,6vw,48px)}
  .about-image{height:300px}
  .gallery-grid{grid-template-columns:repeat(3,1fr)}
  .process-icon{width:60px;height:60px;min-width:60px;font-size:27px}
  .process-step h3{font-size:17px}
  .process-step p{font-size:13px}
}
@media (max-width:767.98px){
  .hero{text-align:center}
  .hero-copy{padding-top:40px;text-align:center}
  .hero .d-flex{justify-content:center}
  .hero-badges{justify-content:center}
  .hero-image-wrap{justify-content:center;margin-top:10px}
  .info-card{min-height:0}
  .why-item{border-right:0!important;border-bottom:1px solid #d9e8d5;padding:16px 10px}
  .lower-card{padding:20px 18px}
  .contact-card li{font-size:12px}
  footer .row{text-align:center}
  .footer-brand{justify-content:center}
  footer a,footer p{display:inline-block}
  .footer-bottom{flex-direction:column;gap:6px}
  .footer-social{position:static;justify-content:center;margin:4px 0 0}
}
@media (max-width:575.98px){
  .navbar-brand.brand{gap:8px}
  .brand-name{font-size:17px}
  .hero h1{font-size:32px}
  .hero p{font-size:14px;margin-left:auto;margin-right:auto}
  .hero-image-wrap{height:220px}
  .hero-accent-img{display:none}
  .about-image{height:220px}
  .info-card i{font-size:34px}
  .info-card h3{font-size:17px}
  .product-card img{height:110px}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-grid img{height:auto;aspect-ratio:1/1}
  .process-icon{width:52px;height:52px;min-width:52px;font-size:22px}
  .process-step{gap:12px}
  .process-step h3{font-size:15px}
  .process-step p{font-size:12px}
  .lower-card h2{font-size:19px}
  .cta h2{font-size:24px}
  .cta .col-lg-4{margin-top:14px}
}
@media (max-width:380px){
  .top-items a,.top-items .socials{font-size:9.5px}
  .brand-name{font-size:15px}
  .brand-name small{font-size:9px}
  .btn{padding:9px 14px;font-size:12px}
}

/* =========================================================
   UPDATE: larger type across the site + extra motion/animation
   ========================================================= */
body{font-size:17px}
p{font-size:17px}
.nav-link{font-size:16px!important}
.btn{font-size:15px;padding:12px 23px}
.hero p{font-size:18px}
.hero-badges span{font-size:13.5px}
.eyebrow{font-size:13.5px}
.lead-copy{font-size:17px}
.info-card i{font-size:44px}
.info-card h3{font-size:23px}
.info-card p{font-size:14px}
.product-card h3{font-size:20px}
.product-card p{font-size:14px}
.product-card a{font-size:14px}
.why-item i{font-size:44px!important}
.why-item h3{font-size:21px!important}
.why-item p{font-size:15px!important}
.process-step b{font-size:18px}
.process-step h3{font-size:20px}
.process-step p{font-size:15px}
.process-icon{width:78px;height:78px;min-width:78px;font-size:34px}
.lower-card h2{font-size:23px}
.lower-card p{font-size:13px}
.pills span{font-size:11px}
.contact-card li{font-size:14px}
.contact-card li i{font-size:19px}
.cta h2{font-size:36px}
.cta p{font-size:16px}
footer a,footer p{font-size:14px}
footer h3{font-size:17px}
.footer-bottom{font-size:12px}

@media (max-width:991.98px){
  .process-icon{width:64px;height:64px;min-width:64px;font-size:28px}
  .process-step h3{font-size:18px}
  .process-step p{font-size:14px}
}
@media (max-width:575.98px){
  body{font-size:15px}
  p{font-size:15px}
  .hero p{font-size:16px}
  .lead-copy{font-size:15px}
  .info-card h3{font-size:18px}
  .info-card p{font-size:13px}
  .product-card h3{font-size:17px}
  .product-card p{font-size:13px}
  .why-item h3{font-size:17px!important}
  .why-item p{font-size:12px!important}
  .process-step h3{font-size:16px}
  .process-step p{font-size:13px}
  .lower-card h2{font-size:20px}
  .cta h2{font-size:26px}
  .cta p{font-size:14px}
  footer a,footer p{font-size:13px}
}

/* --- Extra animation & motion throughout the page --- */

/* Nav links: sliding underline on hover */
.nav-link{position:relative}
.nav-link:not(.dropdown-toggle):after{
  content:"";
  position:absolute;
  left:4px;right:4px;bottom:14px;
  height:2px;
  background:var(--green);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .35s ease;
}
.nav-link:not(.dropdown-toggle):hover:after{transform:scaleX(1)}

/* Buttons: lift + scale on hover */
.btn{transition:transform .3s ease, box-shadow .3s ease, background .3s ease}
.btn-green:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 14px 26px rgba(38,135,28,.28)}
.btn-outline-green:hover{transform:translateY(-3px) scale(1.03)}

/* Logo mark: gentle spin-in on hover */
.brand-mark{transition:transform .5s ease}
.navbar-brand:hover .brand-mark{transform:rotate(12deg) scale(1.06)}

/* Info cards: icon pops on hover */
.info-card i{transition:transform .4s cubic-bezier(.34,1.56,.64,1)}
.info-card:hover i{transform:scale(1.18) rotate(-6deg)}
.info-card{transition:transform .35s ease, box-shadow .35s ease}
.info-card:hover{box-shadow:0 18px 32px rgba(0,60,30,.16)}

/* Why-us items: icon fills in + lifts on hover */
.why-item i{transition:transform .4s cubic-bezier(.34,1.56,.64,1), background .35s ease, color .35s ease}
.why-item:hover i{transform:translateY(-4px) scale(1.08);background:var(--green);color:#fff;border-color:var(--green)}
.why-item{transition:transform .35s ease}
.why-item:hover{transform:translateY(-5px)}

/* Process steps: icon pulses on hover, already has lift */
.process-icon{transition:transform .4s cubic-bezier(.34,1.56,.64,1)}
.process-step:hover .process-icon{transform:scale(1.1) rotate(-4deg)}

/* Gallery images: zoom on hover */
.gallery-grid{overflow:hidden}
.gallery-grid img{transition:transform .5s ease}
.gallery-grid img:hover{transform:scale(1.08)}

/* Lower cards (reach/gallery/contact): deeper lift + shadow grow */
.lower-card{transition:transform .35s ease, box-shadow .35s ease}
.lower-card:hover{box-shadow:0 20px 36px rgba(0,60,30,.14)}

/* Pills: subtle hover pop */
.pills span{transition:transform .3s ease, background .3s ease, color .3s ease}
.pills span:hover{transform:translateY(-2px);background:var(--green);color:#fff;border-color:var(--green)}

/* Hero accent image: gentle continuous float */
@keyframes floatY{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-12px)}
}
.hero-accent-img{animation:floatY 4s ease-in-out infinite}

/* CTA button: soft attention pulse */
@keyframes ctaPulse{
  0%,100%{box-shadow:0 8px 20px rgba(38,135,28,.16)}
  50%{box-shadow:0 8px 28px rgba(38,135,28,.42)}
}
.cta .btn-green{animation:ctaPulse 2.4s ease-in-out infinite}

/* Back-to-top button: soft bob to catch the eye */
@keyframes bob{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-5px)}
}
.back-top.show{animation:bob 2.2s ease-in-out infinite}
.back-top{transition:transform .3s ease, background .3s ease}
.back-top:hover{background:#3a8f16;transform:scale(1.1)}

@media (prefers-reduced-motion: reduce){
  .hero-accent-img,.cta .btn-green,.back-top.show{animation:none}
}

/* =========================================================
   UPDATE: visible vertical separators between "Why Global
   Buyers Choose Us" items, and bigger type in the Global
   Reach card.
   ========================================================= */

/* --- Why-us: clear vertical divider lines between items --- */
.why-section .row{position:relative}
.why-item{
  border-right:0;
  position:relative;
}
.why-item:before{
  content:"";
  position:absolute;
  top:4px;
  bottom:4px;
  right:0;
  width:1px;
  background:#c2c9c6;
}
.why-item:last-child:before{display:none}

@media (max-width:767.98px){
  .why-item:before{display:none}
  .why-item{border-bottom:1px solid #c2c9c6}
  .why-item:last-child{border-bottom:0}
}

/* --- Global Reach / lower cards: bump the type up --- */
.eyebrow{font-size:14px}
.lower-card h2{font-size:27px;line-height:1.15}
.lower-card p{font-size:15px;line-height:1.55}
.pills span{font-size:12.5px;padding:6px 12px}

@media (max-width:575.98px){
  .lower-card h2{font-size:22px}
  .lower-card p{font-size:13.5px}
  .pills span{font-size:11.5px;padding:5px 10px}
}

/* =========================================================
   UPDATE: cap the container width so content doesn't stretch
   edge-to-edge with huge empty margins on very wide screens
   (Bootstrap's default container grows to 1320px+ on xxl).
   ========================================================= */
.container{max-width:1140px}
@media (min-width:1400px){
  .container{max-width:1140px}
}
