{"id":85,"date":"2026-04-19T02:57:54","date_gmt":"2026-04-19T02:57:54","guid":{"rendered":"https:\/\/malwafood.in\/?page_id=85"},"modified":"2026-04-19T14:11:41","modified_gmt":"2026-04-19T08:41:41","slug":"home","status":"publish","type":"page","link":"https:\/\/malwafood.in\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Malwa Food | Premium Traditional Taste<\/title>\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700&family=Poppins:wght@300;400;600&display=swap');\n\n        :root {\n            --primary: #b32d2e;\n            --gold: #c5a059;\n            --dark: #1a1a1a;\n            --light-bg: #fdfdfd;\n            --shadow: 0 10px 30px rgba(0,0,0,0.08);\n        }\n\n        body {\n            font-family: 'Poppins', sans-serif;\n            margin: 0;\n            padding: 0;\n            background-color: var(--light-bg);\n            color: var(--dark);\n            line-height: 1.6;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            height: 80vh;\n            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), \n                        url('https:\/\/malwafood.in\/wp-content\/uploads\/2026\/04\/17765872590442.jpg');\n            background-size: cover;\n            background-position: center;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            color: white;\n            padding: 0 20px;\n        }\n\n        \/* YAHAN COLOR WHITE KIYA HAI *\/\n        .hero-content h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(2.5rem, 6vw, 4.5rem);\n            margin-bottom: 20px;\n            letter-spacing: 1px;\n            color: #ffffff !important; \/* Force white color *\/\n            text-shadow: 2px 2px 10px rgba(0,0,0,0.3);\n        }\n\n        .hero-content p {\n            font-size: 1.2rem;\n            margin-bottom: 30px;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n            font-weight: 300;\n            color: #ffffff;\n        }\n\n        .btn-main {\n            display: inline-block;\n            background: var(--primary);\n            color: white;\n            padding: 15px 40px;\n            text-decoration: none;\n            border-radius: 50px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            box-shadow: 0 4px 15px rgba(179, 45, 46, 0.3);\n        }\n\n        \/* PREMIUM BADGES SECTION *\/\n        .badges {\n            display: flex;\n            justify-content: center;\n            gap: 40px;\n            padding: 60px 20px;\n            background: #f9f4e8; \/* Light premium cream background *\/\n            border-top: 2px solid var(--gold);\n            border-bottom: 2px solid var(--gold);\n            flex-wrap: wrap;\n        }\n\n        .badge-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 8px;\n            font-weight: 700;\n            color: #4a3721; \/* Deep brown for premium look *\/\n            font-size: 1.1rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .badge-item span {\n            font-size: 2.5rem;\n            margin-bottom: 5px;\n        }\n\n        \/* Products Section *\/\n        .section-container {\n            max-width: 1200px;\n            margin: 80px auto;\n            padding: 0 20px;\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .section-header h2 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: var(--dark);\n            margin-bottom: 10px;\n        }\n\n        .section-header .underline {\n            width: 80px;\n            height: 3px;\n            background: var(--gold);\n            margin: 0 auto;\n        }\n\n        .product-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 40px;\n        }\n\n        .product-card {\n            background: white;\n            border-radius: 20px;\n            overflow: hidden;\n            transition: all 0.4s ease;\n            position: relative;\n            border: 1px solid #f0f0f0;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .product-card:hover {\n            transform: translateY(-10px);\n            box-shadow: var(--shadow);\n        }\n\n        .image-container {\n            width: 100%;\n            height: 320px;\n            overflow: hidden;\n            background: #f9f9f9;\n        }\n\n        .image-container img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            transition: transform 0.5s ease;\n            padding: 20px;\n        }\n\n        .product-info {\n            padding: 30px;\n            text-align: center;\n        }\n\n        .product-category {\n            font-size: 0.8rem;\n            color: var(--gold);\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            font-weight: 700;\n            margin-bottom: 10px;\n        }\n\n        .product-title {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            color: var(--dark);\n            font-family: 'Playfair Display', serif;\n        }\n\n        .product-desc {\n            font-size: 0.95rem;\n            color: #666;\n            margin-bottom: 25px;\n            min-height: 50px;\n        }\n\n        .btn-outline {\n            display: block;\n            border: 2px solid var(--primary);\n            color: var(--primary);\n            padding: 10px 25px;\n            text-decoration: none;\n            border-radius: 5px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n        }\n\n        .btn-outline:hover {\n            background: var(--primary);\n            color: white;\n        }\n\n        .promo-banner {\n            background: #fdf5f5;\n            padding: 80px 20px;\n            text-align: center;\n            border-top: 1px solid #eee;\n        }\n\n        @media (max-width: 768px) {\n            .hero-content h1 { font-size: 2.2rem; }\n            .badges { gap: 30px; padding: 40px 10px; }\n            .badge-item { font-size: 0.9rem; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"hero\">\n        <div class=\"hero-content\">\n            <h1>Authentic Flavors of Malwa<\/h1>\n            <p>Experience the heritage of taste with our premium collection of handcrafted snacks, spices, and wellness supplements.<\/p>\n            <a href=\"https:\/\/malwafood.in\/?post_type=product\" class=\"btn-main\">Shop the Collection<\/a>\n        <\/div>\n    <\/section>\n\n    <div class=\"badges\">\n        <div class=\"badge-item\"><span>\ud83c\udf3f<\/span> 100% NATURAL<\/div>\n        <div class=\"badge-item\"><span>\ud83d\udce6<\/span> PAN-INDIA SHIPPING<\/div>\n        <div class=\"badge-item\"><span>\u2728<\/span> ZERO PRESERVATIVES<\/div>\n        <div class=\"badge-item\"><span>\ud83c\udfc6<\/span> PREMIUM QUALITY<\/div>\n    <\/div>\n\n    <section class=\"section-container\">\n        <div class=\"section-header\">\n            <h2>Our Signature Products<\/h2>\n            <div class=\"underline\"><\/div>\n        <\/div>\n\n        <div class=\"product-grid\">\n            <div class=\"product-card\">\n                <div class=\"image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/malwafood.in\/wp-content\/uploads\/2026\/04\/ChatGPT-Image-Apr-18-2026-09_34_23-PM.png\" alt=\"Malwa Shakti\">\n                <\/div>\n                <div class=\"product-info\">\n                    <div class=\"product-category\">Wellness<\/div>\n                    <h3 class=\"product-title\">Malwa Shakti Energy Powder<\/h3>\n                    <p class=\"product-desc\">An Ayurvedic blend of premium dry fruits and herbs designed for natural vitality.<\/p>\n                    <a href=\"https:\/\/malwafood.in\/?product=malwa-shakti-ayurvedic-dry-fruits-energy-powder-200g\" class=\"btn-outline\">Order Now<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"product-card\">\n                <div class=\"image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/malwafood.in\/wp-content\/uploads\/2026\/04\/file_00000000b1a071fa92014d9589590d5b.png\" alt=\"Ratlami Sev\">\n                <\/div>\n                <div class=\"product-info\">\n                    <div class=\"product-category\">Snacks<\/div>\n                    <h3 class=\"product-title\">Premium Ratlami Sev<\/h3>\n                    <p class=\"product-desc\">The legendary spicy gram flour snack with signature Malwa punch.<\/p>\n                    <a href=\"https:\/\/malwafood.in\/?product=malwafood-premium-ratlami-sev-spicy-gram-flour-snack-400g\" class=\"btn-outline\">Order Now<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"product-card\">\n                <div class=\"image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/malwafood.in\/wp-content\/uploads\/2026\/04\/file_00000000496471faba2ef4a861b6d23d.png\" alt=\"Turmeric Powder\">\n                <\/div>\n                <div class=\"product-info\">\n                    <div class=\"product-category\">Spices<\/div>\n                    <h3 class=\"product-title\">Premium Turmeric Powder<\/h3>\n                    <p class=\"product-desc\">Pure, stone-ground, and vibrant. No artificial colors\u2014just nature.<\/p>\n                    <a href=\"https:\/\/malwafood.in\/?product=malwafood-premium-turmeric-powder\" class=\"btn-outline\">Order Now<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"product-card\">\n                <div class=\"image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/malwafood.in\/wp-content\/uploads\/2026\/04\/file_00000000eb3871fa9454a6080680a35c.png\" alt=\"Red Chilli Powder\">\n                <\/div>\n                <div class=\"product-info\">\n                    <div class=\"product-category\">Spices<\/div>\n                    <h3 class=\"product-title\">Premium Red Chilli Powder<\/h3>\n                    <p class=\"product-desc\">Pure, stone-ground, and vibrant. Raw heat and flavor.<\/p>\n                    <a href=\"https:\/\/malwafood.in\/?product=malwafood-premium-red-chilli-powder-pure-spicy-natural-lal-mirch-powder\" class=\"btn-outline\">Order Now<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"promo-banner\">\n        <div class=\"promo-content\">\n            <h2>Purity You Can Trust<\/h2>\n            <p>At Malwa Food, we believe in preserving the traditional methods of preparation.<\/p>\n            <a href=\"https:\/\/malwafood.in\/?post_type=product\" style=\"color: var(--primary); font-weight: 600; text-decoration: none; border-bottom: 2px solid var(--gold);\"> Our all products \u2192<\/a>\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Malwa Food | Premium Traditional Taste Authentic Flavors of Malwa Experience the heritage of taste with our premium collection of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-85","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/malwafood.in\/index.php?rest_route=\/wp\/v2\/pages\/85","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/malwafood.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/malwafood.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/malwafood.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/malwafood.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=85"}],"version-history":[{"count":15,"href":"https:\/\/malwafood.in\/index.php?rest_route=\/wp\/v2\/pages\/85\/revisions"}],"predecessor-version":[{"id":109,"href":"https:\/\/malwafood.in\/index.php?rest_route=\/wp\/v2\/pages\/85\/revisions\/109"}],"wp:attachment":[{"href":"https:\/\/malwafood.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=85"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}