.App{min-height:100vh;background-color:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:20px;color:var(--primary-green)}.section-subtitle{text-align:center;color:var(--text-light);margin-bottom:50px;font-size:1.1rem}@media(max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}.header{position:fixed;top:0;left:0;right:0;background-color:var(--white);box-shadow:0 2px 10px #0000001a;z-index:1000;transition:all .3s ease}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-image{height:60px;width:auto;max-width:200px;object-fit:contain}.logo-text{font-size:2rem;font-weight:700;color:var(--primary-green);letter-spacing:1px}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu li a{color:var(--text-dark);font-weight:500;transition:color .3s ease;padding:.5rem 0}.nav-menu li a:hover{color:var(--primary-orange)}.order-btn{background-color:var(--primary-orange);color:var(--white)!important;padding:.8rem 1.5rem!important;border-radius:25px;font-weight:600}.order-btn:hover{background-color:var(--primary-green);transform:translateY(-2px);box-shadow:0 4px 12px #ff8c424d}.menu-toggle{display:none;flex-direction:column;background:transparent;gap:4px}.menu-toggle span{width:25px;height:3px;background-color:var(--primary-green);border-radius:3px;transition:all .3s ease}@media(max-width:768px){.logo-image{height:50px;max-width:160px}.menu-toggle{display:flex}.nav-menu{position:fixed;top:70px;right:-100%;flex-direction:column;background-color:var(--white);width:100%;padding:2rem;gap:1.5rem;transition:right .3s ease;box-shadow:0 4px 12px #0000001a}.nav-menu.active{right:0}.nav-menu li a{font-size:1.2rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:80px;overflow:hidden}.hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--cream) 0%,#ffe8d6 100%);z-index:-1}.hero-bg:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,140,66,.15) 0%,transparent 70%);border-radius:50%}.hero-bg:after{content:"";position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(45,95,63,.1) 0%,transparent 70%);border-radius:50%}.hero-content{max-width:700px;z-index:1}.hero-title{font-size:4rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--primary-green)}.highlight{color:var(--primary-orange);display:block}.hero-description{font-size:1.2rem;color:var(--text-light);margin-bottom:2.5rem;line-height:1.8}.hero-buttons{display:flex;gap:1.5rem;margin-bottom:3rem}.btn{padding:1rem 2rem;border-radius:30px;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block}.btn-primary{background-color:var(--primary-orange);color:var(--white);box-shadow:0 4px 15px #ff8c424d}.btn-primary:hover{background-color:#ff7a29;transform:translateY(-3px);box-shadow:0 6px 20px #ff8c4266}.btn-secondary{background-color:var(--primary-green);color:var(--white);box-shadow:0 4px 15px #2d5f3f33}.btn-secondary:hover{background-color:var(--light-green);transform:translateY(-3px);box-shadow:0 6px 20px #2d5f3f4d}.hero-features{display:flex;gap:2.5rem;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--primary-green)}.feature-icon{font-size:1.5rem}@media(max-width:768px){.hero{min-height:auto;padding:120px 0 60px}.hero-title{font-size:2.5rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column}.btn{text-align:center}.hero-features{gap:1.5rem}.feature-item{font-size:.9rem}}.products{background-color:var(--white)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.product-card{background-color:var(--cream);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease;border:2px solid transparent}.product-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a;border-color:var(--primary-orange)}.product-icon{font-size:4rem;margin-bottom:1rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.product-title{font-size:1.5rem;font-weight:700;color:var(--primary-green);margin-bottom:1rem}.product-description{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.product-items{list-style:none;margin-bottom:2rem;text-align:left}.product-items li{color:var(--text-dark);position:relative;padding:.5rem 0 .5rem 1.5rem}.product-items li:before{content:"✓";position:absolute;left:0;color:var(--primary-orange);font-weight:700}.product-btn{background-color:var(--primary-orange);color:var(--white);padding:.8rem 2rem;border-radius:25px;font-weight:600;width:100%}.product-btn:hover{background-color:var(--primary-green);transform:scale(1.05)}@media(max-width:768px){.products-grid{grid-template-columns:1fr}}.about{background:linear-gradient(135deg,var(--cream) 0%,#fff 100%)}.about-content{margin-top:3rem}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.about-feature{text-align:center;padding:2rem;background-color:var(--white);border-radius:15px;transition:all .3s ease}.about-feature:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.feature-icon-large{font-size:3.5rem;margin-bottom:1rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.about-feature h3{font-size:1.3rem;color:var(--primary-green);margin-bottom:1rem;font-weight:700}.about-feature p{color:var(--text-light);line-height:1.6}.about-story{max-width:800px;margin:0 auto;text-align:center;padding:3rem;background-color:var(--white);border-radius:20px;box-shadow:0 10px 30px #0000000d}.about-story h3{font-size:2rem;color:var(--primary-orange);margin-bottom:1.5rem;font-weight:700}.about-story p{color:var(--text-light);line-height:1.8;font-size:1.1rem;margin-bottom:1rem}@media(max-width:768px){.about-features{grid-template-columns:1fr}.about-story{padding:2rem}.about-story h3{font-size:1.5rem}.about-story p{font-size:1rem}}.contact{background-color:var(--white)}.contact-content{max-width:900px;margin:0 auto}.delivery-platforms{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.platform-card{background:linear-gradient(135deg,var(--cream) 0%,#fff 100%);border-radius:20px;padding:2.5rem;text-align:center;box-shadow:0 5px 20px #00000014;transition:all .3s ease}.platform-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.platform-card h3{font-size:1.5rem;color:var(--primary-green);margin-bottom:1rem;font-weight:700}.platform-card p{color:var(--text-light);margin-bottom:2rem}.platform-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:30px;font-weight:600;color:var(--white);transition:all .3s ease}.platform-icon{font-size:1.5rem}.swiggy-btn{background-color:#fc8019}.swiggy-btn:hover{background-color:#e67316;transform:scale(1.05)}.zomato-btn{background-color:#e23744}.zomato-btn:hover{background-color:#cb2d39;transform:scale(1.05)}.contact-info{background-color:var(--primary-green);color:var(--white);border-radius:20px;padding:3rem;text-align:center}.contact-info h3{font-size:2rem;margin-bottom:2rem;font-weight:700}.info-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.info-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.info-icon{font-size:2.5rem;margin-bottom:.5rem}.info-item h4{font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.info-item p{color:#ffffffe6}@media(max-width:768px){.delivery-platforms,.info-items{grid-template-columns:1fr}.contact-info{padding:2rem}}.footer{background-color:var(--primary-green);color:var(--white);padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3,.footer-section h4{margin-bottom:1.5rem;font-weight:700}.footer-logo{font-size:2rem;color:var(--primary-orange);letter-spacing:1px}.footer-logo-container{margin-bottom:1rem}.footer-logo-image{height:70px;width:auto;max-width:220px;object-fit:contain;filter:brightness(1.1)}.footer-tagline{color:#fffc;margin-bottom:1.5rem;line-height:1.6}.social-links{display:flex;gap:1rem}.social-links a{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background-color:#ffffff1a;border-radius:50%;transition:all .3s ease;font-size:1.3rem}.social-links a:hover{background-color:var(--primary-orange);transform:translateY(-3px)}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#fffc;transition:color .3s ease}.footer-section ul li a:hover{color:var(--primary-orange)}.contact-list li{color:#fffc;display:flex;align-items:center;gap:.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#ffffffb3}.footer-links{display:flex;gap:2rem}.footer-links a{color:#ffffffb3;transition:color .3s ease}.footer-links a:hover{color:var(--primary-orange)}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.footer-links{flex-direction:column;gap:.5rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-orange: #ff8c42;--primary-green: #2d5f3f;--light-green: #4a7c59;--cream: #fff8f0;--white: #ffffff;--text-dark: #333333;--text-light: #666666}body{font-family:Poppins,sans-serif;line-height:1.6;color:var(--text-dark);overflow-x:hidden}html{scroll-behavior:smooth}button{cursor:pointer;border:none;outline:none;transition:all .3s ease}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}
