:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.home-page{width:100%}.banner-section{width:100%;padding:2rem 1rem;background:linear-gradient(to bottom,#f8fdf8,#fff)}.banner-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.5rem}.banner-main{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;height:500px;transition:transform .3s ease,box-shadow .3s ease}.banner-main:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.banner-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.banner-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);padding:3rem 2rem;color:#fff}.banner-title{font-size:3rem;font-weight:700;margin:0 0 .5rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.banner-subtitle{font-size:1.5rem;margin:0;opacity:.95;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.banner-secondary{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.banner-item{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 8px 20px #00000014;height:300px;transition:transform .3s ease,box-shadow .3s ease}.banner-item:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001f}.banner-item-title{font-size:1.8rem;font-weight:600;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.cta-section{background:linear-gradient(135deg,#178f4d,#d3bceb);padding:4rem 2rem;text-align:center;color:#fff}.cta-container{max-width:900px;margin:0 auto}.cta-heading{font-size:2.5rem;font-weight:700;margin:0 0 1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.cta-description{font-size:1.25rem;margin:0 0 2.5rem;opacity:.95}.btn{padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #0003}.btn-primary{background:#10b981;color:#fff}.btn-primary:hover{background:#059669;transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.features-section{padding:4rem 2rem;background:#fff}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem 1.5rem;border-radius:15px;background:#f9fafb;transition:all .3s ease;border:2px solid transparent}.feature-card:hover{transform:translateY(-5px);background:#fff;border-color:#0f810f;box-shadow:0 10px 25px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:#1f2937}.feature-card p{margin:0;color:#6b7280;font-size:.95rem}@media (max-width: 1024px){.banner-title{font-size:2.5rem}.banner-subtitle{font-size:1.25rem}.cta-heading{font-size:2rem}}@media (max-width: 768px){.banner-main{height:400px}.banner-secondary{grid-template-columns:1fr}.banner-item{height:250px}.banner-title{font-size:2rem}.banner-subtitle{font-size:1rem}.banner-item-title{font-size:1.5rem}.cta-heading{font-size:1.75rem}.cta-description{font-size:1rem}.cta-buttons{flex-direction:column;align-items:stretch}.btn{width:100%;justify-content:center}.features-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}}@media (max-width: 480px){.banner-section{padding:1rem .5rem}.banner-main{height:300px}.banner-item{height:200px}.banner-overlay{padding:2rem 1.5rem}.banner-title{font-size:1.5rem}.banner-subtitle{font-size:.875rem}.cta-section{padding:3rem 1.5rem}.cta-heading{font-size:1.5rem}.btn{padding:.875rem 2rem;font-size:1rem}.features-section{padding:3rem 1rem}}.product-grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;padding:2rem;justify-items:center;align-items:stretch;background-color:#fafafa;max-width:1200px;margin:0 auto}@media (max-width: 768px){.product-grid-container{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}}.no-products{grid-column:1 / -1;text-align:center;color:#777;font-size:1.2rem;padding:2rem 0}.product-card{display:flex;flex-direction:column;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;cursor:pointer;width:100%;max-width:280px;height:100%}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 15px #0000001f}.product-image-container{position:relative;overflow:hidden;height:220px}.product-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-details{padding:12px 14px;display:flex;flex-direction:column;flex:1}.product-name{font-size:.95rem;font-weight:600;margin:4px;color:#222;flex-grow:1}.product-type{font-size:.8rem;color:#777;margin-bottom:8px}.product-pricing{align-items:baseline;flex-wrap:wrap;gap:6px;margin-bottom:10px;margin-top:auto}.selling-price{color:#2e7d32;font-weight:600;font-size:.9rem;margin:2px}.mrp{color:#9e9e9e;text-decoration:line-through;font-size:.8rem;margin:2px}.discount{background-color:#ffe5e5;color:#d32f2f;font-weight:600;font-size:.75;font-size:.8rem;padding:2px 6px;border-radius:4px;margin:2px}.add-to-cart-btn{border:none;background-color:#00ff7b;color:#fff;font-weight:500;padding:8px 12px;border-radius:6px;transition:background-color .3s ease}.add-to-cart-btn:hover{background-color:#0056b3}.product-detail-container{display:flex;flex-wrap:wrap;gap:40px;align-items:flex-start;justify-content:center;max-width:1200px;margin:0 auto}.product-image-section{flex:1 1 50%;text-align:center}.main-image-container{position:relative;width:100%;max-width:600px;margin:0 auto 20px;border-radius:12px;overflow:hidden;background:#f8f9fa;box-shadow:0 4px 20px #0000001a}.product-detail-image{width:100%;height:600px;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s ease}.product-detail-image:hover{transform:scale(1.05)}.image-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff14;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#2c3e50;font-size:.9rem;box-shadow:0 2px 6px #0000001a;z-index:10}.image-nav-btn:hover{background:#4caf50e6;color:#fff;transform:translateY(-50%) scale(1.15)}.prev-btn{left:15px}.next-btn{right:15px}.thumbnail-container{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;padding:10px 0}.thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .3s ease;background:#f8f9fa;box-shadow:0 2px 6px #0000001a}.thumbnail:hover{border-color:#4caf50;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.thumbnail.active{border-color:#4caf50;box-shadow:0 4px 12px #4caf5066}.thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.product-info-section{flex:1 1 45%}.product-info-section h3{font-weight:600;margin-bottom:8px}.product-type{color:#666;margin-bottom:16px;font-size:.9rem}.product-detail-price{display:flex;align-items:baseline;gap:8px;margin-bottom:16px}.selling-price{color:#2e7d32;font-weight:600;font-size:1.4rem}.mrp{color:#999;text-decoration:line-through;font-size:1rem}.discount{color:#d32f2f;font-weight:600;font-size:.9rem}.product-weight{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding:12px 16px;background:#f8f9fa;border-radius:8px;border-left:4px solid #4caf50}.weight-label{font-weight:600;color:#2c3e50;font-size:1rem}.weight-value{color:#4caf50;font-weight:700;font-size:1.1rem}.product-description{color:#444;margin-bottom:20px;line-height:1.8}.product-description h1,.product-description h2,.product-description h3,.product-description h4{color:#2c3e50;margin-top:20px;margin-bottom:12px;font-weight:600}.product-description h1{font-size:1.8rem}.product-description h2{font-size:1.5rem}.product-description h3{font-size:1.3rem}.product-description h4{font-size:1.1rem}.product-description p{margin-bottom:12px;color:#555}.product-description ul,.product-description ol{margin-bottom:15px;padding-left:25px}.product-description li{margin-bottom:8px;color:#555;line-height:1.6}.product-description strong,.product-description b{color:#2c3e50;font-weight:600}.product-description a{color:#4caf50;text-decoration:none;transition:color .2s ease}.product-description a:hover{color:#45a049;text-decoration:underline}.product-description blockquote{border-left:4px solid #4caf50;padding-left:16px;margin:16px 0;color:#666;font-style:italic}.product-description code{background:#f5f5f5;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#e91e63}.product-description pre{background:#f5f5f5;padding:12px;border-radius:6px;overflow-x:auto;margin-bottom:15px}.product-description img{max-width:100%;height:auto;border-radius:8px;margin:12px 0}.add-to-cart-btn{background-color:#4caf50;color:#fff;border:none;border-radius:6px;padding:10px 24px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.add-to-cart-btn:hover{background-color:#45a049}@media (max-width: 768px){.product-detail-container{flex-direction:column;gap:30px}.product-image-section,.product-info-section{flex:1 1 100%}.product-detail-image{height:400px}.image-nav-btn{width:28px;height:28px;font-size:.8rem}.prev-btn{left:10px}.next-btn{right:10px}.thumbnail{width:60px;height:60px}}.blog-card{border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all .3s ease;cursor:pointer;background:#fff;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;height:100%}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f}.blog-image-container{width:100%;height:220px;overflow:hidden;position:relative}.blog-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-image{transform:scale(1.05)}.blog-category-badge{position:absolute;top:12px;left:12px;background:#4caf50;color:#fff;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.blog-content{padding:20px;flex:1;display:flex;flex-direction:column}.blog-title{font-size:1.25rem;font-weight:700;color:#2c3e50;margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-excerpt{color:#666;font-size:.95rem;margin-bottom:12px;line-height:1.6;flex:1;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#999;padding-top:12px;border-top:1px solid #f0f0f0}.blog-author{font-weight:500;color:#555}.blog-read-time{color:#999}.blog-grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;padding:20px 0}.blog-detail-container{max-width:900px;margin:0 auto;padding:40px 20px}.blog-detail-header{margin-bottom:30px}.blog-detail-title{font-size:2.5rem;font-weight:800;color:#2c3e50;margin-bottom:16px;line-height:1.2}.blog-detail-meta{display:flex;gap:20px;align-items:center;flex-wrap:wrap;color:#666;font-size:.95rem;margin-bottom:20px}.blog-detail-author{font-weight:600;color:#4caf50}.blog-detail-date,.blog-detail-read-time{color:#999}.blog-detail-category{background:#4caf50;color:#fff;padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase}.blog-detail-image{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;border-radius:12px;margin-bottom:30px}.blog-detail-content{font-size:1.1rem;line-height:1.8;color:#333}.blog-detail-content h2{font-size:1.8rem;font-weight:700;color:#2c3e50;margin-top:40px;margin-bottom:16px}.blog-detail-content h3{font-size:1.4rem;font-weight:600;color:#34495e;margin-top:30px;margin-bottom:12px}.blog-detail-content p{margin-bottom:20px}.blog-detail-content ul,.blog-detail-content ol{margin-bottom:20px;padding-left:30px}.blog-detail-content li{margin-bottom:10px}.blog-detail-content strong{color:#2c3e50;font-weight:600}.blog-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px;padding-top:30px;border-top:2px solid #f0f0f0}.blog-tag{background:#f5f5f5;color:#666;padding:6px 14px;border-radius:20px;font-size:.85rem;transition:all .2s ease}.blog-tag:hover{background:#4caf50;color:#fff}.no-blogs{text-align:center;padding:60px 20px;color:#999;font-size:1.2rem}@media (max-width: 768px){.blog-grid-container{grid-template-columns:1fr;gap:20px}.blog-detail-title{font-size:2rem}.blog-detail-image{height:250px}.blog-detail-content h2{font-size:1.5rem}.blog-detail-content h3{font-size:1.2rem}}.recipe-card{border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all .3s ease;cursor:pointer;background:#fff;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;height:100%}.recipe-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f}.recipe-image-container{width:100%;height:220px;overflow:hidden;position:relative}.recipe-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.recipe-card:hover .recipe-image{transform:scale(1.05)}.recipe-difficulty-badge{position:absolute;top:12px;right:12px;background:#fffffff2;color:#333;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.recipe-difficulty-badge.easy{background:#4caf50;color:#fff}.recipe-difficulty-badge.medium{background:#ff9800;color:#fff}.recipe-difficulty-badge.hard{background:#f44336;color:#fff}.recipe-category-tag{position:absolute;bottom:12px;left:12px;background:#000000b3;color:#fff;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600}.recipe-content{padding:20px;flex:1;display:flex;flex-direction:column}.recipe-title{font-size:1.25rem;font-weight:700;color:#2c3e50;margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recipe-description{color:#666;font-size:.95rem;margin-bottom:12px;line-height:1.6;flex:1;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.recipe-info{display:flex;justify-content:space-between;gap:10px;padding-top:12px;border-top:1px solid #f0f0f0;font-size:.85rem;color:#666}.recipe-info-item{display:flex;align-items:center;gap:4px}.recipe-info-icon{color:#4caf50;font-size:1rem}.recipe-grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;padding:20px 0}.recipe-detail-container{max-width:1000px;margin:0 auto;padding:40px 20px}.recipe-detail-header{margin-bottom:30px}.recipe-detail-title{font-size:2.5rem;font-weight:800;color:#2c3e50;margin-bottom:16px;line-height:1.2}.recipe-detail-description{font-size:1.2rem;color:#666;margin-bottom:20px;line-height:1.6}.recipe-detail-meta{display:flex;gap:30px;align-items:center;flex-wrap:wrap;padding:20px;background:#f8f9fa;border-radius:12px;margin-bottom:30px}.recipe-meta-item{display:flex;align-items:center;gap:8px;font-size:1rem}.recipe-meta-icon{color:#4caf50;font-size:1.3rem}.recipe-meta-label{color:#999;font-size:.85rem;text-transform:uppercase}.recipe-meta-value{font-weight:600;color:#2c3e50}.recipe-detail-image{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;border-radius:12px;margin-bottom:40px}.recipe-detail-content{display:grid;grid-template-columns:1fr 2fr;gap:40px;margin-bottom:40px}.recipe-ingredients-section,.recipe-instructions-section{background:#fff}.recipe-section-title{font-size:1.8rem;font-weight:700;color:#2c3e50;margin-bottom:20px;padding-bottom:10px;border-bottom:3px solid #4caf50}.recipe-ingredients-list{list-style:none;padding:0}.recipe-ingredients-list li{padding:12px;margin-bottom:8px;background:#f8f9fa;border-radius:8px;border-left:3px solid #4caf50;transition:all .2s ease}.recipe-ingredients-list li:hover{background:#e8f5e9;transform:translate(5px)}.recipe-instructions-list{list-style:none;padding:0;counter-reset:step-counter}.recipe-instructions-list li{counter-increment:step-counter;margin-bottom:16px;background:#f8f9fa;border-radius:8px;position:relative;padding:20px 20px 20px 70px;line-height:1.8}.recipe-instructions-list li:before{content:counter(step-counter);position:absolute;left:20px;top:20px;background:#4caf50;color:#fff;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.recipe-highlights{background:#e8f5e9;padding:30px;border-radius:12px;margin-bottom:30px}.recipe-highlights h3{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:15px}.recipe-microgreens-used{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.microgreen-tag{background:#4caf50;color:#fff;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600}.nutrition-highlights-list{list-style:none;padding:0}.nutrition-highlights-list li{padding:8px 0 8px 25px;position:relative;color:#333}.nutrition-highlights-list li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700;font-size:1.2rem}.recipe-tips{background:#fff3e0;padding:25px;border-radius:12px;border-left:5px solid #ff9800}.recipe-tips h3{font-size:1.4rem;font-weight:700;color:#2c3e50;margin-bottom:15px}.recipe-tips-list{list-style:none;padding:0}.recipe-tips-list li{padding:10px 0 10px 30px;position:relative;color:#555;line-height:1.6}.recipe-tips-list li:before{content:"💡";position:absolute;left:0;font-size:1.2rem}.no-recipes{text-align:center;padding:60px 20px;color:#999;font-size:1.2rem}@media (max-width: 768px){.recipe-grid-container{grid-template-columns:1fr;gap:20px}.recipe-detail-title{font-size:2rem}.recipe-detail-image{height:250px}.recipe-detail-content{grid-template-columns:1fr;gap:30px}.recipe-detail-meta{gap:15px}.recipe-instructions-list li{padding-left:60px}}.contact-page{width:100%;min-height:100vh}.contact-hero{background:linear-gradient(135deg,#667eea,#764ba2);padding:4rem 2rem;text-align:center;color:#fff}.contact-hero-content h1{font-size:3rem;font-weight:700;margin:0 0 1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.contact-hero-content p{font-size:1.25rem;margin:0;opacity:.95}.contact-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.contact-content{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:start}.contact-form-section{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 40px #0000001a}.form-header{margin-bottom:2rem}.form-header h2{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.form-header p{font-size:1rem;color:#6b7280;margin:0}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.95rem;font-weight:600;color:#374151;margin-bottom:.5rem}.required{color:#ef4444}.form-group input,.form-group textarea{padding:.875rem 1rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:10px;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input.error,.form-group textarea.error{border-color:#ef4444}.form-group textarea{resize:vertical;min-height:120px}.error-message{color:#ef4444;font-size:.875rem;margin-top:.5rem}.checkbox-group{margin:.5rem 0}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-weight:500}.checkbox-label input[type=checkbox]{width:20px;height:20px;margin-right:.75rem;cursor:pointer;accent-color:#667eea}.checkbox-text{color:#374151;font-size:1rem}.submit-btn{padding:1rem 2rem;font-size:1.125rem;font-weight:600;background:linear-gradient(135deg,#25d366,#1faa52);color:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 15px #25d3664d}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.btn-icon{font-size:1.25rem}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.contact-info-section{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:#f9fafb;padding:1.75rem;border-radius:15px;border:2px solid #e5e7eb;transition:all .3s ease}.info-card:hover{border-color:#667eea;transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.info-card.highlight{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-color:#0ea5e9}.info-icon{font-size:2.5rem;margin-bottom:.75rem}.info-card h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.info-card p{font-size:.95rem;color:#6b7280;margin:0;line-height:1.6}.info-card strong{color:#1f2937;font-weight:600}@media (max-width: 1024px){.contact-content{grid-template-columns:1fr}.contact-info-section{grid-row:1}.contact-form-section{grid-row:2}}@media (max-width: 768px){.contact-hero{padding:3rem 1.5rem}.contact-hero-content h1{font-size:2rem}.contact-hero-content p{font-size:1rem}.contact-container{padding:3rem 1.5rem}.contact-form-section{padding:2rem 1.5rem}.form-header h2{font-size:1.75rem}.contact-info-section{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.info-card.highlight{grid-column:1 / -1}}@media (max-width: 480px){.contact-hero{padding:2.5rem 1rem}.contact-hero-content h1{font-size:1.75rem}.contact-container{padding:2rem 1rem}.contact-form-section{padding:1.5rem 1rem}.form-header h2{font-size:1.5rem}.contact-info-section{grid-template-columns:1fr}.submit-btn{font-size:1rem;padding:.875rem 1.75rem}}.search-bar{display:flex;align-items:center;border:1px solid #ddd;border-radius:25px;overflow:hidden;width:50%;background:#f9f9f9}.search-bar input{flex:1;border:none;padding:8px 14px;outline:none;background:transparent}.search-bar button{border:none;background:none;padding:8px 14px;color:#555;cursor:pointer}.search-bar button:hover{color:#45a049}.site-header{width:100%;font-family:Poppins,sans-serif;border-bottom:1px solid #eee;position:sticky;top:0;z-index:1000;background-color:#fff;box-shadow:0 2px 5px #0000001a}.header-top{display:flex;justify-content:space-between;align-items:center;padding:4px 30px;background-color:#f8f9fa;font-size:.85rem}.social-icons a{margin-right:10px;color:#333;transition:color .2s}.social-icons a:hover{color:#45a049}.email-section a{color:#d36868;text-decoration:none}.header-middle{display:flex;justify-content:space-between;align-items:center;padding:12px 30px;background-color:#fff;border-bottom:1px solid #eee}.logo{height:60px;cursor:pointer}.header-icons{display:flex;align-items:center;gap:18px}.user-info{cursor:pointer;display:flex;align-items:center;gap:6px;font-weight:500}.cart-icon{position:relative;cursor:pointer;font-size:1.3rem}.cart-badge{position:absolute;top:-5px;right:-10px;background:#45a049;color:#fff;border-radius:50%;padding:2px 6px;font-size:.75rem}.header-bottom{background:#0ea400}.nav-links{list-style:none;display:flex;justify-content:center;gap:50px;color:#fff;margin:0;padding:10px 0}@media (max-width: 768px){.nav-links{gap:15px;flex-wrap:wrap;padding:10px 15px;font-size:.85rem}}@media (max-width: 480px){.nav-links{gap:8px;font-size:.75rem}}.nav-links a{color:#fff;text-decoration:none;font-weight:500}.nav-links a:hover{color:#fff;font-weight:500}.nav-links a.active{color:#fff;text-decoration:underline}.dropdown{position:relative}.dropdown-menu{display:none;position:absolute;top:35px;background:#fff;color:#fff;list-style:none;padding:8px 0;box-shadow:0 4px 10px #0000001a;border-radius:4px;min-width:160px;z-index:1000}.dropdown-menu:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu a{display:block;color:#45a049!important;padding:6px 15px}.dropdown-menu a:hover{background:#fff;color:#45a049!important}.phone-link{color:#45a049;font-weight:600}.user-loggedin{display:flex;align-items:center;gap:10px}.user-profile{display:flex;align-items:center;gap:6px;cursor:pointer}.user-avatar{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.user-name{font-weight:500}.logout-btn{background:none;border:none;color:#d9534f;cursor:pointer;display:flex;align-items:center;gap:4px;font-weight:500}.logout-btn:hover{text-decoration:underline}.site-footer{background:#2c3e50;color:#ecf0f1;padding:60px 0 20px;margin-top:80px;border-top:4px solid #4caf50}.footer-content{max-width:1200px;margin:0 auto 40px;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.footer-section h3{color:#4caf50;font-size:1.3rem;font-weight:700;margin-bottom:20px;position:relative;padding-bottom:10px}.footer-section h3:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:3px;background:#4caf50}.footer-section p{color:#bdc3c7;line-height:1.8;margin-bottom:12px;display:flex;align-items:flex-start;gap:10px}.footer-section a{color:#bdc3c7;text-decoration:none;transition:all .3s ease;display:flex;align-items:center;gap:10px;margin-bottom:10px}.footer-section a:hover{color:#4caf50;transform:translate(5px)}.footer-icon{color:#4caf50;font-size:1.1rem;min-width:20px}.social-links{display:flex;gap:15px;margin-top:15px}.social-link{width:40px;height:40px;border-radius:50%;background:#34495e;display:flex;align-items:center;justify-content:center;color:#ecf0f1;font-size:1.2rem;transition:all .3s ease}.social-link:hover{background:#4caf50;color:#fff;transform:translateY(-3px);box-shadow:0 4px 8px #4caf504d}.footer-bottom{border-top:1px solid #34495e;padding-top:30px;text-align:center;color:#95a5a6;font-size:.9rem}.footer-bottom-links{display:flex;justify-content:center;gap:20px;margin-bottom:15px;flex-wrap:wrap}.footer-bottom-links a{color:#95a5a6;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#4caf50}.footer-logo{font-size:1.8rem;font-weight:800;color:#4caf50;margin-bottom:15px;display:flex;align-items:center;gap:10px}.footer-tagline{color:#95a5a6;font-style:italic;margin-bottom:20px}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:30px}.site-footer{padding:40px 0 20px;margin-top:60px}.footer-bottom-links{flex-direction:column;gap:10px}}.about-page{width:100%}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);padding:5rem 2rem;text-align:center;color:#fff;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.about-hero-content{position:relative;z-index:1}.about-title{font-size:3.5rem;font-weight:700;margin:0 0 1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.about-tagline{font-size:1.5rem;margin:0;opacity:.95;font-weight:300}.about-container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-section{padding:5rem 0}.story-section{background:#fff}.why-section{background:#f9fafb}.offer-section{background:#fff}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.underline{width:80px;height:4px;background:linear-gradient(to right,#667eea,#764ba2);margin:0 auto;border-radius:2px}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.content-grid.reverse{direction:rtl}.content-grid.reverse>*{direction:ltr}.content-text{font-size:1.125rem;line-height:1.8;color:#4b5563}.lead-text{font-size:1.25rem;color:#1f2937;margin-bottom:1.5rem;line-height:1.7}.content-text p{margin-bottom:1.5rem}.content-text strong{color:#667eea;font-weight:600}.content-image{border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #0000001a;transition:transform .3s ease}.content-image:hover{transform:scale(1.02)}.content-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.why-list{display:flex;flex-direction:column;gap:2rem}.why-item{display:flex;gap:1.5rem;align-items:flex-start}.why-icon{font-size:2.5rem;flex-shrink:0}.why-item h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.why-item p{margin:0;color:#6b7280;line-height:1.6}.stats-section{background:linear-gradient(135deg,#10b981,#059669);padding:5rem 2rem;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-card{text-align:center;padding:2rem 1rem;background:#ffffff1a;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;border:2px solid rgba(255,255,255,.2)}.stat-card:hover{transform:translateY(-10px);background:#fff3;border-color:#fff6}.stat-number{font-size:3rem;font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.stat-label{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.stat-description{font-size:.875rem;opacity:.9}.offer-cards{display:grid;gap:2rem}.offer-card{padding:2rem;background:#f9fafb;border-radius:15px;border:2px solid #e5e7eb;transition:all .3s ease}.offer-card:hover{border-color:#667eea;box-shadow:0 10px 30px #667eea1a;transform:translateY(-5px)}.offer-icon{font-size:3rem;margin-bottom:1rem}.offer-card h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.offer-card p{color:#6b7280;line-height:1.7;margin-bottom:1.5rem}.delivery-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;font-size:.875rem}.delivery-badge.delhi{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.delivery-badge.india{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.badge-icon{font-size:1.125rem}.mission-section{background:linear-gradient(135deg,#1f2937,#111827);padding:5rem 2rem;color:#fff;text-align:center}.mission-content h2{font-size:2.5rem;font-weight:700;margin:0 0 1.5rem}.mission-text{font-size:1.25rem;line-height:1.8;max-width:800px;margin:0 auto;opacity:.95}.about-cta-section{background:linear-gradient(to bottom,#f8fdf8,#fff);padding:5rem 2rem;text-align:center}.about-cta-section h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.about-cta-section p{font-size:1.125rem;color:#6b7280;margin:0 0 2rem}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;box-shadow:0 4px 15px #0000001a}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-secondary{background:#25d366;color:#fff}.btn-secondary:hover{background:#1faa52;transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}@media (max-width: 1024px){.about-title{font-size:2.5rem}.section-header h2{font-size:2rem}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.about-hero{padding:3rem 1.5rem}.about-title{font-size:2rem}.about-tagline{font-size:1.125rem}.about-section{padding:3rem 0}.content-grid,.content-grid.reverse{grid-template-columns:1fr;gap:2rem;direction:ltr}.section-header h2{font-size:1.75rem}.lead-text{font-size:1.125rem}.content-text{font-size:1rem}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.stat-number{font-size:2.5rem}.about-cta-section h2{font-size:1.75rem}.cta-buttons{flex-direction:column;align-items:stretch}.btn{width:100%}.mission-content h2{font-size:1.75rem}.mission-text{font-size:1rem}}@media (max-width: 480px){.about-hero{padding:2.5rem 1rem}.about-title{font-size:1.75rem}.about-container{padding:0 1rem}.why-item{gap:1rem}.why-icon,.stat-number{font-size:2rem}.offer-card{padding:1.5rem}.btn{padding:.875rem 2rem;font-size:1rem}}
