@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";
*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}html{scroll-behavior:smooth}body{color:#111;background:#fff;overflow-x:hidden}header{z-index:1000;background:#fff;width:100%;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.navbar{justify-content:space-between;align-items:center;padding:20px 0;display:flex}.logo{letter-spacing:1px;font-size:40px;font-weight:800}.logo span{color:#ff8500}nav ul{gap:25px;list-style:none;display:flex}nav ul li a{color:#111;font-weight:500;text-decoration:none;transition:all .3s;position:relative}nav ul li a:after{content:"";background:#ff8500;width:0;height:2px;transition:all .3s;position:absolute;bottom:-5px;left:0}nav ul li a:hover:after{width:100%}.btn{color:#fff;background:#ff8500;border-radius:10px;padding:14px 28px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn:hover{background:#e67600;transform:translateY(-2px)}.hero{background:linear-gradient(90deg,#f7f7f7,#eef7ff);align-items:center;min-height:90vh;padding:70px 0;display:flex}.hero-content{justify-content:space-between;align-items:center;gap:50px;display:flex}.hero-text{flex:1}.hero-text h4{color:#777;letter-spacing:2px;margin-bottom:20px;font-size:14px}.hero-text h1{margin-bottom:25px;font-size:clamp(38px,6vw,65px);font-weight:800;line-height:1.1}.hero-text h1 span{color:#ff8500}.hero-text p{color:#555;max-width:600px;margin-bottom:30px;font-size:18px;line-height:1.8}.hero-img{flex:1}.hero-img img{border-radius:20px;width:100%;animation:4s ease-in-out infinite float;box-shadow:0 15px 40px #00000026}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.features{flex-wrap:wrap;gap:25px;margin-top:40px;display:flex}.feature-box{background:#fff;border-radius:12px;padding:18px 25px;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #00000014}.feature-box:hover{transform:translateY(-5px)}.products{padding:80px 0}.section-title{margin-bottom:40px;font-size:38px;font-weight:700}.product-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px;display:grid}.card{background:#fff;border-radius:15px;padding:20px;transition:all .35s;overflow:hidden;box-shadow:0 3px 15px #00000014}.card:hover{transform:translateY(-8px);box-shadow:0 10px 25px #00000026}.card img{object-fit:cover;border-radius:12px;width:100%;height:180px;transition:all .4s}.card:hover img{transform:scale(1.05)}.card h3{margin:18px 0 10px;font-size:22px}.card p{color:#666;font-size:14px;line-height:1.6}.why{color:#fff;background:#111;padding:80px 0}.why-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px;margin-top:40px;display:grid}.why-card{background:#1c1c1c;border:1px solid #ffffff14;border-radius:15px;padding:30px;transition:all .3s}.why-card:hover{border-color:#ff8500;transform:translateY(-5px)}.why-card h3{color:#ff8500;margin-bottom:15px;font-size:22px}.why-card p{color:#ccc;line-height:1.7}.stats{background:#fff;padding:60px 0}.stats-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;display:grid}.stat-box{padding:20px}.stat-box h2{color:#ff8500;font-size:45px;font-weight:800}.stat-box p{color:#666;margin-top:10px}.cta{color:#fff;background:linear-gradient(135deg,#ff8500,#ff6200);padding:50px 0}.cta-box{justify-content:space-between;align-items:center;gap:20px;display:flex}.cta h2{margin-bottom:10px;font-size:35px}.cta p{color:#fff}.footer-logo{font-size:38px;font-weight:800}.footer-links h3{margin-bottom:20px}.footer-links ul li{color:#ccc;margin-bottom:10px}.footer-links ul li a:hover{color:#ff8500}.bottom{text-align:center;color:#aaa;border-top:1px solid #ffffff1a;margin-top:40px;padding-top:20px}@media (max-width:900px){.hero-content{flex-direction:column}.hero-text{text-align:center}.hero-text p{margin:auto auto 30px}.hero-text h1{font-size:45px}.features{justify-content:center}.cta-box{text-align:center;flex-direction:column}}@media (max-width:768px){nav{display:none}.logo{font-size:28px}.section-title{font-size:30px}.hero{padding:50px 0}.hero-text h1{font-size:38px}.cta h2{font-size:28px}}footer{color:#fff;background:#0f0f0f;padding:70px 0 20px}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:50px;display:grid}.footer-logo{margin-bottom:15px;font-size:38px;font-weight:800}.footer-logo span{color:#ff8500}.footer-desc{color:#bbb;max-width:320px;margin-bottom:25px;line-height:1.8}.footer-links h3{color:#fff;margin-bottom:22px;font-size:20px}.footer-links ul{list-style:none}.footer-links ul li{color:#bbb;margin-bottom:14px;transition:all .3s}.footer-links ul li a{color:#bbb;text-decoration:none;transition:all .3s}.footer-links ul li a:hover{color:#ff8500;padding-left:5px}.social-icons{gap:12px;display:flex}.social-icons a{color:#fff;background:#1c1c1c;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;text-decoration:none;transition:all .3s;display:flex}.social-icons a:hover{background:#ff8500;transform:translateY(-5px)}.bottom{text-align:center;color:#888;border-top:1px solid #ffffff14;margin-top:50px;padding-top:25px;font-size:14px}.service-hero{color:#fff;text-align:center;background:linear-gradient(90deg,#002147,#036);padding:120px 0 80px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:50px;display:grid}.service-card{text-align:center;background:#fff;border-radius:16px;padding:35px;transition:all .3s;box-shadow:0 10px 30px #00000014}.service-card:hover{transform:translateY(-8px)}.service-icon{color:#ff8500;margin-bottom:20px;font-size:42px}.process-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}.process-box{text-align:center;background:#f5f7fa;border-radius:14px;padding:30px}.process-box span{color:#ff8500;font-size:42px;font-weight:700}.quote-overlay{z-index:9999;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.quote-modal{background:#fff;border-radius:16px;flex-direction:column;gap:18px;width:90%;max-width:500px;padding:40px;display:flex;position:relative}.quote-modal input,.quote-modal textarea{border:1px solid #ddd;border-radius:10px;width:100%;padding:14px;font-size:16px}.quote-modal textarea{resize:none;min-height:120px}.close-btn{cursor:pointer;background:0 0;border:none;font-size:22px;position:absolute;top:14px;right:16px}.wellness-showcase{background:#fff;padding:100px 0}.showcase-header{text-align:center;max-width:750px;margin:0 auto 60px}.showcase-header h2{margin-bottom:20px;font-size:42px}.showcase-header p{color:#666;line-height:1.8}.showcase-grid{grid-template-columns:1fr 1fr 1.2fr 1fr 1fr;align-items:center;gap:25px;display:grid}.showcase-item{text-align:center}.showcase-item span{color:#fff;background:#ff8500;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;font-weight:700;display:inline-flex}.showcase-item h3{margin-bottom:12px}.showcase-item p{color:#666;line-height:1.7}.showcase-center img{border-radius:24px;width:100%;box-shadow:0 20px 40px #0000001f}@media (max-width:900px){.showcase-grid{grid-template-columns:1fr}.showcase-center{order:-1}}.about-page{color:#222}.container{width:90%;max-width:1100px;margin:auto}.about-hero{text-align:center;background:#f7f9fc;padding:70px 0}.about-hero h1{font-size:40px}.tagline{color:#ff8500;margin-bottom:20px;font-size:18px}.section{padding:60px 0}.section.alt{background:#f5f5f5}.grid-2{grid-template-columns:1fr 1fr;gap:30px;display:grid}.why-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:15px;display:grid}.why-card{background:#fff;border-left:4px solid #ff8500;padding:15px;box-shadow:0 2px 10px #0000000d}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:1px;margin:0;padding:14px;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000000f}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.product-card img{object-fit:contain;background:#fafafa;border-radius:12px;width:100%;height:220px;padding:12px}.product-card h3{margin:0;font-size:1.2rem;font-weight:600;line-height:1.4}.product-card p{color:#666;margin:0;line-height:1.6}.price-block{border-top:1px solid #eee;margin-top:2px;padding-top:2px}.actions{gap:10px;margin-top:auto;padding-top:5px;display:flex}.actions button,.actions a{flex:1}.product-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:40px;display:grid}.wellness-products{padding:80px 0}.section-title{margin-bottom:20px}.product-image-wrapper{background:#fafafa;border-radius:12px;padding:10px}.price-row{align-items:center;gap:12px;margin-top:2px;display:flex}.mrp{color:#888;margin:0;font-size:.95rem;text-decoration:line-through}.discount{color:#15803d;background:#e8f7ed;border-radius:20px;padding:4px 8px;font-size:.8rem;font-weight:600}.final-price{color:#ff8500;font-size:1.25rem;font-weight:700}.actions{justify-content:center;margin-top:1px;display:flex}.add-cart-btn,.quote-btn{color:#fff;cursor:pointer;background:#ff8500;border:none;border-radius:10px;min-width:160px;padding:12px 20px;font-weight:600;transition:all .3s}.add-cart-btn:hover,.quote-btn:hover{background:#e87500}.qty-btn{cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;width:32px;height:32px;font-size:18px;font-weight:700}.qty-value{text-align:center;min-width:24px;font-weight:600}.details-link{text-align:center;color:#ff8500;font-weight:600;text-decoration:none}.wellness-banner-img{border-radius:16px;width:100%;height:auto;display:block}.wellness-header{z-index:50;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.nav a{color:#333;margin:0 12px;text-decoration:none}.cart-btn{cursor:pointer;background:0 0;border:none;font-size:20px;position:relative}.cart-badge{color:#fff;background:#ff8500;border-radius:50%;padding:2px 6px;font-size:12px;position:absolute;top:-6px;right:-8px}.cart-header-btn{align-items:center;gap:8px;display:inline-flex;position:relative}.cart-badge{color:#fff;background:#ff8500;border-radius:50%;justify-content:center;align-items:center;min-width:22px;height:22px;font-size:12px;font-weight:700;display:flex}.cart-drawer{background:#fff;flex-direction:column;width:380px;height:100%;padding:20px;animation:.25s ease-out slideIn;display:flex;transform:translate(0)}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-overlay{z-index:9999;background:#00000073;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart-drawer{background:#fff;flex-direction:column;width:420px;max-width:100%;height:100vh;animation:.25s ease-out slideCart;display:flex}@keyframes slideCart{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.cart-header h3{font-size:22px;font-weight:700}.cart-items{flex:1;padding:20px;overflow-y:auto}.cart-item{border-bottom:1px solid #f1f1f1;gap:15px;margin-bottom:18px;padding-bottom:18px;display:flex}.cart-img{object-fit:contain;background:#fafafa;border-radius:12px;width:80px;height:80px;padding:8px}.cart-info{flex:1}.cart-info h4{margin-bottom:6px;font-size:16px}.cart-info p{color:#ff8500;margin-bottom:10px;font-weight:700}.qty-controls{border:1px solid #ddd;border-radius:999px;align-items:center;gap:10px;padding:6px 10px;display:inline-flex}.qty-controls button{cursor:pointer;background:0 0;border:none;font-size:18px}.remove-btn{color:#dc2626;text-align:left;background:0 0;border:none;margin-top:6px;padding:0;font-size:13px}.cart-actions{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.cart-footer{background:#fff;border-top:1px solid #eee;padding:24px}.subtotal{justify-content:space-between;margin-bottom:18px;font-size:18px;display:flex}.checkout-btn{color:#fff;cursor:pointer;background:#ff8500;border:none;border-radius:12px;width:100%;padding:14px;font-weight:600}.checkout-btn:hover{background:#e67800}.checkout-btn:disabled{opacity:.5;cursor:not-allowed}.empty-cart{text-align:center;color:#777;padding:80px 20px}.close-btn{cursor:pointer;background:0 0;border:none;font-size:22px}.checkout-page{padding:80px 0}.checkout-grid{grid-template-columns:2fr 1fr;gap:40px;margin-top:40px;display:grid}.checkout-form,.order-summary{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 20px #00000014}.checkout-form{flex-direction:column;gap:16px;display:flex}.checkout-form input,.checkout-form textarea{border:1px solid #ddd;border-radius:10px;padding:14px}.summary-item{justify-content:space-between;margin-bottom:14px;display:flex}.summary-total{justify-content:space-between;margin-top:20px;font-size:20px;font-weight:700;display:flex}.checkout-card{background:#fff;border:1px solid #ececec;border-radius:16px;margin-bottom:24px;padding:24px;box-shadow:0 8px 24px #0000000d}.checkout-card-title{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.checkout-card-title h3{margin:0;font-size:20px;font-weight:600}.customer-info{flex-direction:column;gap:18px;display:flex}.customer-row{align-items:center;gap:14px;display:flex}.customer-icon{color:#ff8500;flex-shrink:0;font-size:20px}.customer-row span{font-size:16px}.address-list{flex-direction:column;gap:16px;display:flex}.address-card{cursor:pointer;border:1px solid #e6e6e6;border-radius:14px;padding:18px;transition:all .25s}.address-card:hover{border-color:#ff8500}.address-card.selected{background:#fffaf5;border:2px solid #ff8500}.address-header{align-items:center;gap:12px;margin-bottom:14px;display:flex}.address-radio{color:#ff8500;font-size:20px}.default-badge{color:#fff;background:#ff8500;border-radius:50px;margin-left:12px;padding:2px 8px;font-size:12px}.address-body{padding-left:34px}.address-body p{margin:4px 0}.add-address-btn{color:#ff8500;cursor:pointer;background:#fff;border:2px dashed #ff8500;border-radius:14px;width:100%;margin-top:20px;padding:14px;font-weight:600;transition:all .25s}.add-address-btn:hover{color:#fff;background:#ff8500}.order-summary{background:#fff;border:1px solid #ececec;border-radius:16px;padding:24px;box-shadow:0 8px 24px #0000000d}@media (min-width:1024px){.order-summary{position:sticky;top:110px}}.summary-item{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:16px;display:flex}.summary-item p{color:#777;margin-top:4px;font-size:14px}.checkout-btn{color:#fff;cursor:pointer;background:#ff8500;border:none;border-radius:12px;width:100%;margin-top:24px;padding:16px;font-size:17px;font-weight:600;transition:all .25s}.checkout-btn:hover{opacity:.9}.checkout-grid{grid-template-columns:2fr 1fr;align-items:start;gap:32px;display:grid}@media (max-width:1023px){.checkout-grid{grid-template-columns:1.5fr 1fr;gap:24px}}@media (max-width:768px){.checkout-grid{grid-template-columns:1fr}.checkout-page{padding:30px 0}.checkout-card{padding:20px}.order-summary{position:static}}.login-required{text-align:center;flex-direction:column;align-items:center;display:flex}.login-icon{color:#ff8500;background:#fff4e8;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;font-size:32px;display:flex}.login-required h2{margin-bottom:10px}.login-required p{color:#666;max-width:420px}.login-benefits{flex-direction:column;gap:16px;width:100%;margin:30px 0;display:flex}.login-benefits div{align-items:center;gap:12px;font-weight:500;display:flex}.login-benefits svg{color:#28a745}.login-required .checkout-btn{justify-content:center;align-items:center;gap:10px;display:flex}.login-required small{color:#777;margin-top:20px}
