::-webkit-scrollbar{width:0px;height:0px}*{scrollbar-width:none}body{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;overflow-y:auto}.page-section{padding:100px 20px;max-width:1100px;margin:auto}.page-section h2{font-size:2.2rem;margin-bottom:20px;color:#1f3d2b}.page-section p{font-size:1.1rem;color:#555}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}.header{position:fixed;top:0;width:100%;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:#fff;z-index:9999;box-shadow:0 2px 8px #00000014}.logo img{height:48px;max-width:180px;object-fit:contain}.nav{display:flex;gap:24px}.nav a{text-decoration:none;font-weight:500;color:#1f3d2b}.nav a.active{color:#6fbf73;border-bottom:2px solid #6fbf73}.cart{font-size:1rem;color:#1f3d2b;margin-left:20px}.menu-icon{display:none;font-size:1.8rem;cursor:pointer;color:#1f3d2b}@media(max-width:768px){.nav{position:absolute;top:72px;left:0;width:100%;background:#fff;flex-direction:column;align-items:center;display:none;padding:20px 0}.nav.open{display:flex}.nav a{padding:12px 0;font-size:1.1rem}.menu-icon{display:block}.cart{margin-left:0}}.hero{height:100vh;width:100%;position:relative}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease-in-out;background-size:cover;background-position:center}.hero-slide.active{opacity:1}.hero-content{height:100%;background:#0006;color:#fff;display:flex;flex-direction:column;justify-content:center;padding-left:8%}.hero-content h1{font-size:3rem}.hero-content p{margin:1rem 0;font-size:1.2rem}.hero-content button{padding:12px 20px;font-size:1rem;border-radius:6px;background:#6fbf73;border:none;color:#fff;cursor:pointer;width:fit-content}@media(max-width:768px){.hero{margin-top:72px}.hero-content{padding:20px;align-items:center;text-align:center}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.hero-content button{font-size:.95rem;padding:10px 18px}}@media(max-width:480px){.hero{height:70vh}.hero-content h1{font-size:1.6rem}.hero-content p{font-size:.95rem}}.nav a.active{color:#6fbf73;font-weight:600;border-bottom:2px solid #6fbf73}.hero-content{opacity:0;transform:translateY(30px);transition:all .8s ease}.hero-content.animate{opacity:1;transform:translateY(0)}.trust{display:flex;justify-content:space-around;align-items:center;padding:40px 20px;background:#f9faf7;text-align:center}.trust-item{display:flex;flex-direction:column;align-items:center;gap:10px}.trust-item span{font-size:2rem}.trust-item p{font-size:1rem;font-weight:500;color:#1f3d2b}@media(max-width:768px){.trust{flex-direction:column;gap:20px}}.fssai{display:flex;align-items:center;justify-content:center;gap:30px;padding:60px 20px;background:#fff}.fssai img{height:90px}.fssai h3{margin:0;color:#1f3d2b}.fssai p{margin:6px 0;font-weight:500}.fssai small{color:#666}@media(max-width:768px){.fssai{flex-direction:column;text-align:center}}.why{padding:80px 20px;background:#f9faf7;text-align:center}.why h2{font-size:2.2rem;color:#1f3d2b;margin-bottom:40px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1000px;margin:auto}.why-grid div{background:#fff;padding:25px;border-radius:10px;font-weight:500}@media(max-width:768px){.why-grid{grid-template-columns:1fr}}.products{padding:100px 20px;max-width:1100px;margin:auto;text-align:center}.products h2{font-size:2.2rem;margin-bottom:40px;color:#1f3d2b}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #00000014;transition:transform .3s ease}.product-card:hover{transform:translateY(-6px)}.product-card img{width:100%;height:180px;object-fit:cover}.product-info{padding:16px}.product-info h3{font-size:1.1rem;margin-bottom:6px}.product-info p{font-size:.9rem;color:#666}.price{display:block;margin-top:10px;font-weight:600;color:#2f6f4e}@media(max-width:768px){.products-grid{grid-template-columns:1fr}}.loader-container{text-align:center;padding:60px 0}.loader{width:40px;height:40px;border:4px solid #e0e0e0;border-top:4px solid #6fbf73;border-radius:50%;animation:spin 1s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}.add-btn{margin-top:12px;width:100%;padding:10px;border:none;border-radius:6px;background:#6fbf73;color:#fff;font-weight:600;cursor:pointer}.add-btn:disabled{background:#aaa;cursor:not-allowed}.cart{font-weight:600;color:#1f3d2b}.cart-overlay{position:fixed;inset:0;background:#0006;z-index:9998}.cart-sidebar{position:fixed;top:0;right:-350px;width:320px;height:100%;background:#fff;z-index:9999;transition:right .3s ease;display:flex;flex-direction:column}.cart-sidebar.open{right:0}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #eee}.cart-header h3{margin:0;color:#1f3d2b}.cart-header button{background:none;border:none;font-size:1.2rem;cursor:pointer}.cart-items{list-style:none;padding:16px;margin:0;flex:1;overflow-y:auto}.cart-items li{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.cart-items p{margin:4px 0 0;color:#6fbf73}.cart-items button{background:none;border:none;color:red;cursor:pointer}.empty-cart{padding:20px;text-align:center;color:#777}@media(max-width:480px){.cart-sidebar{width:100%}}.qty{display:flex;align-items:center;gap:10px}.qty button{width:28px;height:28px;border:none;background:#6fbf73;color:#fff;cursor:pointer;border-radius:4px}.cart-footer{padding:16px;border-top:1px solid #eee}.checkout-btn{width:100%;padding:12px;background:#2f6f4e;color:#fff;border:none;border-radius:6px;cursor:pointer;margin-top:10px}.checkout h2{text-align:center;margin-bottom:30px}.checkout-box input{width:100%;padding:10px;margin-bottom:10px}.checkout-box label{display:block;margin:10px 0}.checkout-summary{text-align:center}.auth-box,.checkout-box{background:#fff;padding:20px;border-radius:10px;margin-bottom:20px}.checkout{max-width:700px;margin:100px auto;padding:20px}.checkout-page{min-height:100vh;background:#f6f7f5;display:flex;justify-content:center;align-items:center;padding:20px}.checkout{width:100%;max-width:700px}.checkout h2{text-align:center;margin-bottom:30px;color:#1f3d2b}.checkout-box{background:#fff;padding:24px;border-radius:10px;margin-bottom:20px}.checkout-box h3{margin-bottom:12px}.checkout-box input{width:100%;padding:12px;margin-bottom:10px;border-radius:6px;border:1px solid #ddd}.checkout-summary{background:#fff;padding:20px;border-radius:10px;text-align:center}.checkout-summary h3{margin-bottom:15px}.auth-page{height:100vh;width:100vw;background:linear-gradient(#2f6f4e8c,#2f6f4e8c),url(/images/auth-bg.png) center / cover no-repeat;display:flex;justify-content:center;align-items:center}.auth-card{width:100%;max-width:420px;background:#fffffff2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:40px 30px;border-radius:18px;box-shadow:0 25px 60px #00000040;text-align:center}.auth-logo{height:50px;margin-bottom:20px}.auth-card h2{margin-bottom:6px;color:#1f3d2b}.auth-sub{color:#666;font-size:.95rem;margin-bottom:25px}.auth-card input{width:100%;padding:14px;margin-bottom:14px;border-radius:8px;border:1px solid #ddd;font-size:1rem}.auth-card button{width:100%;padding:14px;background:#2f6f4e;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;margin-top:10px}.auth-toggle{margin-top:18px;color:#6fbf73;cursor:pointer;font-weight:500}@media(max-width:480px){.auth-card{padding:30px 20px}}.header{position:fixed;top:0;width:100%;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:transparent;box-shadow:none;z-index:9999;transition:background .3s ease,box-shadow .3s ease}.header.scrolled{background:#fffffff2;box-shadow:0 2px 8px #00000014}.header:not(.scrolled) .nav a{color:#fff}.header.scrolled .nav a{color:#1f3d2b}.nav a.active{color:#6fbf73!important;border-bottom:2px solid #6fbf73}::-webkit-scrollbar{width:0;height:0}html{scrollbar-width:none}body{-ms-overflow-style:none}.no-scroll{overflow:hidden}.header.scrolled{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav{transition:all .3s ease}.nav.open{animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.payment-options{display:flex;flex-direction:column;gap:14px;margin-top:15px}.payment-card{border:2px solid #e5e5e5;border-radius:10px;padding:14px 16px;cursor:pointer;transition:all .25s ease;background:#fff;display:flex;align-items:center}.payment-card input{display:none}.payment-card:hover{border-color:#6fbf73}.payment-card.active{border-color:#2f6f4e;background:#f3faf6}.payment-content{display:flex;align-items:center;gap:14px}.payment-content .icon{font-size:1.6rem}.payment-content p{margin:4px 0 0;font-size:.9rem;color:#666}.checkout-btn:disabled{background:#b5b5b5;cursor:not-allowed;opacity:.7}.success-page{height:100vh;background:linear-gradient(135deg,#2f6f4e,#6fbf73);display:flex;align-items:center;justify-content:center}.success-card{background:#fff;padding:50px 40px;border-radius:22px;text-align:center;max-width:450px;width:90%;box-shadow:0 30px 80px #00000040;animation:scaleIn .6s ease}@keyframes scaleIn{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.checkmark-wrapper{width:80px;height:80px;margin:0 auto 20px}.checkmark{width:80px;height:80px;stroke:#2f6f4e;stroke-width:4;stroke-miterlimit:10;animation:pop .3s ease-in-out forwards}.checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166;animation:stroke .6s ease forwards}.checkmark-check{stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s ease forwards .6s}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes pop{50%{transform:scale(1.1)}}.success-card h1{color:#1f3d2b;margin-bottom:12px}.success-text{color:#555;font-size:1rem;line-height:1.6;margin-bottom:25px}.success-info{display:flex;flex-direction:column;gap:8px;margin-bottom:25px;font-weight:500;color:#2f6f4e}.redirect-text{font-size:.9rem;color:#777}@media(max-width:480px){.success-card{padding:40px 25px}}.invoice-btn{margin-top:20px;padding:12px;background:#2f6f4e;color:#fff;border:none;border-radius:8px;cursor:pointer}.footer{background:#1f3d2b;color:#e6f2eb;padding:50px 20px 20px}.footer-container{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.footer-section h4{margin-bottom:12px;color:#6fbf73}.footer-section p,.footer-section a{font-size:.95rem;color:#e6f2eb;text-decoration:none;display:block;margin-bottom:8px}.footer-section a:hover{color:#6fbf73}.footer-logo{height:45px;margin-bottom:12px}.social-links{display:flex;gap:12px;font-size:1.5rem}.social-links a{transition:transform .2s ease}.social-links a:hover{transform:scale(1.2)}.footer-bottom{text-align:center;margin-top:30px;padding-top:15px;border-top:1px solid rgba(255,255,255,.15);font-size:.9rem;color:#cce6d8}@media(max-width:768px){.footer-container{grid-template-columns:1fr;text-align:center}.social-links{justify-content:center}}.social-links{display:flex;gap:16px;margin-top:10px}.social-icon{width:24px;height:24px;fill:#e6f2eb;transition:transform .25s ease,fill .25s ease}.social-links a:hover .social-icon{fill:#6fbf73;transform:scale(1.2)}
