:root{
  --green:#0b6b3a;--dark:#123524;--gold:#f2b705;--light:#f7fbf5;--text:#29352e;--muted:#66736b;--white:#fff;
  --shadow:0 14px 35px rgba(18,53,36,.12);--radius:20px
}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.topbar{background:var(--dark);color:#fff;font-size:14px}.topbar .container{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;padding:8px 0}.navbar{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 3px 16px rgba(0,0,0,.06)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;padding:15px 0}.logo{display:flex;align-items:center;gap:12px;font-weight:800;color:var(--green);font-size:20px}.logo-mark{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,var(--green),#8bbf3d);display:grid;place-items:center;color:#fff;font-size:25px}.nav-links{display:flex;gap:24px;align-items:center}.nav-links a{font-weight:700;color:var(--dark)}.nav-links a:hover,.nav-links a.active{color:var(--green)}.menu-btn{display:none;background:var(--green);color:#fff;border:0;border-radius:10px;padding:10px 14px}.btn{display:inline-block;background:var(--green);color:#fff;padding:13px 22px;border-radius:30px;font-weight:700;border:2px solid var(--green)}.btn.alt{background:var(--gold);border-color:var(--gold);color:var(--dark)}.hero{position:relative;min-height:620px;overflow:hidden;color:#fff}.slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease;background-size:cover;background-position:center}.slide.active{opacity:1}.slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,53,36,.84),rgba(18,53,36,.42),rgba(18,53,36,.15))}.slide.s1{background-image:linear-gradient(135deg,#0b6b3a,#e85d04)}.slide.s2{background-image:linear-gradient(135deg,#123524,#f2b705)}.slide.s3{background-image:linear-gradient(135deg,#6a994e,#bc4749)}.hero-content{position:relative;z-index:2;padding:140px 0;max-width:720px}.tag{display:inline-block;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.35);padding:7px 14px;border-radius:20px;font-weight:700}.hero h1{font-size:clamp(38px,6vw,70px);line-height:1.05;margin:18px 0}.hero p{font-size:19px;margin-bottom:28px}.section{padding:78px 0}.section.light{background:var(--light)}.section-title{text-align:center;max-width:760px;margin:0 auto 42px}.section-title h2{font-size:clamp(30px,4vw,46px);color:var(--dark);margin:0 0 12px}.grid{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;padding:28px;border-radius:var(--radius);box-shadow:var(--shadow)}.card h3{color:var(--green);margin-top:0}.icon{width:58px;height:58px;border-radius:16px;background:#eaf5e9;display:grid;place-items:center;font-size:29px;margin-bottom:15px}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}.image-box{min-height:410px;border-radius:var(--radius);background:linear-gradient(135deg,#0b6b3a,#f2b705);box-shadow:var(--shadow);position:relative;overflow:hidden}.image-box:after{content:"Fresh Egyptian Produce";position:absolute;left:28px;bottom:28px;background:#fff;color:var(--green);padding:14px 20px;border-radius:30px;font-weight:800}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:25px}.stat{background:#fff;border-radius:18px;padding:20px;text-align:center;box-shadow:var(--shadow)}.stat strong{display:block;font-size:34px;color:var(--green)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:18px}.product{background:#fff;border-radius:18px;padding:20px;border:1px solid #e6eee8}.product b{color:var(--dark)}.season-table{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.season-table th{background:var(--green);color:#fff;text-align:left}.season-table th,.season-table td{padding:14px;border-bottom:1px solid #edf1ee}.season-table tr:hover td{background:#f7fbf5}.contact-box{display:grid;grid-template-columns:1fr 1fr;gap:28px}.contact-list{display:grid;gap:16px}.person{background:#fff;border-radius:18px;padding:20px;box-shadow:var(--shadow)}.person h3{margin:0;color:var(--green)}form{background:#fff;border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}input,textarea,select{width:100%;padding:13px 14px;margin:8px 0 15px;border:1px solid #d8e4dc;border-radius:12px;font:inherit}textarea{min-height:130px}button{cursor:pointer}.footer{background:var(--dark);color:#dbe8df;padding:45px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer h3{color:#fff}.copy{text-align:center;border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:20px}.page-hero{background:linear-gradient(135deg,rgba(11,107,58,.95),rgba(18,53,36,.88));color:#fff;padding:90px 0}.page-hero h1{font-size:48px;margin:0}.breadcrumb{opacity:.85}.highlight{background:#fff8da;border-left:5px solid var(--gold);padding:18px;border-radius:12px}.export-list li{margin-bottom:9px}.map{height:260px;border-radius:18px;background:linear-gradient(135deg,#eaf5e9,#fff8da);display:grid;place-items:center;color:var(--green);font-weight:800;text-align:center;padding:20px}
@media(max-width:850px){.nav-links{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;flex-direction:column;padding:20px;box-shadow:var(--shadow)}.nav-links.show{display:flex}.menu-btn{display:block}.grid-3,.grid-4,.split,.contact-box,.footer-grid{grid-template-columns:1fr}.hero{min-height:560px}.hero-content{padding:95px 0}.stats{grid-template-columns:1fr}.season-table{font-size:14px}.season-table th,.season-table td{padding:10px}.topbar .container{justify-content:center;text-align:center}.page-hero h1{font-size:36px}}

/* Homepage redesign inspired by the requested slider mockup */
.home-topbar{background:#087136;color:#fff}.topbar-wrap{padding:7px 0;align-items:center}.top-contact{font-weight:600}.home-navbar{position:sticky;background:#fff}.home-navbar .nav-wrap{padding:18px 0}.home-logo{font-size:16px;line-height:1;color:#0a6938;gap:10px}.home-logo strong{display:block;font-size:44px;letter-spacing:1px;font-family:Georgia,serif;line-height:.85}.home-logo small{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#324436}.logo-fruit{font-size:38px}.nav-cta{border-radius:4px;text-transform:uppercase;font-size:13px;padding:11px 18px}.new-hero{position:relative;min-height:560px;overflow:hidden;color:#fff;background:#123524}.new-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity .8s ease}.new-slide.active{opacity:1}.new-hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.48) 36%,rgba(0,0,0,.12) 100%)}.new-hero-content{position:relative;z-index:2;padding:82px 0 105px;max-width:1180px}.new-hero-content h1{font-size:clamp(38px,5vw,58px);line-height:1.12;margin:0 0 16px;font-weight:800}.new-hero-content h2{font-size:clamp(22px,2.7vw,32px);line-height:1.18;margin:0 0 22px;color:#9bef5a}.new-hero-content p{max-width:470px;font-size:18px;line-height:1.7;margin:0 0 28px}.slider-arrow{position:absolute;top:52%;z-index:3;width:52px;height:52px;border-radius:50%;border:2px solid #fff;background:rgba(0,0,0,.15);color:#fff;font-size:42px;line-height:44px;display:grid;place-items:center}.slider-arrow.prev{left:24px}.slider-arrow.next{right:24px}.slider-dots{position:absolute;z-index:3;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:12px}.slider-dots span{width:14px;height:14px;border-radius:50%;background:rgba(255,255,255,.65);border:1px solid rgba(0,0,0,.25)}.slider-dots span.active{background:#0b8c45;border-color:#fff}.home-panels{background:#fff;padding:40px 0 48px}.panel-grid{display:grid;grid-template-columns:1.1fr 1.08fr 1fr;gap:0}.panel{padding:6px 34px;border-right:1px solid #dfe8e2}.panel:first-child{padding-left:0}.panel:last-child{border-right:0;padding-right:0}.mini-title{display:inline-block;text-transform:uppercase;color:#006b36;font-weight:800;font-size:13px;margin-bottom:12px;position:relative}.mini-title:after{content:"";display:block;width:32px;height:2px;background:#006b36;margin-top:7px}.panel h2{margin:0 0 16px;color:#0d4d2b;font-size:28px;line-height:1.25}.panel p{font-size:15px;line-height:1.75}.btn.small{padding:10px 16px;border-radius:5px;font-size:13px;text-transform:uppercase;margin-top:8px}.btn.outline{background:#fff;color:#0b6b3a}.product-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:10px 0 18px}.produce-card{background:#fff;border:1px solid #edf1ee;border-radius:6px;min-height:94px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 8px 18px rgba(18,53,36,.05);transition:transform .2s ease}.produce-card:hover{transform:translateY(-3px)}.produce-card span{font-size:34px;line-height:1.15}.produce-card b{font-size:13px;font-weight:600;color:#1d2f25;margin-top:4px}.world-map{height:112px;border-radius:10px;background:radial-gradient(circle at center,#e9f3ec,#f9fbf9);color:#0c743d;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:800;margin:14px 0;font-size:42px}.world-map span{font-size:14px;color:#56705f}.feature-strip{background:#faf8f4;padding:38px 0}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.feature{display:flex;align-items:flex-start;gap:18px}.feature>span{width:58px;height:58px;flex:0 0 58px;border:2px solid #0b6b3a;border-radius:50%;display:grid;place-items:center;font-size:28px}.feature h3{font-size:16px;color:#0d4d2b;margin:0 0 4px}.feature p{font-size:14px;line-height:1.5;margin:0}.footer{margin-top:0}
@media(max-width:1000px){.nav-cta{display:none}.home-logo strong{font-size:34px}.panel-grid,.feature-grid{grid-template-columns:1fr 1fr}.panel{border-right:0;border-bottom:1px solid #dfe8e2;padding:28px 0}.product-card-grid{grid-template-columns:repeat(2,1fr)}.new-hero{min-height:520px}.slider-arrow{display:none}}
@media(max-width:640px){.home-logo strong{font-size:30px}.logo-fruit{font-size:30px}.new-hero-content{padding:70px 0 90px}.new-hero:before{background:linear-gradient(90deg,rgba(0,0,0,.83),rgba(0,0,0,.55))}.panel-grid,.feature-grid{grid-template-columns:1fr}.panel{padding:26px 0}.product-card-grid{grid-template-columns:repeat(2,1fr)}.top-contact{display:none}.new-hero-content p{font-size:16px}.slider-dots{bottom:16px}.feature{background:#fff;border-radius:16px;padding:16px;box-shadow:0 8px 22px rgba(18,53,36,.07)}}

/* Slider proportion + responsive image correction */
.new-hero{
  height:clamp(460px,42vw,620px);
  min-height:0;
  max-height:620px;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:#123524;
  margin:0;
}
.new-slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  opacity:0;
  transition:opacity .8s ease;
  z-index:0;
}
.new-slide.active{opacity:1;}
.new-hero::before{
  content:"";
  position:absolute;
  inset:0;
  height:100%;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(0,0,0,.74) 0%,rgba(0,0,0,.50) 34%,rgba(0,0,0,.12) 72%,rgba(0,0,0,.04) 100%);
}
.new-hero::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:90px;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.28));
}
.new-hero-content{
  position:relative;
  z-index:2;
  min-height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:48px 0 76px;
}
.slider-arrow,.slider-dots{z-index:4;}
.home-panels{position:relative;z-index:2;margin-top:0;clear:both;}

@media(max-width:1000px){
  .new-hero{height:clamp(430px,56vw,560px);max-height:none;}
  .new-slide{background-position:center center;}
  .new-hero-content{padding:44px 0 72px;}
}
@media(max-width:640px){
  .new-hero{height:590px;}
  .new-slide{background-image:url('../images/hero-slider-egypt-produce-mobile.jpg') !important;background-position:center top;}
  .new-hero::before{background:linear-gradient(90deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.62) 58%,rgba(0,0,0,.25) 100%);}
  .new-hero-content{justify-content:flex-end;padding:54px 0 80px;}
  .new-hero-content h1{font-size:36px;}
  .new-hero-content h2{font-size:22px;}
}
@media(max-width:420px){
  .new-hero{height:560px;}
  .new-hero-content h1{font-size:32px;}
  .new-hero-content p{font-size:15px;line-height:1.6;}
}

/* Final consistent header, clean slider images, responsive product photo slider and export map */
.home-navbar{z-index:50}.home-navbar .nav-links a.active{color:#0b6b3a;border-bottom:2px solid #0b6b3a;padding-bottom:9px}.home-logo{min-width:210px}.new-hero{height:clamp(480px,42vw,640px);max-height:640px;overflow:hidden}.new-slide{background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important}.new-hero::before{height:100%;background:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.48) 34%,rgba(0,0,0,.10) 72%,rgba(0,0,0,.03) 100%)}.new-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:70px;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.22))}.slider-dots span{cursor:pointer}.product-slider{position:relative;margin:10px 0 18px}.product-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:5px 2px 10px}.product-track::-webkit-scrollbar{display:none}.produce-card.photo{min-width:135px;height:132px;scroll-snap-align:start;display:flex;justify-content:flex-start;padding:0;overflow:hidden}.produce-card.photo img{width:100%;height:92px;object-fit:cover;background:#fff}.produce-card.photo b{padding:8px 6px;font-size:13px}.product-arrow{position:absolute;top:42%;transform:translateY(-50%);z-index:4;width:30px;height:30px;border-radius:50%;border:0;background:#0b6b3a;color:#fff;font-size:25px;line-height:1;box-shadow:0 4px 12px rgba(0,0,0,.15)}.product-prev{left:-10px}.product-next{right:-10px}.export-map-img{width:100%;max-width:390px;margin:14px auto 18px;border-radius:14px;box-shadow:0 10px 24px rgba(18,53,36,.10)}.image-box{background:url('../images/hero-clean-1.jpg') center/cover no-repeat}.image-box:after{content:"Fresh Egyptian Produce"}.world-map{display:none}@media(max-width:1000px){.home-logo{min-width:185px}.new-hero{height:560px}.panel-grid{grid-template-columns:1fr}.panel{padding:26px 0!important;border-right:0;border-bottom:1px solid #dfe8e2}.export-map-img{max-width:520px}.new-slide{background-position:center center!important}}@media(max-width:640px){.home-logo{min-width:auto}.new-hero{height:590px}.new-slide{background-image:url('../images/hero-clean-mobile.jpg')!important;background-position:center top!important}.new-hero-content{justify-content:flex-end;padding-bottom:84px}.slider-dots{bottom:18px}.product-arrow{display:none}.produce-card.photo{min-width:46%;height:140px}.produce-card.photo img{height:98px}.home-navbar .nav-links a.active{padding-bottom:0;border-bottom:0}}


/* Requested final fixes: no second slider, no hero dots, centered product block, no horizontal overflow */
html,body{max-width:100%;overflow-x:hidden;}
.new-hero{width:100%;}
.new-slide{background-position:right center!important;}
.slider-dots{display:none!important;}
.slider-arrow{cursor:pointer;background:rgba(0,0,0,.28);transition:.2s ease;}
.slider-arrow:hover{background:#0b6b3a;border-color:#0b6b3a;}
.home-panels .panel-grid{grid-template-columns:.85fr 1.45fr .85fr;align-items:start;width:min(1180px,92%);max-width:1180px;overflow:hidden;}
.products-panel{text-align:center;}
.products-panel .mini-title:after{margin-left:auto;margin-right:auto;}
.home-product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:10px auto 18px;max-width:610px;}
.home-product-grid .produce-card.photo{min-width:0!important;width:100%;height:128px;padding:0;overflow:hidden;}
.home-product-grid .produce-card.photo img{width:100%;height:88px;object-fit:cover;}
.home-product-grid .produce-card.photo b{padding:7px 4px;font-size:12px;line-height:1.2;}
.product-slider,.product-track,.product-arrow{display:none!important;}
@media(max-width:1100px){
  .home-panels .panel-grid{grid-template-columns:1fr;}
  .home-product-grid{max-width:760px;grid-template-columns:repeat(4,minmax(0,1fr));}
}
@media(max-width:700px){
  .home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%;}
  .home-product-grid .produce-card.photo{height:142px;}
  .home-product-grid .produce-card.photo img{height:100px;}
  .slider-arrow{display:grid!important;width:42px;height:42px;font-size:34px;}
  .slider-arrow.prev{left:10px}.slider-arrow.next{right:10px}
}
@media(max-width:420px){
  .home-product-grid{gap:10px;}
  .home-product-grid .produce-card.photo{height:126px;}
  .home-product-grid .produce-card.photo img{height:86px;}
}


/* Export page and final requested cleanup */
.slider-arrow,.slider-dots{display:none!important;}
.new-hero{overflow:hidden;}
.new-slide{background-position:center center!important;}
.products-panel{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;}
.products-panel .product-card-grid,.home-product-grid{margin-left:auto!important;margin-right:auto!important;justify-items:center;align-items:center;}
.home-product-grid{width:100%;max-width:680px!important;grid-template-columns:repeat(4,minmax(120px,1fr))!important;}
.home-product-grid .produce-card.photo{margin:0 auto;width:100%;max-width:150px;}
.export-page-map{width:100%;max-width:560px;margin:0 auto 22px;border-radius:18px;box-shadow:0 12px 28px rgba(18,53,36,.12);}
.export-info-card{background:#fff;border-radius:18px;padding:24px;box-shadow:var(--shadow);border:1px solid #edf1ee;}
.center-title{text-align:center;}
.export-product-icons{margin-top:22px;}
.export-product-icons div{background:#fff;border:1px solid #e5eee8;border-radius:14px;padding:18px;text-align:center;font-weight:800;color:#0b6b3a;box-shadow:0 8px 20px rgba(18,53,36,.05);}
@media(max-width:900px){.home-product-grid{grid-template-columns:repeat(2,minmax(130px,1fr))!important;max-width:520px!important;}.home-product-grid .produce-card.photo{max-width:220px;}}
@media(max-width:420px){.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px;}.home-product-grid .produce-card.photo{max-width:none;}}

/* Proper dedicated export page update */
.export-hero{background:linear-gradient(135deg,rgba(11,107,58,.94),rgba(18,53,36,.86)),url('../images/hero-clean-2.jpg') center/cover no-repeat;}
.export-intro{align-items:center;}
.export-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:24px 0;}
.export-stats div{background:#fff;border-radius:16px;padding:18px;text-align:center;box-shadow:0 10px 25px rgba(18,53,36,.08);border:1px solid #edf1ee;}
.export-stats strong{display:block;font-size:32px;color:#0b6b3a;line-height:1;}
.export-stats span{font-size:13px;font-weight:700;color:#5b6c62;}
.export-image-stack{display:grid;gap:18px;justify-items:center;}
.export-main-photo{width:100%;border-radius:24px;box-shadow:var(--shadow);object-fit:cover;max-height:360px;}
.export-map-small{width:100%;max-width:430px;border-radius:18px;box-shadow:0 10px 24px rgba(18,53,36,.10);background:#fff;}
.export-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}
.export-category-grid article{background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #edf1ee;}
.export-category-grid img{width:100%;height:170px;object-fit:cover;}
.export-category-grid h3{margin:18px 18px 6px;color:#0b6b3a;}
.export-category-grid p{margin:0 18px 20px;font-size:14px;line-height:1.6;}
.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.process-grid div{background:#fff;border-radius:20px;padding:26px;box-shadow:var(--shadow);border-top:4px solid #0b6b3a;}
.process-grid span{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#f2b705;color:#123524;font-weight:900;margin-bottom:14px;}
.process-grid h3{margin:0 0 8px;color:#123524;}
.quality-card{background:#fff;border-radius:22px;padding:30px;box-shadow:var(--shadow);border:1px solid #edf1ee;}
.quality-card h3{color:#0b6b3a;margin:0 0 6px;}.quality-card hr{border:0;border-top:1px solid #e4eee8;margin:20px 0;}
.clean-list{padding-left:20px;}.clean-list li{margin-bottom:12px;}
.export-cta{background:linear-gradient(135deg,#123524,#0b6b3a);color:#fff;text-align:center;padding:70px 0;}
.export-cta h2{font-size:clamp(30px,4vw,46px);margin:0 0 10px;}.export-cta p{max-width:760px;margin:0 auto 24px;}
@media(max-width:1000px){.export-category-grid,.process-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.export-stats{grid-template-columns:repeat(3,1fr);}}
@media(max-width:640px){.export-category-grid,.process-grid,.export-stats{grid-template-columns:1fr;}.export-category-grid img{height:210px;}.quality-card{padding:22px;}.export-main-photo{max-height:300px;}}


/* Final responsive fixes and inner page breadcrumb banner */
html, body { width: 100%; overflow-x: hidden; }
.container { max-width: 1180px; }
.inner-hero { position: relative; min-height: 340px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; background-size: cover; background-position: center; overflow: hidden; }
.about-inner-hero { background-image: url('../images/about-breadcrumb-banner.jpg'); }
.inner-hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.48); }
.inner-hero-content { position: relative; z-index: 2; padding: 80px 0; }
.inner-hero h1 { font-size: clamp(34px, 5vw, 54px); line-height: 1.1; margin: 0 0 12px; color: #fff; }
.inner-hero .breadcrumb { color: #fff; font-weight: 600; opacity: .95; }
.inner-hero .breadcrumb a { color: #fff; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.vision-mission-grid .card { min-height: 230px; }
.client-circle-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; text-align: center; }
.client-item { background: #fff; border-radius: 20px; padding: 24px 16px; box-shadow: var(--shadow); }
.client-circle { width: 132px; height: 132px; margin: 0 auto 16px; border-radius: 50%; border: 3px dashed #b8cabb; display: grid; place-items: center; color: var(--green); font-weight: 800; background: #f7fbf5; overflow: hidden; }
.client-circle img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.client-item h3 { margin: 0; color: var(--dark); font-size: 17px; }
@media(max-width: 950px){ .client-circle-grid { grid-template-columns: repeat(2, 1fr); } .grid-2 { grid-template-columns: 1fr; } }
@media(max-width: 560px){ .inner-hero { min-height: 250px; } .inner-hero-content { padding: 60px 0; } .client-circle-grid { grid-template-columns: 1fr; } .client-circle { width: 118px; height: 118px; } }

/* About page redesign - compact layout */
.about-inner-hero { background-image: url('../images/about-hero-live.jpg') !important; min-height: 330px; }
.about-inner-hero .inner-hero-overlay { background: linear-gradient(90deg, rgba(9,40,25,.58), rgba(0,0,0,.32), rgba(9,40,25,.58)); }
.compact-section { padding: 48px 0 !important; }
.about-intro-grid { display:grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items:center; }
.eyebrow { display:block; color: var(--green); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px; }
.about-copy h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.16; color: var(--dark); margin: 0 0 18px; }
.about-copy h2:after, .tight-title h2:after { content:""; display:block; width: 45px; height: 3px; background: var(--green); margin-top: 18px; border-radius: 6px; }
.about-photo-mosaic { display:grid; grid-template-columns: 1.2fr 1fr; grid-template-rows: 180px 180px; gap: 16px; }
.about-photo-mosaic img { width:100%; height:100%; object-fit:cover; border-radius: 8px; box-shadow: 0 10px 22px rgba(18,53,36,.10); }
.about-photo-mosaic img:first-child { grid-row: span 2; }
.values-section { background: linear-gradient(90deg,#f8fcf7,#eef7ed,#fff); }
.tight-title { margin-bottom: 26px !important; }
.tight-title h2 { font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 4px !important; }
.tight-title h2:after { margin: 12px auto 0; }
.values-row { display:grid; grid-template-columns: repeat(5,1fr); gap: 22px; text-align:center; }
.value-item { padding: 8px 8px 0; }
.value-icon { width: 76px; height: 76px; border: 1px solid #cfe2d1; border-radius: 50%; display:grid; place-items:center; margin: 0 auto 14px; color: var(--green); background:#fff; font-size: 29px; }
.value-item h3 { margin: 0 0 6px; color: var(--dark); font-size: 17px; }
.value-item p { margin: 0; font-size: 14px; line-height: 1.55; }
.vision-section { padding-top: 36px !important; background:#fff; }
.vision-cards { display:grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.vision-card { display:flex; gap: 22px; align-items:center; background: linear-gradient(135deg,#f0faed,#fff); border-radius: 10px; padding: 28px; box-shadow: 0 8px 20px rgba(18,53,36,.06); }
.vision-card.mission { background: linear-gradient(135deg,#fff6e6,#fff); }
.vision-icon { flex: 0 0 86px; width:86px; height:86px; border-radius:50%; display:grid; place-items:center; background:#dcefd2; color:var(--green); font-size:38px; }
.vision-card.mission .vision-icon { background:#ffe0af; color:#da8213; }
.vision-card h3 { color: var(--green); margin: 0 0 6px; font-size: 24px; }
.vision-card p { margin:0; }
.clients-section { padding-top: 28px !important; }
.clean-clients .client-item { box-shadow:none; padding: 10px 8px; background: transparent; }
.clean-clients .client-circle { background:#fff; border: 2px dashed #cdd9cf; color:#a9b5ab; }
.about-cta { background: linear-gradient(135deg,#0b6b3a,#123524); color:#fff; padding: 34px 0; }
.about-cta-wrap { display:flex; align-items:center; justify-content:space-between; gap:24px; }
.about-cta h2 { margin:0 0 4px; font-size: 30px; }
.about-cta p { margin:0; }
@media(max-width: 980px){ .about-intro-grid,.vision-cards{grid-template-columns:1fr;} .values-row{grid-template-columns:repeat(2,1fr);} .about-photo-mosaic{grid-template-rows:170px 170px;} .about-cta-wrap{flex-direction:column;text-align:center;} }
@media(max-width: 620px){ .compact-section{padding:34px 0 !important;} .about-inner-hero{min-height:250px;} .about-photo-mosaic{grid-template-columns:1fr;grid-template-rows:auto;} .about-photo-mosaic img,.about-photo-mosaic img:first-child{height:220px;grid-row:auto;} .values-row{grid-template-columns:1fr;} .vision-card{flex-direction:column;text-align:center;padding:24px;} }

/* About page live image refinements */
.about-intro.compact-section { padding: 40px 0 34px !important; }
.values-section.compact-section { padding: 34px 0 30px !important; }
.vision-section.compact-section { padding: 30px 0 32px !important; }
.clients-section.compact-section { padding: 34px 0 42px !important; }
.about-photo-mosaic img { filter: saturate(1.04) contrast(1.02); }
.client-circle { overflow: hidden; background: #f4f8f1; border: 2px dashed #c7dcc0; padding: 0; }
.client-circle img { width: 100%; height: 100%; object-fit: cover; display: block; }
.clean-clients .client-item h3 { margin-top: 12px; }
@media(max-width: 620px){ .about-intro.compact-section,.values-section.compact-section,.vision-section.compact-section,.clients-section.compact-section{padding:28px 0 !important;} }

/* Final About page requested updates */
.about-inner-hero {
  background-image: url('../images/about-hero-uploaded.webp') !important;
  background-position: center center !important;
  background-size: cover !important;
  min-height: 360px !important;
}
.about-inner-hero .inner-hero-overlay {
  background: linear-gradient(90deg, rgba(4, 26, 17, .55), rgba(4, 26, 17, .26), rgba(4, 26, 17, .52)) !important;
}
.about-photo-mosaic img {
  background: #f6faf7;
}
.about-photo-mosaic img:last-child {
  object-fit: contain;
  padding: 14px;
}
.client-circle.empty-client {
  background: #fff;
  border: 2px dashed #d7ded8;
  box-shadow: none;
  position: relative;
}
.client-circle.empty-client:before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 2px solid #d5ded7;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.client-circle.empty-client:after {
  content: "+";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -53%);
  font-size: 26px;
  color: #aab5ad;
  font-weight: 600;
}
@media(max-width: 620px){
  .about-inner-hero { min-height: 260px !important; }
}

/* Final About mockup image + icon corrections */
.about-photo-mosaic.mockup-mosaic{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch;max-width:560px;margin-left:auto}
.about-photo-mosaic.mockup-mosaic img{width:100%;height:100%;object-fit:cover;border-radius:6px;box-shadow:0 8px 24px rgba(0,0,0,.12);display:block}
.about-photo-mosaic.mockup-mosaic .mosaic-large{min-height:300px}
.about-photo-mosaic.mockup-mosaic .mosaic-stack{display:grid;gap:16px}
.value-icon{width:72px;height:72px;border:1px solid rgba(23,107,45,.28);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.04);font-size:0}
.value-icon img{width:38px;height:38px;display:block;object-fit:contain}
.values-row{display:grid;grid-template-columns:repeat(5,1fr);gap:26px;text-align:center;align-items:start}
@media(max-width:900px){.values-row{grid-template-columns:repeat(2,1fr)}.about-photo-mosaic.mockup-mosaic{margin:25px auto 0;max-width:100%}}
@media(max-width:560px){.values-row{grid-template-columns:1fr}.about-photo-mosaic.mockup-mosaic{grid-template-columns:1fr}.about-photo-mosaic.mockup-mosaic .mosaic-large{min-height:220px}}

/* Products & Seasons page redesign */
.products-hero-new{
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:url('../images/products-hero-new.png') center/cover no-repeat;
}
.products-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.74) 0%,rgba(0,0,0,.48) 36%,rgba(0,0,0,.08) 100%);z-index:1}
.products-hero-content{position:relative;z-index:2;padding:70px 0 120px;}
.products-hero-content h1{font-size:clamp(44px,6vw,78px);line-height:1.02;margin:0 0 14px;font-weight:800;letter-spacing:-1.5px;color:#fff;}
.products-hero-content p{max-width:560px;font-size:18px;line-height:1.65;margin:18px 0 0;color:#fff;}
.products-hero-content .hero-sub{font-size:clamp(21px,2.6vw,31px);margin:0;color:#fff;font-weight:500;}
.hero-line{display:block;width:78px;height:4px;background:#6bc43f;border-radius:4px;margin:16px 0 0;}
.hero-wave{position:absolute;left:-5%;right:-5%;bottom:-1px;height:95px;background:rgba(255,255,255,.92);clip-path:ellipse(62% 52% at 56% 100%);z-index:2;}
.products-commit{padding:44px 0 38px;text-align:center;background:#fff;}
.products-commit .container{max-width:820px;}
.eyebrow.center{display:block;text-align:center;}
.products-commit h2{font-size:clamp(27px,3.5vw,40px);margin:4px 0 8px;color:var(--dark);line-height:1.22;}
.title-line{width:55px;height:3px;background:var(--green);margin:14px auto 18px;border-radius:3px;}
.products-commit p{font-size:17px;color:#65726b;margin:0 auto;}
.product-range-section{padding:34px 0 52px;background:linear-gradient(180deg,#fff,#f6fbf3);}
.season-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch;}
.season-product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 12px 28px rgba(18,53,36,.12);border:1px solid #edf3ee;transition:transform .2s ease, box-shadow .2s ease;display:flex;flex-direction:column;}
.season-product-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(18,53,36,.16);}
.season-product-card img{width:100%;height:150px;object-fit:cover;}
.season-product-body{padding:18px;position:relative;flex:1;display:flex;flex-direction:column;}
.product-no{position:absolute;right:15px;top:-18px;width:42px;height:42px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-size:13px;font-weight:900;box-shadow:0 7px 18px rgba(11,107,58,.25);}
.season-product-card h3{margin:0 0 5px;color:var(--green);font-size:19px;text-transform:uppercase;letter-spacing:.02em;}
.season-product-card p{margin:0 0 13px;font-size:14px;line-height:1.5;color:#5f6b64;}
.season-period{margin-top:auto;background:#eef8ec;color:#0b6b3a;border-radius:20px;padding:8px 12px;font-weight:800;font-size:13px;text-align:center;}
.compact-products-section{padding:52px 0!important;}
.season-matrix-wrap,.table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:18px;box-shadow:var(--shadow);background:#fff;}
.season-matrix{width:100%;min-width:980px;border-collapse:collapse;background:#fff;}
.season-matrix th{background:#123524;color:#fff;font-size:13px;text-align:center;padding:13px 9px;}
.season-matrix th:first-child{text-align:left;min-width:230px;}
.season-matrix td{border-bottom:1px solid #e8f0ea;border-right:1px solid #eef3ef;text-align:center;padding:10px 9px;font-size:14px;}
.season-matrix td:first-child{text-align:left;color:#123524;}
.season-matrix td small{display:block;color:#728078;font-weight:500;font-size:12px;margin-top:2px;}
.season-matrix td.on{color:#0b6b3a;font-size:18px;font-weight:900;background:#f0faed;}
.product-detail-table-section{padding-top:52px;padding-bottom:70px;}
.product-detail-table-section .season-table{min-width:760px;}
@media(max-width:1100px){.season-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.products-hero-new{min-height:470px;background-position:center right;}}
@media(max-width:820px){.season-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.products-hero-new{min-height:430px;}.products-hero-content{padding:62px 0 96px}.hero-wave{height:70px}.products-commit{padding-top:34px}.season-product-card img{height:145px;}}
@media(max-width:560px){.season-card-grid{grid-template-columns:1fr;}.products-hero-new{min-height:390px;background-image:url('../images/products-hero-clean.jpg');}.products-hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.45));}.products-hero-content h1{font-size:42px}.products-hero-content p{font-size:16px}.products-commit p{font-size:15px}.product-range-section{padding-top:28px}.season-product-card img{height:190px;}}


/* Products & Seasons modern redesign */
*{box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden}.container{width:min(1180px,92%);margin-inline:auto}.topbar{background:#063f17;color:#fff;font-size:13px}.topbar-inner{display:flex;justify-content:space-between;gap:18px;align-items:center;min-height:36px;flex-wrap:wrap}.site-header{background:#fff;box-shadow:0 2px 14px rgba(0,0,0,.08);position:sticky;top:0;z-index:50}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:86px;gap:22px}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:#103b18;text-transform:uppercase}.logo-mark{width:56px;height:56px;border-radius:50%;border:3px solid #148b35;display:grid;place-items:center;font-weight:800;color:#0f7a2e}.logo strong{display:block;font-size:20px;line-height:1}.logo small{display:block;font-size:11px;letter-spacing:.7px}.main-nav{display:flex;gap:30px;align-items:center}.main-nav a{text-decoration:none;color:#222;font-weight:600;font-size:14px;text-transform:uppercase}.main-nav a.active,.main-nav a:hover{color:#147f31}.btn-nav{background:#0f7f2e;color:#fff;padding:13px 22px;border-radius:8px;text-decoration:none;font-weight:700;text-transform:uppercase;font-size:13px}#nav-toggle,.menu-icon{display:none}.products-hero-modern{position:relative;min-height:570px;background:url('../images/products-hero-clean.jpg') center center/cover no-repeat;display:flex;align-items:center;overflow:hidden}.products-hero-modern .hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.48) 34%,rgba(0,0,0,.13) 72%)}.products-hero-content{position:relative;z-index:2;color:#fff;padding:70px 0 130px}.products-hero-content h1{font-size:clamp(46px,7vw,86px);line-height:.97;margin:0 0 24px;font-weight:800;letter-spacing:-2px}.hero-sub{font-size:clamp(20px,3vw,29px);margin:0 0 12px;font-weight:500}.green-line,.section-line{display:block;width:82px;height:4px;background:#42b83d;border-radius:99px;margin:16px 0 24px}.hero-copy{max-width:520px;font-size:18px;line-height:1.65;margin:0}.hero-wave{position:absolute;left:-3%;right:-3%;bottom:-1px;height:118px;background:rgba(255,255,255,.92);clip-path:ellipse(62% 45% at 50% 100%)}.commitment-section{padding:44px 0 34px;background:#fff;text-align:center}.narrow{max-width:760px}.eyebrow{display:block;text-transform:uppercase;color:#13762e;font-weight:800;font-size:13px;letter-spacing:.7px;margin-bottom:8px}.commitment-section h2,.section-title h2{font-size:clamp(28px,4vw,40px);line-height:1.2;margin:0;color:#202020}.commitment-section .section-line,.section-title .section-line{margin:16px auto 24px}.commitment-section p,.section-title p{color:#6d6d6d;line-height:1.75;margin:0 auto;max-width:780px}.product-range-section{padding:20px 0 70px;background:linear-gradient(180deg,#f6fbf6 0%,#fff 60%)}.section-title.center{text-align:center;margin-bottom:28px}.basket-icon{font-size:34px;color:#168438;margin-bottom:5px}.product-grid-modern{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;align-items:stretch}.product-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.11);border:1px solid #e8eee8;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 16px 32px rgba(0,0,0,.14)}.product-photo{height:185px;overflow:hidden;background:#eef6ee}.product-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.product-card:hover .product-photo img{transform:scale(1.06)}.product-body{padding:18px 20px 20px}.product-body h3{margin:0 0 8px;color:#166c25;font-size:20px;font-weight:800;text-transform:uppercase}.product-body p{margin:0 0 16px;color:#5f5f5f;line-height:1.55;min-height:74px}.season-label{display:block;text-transform:uppercase;color:#197b2e;font-size:12px;font-weight:800;margin-bottom:8px}.month-tags{display:flex;flex-wrap:wrap;gap:5px}.month-tags span{min-width:44px;text-align:center;border:1px solid #e1e5e1;background:#fafafa;padding:5px 7px;border-radius:4px;font-size:12px;color:#333}.season-table-section{padding:60px 0;background:#fff}.table-wrap{overflow-x:auto;border-radius:14px;box-shadow:0 8px 25px rgba(0,0,0,.08);border:1px solid #e8eee8}.season-table{width:100%;border-collapse:collapse;background:#fff}.season-table th{background:#0c6f2a;color:#fff;text-align:left;padding:16px}.season-table td{padding:14px 16px;border-bottom:1px solid #e9eee9}.season-table tr:nth-child(even) td{background:#f8fbf8}.site-footer{background:#063f17;color:#fff;padding:48px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.4fr;gap:40px}.site-footer a{display:block;color:#e7f5e9;text-decoration:none;margin:8px 0}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.15);margin-top:30px;padding:18px;color:#dceadc;font-size:13px}@media (max-width:1024px){.product-grid-modern{grid-template-columns:repeat(3,minmax(0,1fr))}.main-nav{gap:18px}.btn-nav{display:none}.products-hero-modern{min-height:500px}}@media (max-width:760px){.topbar-inner{justify-content:center;text-align:center}.nav-wrap{min-height:76px}.menu-icon{display:flex;flex-direction:column;gap:5px;cursor:pointer}.menu-icon span{width:28px;height:3px;background:#155c24}.main-nav{position:absolute;left:0;right:0;top:100%;background:#fff;display:none;flex-direction:column;align-items:flex-start;padding:20px 5%;box-shadow:0 12px 18px rgba(0,0,0,.12)}#nav-toggle:checked~.main-nav{display:flex}.products-hero-modern{min-height:470px;background-position:center right}.products-hero-content{padding:60px 0 90px}.hero-copy{font-size:15px}.hero-wave{height:74px}.product-grid-modern{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-photo{height:145px}.product-body{padding:14px}.product-body h3{font-size:16px}.product-body p{font-size:14px;min-height:auto}.footer-grid{grid-template-columns:1fr}}@media (max-width:480px){.product-grid-modern{grid-template-columns:1fr}.logo strong{font-size:16px}.products-hero-content h1{font-size:42px}.products-hero-modern{min-height:420px}.commitment-section{padding-top:28px}.product-range-section{padding-bottom:40px}}

.inquiry-btn{display:inline-block;margin-top:14px;background:#0f7f2e;color:#fff;text-decoration:none;padding:10px 16px;border-radius:999px;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.3px;box-shadow:0 6px 14px rgba(15,127,46,.18)}
.inquiry-btn:hover{background:#0a5f22;color:#fff}
.product-body{display:flex;flex-direction:column}
.product-body .inquiry-btn{align-self:flex-start}

/* Final Products page corrections */
.products-hero-modern{background-image:url('../images/products-hero-clean.jpg')!important;background-size:cover!important;background-position:center center!important;}
.product-grid-modern{max-width:1180px;margin:0 auto;grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.product-card{text-align:center;}
.product-body{display:flex;flex-direction:column;align-items:center;}
.product-body p{text-align:center;}
.product-body .inquiry-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #13762e;color:#13762e;background:#fff;border-radius:7px;padding:10px 18px;text-decoration:none;text-transform:uppercase;font-weight:800;font-size:12px;margin-top:14px;}
.product-body .inquiry-btn:before{content:'☎';font-size:13px;}
.product-body .inquiry-btn:hover{background:#13762e;color:#fff;}
@media(max-width:1024px){.product-grid-modern{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}
@media(max-width:760px){.product-grid-modern{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.products-hero-modern{background-position:center right!important;}}
@media(max-width:520px){.product-grid-modern{grid-template-columns:1fr!important;}}


/* Export page shipping hero update */
.export-hero.shipping-hero{
  min-height:360px;
  display:flex;
  align-items:center;
  background:linear-gradient(90deg,rgba(8,47,33,.82),rgba(8,47,33,.52),rgba(8,47,33,.20)),url('../images/export-hero-shipping-transport.jpg') center/cover no-repeat !important;
}
.export-hero.shipping-hero h1{font-size:clamp(38px,6vw,62px);text-shadow:0 8px 28px rgba(0,0,0,.35);}
.export-hero.shipping-hero p{max-width:680px;font-size:19px;text-shadow:0 5px 18px rgba(0,0,0,.35);}
.export-prep-stack{position:relative;}
.export-prep-stack .export-main-photo{height:430px;max-height:none;object-fit:cover;border:10px solid #fff;}
.export-prep-stack .export-map-small{background:#fff;}
@media(max-width:850px){.export-hero.shipping-hero{min-height:300px;background-position:center right;}.export-prep-stack .export-main-photo{height:320px;}}
@media(max-width:520px){.export-hero.shipping-hero{min-height:260px;padding:60px 0;}.export-prep-stack .export-main-photo{height:260px;}}

/* Export Services mockup redesign */
.export-services-page{background:#fff;overflow:hidden;}
.export-mock-hero{min-height:390px;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.84) 30%,rgba(255,255,255,.16) 56%,rgba(255,255,255,0) 100%),url('../images/export-mock-hero.jpg') center center/cover no-repeat;display:flex;align-items:center;position:relative;}
.export-mock-hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:#fff;}
.export-hero-content{position:relative;z-index:2;width:100%;}
.export-hero-copy{max-width:430px;padding:52px 0;}
.export-hero-copy h1{font-size:clamp(38px,4.8vw,58px);line-height:1.05;margin:0 0 10px;color:#151515;font-weight:900;}
.export-hero-copy h1 span{color:#0b6b3a;}
.export-hero-copy h2{font-size:clamp(20px,2.3vw,28px);margin:0 0 10px;color:#171717;}
.green-line{width:60px;height:3px;background:#0b6b3a;margin:13px 0 20px;}
.export-hero-copy p{font-size:17px;color:#222;line-height:1.75;margin:0 0 24px;}
.whatsapp-btn{border-radius:9px;padding:13px 20px;box-shadow:0 12px 25px rgba(11,107,58,.22);}
.export-feature-strip{background:#fff;padding:28px 0 22px;border-bottom:1px solid #eef3ee;box-shadow:0 8px 28px rgba(18,53,36,.05);}
.export-features{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;text-align:center;}
.export-features>div{padding:8px 18px;border-right:1px solid #e5eee8;}
.export-features>div:last-child{border-right:0;}
.export-features span{display:block;font-size:36px;color:#0b6b3a;line-height:1;margin-bottom:8px;}
.export-features h3{font-size:15px;color:#0b6b3a;margin:0 0 5px;font-weight:900;}
.export-features p{font-size:13px;line-height:1.5;margin:0;color:#555;}
.compact-title{margin-bottom:28px;}
.export-process-section{padding-top:54px;padding-bottom:50px;}
.export-process-timeline{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;position:relative;}
.export-process-timeline:before{content:"";position:absolute;left:8%;right:8%;top:157px;border-top:1px dashed #5aa55a;z-index:0;}
.export-process-timeline article{position:relative;z-index:1;text-align:center;background:#fff;border-radius:14px;padding-bottom:8px;}
.export-process-timeline img{width:100%;height:118px;object-fit:cover;border-radius:10px;margin-bottom:14px;box-shadow:0 8px 22px rgba(18,53,36,.12);}
.export-process-timeline span{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#0b6b3a;color:#fff;font-weight:900;font-size:13px;margin-bottom:12px;}
.export-process-timeline h3{font-size:15px;color:#0b6b3a;margin:0 0 6px;font-weight:900;}
.export-process-timeline p{font-size:13px;line-height:1.5;margin:0;color:#333;}
.why-export-section{padding:40px 0;background:linear-gradient(90deg,#f7fbf7,#fff);}
.why-export-grid{display:grid;grid-template-columns:340px 1fr 1fr;gap:34px;align-items:center;}
.fresh-container-card img{border-radius:18px;box-shadow:0 12px 30px rgba(18,53,36,.12);width:100%;height:180px;object-fit:cover;}
.why-export-grid h2{font-size:clamp(27px,3vw,38px);color:#0b6b3a;line-height:1.15;margin:0 0 12px;}
.why-export-grid p{margin:0;color:#56655c;}
.export-check-list{list-style:none;padding:0;margin:0;display:grid;gap:12px;}
.export-check-list li{position:relative;padding-left:32px;font-weight:700;color:#23382c;}
.export-check-list li:before{content:"✓";position:absolute;left:0;top:-1px;width:22px;height:22px;border-radius:50%;border:2px solid #0b6b3a;color:#0b6b3a;display:grid;place-items:center;font-size:12px;font-weight:900;}
@media(max-width:1050px){.export-features{grid-template-columns:repeat(3,1fr);row-gap:18px}.export-features>div:nth-child(3){border-right:0}.export-process-timeline{grid-template-columns:repeat(3,1fr)}.export-process-timeline:before{display:none}.why-export-grid{grid-template-columns:1fr 1fr}.fresh-container-card{grid-column:1/-1}.fresh-container-card img{height:260px}}
@media(max-width:720px){.export-mock-hero{min-height:520px;background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.82) 45%,rgba(255,255,255,.18) 100%),url('../images/export-mock-hero.jpg') center right/cover no-repeat;align-items:flex-start}.export-hero-copy{padding:38px 0}.export-features{grid-template-columns:repeat(2,1fr)}.export-features>div{border-right:0;border-bottom:1px solid #e5eee8}.export-process-timeline{grid-template-columns:1fr 1fr}.why-export-grid{grid-template-columns:1fr}.fresh-container-card img{height:220px}}
@media(max-width:460px){.export-features,.export-process-timeline{grid-template-columns:1fr}.export-process-timeline img{height:180px}.export-hero-copy h1{font-size:38px}.export-mock-hero{min-height:390px;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.84) 30%,rgba(255,255,255,.16) 56%,rgba(255,255,255,0) 100%),url('../images/export-mock-hero.jpg') center center/cover no-repeat;display:flex;align-items:center;position:relative;}.why-export-section{padding:34px 0}}

/* Contact page mockup redesign */
.contact-hero-new{min-height:310px;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.25),rgba(0,0,0,.08)),url('../images/contact-hero-produce-export.jpg') center/cover no-repeat;display:flex;align-items:center;color:#fff}
.contact-hero-content{padding:65px 20px}.contact-hero-content h1{font-size:46px;margin:0 0 10px;font-weight:800}.contact-hero-content p{max-width:520px;font-size:18px;line-height:1.65}.hero-line{display:block;width:56px;height:4px;background:#37b34a;margin-top:22px;border-radius:5px}.contact-main-new{padding:42px 0 34px;background:#fff}.contact-layout-new{display:grid;grid-template-columns:330px 1fr;gap:55px;align-items:start}.contact-info-card{background:#f7faf6;padding:32px 28px;border-radius:2px;box-shadow:0 10px 30px rgba(0,0,0,.05)}.contact-info-card h2,.contact-form-new h2{color:#064f17;font-size:27px;margin:0 0 26px}.info-row{display:grid;grid-template-columns:36px 1fr;gap:14px;margin:0 0 24px}.info-row span{font-size:27px;color:#075914}.info-row strong{color:#0b5d1b}.info-row p{margin:6px 0 0;color:#333;line-height:1.6}.social-dots{display:flex;gap:14px;margin-top:22px}.social-dots span{width:31px;height:31px;border-radius:50%;background:#075914;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.contact-form-new{padding:5px 0}.contact-form-new p{color:#555;margin-bottom:22px}.form-grid-new{display:grid;grid-template-columns:1fr 1fr;gap:18px 34px}.contact-form-new label{display:block;color:#333;font-weight:500;margin-bottom:17px}.contact-form-new input,.contact-form-new textarea{width:100%;box-sizing:border-box;margin-top:8px;border:1px solid #d8d8d8;border-radius:3px;padding:13px 14px;font:inherit}.contact-form-new textarea{min-height:115px;resize:vertical}.footer-mock{background:#f7faf6;color:#1d1d1d}.footer-mock a,.footer-mock h3{color:#111}.mock-footer-grid{grid-template-columns:1.4fr 1fr 1.1fr 1.2fr 1.3fr}.footer-logo{color:#064f17;text-decoration:none}.newsletter{display:flex}.newsletter input{border:1px solid #ddd;padding:12px;flex:1}.newsletter button{background:#075914;color:#fff;border:0;padding:0 16px}@media(max-width:900px){.contact-layout-new{grid-template-columns:1fr;gap:30px}.form-grid-new{grid-template-columns:1fr}.mock-footer-grid{grid-template-columns:1fr 1fr}.contact-hero-content h1{font-size:36px}}@media(max-width:560px){.mock-footer-grid{grid-template-columns:1fr}.contact-hero-new{min-height:260px}.contact-main-new{padding:28px 0}.contact-info-card{padding:25px 20px}}


/* Unified contact mock footer + contact icon refinements */
.footer-mock.footer-green{background:#063f17!important;color:#fff!important;padding:50px 0 0!important;}
.footer-mock.footer-green a,.footer-mock.footer-green h3{color:#fff!important;}
.footer-mock.footer-green p{color:#e6f3e8!important;line-height:1.7;}
.footer-mock.footer-green .footer-logo{color:#fff!important;}
.footer-mock.footer-green .footer-logo small{color:#d8efdd!important;}
.footer-mock.footer-green .social-dots span{background:#fff!important;color:#063f17!important;}
.footer-mock.footer-green .newsletter input{border:0;border-radius:6px 0 0 6px;padding:12px;}
.footer-mock.footer-green .newsletter button{background:#34a853!important;color:#fff!important;border-radius:0 6px 6px 0;}
.footer-mock.footer-green .copy{border-top:1px solid rgba(255,255,255,.16);margin-top:30px;padding:18px 0;color:#d8efdd!important;text-align:center;}
.mock-footer-grid{display:grid!important;grid-template-columns:1.4fr 1fr 1.1fr 1.2fr 1.3fr!important;gap:28px!important;}
.info-row span{width:34px;height:34px;border-radius:50%;background:#075914;color:#fff!important;display:flex!important;align-items:center;justify-content:center;font-size:18px!important;box-shadow:0 8px 18px rgba(7,89,20,.18);}
.contact-hero-new{background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.30),rgba(0,0,0,.08)),url('../images/contact-hero-produce-export.jpg') center/cover no-repeat!important;}
@media(max-width:900px){.mock-footer-grid{grid-template-columns:1fr 1fr!important;}}
@media(max-width:560px){.mock-footer-grid{grid-template-columns:1fr!important;}.footer-mock.footer-green{padding-top:36px!important;}}

/* Contact page final mockup update */
.contact-hero-new{
  min-height:300px!important;
  background:url('../images/contact-hero-clean-mock.jpg') center/cover no-repeat!important;
  display:flex;
  align-items:center;
  color:#0a4317!important;
}
.contact-hero-content{padding:62px 20px!important;}
.contact-hero-content h1{
  color:#064f17!important;
  text-shadow:none!important;
  font-size:44px!important;
  line-height:1.1;
}
.contact-hero-content p{
  color:#111!important;
  text-shadow:none!important;
  max-width:560px!important;
  font-size:18px!important;
}
.contact-form-new select{
  width:100%;
  box-sizing:border-box;
  margin-top:8px;
  border:1px solid #d8d8d8;
  border-radius:3px;
  padding:13px 14px;
  font:inherit;
  background:#fff;
  color:#555;
}
.contact-form-new input,.contact-form-new textarea,.contact-form-new select{box-shadow:none!important;}
.status-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f6faf5;padding:20px;}
.status-card{max-width:560px;background:#fff;border-radius:14px;padding:42px;text-align:center;box-shadow:0 18px 45px rgba(0,0,0,.08);}
.status-card h1{color:#064f17;margin-top:0;}
.status-card.error h1{color:#8a1f11;}
@media(max-width:760px){
  .contact-hero-new{min-height:270px!important;background-position:center right!important;}
  .contact-hero-content{padding:44px 20px!important;background:rgba(255,255,255,.72);margin:0 14px;border-radius:10px;}
  .contact-hero-content h1{font-size:34px!important;}
  .contact-hero-content p{font-size:16px!important;}
}


/* Final contact hero correction: remove dark shade overlay, keep HTML text clean and readable */
.contact-hero-new{
  min-height:300px!important;
  background-image:url('../images/contact-hero-clean-mock.jpg')!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  color:#064f17!important;
  position:relative!important;
  overflow:hidden!important;
}
.contact-hero-new::before,.contact-hero-new::after{display:none!important;content:none!important;}
.contact-hero-content{padding:62px 20px!important;background:transparent!important;box-shadow:none!important;}
.contact-hero-content h1,.contact-hero-content p{filter:none!important;text-shadow:none!important;}
.contact-hero-content h1{color:#064f17!important;font-weight:800!important;}
.contact-hero-content p{color:#111!important;font-weight:500!important;}
.contact-bottom-details{
  margin-top:26px;
  padding-top:22px;
  border-top:1px solid #e1e7df;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.contact-bottom-details div{
  background:#f7faf6;
  border:1px solid #e1ecdf;
  border-radius:10px;
  padding:14px 13px;
  min-width:0;
}
.contact-bottom-details strong{display:block;color:#064f17;margin-bottom:7px;font-size:14px;}
.contact-bottom-details span,.contact-bottom-details a{display:block;color:#333;font-size:13px;line-height:1.55;text-decoration:none;word-break:break-word;}
.contact-bottom-details a:hover{color:#0b6a20;}
@media(max-width:1000px){.contact-bottom-details{grid-template-columns:repeat(2,1fr);}}
@media(max-width:760px){
  .contact-hero-new{min-height:260px!important;background-position:center right!important;}
  .contact-hero-content{margin:0!important;padding:38px 20px!important;border-radius:0!important;background:rgba(255,255,255,.22)!important;}
  .contact-bottom-details{grid-template-columns:1fr;}
}
