{"id":15,"date":"2026-09-03T09:21:30","date_gmt":"2026-09-03T03:51:30","guid":{"rendered":"https:\/\/masternetting.in\/?page_id=15"},"modified":"2026-09-03T09:58:50","modified_gmt":"2026-09-03T04:28:50","slug":"home","status":"publish","type":"page","link":"https:\/\/masternetting.in\/index.php\/home\/","title":{"rendered":"Home"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Alata&family=Lora:wght@400;500;600&display=swap');\n\n\n\/* =========================================================\n   MASTER NETTING HOME PAGE\n   ========================================================= *\/\n\n.mn-home {\n    --green: #064640;\n    --green-dark: #032b28;\n    --green-deep: #021f1d;\n    --gold: #c29a45;\n    --cream: #eee8d9;\n    --cream-light: #f7f2e7;\n    --ink: #173a39;\n    --white: #ffffff;\n\n    width: 100%;\n    margin: 0;\n    padding: 0;\n\n    overflow: hidden;\n\n    background: var(--cream);\n    color: var(--ink);\n\n    font-family: \"Lora\", Georgia, serif;\n}\n\n.mn-home *,\n.mn-home *::before,\n.mn-home *::after {\n    box-sizing: border-box;\n}\n\n.mn-home h1,\n.mn-home h2,\n.mn-home h3,\n.mn-home a,\n.mn-home button,\n.mn-home .mn-brand-name,\n.mn-home .mn-label,\n.mn-home .mn-number,\n.mn-home .mn-service-number {\n    font-family: \"Alata\", sans-serif;\n}\n\n.mn-home a {\n    text-decoration: none;\n}\n\n\n\/* =========================================================\n   HEADER\n   ========================================================= *\/\n\n.mn-header {\n    position: absolute;\n    top: 0;\n    left: 0;\n\n    width: 100%;\n\n    z-index: 100;\n\n    padding: 23px 5%;\n}\n\n.mn-header-inner {\n    max-width: 1320px;\n    margin: auto;\n\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n}\n\n.mn-brand {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n\n    color: #fff;\n}\n\n.mn-brand:hover {\n    color: #fff;\n}\n\n.mn-logo {\n    width: 48px;\n    height: 48px;\n\n    display: block;\n\n    object-fit: contain;\n\n    background: #fff;\n\n    border-radius: 5px;\n}\n\n.mn-brand-name {\n    color: #fff;\n\n    font-size: 21px;\n    font-weight: 400;\n\n    letter-spacing: 1.7px;\n\n    white-space: nowrap;\n}\n\n\n\/* =========================================================\n   DESKTOP NAVIGATION\n   ========================================================= *\/\n\n.mn-nav {\n    display: flex;\n    align-items: center;\n    gap: 32px;\n}\n\n.mn-nav a {\n    color: rgba(255,255,255,.92);\n\n    font-size: 14px;\n    font-weight: 400;\n\n    letter-spacing: .3px;\n\n    transition: color .25s ease;\n}\n\n.mn-nav a:hover {\n    color: var(--gold);\n}\n\n.mn-nav-quote {\n    padding: 12px 21px;\n\n    border: 1px solid rgba(194,154,69,.75);\n\n    background: rgba(3,43,40,.85);\n\n    border-radius: 3px;\n}\n\n.mn-nav-quote:hover {\n    color: #fff !important;\n\n    background: #021b19;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.mn-hero {\n    position: relative;\n\n    min-height: 780px;\n\n    display: flex;\n    align-items: center;\n\n    background-image:\n        linear-gradient(\n            90deg,\n            rgba(2,27,25,.97) 0%,\n            rgba(2,29,27,.91) 24%,\n            rgba(3,35,32,.70) 45%,\n            rgba(3,35,32,.36) 67%,\n            rgba(3,35,32,.08) 100%\n        ),\n        url(\"http:\/\/masternetting.in\/wp-content\/uploads\/2026\/09\/Invisible-Grills-for-Balcony.webp\");\n\n    background-position: center;\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n\n.mn-hero::after {\n    content: \"\";\n\n    position: absolute;\n    inset: 0;\n\n    background:\n        linear-gradient(\n            180deg,\n            rgba(0,0,0,.20) 0%,\n            transparent 30%,\n            rgba(0,0,0,.20) 100%\n        );\n\n    pointer-events: none;\n}\n\n.mn-hero-inner {\n    position: relative;\n\n    z-index: 2;\n\n    width: 90%;\n    max-width: 1320px;\n\n    margin: auto;\n\n    padding-top: 70px;\n}\n\n.mn-hero-content {\n    max-width: 650px;\n}\n\n\n\/* LABEL *\/\n\n.mn-label {\n    margin-bottom: 20px;\n\n    color: var(--gold);\n\n    font-size: 13px;\n    font-weight: 400;\n\n    letter-spacing: 2.4px;\n\n    text-transform: uppercase;\n}\n\n\n\/* HERO HEADING *\/\n\n.mn-hero h1 {\n    margin: 0 0 25px;\n\n    color: #fff;\n\n    font-size: clamp(46px, 5.8vw, 78px);\n\n    font-weight: 400;\n\n    line-height: 1.04;\n\n    letter-spacing: -.8px;\n}\n\n.mn-hero h1 span {\n    display: block;\n\n    color: var(--gold);\n}\n\n\n\/* HERO TEXT *\/\n\n.mn-hero-description {\n    max-width: 590px;\n\n    margin: 0 0 36px;\n\n    color: rgba(255,255,255,.86);\n\n    font-size: 17px;\n\n    line-height: 1.85;\n}\n\n\n\/* =========================================================\n   BUTTONS\n   ========================================================= *\/\n\n.mn-buttons {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n\n    flex-wrap: wrap;\n}\n\n.mn-button {\n    display: inline-flex;\n\n    align-items: center;\n    justify-content: center;\n\n    min-width: 165px;\n\n    padding: 15px 25px;\n\n    border-radius: 3px;\n\n    font-size: 14px;\n\n    letter-spacing: .35px;\n\n    transition: all .25s ease;\n}\n\n.mn-button:hover {\n    transform: translateY(-2px);\n}\n\n\n\/* PRIMARY *\/\n\n.mn-button-primary {\n    color: #fff;\n\n    background: #092b28;\n\n    border: 1px solid rgba(194,154,69,.70);\n\n    box-shadow: 0 9px 25px rgba(0,0,0,.22);\n}\n\n.mn-button-primary:hover {\n    color: #fff;\n\n    background: #041c1a;\n}\n\n\n\/* SECONDARY *\/\n\n.mn-button-secondary {\n    color: var(--ink);\n\n    background: var(--cream-light);\n\n    border: 1px solid rgba(20,53,54,.10);\n}\n\n.mn-button-secondary:hover {\n    color: var(--ink);\n\n    background: #e1d9c9;\n}\n\n\n\/* =========================================================\n   FEATURES\n   ========================================================= *\/\n\n.mn-features {\n    background: var(--green);\n\n    color: #fff;\n}\n\n.mn-feature-container {\n    max-width: 1320px;\n    margin: auto;\n\n    display: grid;\n\n    grid-template-columns: repeat(3, 1fr);\n}\n\n.mn-feature {\n    padding: 36px 30px;\n\n    text-align: center;\n\n    border-right: 1px solid rgba(255,255,255,.12);\n}\n\n.mn-feature:last-child {\n    border-right: none;\n}\n\n.mn-number {\n    margin-bottom: 9px;\n\n    color: var(--gold);\n\n    font-size: 12px;\n\n    letter-spacing: 2px;\n}\n\n.mn-feature h3 {\n    margin: 0 0 8px;\n\n    color: #fff;\n\n    font-size: 20px;\n\n    font-weight: 400;\n}\n\n.mn-feature p {\n    max-width: 300px;\n\n    margin: auto;\n\n    color: rgba(255,255,255,.70);\n\n    font-size: 14px;\n\n    line-height: 1.7;\n}\n\n\n\/* =========================================================\n   SERVICES\n   ========================================================= *\/\n\n.mn-services {\n    padding: 110px 5%;\n\n    background: var(--cream);\n}\n\n.mn-container {\n    max-width: 1320px;\n\n    margin: auto;\n}\n\n.mn-heading {\n    max-width: 720px;\n\n    margin-bottom: 58px;\n}\n\n.mn-heading .mn-label {\n    margin-bottom: 14px;\n}\n\n.mn-heading h2 {\n    margin: 0 0 18px;\n\n    color: var(--green-dark);\n\n    font-size: clamp(36px, 4vw, 56px);\n\n    font-weight: 400;\n\n    line-height: 1.12;\n}\n\n.mn-heading p {\n    margin: 0;\n\n    color: #596665;\n\n    font-size: 16px;\n\n    line-height: 1.85;\n}\n\n\n\/* SERVICE CARDS *\/\n\n.mn-service-grid {\n    display: grid;\n\n    grid-template-columns: repeat(3, 1fr);\n\n    gap: 22px;\n}\n\n.mn-service-card {\n    min-height: 260px;\n\n    padding: 36px;\n\n    background: var(--cream-light);\n\n    border: 1px solid rgba(20,53,54,.10);\n\n    transition: all .3s ease;\n}\n\n.mn-service-card:hover {\n    transform: translateY(-6px);\n\n    box-shadow: 0 16px 40px rgba(20,53,54,.10);\n}\n\n.mn-service-number {\n    margin-bottom: 25px;\n\n    color: var(--gold);\n\n    font-size: 13px;\n\n    letter-spacing: 1px;\n}\n\n.mn-service-card h3 {\n    margin: 0 0 13px;\n\n    color: var(--green);\n\n    font-size: 24px;\n\n    font-weight: 400;\n}\n\n.mn-service-card p {\n    margin: 0;\n\n    color: #5b6765;\n\n    font-size: 14px;\n\n    line-height: 1.8;\n}\n\n\n\/* =========================================================\n   DARK CTA\n   ========================================================= *\/\n\n.mn-dark-section {\n    padding: 100px 5%;\n\n    background: var(--green-dark);\n\n    text-align: center;\n}\n\n.mn-dark-inner {\n    max-width: 850px;\n\n    margin: auto;\n}\n\n.mn-dark-section .mn-label {\n    margin-bottom: 15px;\n}\n\n.mn-dark-section h2 {\n    margin: 0 0 18px;\n\n    color: #fff;\n\n    font-size: clamp(36px, 4vw, 56px);\n\n    font-weight: 400;\n\n    line-height: 1.12;\n}\n\n.mn-dark-section p {\n    max-width: 670px;\n\n    margin: 0 auto 32px;\n\n    color: rgba(255,255,255,.73);\n\n    font-size: 16px;\n\n    line-height: 1.85;\n}\n\n\n\/* =========================================================\n   CONTACT\n   ========================================================= *\/\n\n.mn-contact {\n    padding: 100px 5%;\n\n    background: var(--cream-light);\n}\n\n.mn-contact-box {\n    max-width: 1320px;\n\n    margin: auto;\n\n    display: flex;\n\n    align-items: center;\n\n    justify-content: space-between;\n\n    gap: 50px;\n}\n\n.mn-contact-text {\n    max-width: 650px;\n}\n\n.mn-contact-text h2 {\n    margin: 0 0 15px;\n\n    color: var(--green-dark);\n\n    font-size: clamp(35px, 4vw, 52px);\n\n    font-weight: 400;\n\n    line-height: 1.15;\n}\n\n.mn-contact-text p {\n    margin: 0;\n\n    color: #596665;\n\n    font-size: 16px;\n\n    line-height: 1.8;\n}\n\n\n\/* =========================================================\n   FOOTER\n   ========================================================= *\/\n\n.mn-footer {\n    padding: 32px 5%;\n\n    background: #021c1a;\n\n    color: rgba(255,255,255,.62);\n\n    text-align: center;\n\n    font-size: 13px;\n}\n\n.mn-footer strong {\n    display: block;\n\n    margin-bottom: 7px;\n\n    color: #fff;\n\n    font-family: \"Alata\", sans-serif;\n\n    font-size: 15px;\n\n    letter-spacing: 1.5px;\n}\n\n\n\/* =========================================================\n   MOBILE MENU BUTTON\n   ========================================================= *\/\n\n.mn-menu-button {\n    display: none;\n\n    width: 44px;\n    height: 44px;\n\n    padding: 0;\n\n    border: 1px solid rgba(255,255,255,.38);\n\n    border-radius: 3px;\n\n    background: rgba(0,0,0,.15);\n\n    color: #fff;\n\n    font-size: 23px;\n\n    cursor: pointer;\n}\n\n\n\/* =========================================================\n   MOBILE MENU\n   ========================================================= *\/\n\n.mn-mobile-menu {\n    position: fixed;\n\n    inset: 0;\n\n    z-index: 9999;\n\n    display: none;\n\n    align-items: center;\n\n    justify-content: center;\n\n    flex-direction: column;\n\n    gap: 27px;\n\n    background: #032b28;\n}\n\n.mn-mobile-menu.active {\n    display: flex;\n}\n\n.mn-mobile-close {\n    position: absolute;\n\n    top: 20px;\n    right: 25px;\n\n    border: 0;\n\n    background: none;\n\n    color: #fff;\n\n    font-size: 34px;\n\n    cursor: pointer;\n}\n\n.mn-mobile-menu a {\n    color: #fff;\n\n    font-size: 23px;\n}\n\n.mn-mobile-menu a:hover {\n    color: var(--gold);\n}\n\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media (max-width: 950px) {\n\n    .mn-nav {\n        display: none;\n    }\n\n    .mn-menu-button {\n        display: block;\n    }\n\n    .mn-hero {\n        min-height: 720px;\n\n        background-image:\n            linear-gradient(\n                180deg,\n                rgba(2,27,25,.86) 0%,\n                rgba(2,29,27,.90) 45%,\n                rgba(2,29,27,.45) 100%\n            ),\n            url(\"http:\/\/masternetting.in\/wp-content\/uploads\/2026\/09\/Invisible-Grills-for-Balcony.webp\");\n    }\n\n    .mn-feature-container {\n        grid-template-columns: 1fr;\n    }\n\n    .mn-feature {\n        border-right: none;\n\n        border-bottom: 1px solid rgba(255,255,255,.12);\n    }\n\n    .mn-feature:last-child {\n        border-bottom: none;\n    }\n\n    .mn-service-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .mn-contact-box {\n        flex-direction: column;\n\n        align-items: flex-start;\n    }\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media (max-width: 600px) {\n\n    .mn-header {\n        padding: 17px 5%;\n    }\n\n    .mn-logo {\n        width: 40px;\n        height: 40px;\n    }\n\n    .mn-brand-name {\n        font-size: 17px;\n\n        letter-spacing: 1.1px;\n    }\n\n    .mn-hero {\n        min-height: 700px;\n\n        background-position: 60% center;\n    }\n\n    .mn-hero-inner {\n        width: 88%;\n\n        padding-top: 85px;\n    }\n\n    .mn-hero h1 {\n        font-size: 43px;\n\n        line-height: 1.05;\n\n        letter-spacing: -.4px;\n    }\n\n    .mn-hero-description {\n        font-size: 15.5px;\n\n        line-height: 1.75;\n    }\n\n    .mn-buttons {\n        width: 100%;\n\n        flex-direction: column;\n\n        align-items: stretch;\n    }\n\n    .mn-button {\n        width: 100%;\n    }\n\n    .mn-services,\n    .mn-contact {\n        padding: 75px 6%;\n    }\n\n    .mn-dark-section {\n        padding: 75px 6%;\n    }\n\n    .mn-service-card {\n        min-height: auto;\n\n        padding: 30px;\n    }\n\n    .mn-feature {\n        padding: 29px 22px;\n    }\n}\n\n\n\n\/* Remove WordPress theme header and full-width page restriction *\/\n.wp-site-blocks > header {\n    display: none !important;\n}\n\n.wp-site-blocks > main {\n    max-width: none !important;\n    width: 100% !important;\n    padding: 0 !important;\n    margin: 0 !important;\n}\n\n.wp-site-blocks > main > .wp-block-group,\n.wp-site-blocks > main > .wp-block-post-content {\n    max-width: none !important;\n    width: 100% !important;\n    padding: 0 !important;\n    margin: 0 !important;\n}\n\n\n.mn-home {\n    width: 100vw !important;\n    max-width: none !important;\n    margin-left: calc(50% - 50vw) !important;\n    margin-right: calc(50% - 50vw) !important;\n}\n\n\n\/* Keep custom header below WordPress admin bar while logged in *\/\n.admin-bar .mn-header {\n    top: 32px;\n}\n\n@media (max-width: 782px) {\n    .admin-bar .mn-header {\n        top: 46px;\n    }\n}\n<\/style>\n\n<script data-wp-block-html=\"js\">\n(function () {\n\n    const menuButton = document.querySelector('.mn-menu-button');\n    const mobileMenu = document.getElementById('mn-mobile-menu');\n    const closeButton = document.querySelector('.mn-mobile-close');\n\n    if (!menuButton || !mobileMenu || !closeButton) {\n        return;\n    }\n\n    menuButton.addEventListener('click', function () {\n        mobileMenu.classList.add('active');\n        mobileMenu.setAttribute('aria-hidden', 'false');\n        menuButton.setAttribute('aria-expanded', 'true');\n        document.body.style.overflow = 'hidden';\n    });\n\n\n    closeButton.addEventListener('click', function () {\n        closeMobileMenu();\n    });\n\n\n    const mobileLinks = mobileMenu.querySelectorAll('a');\n\n    mobileLinks.forEach(function (link) {\n\n        link.addEventListener('click', function () {\n            closeMobileMenu();\n        });\n\n    });\n\n\n    function closeMobileMenu() {\n\n        mobileMenu.classList.remove('active');\n\n        mobileMenu.setAttribute('aria-hidden', 'true');\n\n        menuButton.setAttribute('aria-expanded', 'false');\n\n        document.body.style.overflow = '';\n\n    }\n\n\n    document.addEventListener('keydown', function (event) {\n\n        if (event.key === 'Escape') {\n            closeMobileMenu();\n        }\n\n    });\n\n})();\n<\/script>\n\n<div class=\"mn-home\">\n\n    <!-- =========================\n         HEADER\n         ========================= -->\n\n    <header class=\"mn-header\">\n\n        <div class=\"mn-header-inner\">\n\n            <a href=\"\/\" class=\"mn-brand\">\n\n                <img decoding=\"async\" class=\"mn-logo\" src=\"https:\/\/masternetting.in\/wp-content\/uploads\/2026\/09\/Master-Netting-Logo.png\" alt=\"Master Netting Logo\">\n\n                <span class=\"mn-brand-name\">\n                    MASTER NETTING\n                <\/span>\n\n            <\/a>\n\n\n            <nav class=\"mn-nav\">\n\n                <a href=\"\/\">\n                    Home\n                <\/a>\n\n                <a href=\"#mn-services\">\n                    Services\n                <\/a>\n\n                <a href=\"#mn-about\">\n                    About\n                <\/a>\n\n                <a href=\"#mn-contact\">\n                    Contact\n                <\/a>\n\n                <a href=\"tel:+919989205705\" class=\"mn-nav-quote\">\n                    Get a Quote\n                <\/a>\n\n            <\/nav>\n\n\n            <button class=\"mn-menu-button\" type=\"button\" aria-label=\"Open Menu\" aria-expanded=\"false\">\n\n                \u2630\n\n            <\/button>\n\n        <\/div>\n\n    <\/header>\n\n\n\n    <!-- =========================\n         HERO\n         ========================= -->\n\n    <section class=\"mn-hero\">\n\n        <div class=\"mn-hero-inner\">\n\n            <div class=\"mn-hero-content\">\n\n                <div class=\"mn-label\">\n                    Premium Safety Solutions\n                <\/div>\n\n\n                <h1>\n                    Safety Without\n                    <span>Compromising Your View<\/span>\n                <\/h1>\n\n\n                <p class=\"mn-hero-description\">\n                    Premium invisible grills and safety netting solutions\n                    designed to protect your family while keeping your\n                    home open, elegant and beautiful.\n                <\/p>\n\n\n                <div class=\"mn-buttons\">\n\n                    <!-- GET A FREE QUOTE \u2192 PHONE -->\n\n                    <a href=\"tel:+919989205705\" class=\"mn-button mn-button-primary\">\n                        Get a Free Quote\n                    <\/a>\n\n\n                    <!-- EXPLORE SERVICES \u2014 WE WILL LINK LATER -->\n\n                    <a href=\"#mn-services\" class=\"mn-button mn-button-secondary\">\n                        Explore Services\n                    <\/a>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n\n    <!-- =========================\n         FEATURES\n         ========================= -->\n\n    <section class=\"mn-features\">\n\n        <div class=\"mn-feature-container\">\n\n\n            <div class=\"mn-feature\">\n\n                <div class=\"mn-number\">\n                    01\n                <\/div>\n\n                <h3>\n                    Strong &amp; Reliable\n                <\/h3>\n\n                <p>\n                    Quality materials designed for dependable,\n                    long-lasting protection.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"mn-feature\">\n\n                <div class=\"mn-number\">\n                    02\n                <\/div>\n\n                <h3>\n                    Minimal &amp; Elegant\n                <\/h3>\n\n                <p>\n                    Safety solutions designed to protect without\n                    spoiling the beauty of your home.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"mn-feature\">\n\n                <div class=\"mn-number\">\n                    03\n                <\/div>\n\n                <h3>\n                    Professional Installation\n                <\/h3>\n\n                <p>\n                    Neat fitting and finishing by experienced\n                    installation professionals.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/section>\n\n\n\n    <!-- =========================\n         SERVICES\n         ========================= -->\n\n    <section class=\"mn-services\" id=\"mn-services\">\n\n        <div class=\"mn-container\">\n\n\n            <div class=\"mn-heading\">\n\n                <div class=\"mn-label\">\n                    Our Services\n                <\/div>\n\n                <h2>\n                    Protection designed around your space.\n                <\/h2>\n\n                <p>\n                    From balconies and windows to cricket practice\n                    areas, Master Netting provides practical,\n                    durable and elegant netting solutions.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"mn-service-grid\">\n\n\n                <article class=\"mn-service-card\">\n\n                    <div class=\"mn-service-number\">\n                        01\n                    <\/div>\n\n                    <h3>\n                        Invisible Grills\n                    <\/h3>\n\n                    <p>\n                        Strong and discreet balcony and window\n                        protection that helps preserve your open view\n                        and the appearance of your home.\n                    <\/p>\n\n                <\/article>\n\n\n                <article class=\"mn-service-card\">\n\n                    <div class=\"mn-service-number\">\n                        02\n                    <\/div>\n\n                    <h3>\n                        Safety Nets\n                    <\/h3>\n\n                    <p>\n                        Reliable safety netting for balconies,\n                        windows and other residential spaces where\n                        additional protection is needed.\n                    <\/p>\n\n                <\/article>\n\n\n                <article class=\"mn-service-card\">\n\n                    <div class=\"mn-service-number\">\n                        03\n                    <\/div>\n\n                    <h3>\n                        Cricket Practice Nets\n                    <\/h3>\n\n                    <p>\n                        Durable cricket netting solutions for\n                        academies, training grounds, schools and\n                        practice facilities.\n                    <\/p>\n\n                <\/article>\n\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n\n    <!-- =========================\n         ABOUT \/ CTA\n         ========================= -->\n\n    <section class=\"mn-dark-section\" id=\"mn-about\">\n\n        <div class=\"mn-dark-inner\">\n\n            <div class=\"mn-label\">\n                Master Netting\n            <\/div>\n\n            <h2>\n                Let&#8217;s make your space safer.\n            <\/h2>\n\n            <p>\n                Talk to Master Netting for a practical safety\n                solution designed around your home, balcony,\n                window or facility.\n            <\/p>\n\n\n            <a href=\"tel:+919989205705\" class=\"mn-button mn-button-secondary\">\n                Contact Us\n            <\/a>\n\n        <\/div>\n\n    <\/section>\n\n\n\n    <!-- =========================\n         CONTACT\n         ========================= -->\n\n    <section class=\"mn-contact\" id=\"mn-contact\">\n\n        <div class=\"mn-contact-box\">\n\n\n            <div class=\"mn-contact-text\">\n\n                <div class=\"mn-label\">\n                    Get In Touch\n                <\/div>\n\n                <h2>\n                    Ready to protect your space?\n                <\/h2>\n\n                <p>\n                    Contact Master Netting for pricing,\n                    measurements and installation information.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"mn-buttons\">\n\n\n                <!-- CALL -->\n\n                <a href=\"tel:+919989205705\" class=\"mn-button mn-button-primary\">\n\n                    Call Us\n\n                <\/a>\n\n\n                <!-- WHATSAPP -->\n\n                <a href=\"https:\/\/wa.me\/919989205705\" class=\"mn-button mn-button-secondary\">\n\n                    WhatsApp Us\n\n                <\/a>\n\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n\n    <!-- =========================\n         FOOTER\n         ========================= -->\n\n    <footer class=\"mn-footer\">\n\n        <strong>\n            MASTER NETTING\n        <\/strong>\n\n        <span>\n            Safety \u2022 Invisible Grills \u2022 Netting Solutions\n        <\/span>\n\n    <\/footer>\n\n\n\n    <!-- =========================\n         MOBILE MENU\n         ========================= -->\n\n    <div id=\"mn-mobile-menu\" class=\"mn-mobile-menu\" aria-hidden=\"true\">\n\n\n        <button type=\"button\" class=\"mn-mobile-close\" aria-label=\"Close Menu\">\n\n            \u00d7\n\n        <\/button>\n\n\n        <a href=\"\/\">\n            Home\n        <\/a>\n\n\n        <a href=\"#mn-services\">\n            Services\n        <\/a>\n\n\n        <a href=\"#mn-about\">\n            About\n        <\/a>\n\n\n        <a href=\"#mn-contact\">\n            Contact\n        <\/a>\n\n\n        <!-- MOBILE QUOTE -->\n\n        <a href=\"tel:+919989205705\" class=\"mn-mobile-whatsapp\">\n\n            Get a Quote\n\n        <\/a>\n\n\n        <!-- MOBILE WHATSAPP -->\n\n        <a href=\"https:\/\/wa.me\/919989205705\" class=\"mn-mobile-whatsapp\">\n\n            WhatsApp Us\n\n        <\/a>\n\n\n    <\/div>\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>MASTER NETTING Home Services About Contact Get a Quote \u2630 Premium Safety Solutions Safety Without Compromising Your View Premium invisible grills and safety netting solutions designed to protect your family while keeping your home open, elegant and beautiful. Get a Free Quote Explore Services 01 Strong &amp; Reliable Quality materials designed for dependable, long-lasting protection. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"master-netting-home","meta":{"footnotes":""},"class_list":["post-15","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/masternetting.in\/index.php\/wp-json\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/masternetting.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/masternetting.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/masternetting.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/masternetting.in\/index.php\/wp-json\/wp\/v2\/comments?post=15"}],"version-history":[{"count":4,"href":"https:\/\/masternetting.in\/index.php\/wp-json\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":21,"href":"https:\/\/masternetting.in\/index.php\/wp-json\/wp\/v2\/pages\/15\/revisions\/21"}],"wp:attachment":[{"href":"https:\/\/masternetting.in\/index.php\/wp-json\/wp\/v2\/media?parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}