/*
Theme Name: Bimmal Plantation
Theme URI: http://example.com/bimmal-plantation
Author: Bimmal Plantation
Author URI: http://example.com/
Description: Premium Ceylon Mushroom responsive website theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, custom-menu, translation-ready
Text Domain: bimmal-plantation
*/

:root{--green:#1f6b33;--green2:#2e8b43;--orange:#d34b16;--amber:#f5b642;--dark:#23150f;--muted:#6d625a;--cream:#fff8ec;--white:#fff;--shadow:0 22px 60px rgba(35,21,15,.14);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--dark);background:#fff;line-height:1.6}.container{width:min(1180px,92%);margin:auto}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.topbar{background:linear-gradient(90deg,var(--green),#173d22);color:white;font-size:14px}.topbar .container{display:flex;justify-content:space-between;gap:15px;padding:8px 0;flex-wrap:wrap}.navbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}.navwrap{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.3px}.brand img{width:64px;height:58px;object-fit:contain}.brand span{display:block;font-size:13px;color:var(--orange);font-weight:800;margin-top:-4px}.navlinks{display:flex;gap:26px;align-items:center;font-weight:800}.navlinks a{position:relative}.navlinks a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:3px;background:var(--orange);border-radius:10px;transition:.3s}.navlinks a:hover:after,.navlinks a.active:after{width:100%}.menuBtn{display:none;border:0;background:var(--green);color:#fff;padding:10px 14px;border-radius:12px;font-weight:800}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:13px 22px;font-weight:900;cursor:pointer;transition:.3s;box-shadow:0 10px 20px rgba(31,107,51,.15)}.btn.primary{background:var(--green);color:white}.btn.secondary{background:white;color:var(--green);border:2px solid rgba(31,107,51,.18)}.btn.orange{background:var(--orange);color:white}.btn:hover{transform:translateY(-3px)}.hero{min-height:calc(100vh - 100px);position:relative;overflow:hidden;background:var(--cream)}.slides{position:absolute;inset:0}.slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease,transform 8s ease;transform:scale(1.04);background-size:cover;background-position:center}.slide.active{opacity:1;transform:scale(1)}.slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,248,236,.96),rgba(255,248,236,.74),rgba(255,248,236,.2))}.heroContent{position:relative;z-index:2;min-height:calc(100vh - 100px);display:grid;align-items:center}.heroBox{max-width:680px;padding:60px 0}.eyebrow{font-family:Georgia,serif;color:var(--green);font-size:32px;font-style:italic;margin:0 0 -10px}.hero h1,.pageHero h1{font-size:clamp(46px,7vw,90px);line-height:.9;margin:0 0 18px;text-transform:uppercase;letter-spacing:-2px}.hero h1 span,.pageHero h1 span{color:var(--orange)}.hero p{font-size:clamp(17px,2vw,22px);max-width:650px;color:#42302a}.heroActions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.heroDots{position:absolute;z-index:4;left:50%;bottom:28px;transform:translateX(-50%);display:flex;gap:10px}.dot{width:12px;height:12px;border-radius:999px;border:2px solid white;background:rgba(255,255,255,.5);cursor:pointer}.dot.active{width:34px;background:var(--orange)}section{padding:86px 0}.sectionHead{max-width:760px;margin:0 auto 38px;text-align:center}.sectionHead h2{font-size:clamp(32px,5vw,56px);line-height:1;margin:0 0 14px}.sectionHead p{color:var(--muted);font-size:18px}.grid{display:grid;gap:24px}.stats{grid-template-columns:repeat(4,1fr)}.stat,.card,.testimonial,.planCard{background:white;border-radius:var(--radius);padding:26px;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.05)}.stat .icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;border:2px solid rgba(31,107,51,.18);font-size:25px}.stat h3{margin:16px 0 6px;font-size:22px}.story{background:linear-gradient(180deg,#fff,var(--cream))}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:38px;align-items:center}.roundedImg{border-radius:34px;box-shadow:var(--shadow);overflow:hidden}.roundedImg img{width:100%;height:100%;object-fit:cover}.featureList{display:grid;gap:14px;margin-top:24px}.feature{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid rgba(31,107,51,.08);padding:14px;border-radius:18px}.feature b{color:var(--green)}.productsPreview{background:#fff}.productGrid{grid-template-columns:repeat(4,1fr)}.productCard{position:relative;overflow:hidden;border-radius:28px;background:#fff;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.05)}.productCard img{height:230px;width:100%;object-fit:cover;transition:.5s}.productCard:hover img{transform:scale(1.08)}.productInfo{padding:20px}.badge{display:inline-flex;background:rgba(211,75,22,.1);color:var(--orange);border-radius:999px;padding:6px 12px;font-weight:900;font-size:13px}.investment{background:linear-gradient(135deg,#173d22,#2d7a3f);color:#fff}.investment .card{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.16);color:white;backdrop-filter:blur(10px)}.investment .sectionHead p{color:rgba(255,255,255,.82)}.testimonials{grid-template-columns:repeat(3,1fr)}.testimonial p{font-size:17px}.quote{font-size:42px;color:var(--orange);line-height:1}.stars{color:#f0a900;letter-spacing:2px}.pageHero{padding:90px 0;background:linear-gradient(120deg,rgba(255,248,236,.94),rgba(255,248,236,.55)),url('assets/images/home-banner.jpg') center/cover}.pageHero p{max-width:760px;font-size:20px;color:#493831}.aboutImgGrid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.aboutImgGrid img{height:260px;width:100%;object-fit:cover;border-radius:26px;box-shadow:var(--shadow)}.pillars{grid-template-columns:repeat(3,1fr)}.category{margin-bottom:45px}.category h2{font-size:36px;margin-bottom:18px}.catalog{grid-template-columns:repeat(3,1fr)}.catalog .productCard img{height:260px}.freeze{background:#e9f5ec;color:var(--green);font-weight:950}.tableWrap{overflow:auto;background:white;border-radius:24px;box-shadow:var(--shadow);margin:22px 0 38px}table{width:100%;border-collapse:collapse;min-width:780px}th,td{padding:15px 16px;text-align:left;border-bottom:1px solid #eee}th{background:var(--green);color:white;white-space:nowrap}tr:hover td{background:#fff8ec}.planIntro{border-left:6px solid var(--orange);padding:18px 20px;background:#fff8ec;border-radius:18px;margin-bottom:20px}.steps{counter-reset:step;grid-template-columns:repeat(4,1fr)}.step{background:white;padding:25px;border-radius:24px;box-shadow:var(--shadow);position:relative}.step:before{counter-increment:step;content:counter(step);width:38px;height:38px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:13px}.footer{background:#170e09;color:#fff;padding:55px 0 22px}.footerGrid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:30px}.footer img{width:90px}.footer p,.footer a{color:rgba(255,255,255,.76)}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:18px;color:rgba(255,255,255,.62);font-size:14px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:920px){.navlinks{position:absolute;top:84px;left:4%;right:4%;background:white;border-radius:22px;box-shadow:var(--shadow);padding:18px;display:none;flex-direction:column;align-items:flex-start}.navlinks.open{display:flex}.menuBtn{display:block}.stats,.productGrid,.pillars,.catalog,.testimonials,.steps{grid-template-columns:repeat(2,1fr)}.split,.footerGrid{grid-template-columns:1fr}.hero h1,.pageHero h1{letter-spacing:-1px}}@media(max-width:600px){.topbar .container{justify-content:center;text-align:center}.brand strong{font-size:15px}.brand img{width:54px}.hero{min-height:720px}.heroContent{min-height:720px}.heroBox{padding:40px 0}.eyebrow{font-size:26px}.heroActions .btn{width:100%}.stats,.productGrid,.pillars,.catalog,.testimonials,.steps{grid-template-columns:1fr}section{padding:62px 0}.aboutImgGrid{grid-template-columns:1fr}.footerGrid{gap:14px}.pageHero{padding:70px 0}}
