Mix & Match - 5 Meal Plan
.im * { box-sizing: border-box; margin: 0; padding: 0; } .im { font-family: 'DM Sans', sans-serif; color: #1a1a1a; max-width: 900px; margin: 0 auto; padding: 40px 20px 0; } .im-off er { background: #df2020; border-radius: 14px; padding: 22px 32px; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; text-align: center; } .im-offer-title { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 4px; } .im-offer-desc { font-size: 15px; color: #fff; font-weight: 400; line-height: 1.5; } .im-hero { background: linear-gradient(150deg, #b8d9c4 0%, #a8ceb6 50%, #9dc4ac 100%); border-radius: 20px; padding: 52px 44px 48px; margin-bottom: 12px; position: relative; overflow: hidden; text-align: center; } .im-hero::before { content: ''; position: absolute; top: -60px; right: -60px; width: 280px; height: 280px; border-radius: 50%; background: rgba(255,255,255,0.04); pointer-events: none; } .im-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(47,79,62,0.10); border: 1px solid rgba(47,79,62,0.25); border-radius: 100px; padding: 7px 18px; font-size: 11px; font-weight: 600; color: #2f4f3e; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 22px; } .im-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: #2f4f3e; flex-shrink: 0; } .im-hero h1 { font-family: 'Playfair Display', serif; font-size: 46px; font-weight: 900; line-height: 1.08; color: #1a3a2a; margin-bottom: 14px; } .im-hero h1 em { font-style: italic; color: #c41a1a; } .im-hero-sub { font-size: 17px; color: #3a5a45; line-height: 1.70; font-weight: 400; max-width: 540px; margin: 0 auto; } .im-trust { background: #eef5f0; border-radius: 14px; padding: 20px 28px; display: flex; justify-content: space-around; gap: 12px; margin: 12px 0 32px; flex-wrap: wrap; overflow: hidden; } .im-trust-item { display: flex; flex-direction: column; align-items: center; gap: 4px; min-width: 90px; } .im-trust-num { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: #2f4f3e; line-height: 1; } .im-trust-label { font-size: 10px; color: #777; text-align: center; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; } .im-section-head { margin: 32px 0 18px; text-align: center; } .im-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #df2020; margin-bottom: 6px; display: block; } .im-section-head h2 { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 700; color: #1a1a1a; line-height: 1.2; } .im-row { display: block; padding: 20px 24px; background: linear-gradient(135deg, #f5faf6 0%, #edf5f0 100%); border: 1px solid #cdddd5; border-radius: 14px; margin-bottom: 14px; } .im-row-title { font-size: 15px; font-weight: 700; color: #1a1a1a; margin-bottom: 6px; } .im-row-title span { color: #df2020; } .im-row-desc { font-size: 15px; color: #222; line-height: 1.70; font-weight: 400; } .im-row-desc strong { color: #df2020; font-weight: 600; } .im-img { border-radius: 16px; overflow: hidden; margin-bottom: 20px; border: 1px solid #e8e4dc; } .im-img img { width: 100%; display: block; } .im-hiw { background: linear-gradient(150deg, #b8d9c4 0%, #a8ceb6 50%, #9dc4ac 100%); border-radius: 20px; padding: 36px; margin: 24px 0; } .im-hiw-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #2f4f3e; margin-bottom: 6px; } .im-hiw-title { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; color: #1a3a2a; margin-bottom: 4px; } .im-hiw-sub { font-size: 15px; color: #3a5a45; margin-bottom: 24px; font-weight: 400; } .im-step { display: flex; align-items: flex-start; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(47,79,62,0.15); } .im-step:last-of-type { border-bottom: none; padding-bottom: 0; } .im-step:first-of-type { padding-top: 0; } .im-step-left { display: flex; flex-direction: column; align-items: center; gap: 5px; flex-shrink: 0; } .im-step-icon { width: 48px; height: 48px; border-radius: 13px; background: #df2020; display: flex; align-items: center; justify-content: center; font-size: 22px; } .im-step-num { font-size: 10px; font-weight: 700; color: rgba(47,79,62,0.4); letter-spacing: 0.06em; text-transform: uppercase; } .im-step-title { font-size: 17px; font-weight: 700; color: #1a3a2a; margin-bottom: 4px; } .im-step-desc { font-size: 15px; color: #3a5a45; line-height: 1.70; font-weight: 400; } .im-step-pill { display: inline-block; background: rgba(223,32,32,0.15); border: 1px solid rgba(223,32,32,0.30); color: #df2020; font-size: 11px; font-weight: 700; border-radius: 100px; padding: 4px 12px; margin-top: 7px; letter-spacing: 0.04em; text-transform: uppercase; } @media (max-width: 560px) { .im-hero { padding: 36px 24px; } .im-hero h1 { font-size: 32px; } .im-hiw { padding: 24px 20px; } .im-contact { flex-direction: column; text-align: center; } .im-offer { flex-direction: column; } } GTA's MOST RELIABLE Indian Kitchen Ghar Ka Khana Delivered FreshAcross the GTA No compromise on quality. No cooking required. Just heat eat and enjoy. Weekly deliveries on Sunday and Wednesday. .imtickwrap{overflow:hidden;padding:18px 0;}.imticktrack{display:flex;flex-direction:row;width:max-content;animation:imtick 22s linear infinite;white-space:nowrap;}@keyframes imtick{0%{transform:translateX(0)}100%{transform:translateX(-50%)}} 20+Yrs Experience 24ozMeal Portions 100%Authentic Spices GTAWide Delivery 15+Weekly Options 3 MinTo Heat 20+Yrs Experience 24ozMeal Portions 100%Authentic Spices GTAWide Delivery 20+Weekly Options 3 MinTo Heat Your Weekly Desi CRAVING Why 2518 Customers Across GTA Order Indian Meals Authentic Meals, Traditional Recipes Our traditional Indian chefs will cook, prep, pack and deliver your meals fresh to your home every week so you don't have to worry about grocery, cooking, prepping and cleaning every week. Real Spices. Real Taste. Real Indian Taste. Our expert chefs cook with authentic Indian spices and hand picked ingredients so that we can serve you the best quality and taste every week. Big Portions - 24oz Biryanis - 16oz Curries Big portions and 20+ weekly menu options ensure you never go hungry or get bored with your Indian meals. Veg & Non-Veg - Something for Everyone We care about your religion and choices, and thats why we provide both veg and non-veg options. All veg dishes are cooked separately. WHAT IS Split Delivery? Your meals arrive in two fresh trips. We split your weekly order into two deliveries so every meal reaches you at peak freshness. Never sitting too long, always tasting just right. π First Delivery First half of your meals, fresh off the stove π Second Delivery Rest of your meals, extra fresh and right on time β Simply select "Split Delivery" at cart for only $8.99 and we handle the rest. Enjoy fresh meals to preserve quality and taste. We Deliver Across the GTA Green pins show all our delivery areas across the GTA Sunday Delivery 2:00 PM - 8:00 PM Wednesday Delivery 5:00 PM - 8:00 PM How It Works It is Really Simple. 4 easy steps and your food is at your door. 01 Step 1 Pick Your Favourite Meals Choose your favourites from our weekly menu with over 20 options for your cravings. Fresh menu every week 02 Step 2 Chef Sarrah Cooks Fresh She cooks every meal fresh using real spices and real ingredients. Nothing frozen. Nothing from a packet. Made fresh every week 03 Step 3 We Deliver It to Your Door Your food arrives every Sunday (2-8pm) and Wednesday (5-8pm) right to your door across the GTA. Sunday & Wednesday delivery 04 Step 4 Just Heat, Eat & Enjoy 2 to 3 minutes in the microwave and it is ready. No cooking. No mess. Just hot, fresh Indian food. Ready in 2-3 minutes Got Questions? Not sure which plan to pick? Just call us. We will help you out. Call +1 (647) 768-2964 Sunday Delivery 2:00 PM - 8:00 PM Wednesday Delivery 5:00 PM - 8:00 PM .leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0} .leaflet-container{overflow:hidden} .leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none} .leaflet-tile::selection{background:transparent} .leaflet-marker-icon,.leaflet-marker-shadow{display:block} .leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0} .leaflet-tile{filter:inherit;visibility:hidden} .leaflet-tile-loaded{visibility:inherit} .leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700} .leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200} .leaflet-control{position:relative;z-index:800;pointer-events:auto} .leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none} .leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0} .leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right} .leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px} .leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px} .leaflet-zoom-animated{-webkit-transform-origin:0 0;transform-origin:0 0} .leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear} .leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1} .leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)} .leaflet-interactive{cursor:pointer} .leaflet-grab{cursor:-webkit-grab;cursor:grab} .leaflet-container{background:#ddd;font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5} .leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px} .leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:black} .leaflet-bar a:hover{background-color:#f4f4f4} .leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px} .leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none} .leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px Lucida Console,Monaco,monospace;text-indent:1px} .leaflet-control-attribution{background:rgba(255,255,255,.8);margin:0;font-size:.625rem} .leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)} .leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px} .leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none} .leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;transform:rotate(45deg)} .leaflet-popup-content{margin:13px 24px;line-height:1.3;font-size:.875rem} .leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent} .leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)} .leaflet-tooltip-top:before{bottom:0;left:50%;margin-left:-6px;border-top-color:#fff;position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""} .im-tip { background:#2f4f3e !important; color:#fff !important; border:none !important; border-radius:4px !important; font-size:10px !important; font-weight:700 !important; font-family:Arial,sans-serif !important; padding:2px 6px !important; box-shadow:0 1px 4px rgba(0,0,0,0.3) !important; white-space:nowrap !important; } .im-tip::before { border-top-color:#2f4f3e !important; } (function(){ if(!document.getElementById('im-map')) return; var m = L.map('im-map',{scrollWheelZoom:false}); m.setView([43.72, -79.55], 9); L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',{attribution:'Β© OpenStreetMap contributors',maxZoom:13}).addTo(m); function p(col,star){ return L.divIcon({className:'', html:''+(star?'β ':'')+'', iconSize:[36,46],iconAnchor:[18,46],popupAnchor:[0,-46] }); } [["Toronto",43.6532,-79.3832],["Mississauga",43.589,-79.6441],["Brampton",43.7315,-79.7624], ["Vaughan",43.8361,-79.4985],["Markham",43.8561,-79.337],["Scarborough",43.7731,-79.2577], ["Richmond Hill",43.8828,-79.4403],["North York",43.7615,-79.4111],["Newmarket",44.0592,-79.4613], ["Oakville",43.4675,-79.6877],["Burlington",43.3255,-79.799],["Oshawa",43.8971,-78.8658], ["Ajax",43.8509,-79.0204],["Whitby",43.8975,-78.9429],["Pickering",43.8354,-79.0893], ["Aurora",43.9967,-79.4501],["Milton",43.5183,-79.8774],["Georgetown",43.648,-79.9168], ["Bolton",43.8754,-79.7337],["Caledon",43.8668,-79.8687],["King City",43.927,-79.5292], ["Stouffville",43.9718,-79.2456],["Woodbridge",43.7873,-79.5937],["East York",43.6983,-79.331], ["Halton Hills",43.6332,-79.8733],["Orangeville",43.9192,-80.0934],["Acton",43.6354,-80.0428], ["Rexdale",43.7282,-79.5636],["Downsview",43.7503,-79.4757],["Etobicoke",43.7184,-79.5181], ["Kleinburg",43.8882,-79.6307],["Nobleton",43.9324,-79.6607],["Palgrave",43.9461,-79.8407] ].forEach(function(c){ L.marker([c[1],c[2]],{icon:p('#2f4f3e',true)}).addTo(m) .bindTooltip(c[0],{permanent:true,direction:'top',className:'im-tip'}) .bindPopup(''+c[0]+'β Delivery available'); }); })();