5 Meal Plan
.glb * { box-sizing: border-box; margin: 0; padding: 0; } .glb { font-family: 'DM Sans', sans-serif; color: #1a1a1a; max-width: 900px; margin: 0 auto; padding: 0 20px 60px; } /* TO P TICKER */ .glb-ticker { background: #0A0800; padding: 10px 0; overflow: hidden; margin: 0 -20px; border-bottom: 1px solid rgba(191,149,40,0.3); } .glb-ticker-track { display: flex; animation: glb-scroll 12s linear infinite; white-space: nowrap; } .glb-ticker-track span { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #FBF6EC; padding: 0 26px; } .glb-ticker-track span::after { content: '✦'; margin-left: 26px; color: #BF9528; opacity: 0.7; } @keyframes glb-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } } /* HERO */ .glb-hero { background: linear-gradient(150deg, #1A1200 0%, #110D00 55%, #0A0800 100%); border-radius: 0; margin: 0 -20px 12px; padding: 80px 40px 64px; min-height: 380px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; text-align: center; } .glb-hero::before { content: ''; position: absolute; top: -80px; right: -80px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(191,149,40,0.13) 0%, transparent 70%); pointer-events: none; } .glb-hero::after { content: ''; position: absolute; bottom: -60px; left: -40px; width: 280px; height: 280px; border-radius: 50%; background: rgba(191,149,40,0.05); pointer-events: none; } .glb-badge { display: inline-block; background: rgba(191,149,40,0.14); border: 1px solid rgba(191,149,40,0.38); border-radius: 100px; padding: 7px 18px; font-size: 11px; font-weight: 600; color: #BF9528; text-transform: uppercase; margin-bottom: 18px; position: relative; z-index: 1; } .glb-badge .label { letter-spacing: 0.08em; margin-right: -0.08em; } .glb-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(38px, 7vw, 72px); font-weight: 700; line-height: 1.06; color: #FFFFFF; margin-bottom: 20px; position: relative; z-index: 1; } .glb-hero h1 em { font-style: italic; color: #BF9528; } .glb-hero-reviews { display: inline-flex; flex-direction: column; align-items: center; gap: 6px; margin-top: 22px; position: relative; z-index: 1; text-decoration: none; } .glb-hero-reviews .stars { font-size: 17px; letter-spacing: 3px; color: #BF9528; line-height: 1; } .glb-hero-reviews .rating { font-size: 13px; color: rgba(255,255,255,0.6); font-weight: 500; } .glb-hero-reviews .cta { font-size: 12.5px; font-weight: 700; color: #BF9528; letter-spacing: 0.03em; text-decoration: underline; text-underline-offset: 3px; } .glb-hero-reviews:hover .cta { color: #FFFFFF; } .glb-hero-sub { font-size: 17px; color: rgba(255,255,255,0.65); line-height: 1.6; max-width: 520px; margin: 0 auto; position: relative; z-index: 1; } .glb-btn-primary { display: inline-block; background: linear-gradient(135deg, #BF9528 0%, #A07A18 100%); color: #0A0800; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 16px 36px; border-radius: 100px; text-decoration: none; border: none; cursor: pointer; box-shadow: 0 4px 20px rgba(191,149,40,0.35); transition: transform 0.2s, box-shadow 0.2s; } .glb-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(191,149,40,0.45); color: #0A0800; text-decoration: none; } .glb-btn-secondary, .rte a.glb-btn-secondary, .rte .glb-btn-secondary, .rte button.glb-btn-secondary { display: inline-block; background: rgba(255,255,255,0.12); border: 1.5px solid rgba(255,255,255,0.65) !important; color: #FFFFFF !important; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; padding: 16px 36px; border-radius: 100px; text-decoration: none !important; cursor: pointer; transition: background 0.2s, border-color 0.2s; } .glb-btn-secondary:hover, .rte a.glb-btn-secondary:hover { background: rgba(255,255,255,0.2); border-color: #FFFFFF !important; color: #FFFFFF !important; text-decoration: none !important; } /* STATS */ .glb-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 12px; } .glb-stat-card { background: #FBF6EC; border: 1px solid rgba(191,149,40,0.2); border-radius: 14px; padding: 20px 16px; text-align: center; } .glb-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 27px; font-weight: 700; color: #1A1200; line-height: 1; margin-bottom: 4px; } .glb-stat-label { font-size: 11px; font-weight: 600; color: #5A4010; line-height: 1.35; } /* FULL-WIDTH IMAGE */ .glb-img-block { border-radius: 16px; overflow: hidden; margin-bottom: 12px; line-height: 0; } .glb-img-block img { width: 100%; height: auto; display: block; } /* SHARED SECTION STYLES */ .glb-eyebrow { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #1A1200; margin-bottom: 8px; } /* USP ROWS */ .glb-usp-row { background: #FBF6EC; border-radius: 16px; padding: 32px 40px; margin-bottom: 12px; } .glb-usp-row.dark { background: #110D00; } .glb-usp-label { font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #BF9528; margin-bottom: 6px; } .glb-usp-h { font-family: 'Cormorant Garamond', serif; font-size: clamp(20px, 3.2vw, 27px); font-weight: 700; line-height: 1.2; color: #1A1200; margin-bottom: 8px; } .glb-usp-row.dark .glb-usp-h { color: #FFFFFF; } .glb-usp-p { font-size: 14px; color: #3A2A00; line-height: 1.65; } .glb-usp-p strong { color: #BF9528; } .glb-usp-row.dark .glb-usp-p { color: rgba(255,255,255,0.62); } .glb-usp-row.dark .glb-usp-p strong { color: #BF9528; } /* HOW IT WORKS (steps + modal trigger) */ .glb-hiw { background: #FBF6EC; border-radius: 16px; padding: 40px 40px 36px; margin-bottom: 12px; } .glb-hiw h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(24px, 3.8vw, 34px); font-weight: 700; color: #1A1200; margin-bottom: 22px; line-height: 1.2; } .glb-hiw-steps { display: flex; flex-direction: column; margin-bottom: 28px; } .glb-hiw-step { text-align: center; padding: 18px 0; border-top: 1px solid rgba(191,149,40,0.25); } .glb-hiw-step:first-child { border-top: none; padding-top: 0; } .glb-hiw-step .n { font-family: 'Cormorant Garamond', serif; font-size: 15px; font-weight: 700; color: #BF9528; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 8px; } .glb-hiw-step .t { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 700; color: #1A1200; margin-bottom: 6px; line-height: 1.2; } .glb-hiw-step .d { font-size: 13px; color: #5A4010; line-height: 1.55; } .glb-hiw-cta { text-align: center; } /* MODAL */ .glb-modal-overlay { display: none; position: fixed; inset: 0; background: rgba(10,8,0,0.78); z-index: 9999; align-items: center; justify-content: center; padding: 24px; } .glb-modal-overlay.active { display: flex; } .glb-modal-box { background: #FBF6EC; border-radius: 16px; max-width: 640px; width: 100%; max-height: 88vh; overflow-y: auto; position: relative; padding: 16px; } .glb-modal-close { position: absolute; top: 10px; right: 10px; width: 34px; height: 34px; border-radius: 50%; background: #1A1200; color: #FFFFFF; border: none; font-size: 18px; line-height: 34px; text-align: center; cursor: pointer; z-index: 2; } .glb-modal-box img { width: 100%; height: auto; display: block; border-radius: 10px; } /* DELIVERY */ .glb-delivery { background: #FBF6EC; border-radius: 16px; padding: 40px 40px 36px; margin-bottom: 12px; text-align: center; } .glb-delivery h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(24px, 3.8vw, 34px); font-weight: 700; color: #1A1200; margin-bottom: 28px; line-height: 1.2; } .glb-delivery .glb-eyebrow { text-align: center; } .glb-delivery-grid { display: flex; flex-direction: column; margin-bottom: 24px; } .glb-delivery-card { text-align: center; padding: 18px 0; border-top: 1px solid rgba(191,149,40,0.25); } .glb-delivery-card:first-child { border-top: none; padding-top: 0; } .glb-day-name { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #BF9528; margin-bottom: 8px; } .glb-day-time { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 700; color: #1A1200; margin-bottom: 6px; line-height: 1.2; } .glb-day-cutoff { font-size: 12px; color: #5A4010; line-height: 1.45; } .glb-delivery-note { font-size: 14px; color: #3A2A00; line-height: 1.65; border-top: 1px solid rgba(191,149,40,0.15); padding-top: 20px; text-align: center; max-width: 480px; margin: 0 auto; } .glb-delivery-note strong { color: #1A1200; } .glb-map { border-radius: 12px; overflow: hidden; margin-top: 24px; line-height: 0; border: 1px solid rgba(191,149,40,0.2); } .glb-map iframe { width: 100%; height: 240px; border: 0; display: block; } /* MEAL PLANS */ .glb-plans { background: #110D00; border-radius: 16px; padding: 40px 40px 36px; margin-bottom: 12px; text-align: center; } .glb-plans h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px, 4vw, 38px); font-weight: 700; color: #FFFFFF; margin-bottom: 8px; line-height: 1.15; } .glb-plans h2 em { font-style: italic; color: #BF9528; } .glb-plans-sub { font-size: 14px; color: rgba(255,255,255,0.5); margin-bottom: 24px; } .glb-plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; } .glb-plan { background: rgba(191,149,40,0.08); border: 1px solid rgba(191,149,40,0.28); border-radius: 14px; padding: 24px 14px; text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 4px; transition: background 0.2s, transform 0.2s, border-color 0.2s; } .glb-plan:hover { background: rgba(191,149,40,0.18); border-color: rgba(191,149,40,0.65); transform: translateY(-3px); text-decoration: none; } .glb-plan .num { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 700; color: #BF9528; line-height: 1; } .glb-plan .word { font-size: 11.5px; font-weight: 600; color: rgba(255,255,255,0.6); letter-spacing: 0.06em; text-transform: uppercase; } /* CONTACT */ .glb-contact { background: #FBF6EC; border: 2px solid rgba(191,149,40,0.35); border-radius: 16px; padding: 30px 36px; margin-bottom: 12px; display: flex; gap: 20px; align-items: center; flex-wrap: wrap; } .glb-contact-icon { font-size: 34px; line-height: 1; } .glb-contact-text { flex: 1 1 240px; } .glb-contact-text h3 { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 700; color: #1A1200; margin-bottom: 5px; } .glb-contact-text p { font-size: 13.5px; color: #3A2A00; line-height: 1.6; } /* RESPONSIVE */ @media (max-width: 700px) { .glb { padding: 0 14px 40px; } .glb-hero { padding: 56px 22px 48px; min-height: 320px; } .glb-stats { grid-template-columns: 1fr 1fr; } .glb-usp-row { padding: 26px 22px; } .glb-hiw, .glb-delivery, .glb-plans { padding: 30px 22px; } .glb-plan-grid { grid-template-columns: 1fr 1fr; } .glb-contact { padding: 22px; } } Ghar Ka KhanaNo Seed OilsShakahari and Non-VegFresh, Never FrozenSmall Batch WeeklyCooked with GheeMade with PyaarDelivered Across Fresno and ClovisGhar Ka KhanaNo Seed OilsShakahari and Non-VegFresh, Never FrozenSmall Batch WeeklyCooked with GheeMade with PyaarDelivered Across Fresno and Clovis Delivered Across Clovis and Fresno Ghar Ka Khana.Delivered to Your Door. Slow-cooked masala. Family recipes. The same flavours from Gulab Indian Bistro, ready to heat in minutes. ★★★★★ 4.5 on Google · 3.4k Reviews See What People Are Saying #1 Indian Restaurant in Clovis 2-3 Minutes to Heat & Eat 24oz Filled to the Brim 0 Seed Oils. Ever. 🏠 Homestyle Desi Cuisine Maa Ke Haath Ka Khana. Without the Cooking. Family-owned, made to taste like ammi/maa's kitchen. The perfect masala, the slow-cooked curries, the craving nothing else fixes. For anyone who misses ghar ka khana but not the hours it takes to make it. 🥬 Shakahari and Non-Veg Pure Veg or Love Your Gosht? We've Got You. From high-protein Lamb Curry to slow-cooked Saag Paneer, every option is clearly marked so you always know what's on your plate. 🚫 No Seed Oils. Ever. Cooked with Ghee. The Way It Should Be. No refined seed oils, no shortcuts. Just ghee and healthier oils, the way your family cooks at home. Made with pyaar, every single time. 🌿 Fresh, High-Quality Ingredients Taaza Ingredients. Every Time. Never frozen. Never canned. Only day-fresh produce, sourced the way you'd shop for your own kitchen. You'll notice it from the first bite. ⏱️ Built for Busy Desi Lives Aaj Kya Banayein? Never Again. Authentic desi flavours, ready in 2 to 3 minutes. No stressing about dinner tonight. Just heat and enjoy. How It Works Pick Your Meals. We Cook Fresh. Heat in Minutes. Step One Choose Your Plan 5, 6, 7, 10 or 15 meals a week Step Two We Cook Fresh Small batch, ghar ka khana style Step Three Heat and Eat Ready in 2 to 3 minutes View Full Breakdown × Delivery and Pickup Fresh Meals, Every Week Sunday Delivery 12 to 3 PM Clovis, Fresno & nearby · Order by Friday Sunday Pickup 2 to 6 PM In-store pickup Wednesday Pickup 2 to 8 PM In-store pickup No more "aaj kya banayein?" Get ghar ka khana delivered every Sunday, or pick up in store Sunday or Wednesday. Want More Than 5 Meals a Week? Scale up. One order, your whole week handled. 6Meal Plan 7Meal Plan 10Meal Plan 15Meal Plan 💬 Need Help Choosing a Plan? We're one message away. Reach out and we'll help you find the right option for your week. Contact Us
More you might like
Related
Meal Planner Printable | Weekly Meal Planner | Grocery List
Related
Meal Planner Journal, Food Diary, Meal Log, Monthly Meal Pla
Related
Magnetic Weekly Evening Meal Planner & Shopping List | 52 Pa
Related