@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap";:root{--saffron:#e8720c;--saffron-light:#fdf0e6;--saffron-mid:#f5a35a;--turmeric:#c9a227;--turmeric-light:#fbf5e0;--leaf:#3a6b35;--leaf-light:#ebf3ea;--cream:#fdfaf5;--charcoal:#1c1c1c;--brown:#4a2e1a;--gray-mid:#6b6b6b;--gray-light:#f2ede6;--border:#482a121f;--radius:14px;--radius-sm:8px}*,:before,:after{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--cream);color:var(--charcoal);font-family:Inter,sans-serif;font-size:16px;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}.whatsapp-icon{fill:#25d366;width:22px;height:22px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.explore-menu{flex-direction:column;gap:20px;display:flex}.explore-menu h1{color:#262626;font-weight:500}.explore-menu-text{color:gray;max-width:60%}.explore-menu-list{text-align:center;justify-content:space-between;align-items:center;gap:10px;margin:20px 0;display:flex;overflow-x:scroll}.explore-menu-list::-webkit-scrollbar{display:none}.explore-menu-list-item{cursor:pointer;border-radius:50%;min-width:140px;height:180px;transition:all .2s}.explore-menu-list-item p{color:#747474;cursor:pointer;margin-top:10px;font-size:max(1.4vw,16px)}.explore-menu hr{color:#e2e2e2;height:2px;margin:10px 0}.explore-menu-list-item .active{border:4px solid tomato;border-radius:50%;padding:2px}.explore-menu-list-item img{border-radius:50%;width:85px;height:80px}@media (width<=1050px){.explore-menu-text{max-width:100%;font-size:14px}}.hero{min-height:100vh;padding:7rem 2rem 5rem;position:relative;overflow:hidden}.hero-bg{pointer-events:none;background:radial-gradient(80% 60% at 60% 40%,#e8720c14 0%,#0000 70%),radial-gradient(50% 50% at 20% 70%,#c9a22712 0%,#0000 60%);position:absolute;inset:0}.mandala{opacity:.07;width:600px;height:600px;animation:60s linear infinite rotateSlow;position:absolute;top:50%;right:-80px;transform:translateY(-50%)}@keyframes rotateSlow{0%{transform:translateY(-50%)rotate(0)}to{transform:translateY(-50%)rotate(360deg)}}.hero-content{z-index:2;max-width:640px;position:relative}.hero-badge{background:var(--turmeric-light);color:var(--brown);letter-spacing:.08em;text-transform:uppercase;border:1px solid #c9a2274d;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.78rem;font-weight:600;display:inline-flex}.dot{background:var(--turmeric);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{letter-spacing:-1px;color:var(--brown);margin-bottom:1.25rem;font-family:Playfair Display,serif;font-size:clamp(2.8rem,6vw,4.5rem);line-height:1.1}.hero h1 em{color:var(--saffron);font-family:Playfair Display,serif;font-style:italic}.hero-sub{color:var(--gray-mid);max-width:500px;margin-bottom:2rem;font-size:1.15rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary{background:var(--saffron);color:#fff;border-radius:100px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.btn-primary:hover{background:#c9640a;transform:translateY(-1px)}.btn-secondary{color:var(--brown);border:1.5px solid var(--border);background:0 0;border-radius:100px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.btn-secondary:hover{border-color:var(--saffron);background:var(--saffron-light)}.hero-stats{border-top:1px solid var(--border);gap:2.5rem;margin-top:3rem;padding-top:2rem;display:flex}.stat-item{flex-direction:column;display:flex}.stat-num{color:var(--brown);font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700}.stat-label{color:var(--gray-mid);letter-spacing:.04em;font-size:.8rem;font-weight:500}section{padding:5rem 2rem}.container{max-width:1080px;margin:0 auto}.section-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--saffron);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.section-title{color:var(--brown);letter-spacing:-.5px;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.2}.section-body{color:var(--gray-mid);max-width:540px;font-size:1.05rem;line-height:1.8}.how-section{background:var(--gray-light)}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.step-card{background:var(--cream);border-radius:var(--radius);border:1px solid var(--border);padding:2rem 1.5rem;transition:transform .2s,box-shadow .2s;position:relative}.step-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #482a1214}.step-num{color:#e8720c26;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:3rem;font-weight:700;line-height:1}.step-icon{margin-bottom:.75rem;font-size:1.75rem}.step-title{color:var(--brown);margin-bottom:.4rem;font-size:1rem;font-weight:600}.step-desc{color:var(--gray-mid);font-size:.9rem;line-height:1.65}.menu-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;display:flex}.day-tabs{flex-wrap:wrap;gap:10px;margin:30px 0;display:flex}.day-tabs button{cursor:pointer;border:none;border-radius:999px;padding:10px 18px}.active-tab{color:#fff;background-color:#dd6700;font-weight:600}.weekly-menu-grid{flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-top:90px;display:flex}.weekly-menu-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;width:320px;min-width:320px;max-width:320px;overflow:hidden}.weekly-menu-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #482a121a}.weekly-menu-image{object-fit:cover;width:100%;height:180px;display:block}.menu-card-body{min-height:140px;padding:1.25rem}.menu-dish{color:var(--brown);margin-bottom:.25rem;font-size:1rem;font-weight:600}.menu-desc{color:var(--gray-mid);margin-bottom:.75rem;font-size:.85rem;line-height:1.55}.menu-card-footer{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.menu-price{color:var(--leaf);font-size:18px;font-weight:600}.food-item-counter p{margin:0;font-weight:600}.menu-change{text-align:center;color:var(--gray-mid);margin-top:4rem;font-size:.9rem}.story-section{background:var(--brown);color:var(--cream)}.story-section .section-eyebrow{color:var(--saffron-mid)}.story-section .section-title{color:var(--cream)}.story-layout{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.story-text p{color:#fdfaf5cc;margin-bottom:1.25rem;font-size:1.05rem;line-height:1.85}.story-text p:last-of-type{margin-bottom:0}.story-visual{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.spice-circle{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:280px;height:280px;font-size:5rem;display:flex;position:relative}.orbit-item{background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;display:flex;position:absolute}.story-h2{color:var(--cream);margin-bottom:1.5rem}.t-diya{top:-20px;left:50%;transform:translate(-50%)}.r-diya{top:50%;right:-20px;transform:translateY(-50%)}.b-diya{bottom:-20px;left:50%;transform:translate(-50%)}.l-diya{top:50%;left:-20px;transform:translateY(-50%)}.lan-date{color:#fdfaf580;text-align:center;padding-top:20px;font-size:.875rem}.delivery-banner{background:var(--saffron-light);border-radius:var(--radius);border:1px solid #e8720c33;flex-wrap:wrap;align-items:center;gap:2.5rem;margin-top:2.5rem;padding:2.5rem;display:flex}.delivery-icon{flex-shrink:0;font-size:3rem}.delivery-info{flex:1;min-width:200px}.delivery-title{color:var(--brown);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.delivery-desc{color:var(--gray-mid);font-size:.95rem}.delivery-time{border:1px solid var(--border);border-radius:var(--radius-sm);text-align:center;background:#fff;min-width:140px;padding:1rem 1.5rem}.time-label{letter-spacing:.1em;text-transform:uppercase;color:var(--gray-mid);font-size:.7rem;font-weight:700}.time-value{color:var(--saffron);font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700}.daily-div{color:var(--gray-mid);margin-top:.2rem;font-size:.75rem}.loc-div{margin-top:1.5rem}.what-call{color:var(--saffron);font-weight:600;text-decoration:none}.order-section{text-align:center;background:linear-gradient(135deg,#e8720c 0%,#c9a227 100%);padding:6rem 2rem}.order-section .section-eyebrow{color:#ffffffb3}.order-section .section-title{color:#fff;max-width:560px;margin:0 auto 1rem}.order-section .section-body{color:#fffc;margin:0 auto 2rem}.btn-white{color:var(--saffron);background:#fff;border-radius:100px;align-items:center;gap:.6rem;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .2s;display:inline-flex}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.food-display{margin-top:30px}.food-display h2{font-size:max(2vw,24px);font-weight:600}.food-display-list{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.food-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;width:320px;min-width:320px;max-width:320px;overflow:hidden}.food-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #482a121a}.food-card-image{object-fit:cover;width:100%;height:220px;display:block}.food-card-body{min-height:140px;padding:1.25rem}.food-card-title{color:var(--brown);margin-bottom:.25rem;font-size:1rem;font-weight:600}.food-card-desc{color:var(--gray-mid);margin-bottom:.75rem;font-size:.85rem;line-height:1.55}.food-card-footer{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.food-card-price{color:var(--leaf);font-size:22px;font-weight:700}.add-btn{cursor:pointer;width:36px}.food-item-counter{background:#fff;border:1px solid #ddd;border-radius:50px;align-items:center;gap:10px;padding:6px 10px;display:flex}.food-item-counter img{cursor:pointer;width:28px}.veg-badge{color:var(--leaf);background:var(--leaf-light);letter-spacing:.04em;border:1px solid #3a6b3533;border-radius:100px;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.72rem;font-weight:600;display:inline-flex}.cart{width:min(1100px,92%);margin:120px auto 80px}.cart-heading{margin-bottom:30px}.cart-heading h1{color:var(--brown);margin-bottom:10px;font-family:Playfair Display,serif;font-size:2.5rem}.cart-heading p{color:var(--gray-mid)}.cart-items{border:1px solid var(--border);border-radius:var(--radius);background:#fff;overflow:hidden}.cart-items-title{grid-template-columns:90px 2fr 1fr 1fr 1fr 70px;align-items:center;padding:18px 24px;display:grid}.cart-items-title:first-child{background:var(--saffron-light);color:var(--brown);text-transform:uppercase;letter-spacing:.05em;font-size:13px;font-weight:600}.cart-items-item{color:var(--charcoal)}.cart-items-item:hover{background:#e8720c08}.cart-items-item img{object-fit:cover;border-radius:12px;width:70px;height:70px}.cart hr{background:var(--border);border:none;height:1px}.cross{color:#b42318;cursor:pointer;background:#ffe8e8;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:22px;transition:all .2s;display:flex}.cross:hover{color:#fff;background:#b42318}.cart-bottom{grid-template-columns:1.2fr .8fr;gap:30px;margin-top:50px;display:grid}.cart-total{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:30px}.cart-total h2{color:var(--brown);margin-bottom:25px;font-family:Playfair Display,serif}.cart-totals-details{color:var(--gray-mid);justify-content:space-between;padding:10px 0;display:flex}.cart-total button{background:var(--saffron);color:#fff;cursor:pointer;border:none;border-radius:50px;width:100%;margin-top:25px;padding:14px;font-weight:600;transition:all .2s}.cart-total button:hover{background:#c9640a;transform:translateY(-2px)}.cart-promocode{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:30px}.cart-promocode p{color:var(--gray-mid);margin-bottom:15px}.cart-promocode-input{border:1px solid var(--border);border-radius:50px;display:flex;overflow:hidden}.cart-promocode-input input{background:0 0;border:none;outline:none;flex:1;padding:14px 18px}.cart-promocode-input button{background:var(--brown);color:#fff;cursor:pointer;border:none;padding:0 25px}.cart-promocode-input button:hover{background:#2d190d}.veg-badge{color:var(--leaf);background:var(--leaf-light);letter-spacing:.04em;border:1px solid #3a6b3533;border-radius:100px;align-items:center;gap:.3rem;margin-top:10px;padding:.2rem .6rem;font-size:.72rem;font-weight:600;display:inline-flex}.veg-square{border:1.5px solid var(--leaf);border-radius:2px;justify-content:center;align-items:center;width:10px;height:10px;display:flex}.veg-dot{background:var(--leaf);border-radius:50%;width:5px;height:5px}@media (width<=768px){.cart-items-title{grid-template-columns:70px 1.5fr 1fr 1fr;font-size:12px}.cart-items-title p:nth-child(3),.cart-items-title p:nth-child(5){display:none}.cart-bottom{grid-template-columns:1fr}.cart-heading h1{font-size:2rem}}.place-order{justify-content:space-between;align-items:start;gap:50px;width:90%;margin:120px auto 100px;display:flex}.place-order-left{width:100%;max-width:max(30%,500px)}.place-order-left .title{font-size:30px;font-weight:600px;margin-bottom:50px}.place-order-left input{border:1px solid #c5c5c5;border-radius:4px;outline-color:tomato;width:100%;margin-bottom:15px;padding:10px}.place-order-left .multi-fields{gap:10px;display:flex}.place-order-right{width:100%;max-width:max(40%,500px);margin-top:50px}.place-order .cart-total button{margin-top:30px}.login-popup{z-index:1000;background-color:#0a090990;width:100%;height:100%;display:grid;position:absolute}.login-popup-container{color:gray;background-color:#fff;border-radius:8px;flex-direction:column;place-self:center;gap:25px;width:max(23vw,330px);padding:25px 30px;font-size:14px;animation:.5s fadeIn;display:flex}.login-popup-title{color:#000;justify-content:space-between;align-items:center;display:flex}.login-popup-title img{cursor:pointer;width:16px}.login-popup-inputs{flex-direction:column;gap:20px;display:flex}.login-popup-inputs input{border:1px solid #c9c9c9;border-radius:8px;outline:none;padding:10px}.login-popup-container button{color:#fff;cursor:pointer;background-color:tomato;border:none;border-radius:8px;padding:10px;font-size:15px}.login-popup-condition{align-items:start;gap:8px;margin-top:-15px;display:flex}.login-popup-condition input{margin-top:5px}.login-popup span{color:tomato;cursor:pointer;font-weight:500}.cl{position:absolute;top:30px;right:60px}nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#fdfaf5eb;justify-content:space-between;align-items:center;height:64px;padding:0 5rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{color:var(--brown);letter-spacing:-.3px;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;text-decoration:none}.nav-logo span{color:var(--saffron)}.nav-links{gap:2rem;list-style:none;display:flex}.navbar .active{border-bottom:2px solid #e5b815;padding-bottom:8px}.nav-links a{color:var(--gray-mid);letter-spacing:.02em;font-size:.98rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--saffron)}.nav-cta{background:var(--saffron);border-radius:100px;padding:.5rem 1.25rem;color:#fff!important;transition:background .2s!important}.nav-cta:hover{color:#fff!important;background:#c9640a!important}.nav-cta-li{margin-top:5px}.cart-i{font-size:30px}.navbar .log-btn{color:#49557e;cursor:pointer;background:0 0;border:1px solid #482e29;border-radius:50px;padding:.5rem 1.25rem;font-size:16px;transition:all .3s}.navbar .log-btn:hover{background-color:#fff4f2}.user-i{margin-top:5px;font-size:22px}@media (width<=768px){nav{padding:0 1.25rem}.nav-links{display:none}section{padding:4rem 1.25rem}.story-layout{grid-template-columns:1fr;gap:2.5rem}.spice-circle{width:200px;height:200px;font-size:3.5rem}.hero-stats{gap:1.5rem}.mandala{opacity:.05;width:300px;height:300px;right:-40px}}footer{background:var(--charcoal);color:#fff9;padding:3rem 2rem 2rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1080px;margin:0 auto;display:flex}.footer-brand .nav-logo{color:#fff}.footer-brand p{max-width:240px;margin-top:.5rem;font-size:.875rem;line-height:1.65}.footer-contact{font-size:.875rem}.footer-contact h4{color:#fff;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:700}.footer-contact p{margin-bottom:.3rem}.footer-contact a{color:#fff9;text-decoration:none}.footer-contact a:hover{color:var(--saffron-mid)}.footer-bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;gap:.5rem;max-width:1080px;margin:2rem auto 0;padding-top:1.5rem;font-size:.8rem;display:flex}.f-logo{font-family:Playfair Display,serif}
