{"id":67,"date":"2026-08-20T16:34:21","date_gmt":"2026-08-20T16:34:21","guid":{"rendered":"https:\/\/abhinavanand.in\/?page_id=67"},"modified":"2026-08-20T17:52:29","modified_gmt":"2026-08-20T17:52:29","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/abhinavanand.in\/?page_id=67","title":{"rendered":"Contact Us"},"content":{"rendered":"\n<!-- =========================================================\n     INSPIRE TECH ZONE\n     CONTACT US PAGE \u2014 HERO BANNER\n     TRANSPARENT BACKGROUND\n     PREMIUM \/ MODERN \/ RESPONSIVE\n========================================================= -->\n\n<section id=\"itz-contact-hero\">\n\n<style>\n\n\/* =========================================================\n   RESET\n========================================================= *\/\n\n#itz-contact-hero,\n#itz-contact-hero *{\n    box-sizing:border-box;\n}\n\n#itz-contact-hero{\n\n    width:100% !important;\n\n    margin:0 !important;\n    padding:0 !important;\n\n    background:transparent !important;\n    background-color:transparent !important;\n\n    font-family:\n        Inter,\n        Poppins,\n        Arial,\n        sans-serif;\n\n    color:#40537D;\n\n    overflow:hidden;\n\n    --blue:#2A52B8;\n    --blue2:#4B73D1;\n    --purple:#7138C8;\n    --navy:#263F77;\n    --muted:#7D8BA4;\n}\n\n\n\/* =========================================================\n   FORCE TRANSPARENT BACKGROUND\n========================================================= *\/\n\n#itz-contact-hero::before,\n#itz-contact-hero::after,\n#itz-contact-hero .contact-hero-wrap,\n#itz-contact-hero .elementor-container,\n#itz-contact-hero .elementor-column,\n#itz-contact-hero .elementor-widget-wrap{\n\n    background:transparent !important;\n    background-color:transparent !important;\n}\n\n\n\/* =========================================================\n   MAIN WRAPPER\n========================================================= *\/\n\n#itz-contact-hero .contact-hero-wrap{\n\n    width:min(\n        1100px,\n        calc(100% - 40px)\n    );\n\n    min-height:580px;\n\n    margin:0 auto;\n\n    padding:\n        70px 0;\n\n    display:grid;\n\n    grid-template-columns:\n        1fr\n        .92fr;\n\n    gap:55px;\n\n    align-items:center;\n\n    position:relative;\n}\n\n\n\/* =========================================================\n   BACKGROUND GLOW\n========================================================= *\/\n\n#itz-contact-hero .contact-orb{\n\n    position:absolute;\n\n    width:480px;\n    height:480px;\n\n    right:-280px;\n    top:-120px;\n\n    border-radius:50%;\n\n    background:\n        radial-gradient(\n            circle,\n            rgba(42,82,184,.08),\n            rgba(113,56,200,.025) 45%,\n            transparent 70%\n        ) !important;\n\n    pointer-events:none;\n\n    z-index:0;\n}\n\n\n#itz-contact-hero .contact-orb-small{\n\n    position:absolute;\n\n    width:180px;\n    height:180px;\n\n    left:-110px;\n    bottom:-90px;\n\n    border-radius:50%;\n\n    background:\n        radial-gradient(\n            circle,\n            rgba(113,56,200,.06),\n            transparent 70%\n        ) !important;\n\n    pointer-events:none;\n\n    z-index:0;\n}\n\n\n\/* =========================================================\n   LEFT CONTENT\n========================================================= *\/\n\n#itz-contact-hero .contact-content{\n\n    position:relative;\n\n    z-index:3;\n}\n\n\n\/* =========================================================\n   EYEBROW\n========================================================= *\/\n\n#itz-contact-hero .contact-eyebrow{\n\n    display:flex;\n\n    align-items:center;\n\n    gap:9px;\n\n    margin-bottom:16px;\n\n    color:var(--blue);\n\n    font-size:9px;\n\n    font-weight:800;\n\n    letter-spacing:1.8px;\n\n    text-transform:uppercase;\n}\n\n\n#itz-contact-hero .contact-eyebrow::before{\n\n    content:\"\";\n\n    width:28px;\n    height:2px;\n\n    border-radius:20px;\n\n    background:\n        linear-gradient(\n            90deg,\n            var(--blue),\n            var(--purple)\n        );\n}\n\n\n\/* =========================================================\n   MAIN HEADING\n========================================================= *\/\n\n#itz-contact-hero .contact-title{\n\n    max-width:620px;\n\n    margin:0;\n\n    color:var(--navy);\n\n    font-size:\n        clamp(\n            42px,\n            5.5vw,\n            68px\n        );\n\n    line-height:.94;\n\n    letter-spacing:-3px;\n\n    font-weight:850;\n}\n\n\n#itz-contact-hero .contact-title span{\n\n    background:\n        linear-gradient(\n            100deg,\n            #2A52B8,\n            #5B43C6,\n            #7138C8\n        );\n\n    -webkit-background-clip:text;\n    background-clip:text;\n\n    -webkit-text-fill-color:transparent;\n}\n\n\n\/* =========================================================\n   DESCRIPTION\n========================================================= *\/\n\n#itz-contact-hero .contact-description{\n\n    max-width:510px;\n\n    margin:\n        22px 0 27px;\n\n    color:var(--muted);\n\n    font-size:11px;\n\n    line-height:1.85;\n}\n\n\n\/* =========================================================\n   QUICK CONTACT PILLS\n========================================================= *\/\n\n#itz-contact-hero .contact-pills{\n\n    display:flex;\n\n    flex-wrap:wrap;\n\n    gap:8px;\n\n    margin-bottom:28px;\n}\n\n\n#itz-contact-hero .contact-pill{\n\n    display:flex;\n\n    align-items:center;\n\n    gap:8px;\n\n    padding:\n        9px 12px;\n\n    border:\n        1px solid\n        rgba(42,82,184,.10);\n\n    border-radius:30px;\n\n    background:\n        rgba(255,255,255,.48);\n\n    color:#687993;\n\n    font-size:8px;\n\n    font-weight:700;\n\n    backdrop-filter:\n        blur(10px);\n\n    -webkit-backdrop-filter:\n        blur(10px);\n\n    transition:\n        transform .25s ease,\n        border-color .25s ease;\n}\n\n\n#itz-contact-hero .contact-pill:hover{\n\n    transform:\n        translateY(-2px);\n\n    border-color:\n        rgba(42,82,184,.20);\n}\n\n\n#itz-contact-hero .contact-pill-dot{\n\n    width:6px;\n    height:6px;\n\n    border-radius:50%;\n\n    background:\n        linear-gradient(\n            135deg,\n            var(--blue),\n            var(--purple)\n        );\n}\n\n\n\/* =========================================================\n   CTA\n========================================================= *\/\n\n#itz-contact-hero .contact-actions{\n\n    display:flex;\n\n    align-items:center;\n\n    gap:12px;\n}\n\n\n#itz-contact-hero .contact-btn{\n\n    display:inline-flex;\n\n    align-items:center;\n\n    justify-content:center;\n\n    gap:10px;\n\n    min-width:155px;\n\n    padding:\n        13px 20px;\n\n    border-radius:12px;\n\n    background:\n        linear-gradient(\n            135deg,\n            #2A52B8,\n            #7138C8\n        );\n\n    color:#fff !important;\n\n    text-decoration:none !important;\n\n    font-size:9px;\n\n    font-weight:800;\n\n    box-shadow:\n        0 12px 28px\n        rgba(42,82,184,.22);\n\n    transition:\n        transform .3s ease,\n        box-shadow .3s ease;\n}\n\n\n#itz-contact-hero .contact-btn:hover{\n\n    transform:\n        translateY(-3px);\n\n    box-shadow:\n        0 18px 35px\n        rgba(42,82,184,.28);\n}\n\n\n#itz-contact-hero .contact-btn-arrow{\n\n    font-size:13px;\n\n    line-height:1;\n\n    transition:\n        transform .3s ease;\n}\n\n\n#itz-contact-hero .contact-btn:hover\n.contact-btn-arrow{\n\n    transform:\n        translateX(4px);\n}\n\n\n\/* =========================================================\n   RESPONSE NOTE\n========================================================= *\/\n\n#itz-contact-hero .response-note{\n\n    display:flex;\n\n    align-items:center;\n\n    gap:8px;\n\n    margin-top:14px;\n\n    color:#8995A8;\n\n    font-size:7.5px;\n}\n\n\n#itz-contact-hero .response-dot{\n\n    width:6px;\n    height:6px;\n\n    border-radius:50%;\n\n    background:#43A86B;\n\n    box-shadow:\n        0 0 0 4px\n        rgba(67,168,107,.10);\n}\n\n\n\/* =========================================================\n   RIGHT VISUAL\n========================================================= *\/\n\n#itz-contact-hero .contact-visual{\n\n    position:relative;\n\n    min-height:500px;\n\n    display:flex;\n\n    align-items:center;\n\n    justify-content:center;\n\n    z-index:2;\n}\n\n\n\/* =========================================================\n   IMAGE FRAME\n========================================================= *\/\n\n#itz-contact-hero .contact-image-frame{\n\n    position:relative;\n\n    width:82%;\n\n    height:450px;\n\n    overflow:hidden;\n\n    border-radius:32px;\n\n    background:#E9EDF5;\n\n    box-shadow:\n        0 30px 75px\n        rgba(30,50,95,.14);\n\n    transform:\n        rotate(2deg);\n\n    transition:\n        transform .5s ease;\n}\n\n\n#itz-contact-hero .contact-image-frame:hover{\n\n    transform:\n        rotate(0deg)\n        translateY(-5px);\n}\n\n\n#itz-contact-hero .contact-image{\n\n    width:100%;\n    height:100%;\n\n    display:block;\n\n    object-fit:cover;\n\n    object-position:center;\n\n    transition:\n        transform .8s ease;\n}\n\n\n#itz-contact-hero .contact-image-frame:hover\n.contact-image{\n\n    transform:scale(1.045);\n}\n\n\n\/* =========================================================\n   IMAGE OVERLAY\n========================================================= *\/\n\n#itz-contact-hero .contact-image-frame::after{\n\n    content:\"\";\n\n    position:absolute;\n\n    inset:0;\n\n    background:\n        linear-gradient(\n            180deg,\n            rgba(9,25,60,.02),\n            rgba(9,25,60,.30)\n        );\n\n    pointer-events:none;\n}\n\n\n\/* =========================================================\n   IMAGE LABEL\n========================================================= *\/\n\n#itz-contact-hero .image-label{\n\n    position:absolute;\n\n    left:20px;\n    bottom:20px;\n\n    z-index:4;\n\n    display:flex;\n\n    align-items:center;\n\n    gap:8px;\n\n    padding:\n        10px 13px;\n\n    border:\n        1px solid\n        rgba(255,255,255,.25);\n\n    border-radius:12px;\n\n    background:\n        rgba(10,26,62,.58);\n\n    backdrop-filter:\n        blur(14px);\n\n    -webkit-backdrop-filter:\n        blur(14px);\n\n    color:#fff;\n\n    font-size:7.5px;\n\n    font-weight:700;\n}\n\n\n#itz-contact-hero .image-label i{\n\n    width:6px;\n    height:6px;\n\n    border-radius:50%;\n\n    background:#91B0FF;\n\n    box-shadow:\n        0 0 0 4px\n        rgba(145,176,255,.12);\n}\n\n\n\/* =========================================================\n   FLOATING CONTACT CARD\n========================================================= *\/\n\n#itz-contact-hero .contact-float{\n\n    position:absolute;\n\n    z-index:8;\n\n    left:0;\n\n    top:105px;\n\n    width:185px;\n\n    padding:17px;\n\n    border:\n        1px solid\n        rgba(255,255,255,.65);\n\n    border-radius:18px;\n\n    background:\n        rgba(255,255,255,.88);\n\n    backdrop-filter:\n        blur(20px);\n\n    -webkit-backdrop-filter:\n        blur(20px);\n\n    box-shadow:\n        0 20px 50px\n        rgba(31,53,100,.17);\n\n    animation:\n        contactFloat 5s ease-in-out infinite;\n}\n\n\n@keyframes contactFloat{\n\n    0%,\n    100%{\n        transform:translateY(0);\n    }\n\n    50%{\n        transform:translateY(-9px);\n    }\n}\n\n\n#itz-contact-hero .float-label{\n\n    display:block;\n\n    margin-bottom:9px;\n\n    color:#8995A8;\n\n    font-size:7px;\n\n    font-weight:800;\n\n    letter-spacing:.7px;\n\n    text-transform:uppercase;\n}\n\n\n#itz-contact-hero .float-title{\n\n    margin:0 0 5px;\n\n    color:var(--navy);\n\n    font-size:15px;\n\n    font-weight:800;\n}\n\n\n#itz-contact-hero .float-text{\n\n    margin:0;\n\n    color:#8995A8;\n\n    font-size:7.5px;\n\n    line-height:1.6;\n}\n\n\n\/* =========================================================\n   FLOATING CHAT CARD\n========================================================= *\/\n\n#itz-contact-hero .chat-card{\n\n    position:absolute;\n\n    z-index:8;\n\n    right:-8px;\n\n    bottom:45px;\n\n    width:180px;\n\n    padding:15px;\n\n    border:\n        1px solid\n        rgba(255,255,255,.65);\n\n    border-radius:17px;\n\n    background:\n        rgba(255,255,255,.91);\n\n    backdrop-filter:\n        blur(20px);\n\n    -webkit-backdrop-filter:\n        blur(20px);\n\n    box-shadow:\n        0 20px 45px\n        rgba(31,53,100,.15);\n}\n\n\n#itz-contact-hero .chat-top{\n\n    display:flex;\n\n    align-items:center;\n\n    gap:8px;\n\n    margin-bottom:10px;\n}\n\n\n#itz-contact-hero .chat-avatar{\n\n    width:30px;\n    height:30px;\n\n    display:flex;\n\n    align-items:center;\n    justify-content:center;\n\n    border-radius:10px;\n\n    background:\n        linear-gradient(\n            135deg,\n            #2A52B8,\n            #7138C8\n        );\n\n    color:#fff;\n\n    font-size:8px;\n\n    font-weight:800;\n}\n\n\n#itz-contact-hero .chat-top strong{\n\n    color:#40537D;\n\n    font-size:8.5px;\n}\n\n\n#itz-contact-hero .chat-top span{\n\n    display:block;\n\n    margin-top:2px;\n\n    color:#8A96AA;\n\n    font-size:6.5px;\n}\n\n\n#itz-contact-hero .chat-message{\n\n    padding:\n        9px 10px;\n\n    border-radius:\n        4px 10px 10px 10px;\n\n    background:\n        #F1F4FA;\n\n    color:#718098;\n\n    font-size:7px;\n\n    line-height:1.5;\n}\n\n\n\/* =========================================================\n   DECORATIVE RINGS\n========================================================= *\/\n\n#itz-contact-hero .contact-ring{\n\n    position:absolute;\n\n    width:80px;\n    height:80px;\n\n    right:4px;\n    top:45px;\n\n    border:\n        1px solid\n        rgba(42,82,184,.12);\n\n    border-radius:50%;\n}\n\n\n#itz-contact-hero .contact-ring::before{\n\n    content:\"\";\n\n    position:absolute;\n\n    inset:15px;\n\n    border:\n        1px solid\n        rgba(113,56,200,.10);\n\n    border-radius:50%;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media(max-width:900px){\n\n    #itz-contact-hero .contact-hero-wrap{\n\n        grid-template-columns:\n            1fr;\n\n        gap:35px;\n\n        padding:\n            55px 0;\n    }\n\n\n    #itz-contact-hero .contact-intro{\n\n        max-width:600px;\n    }\n\n\n    #itz-contact-hero .contact-visual{\n\n        min-height:480px;\n    }\n\n\n    #itz-contact-hero .contact-image-frame{\n\n        width:78%;\n\n        height:420px;\n    }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:600px){\n\n    #itz-contact-hero .contact-hero-wrap{\n\n        width:\n            calc(100% - 24px);\n\n        min-height:auto;\n\n        padding:\n            45px 0 40px;\n\n        gap:30px;\n    }\n\n\n    #itz-contact-hero .contact-title{\n\n        font-size:39px;\n\n        letter-spacing:-2px;\n    }\n\n\n    #itz-contact-hero .contact-description{\n\n        font-size:10px;\n\n        line-height:1.75;\n\n        margin:\n            18px 0 22px;\n    }\n\n\n    #itz-contact-hero .contact-pills{\n\n        gap:6px;\n\n        margin-bottom:22px;\n    }\n\n\n    #itz-contact-hero .contact-pill{\n\n        font-size:7px;\n\n        padding:\n            8px 10px;\n    }\n\n\n    #itz-contact-hero .contact-actions{\n\n        display:block;\n    }\n\n\n    #itz-contact-hero .contact-btn{\n\n        width:100%;\n\n        min-height:45px;\n    }\n\n\n    #itz-contact-hero .response-note{\n\n        justify-content:center;\n\n        font-size:7px;\n    }\n\n\n    #itz-contact-hero .contact-visual{\n\n        min-height:410px;\n    }\n\n\n    #itz-contact-hero .contact-image-frame{\n\n        width:82%;\n\n        height:370px;\n\n        border-radius:25px;\n    }\n\n\n    #itz-contact-hero .contact-float{\n\n        left:-3px;\n\n        top:65px;\n\n        width:145px;\n\n        padding:13px;\n\n        border-radius:15px;\n    }\n\n\n    #itz-contact-hero .float-title{\n\n        font-size:12px;\n    }\n\n\n    #itz-contact-hero .float-text{\n\n        font-size:6.5px;\n    }\n\n\n    #itz-contact-hero .chat-card{\n\n        right:-2px;\n\n        bottom:35px;\n\n        width:150px;\n\n        padding:12px;\n    }\n\n\n    #itz-contact-hero .chat-message{\n\n        font-size:6.5px;\n    }\n\n\n    #itz-contact-hero .contact-ring{\n\n        display:none;\n    }\n\n}\n\n\n\/* =========================================================\n   SMALL MOBILE\n========================================================= *\/\n\n@media(max-width:390px){\n\n    #itz-contact-hero .contact-title{\n\n        font-size:33px;\n\n        letter-spacing:-1.5px;\n    }\n\n\n    #itz-contact-hero .contact-visual{\n\n        min-height:370px;\n    }\n\n\n    #itz-contact-hero .contact-image-frame{\n\n        width:86%;\n\n        height:340px;\n    }\n\n\n    #itz-contact-hero .contact-float{\n\n        width:130px;\n    }\n\n\n    #itz-contact-hero .chat-card{\n\n        width:140px;\n    }\n\n}\n\n<\/style>\n\n\n<!-- =========================================================\n     CONTENT\n========================================================= -->\n\n<div class=\"contact-hero-wrap\">\n\n\n    <!-- BACKGROUND DECORATION -->\n\n    <div class=\"contact-orb\"><\/div>\n\n    <div class=\"contact-orb-small\"><\/div>\n\n\n    <!-- =====================================================\n         LEFT CONTENT\n    ====================================================== -->\n\n    <div class=\"contact-content\">\n\n\n        <div class=\"contact-eyebrow\">\n\n            Contact Inspire Tech Zone\n\n        <\/div>\n\n\n        <h1 class=\"contact-title\">\n\n            Let&#8217;s start a\n            <span>conversation.<\/span>\n\n        <\/h1>\n\n\n        <p class=\"contact-description\">\n\n            Have a question about our courses, learning\n            programs, admissions or anything related to\n            your learning journey? We&#8217;re here to help you\n            find the right direction.\n\n        <\/p>\n\n\n        <!-- QUICK CONTACT OPTIONS -->\n\n        <div class=\"contact-pills\">\n\n\n            <div class=\"contact-pill\">\n\n                <span class=\"contact-pill-dot\"><\/span>\n\n                Course Enquiries\n\n            <\/div>\n\n\n            <div class=\"contact-pill\">\n\n                <span class=\"contact-pill-dot\"><\/span>\n\n                Career Guidance\n\n            <\/div>\n\n\n            <div class=\"contact-pill\">\n\n                <span class=\"contact-pill-dot\"><\/span>\n\n                Admission Support\n\n            <\/div>\n\n\n        <\/div>\n\n\n        <!-- CTA -->\n\n        <div class=\"contact-actions\">\n\n            <a\n                href=\"#contact-form\"\n                class=\"contact-btn\"\n            >\n\n                Talk To Our Team\n\n                <span class=\"contact-btn-arrow\">\n                    \u2192\n                <\/span>\n\n            <\/a>\n\n        <\/div>\n\n\n        <div class=\"response-note\">\n\n            <span class=\"response-dot\"><\/span>\n\n            Our team is ready to help you.\n\n        <\/div>\n\n\n    <\/div>\n\n\n    <!-- =====================================================\n         RIGHT VISUAL\n    ====================================================== -->\n\n    <div class=\"contact-visual\">\n\n\n        <div class=\"contact-ring\"><\/div>\n\n\n        <!-- MAIN IMAGE -->\n\n        <div class=\"contact-image-frame\">\n\n            <img decoding=\"async\"\n                class=\"contact-image\"\n                src=\"https:\/\/images.unsplash.com\/photo-1521737711867-e3b97375f902?auto=format&#038;fit=crop&#038;w=1200&#038;q=85\"\n                alt=\"Professional team discussing and communicating\"\n                loading=\"eager\"\n            >\n\n\n            <div class=\"image-label\">\n\n                <i><\/i>\n\n                We&#8217;re here to listen.\n\n            <\/div>\n\n        <\/div>\n\n\n        <!-- FLOATING CARD -->\n\n        <div class=\"contact-float\">\n\n            <span class=\"float-label\">\n\n                Start here\n\n            <\/span>\n\n            <h3 class=\"float-title\">\n\n                Have a question?\n\n            <\/h3>\n\n            <p class=\"float-text\">\n\n                Tell us what you&#8217;re looking\n                for and we&#8217;ll help you\n                choose the right path.\n\n            <\/p>\n\n        <\/div>\n\n\n        <!-- CHAT CARD -->\n\n        <div class=\"chat-card\">\n\n\n            <div class=\"chat-top\">\n\n                <div class=\"chat-avatar\">\n                    ITZ\n                <\/div>\n\n                <div>\n\n                    <strong>\n                        ITZ Support\n                    <\/strong>\n\n                    <span>\n                        Here to help you\n                    <\/span>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"chat-message\">\n\n                Hi! How can we help you\n                with your learning journey?\n\n            <\/div>\n\n\n        <\/div>\n\n\n    <\/div>\n\n\n<\/div>\n\n<\/section>\n\n\n\n<!-- =========================================================\n     INSPIRE TECH ZONE\n     CONTACT PAGE \u2014 HOW CAN WE HELP\n     ZERO TOP\/BOTTOM SPACE + 15% LARGER TEXT\n========================================================= -->\n\n<section id=\"itz-contact-help\">\n\n<style>\n\n#itz-contact-help,\n#itz-contact-help *{\n    box-sizing:border-box;\n}\n\n#itz-contact-help{\n\n    width:100% !important;\n\n    margin-top:0 !important;\n    margin-bottom:0 !important;\n\n    padding-top:0 !important;\n    padding-bottom:0 !important;\n\n    background:transparent !important;\n    background-color:transparent !important;\n\n    font-family:\n        Inter,\n        Poppins,\n        Arial,\n        sans-serif;\n\n    color:#40537D;\n\n    overflow:hidden;\n\n    --blue:#2A52B8;\n    --purple:#7138C8;\n    --navy:#263F77;\n    --muted:#7D8BA4;\n}\n\n\n\/* =========================================================\n   FORCE TRANSPARENT ELEMENTOR BACKGROUND\n========================================================= *\/\n\n#itz-contact-help::before,\n#itz-contact-help::after,\n#itz-contact-help .help-container,\n#itz-contact-help .elementor-container,\n#itz-contact-help .elementor-column,\n#itz-contact-help .elementor-widget-wrap{\n\n    background:transparent !important;\n    background-color:transparent !important;\n\n    margin-top:0 !important;\n    margin-bottom:0 !important;\n}\n\n\n\/* =========================================================\n   MAIN CONTAINER\n========================================================= *\/\n\n#itz-contact-help .help-container{\n\n    width:min(\n        1100px,\n        calc(100% - 40px)\n    );\n\n    margin:0 auto !important;\n\n    padding-top:0 !important;\n    padding-bottom:0 !important;\n\n    position:relative;\n}\n\n\n\/* =========================================================\n   DECORATIVE GLOW\n========================================================= *\/\n\n#itz-contact-help .help-glow{\n\n    position:absolute;\n\n    width:420px;\n    height:420px;\n\n    left:-250px;\n    top:40px;\n\n    border-radius:50%;\n\n    background:\n        radial-gradient(\n            circle,\n            rgba(42,82,184,.07),\n            transparent 68%\n        );\n\n    pointer-events:none;\n}\n\n\n\/* =========================================================\n   SECTION HEADER\n========================================================= *\/\n\n#itz-contact-help .help-header{\n\n    max-width:700px;\n\n    margin:\n        0 auto 40px !important;\n\n    padding:0 !important;\n\n    text-align:center;\n\n    position:relative;\n\n    z-index:2;\n}\n\n\n\/* =========================================================\n   LABEL\n========================================================= *\/\n\n#itz-contact-help .help-label{\n\n    display:inline-flex;\n\n    align-items:center;\n\n    gap:8px;\n\n    margin-bottom:12px;\n\n    color:var(--blue);\n\n    font-size:9.2px;\n\n    font-weight:800;\n\n    letter-spacing:1.8px;\n\n    text-transform:uppercase;\n}\n\n\n#itz-contact-help .help-label::before,\n#itz-contact-help .help-label::after{\n\n    content:\"\";\n\n    width:25px;\n    height:1px;\n\n    background:\n        linear-gradient(\n            90deg,\n            var(--blue),\n            var(--purple)\n        );\n}\n\n\n\/* =========================================================\n   TITLE\n========================================================= *\/\n\n#itz-contact-help .help-title{\n\n    margin:0 !important;\n\n    padding:0 !important;\n\n    color:var(--navy);\n\n    font-size:\n        clamp(\n            35px,\n            4.6vw,\n            54px\n        );\n\n    line-height:1.02;\n\n    letter-spacing:-2px;\n\n    font-weight:850;\n}\n\n\n#itz-contact-help .help-title span{\n\n    background:\n        linear-gradient(\n            100deg,\n            #2A52B8,\n            #7138C8\n        );\n\n    -webkit-background-clip:text;\n    background-clip:text;\n\n    -webkit-text-fill-color:transparent;\n}\n\n\n\/* =========================================================\n   DESCRIPTION\n========================================================= *\/\n\n#itz-contact-help .help-description{\n\n    max-width:620px;\n\n    margin:\n        17px auto 0 !important;\n\n    padding:0 !important;\n\n    color:var(--muted);\n\n    font-size:11.5px;\n\n    line-height:1.8;\n}\n\n\n\/* =========================================================\n   MAIN GRID\n========================================================= *\/\n\n#itz-contact-help .help-grid{\n\n    display:grid;\n\n    grid-template-columns:\n        .85fr\n        1.15fr;\n\n    gap:14px;\n\n    position:relative;\n\n    z-index:2;\n}\n\n\n\/* =========================================================\n   LEFT CONTACT PANEL\n========================================================= *\/\n\n#itz-contact-help .contact-info{\n\n    position:relative;\n\n    min-height:440px;\n\n    padding:28px;\n\n    overflow:hidden;\n\n    border-radius:26px;\n\n    background:\n        linear-gradient(\n            145deg,\n            #263F77,\n            #1D3465\n        );\n\n    box-shadow:\n        0 25px 60px\n        rgba(30,50,95,.16);\n}\n\n\n#itz-contact-help .contact-info::before{\n\n    content:\"\";\n\n    position:absolute;\n\n    width:260px;\n    height:260px;\n\n    right:-130px;\n    top:-110px;\n\n    border-radius:50%;\n\n    border:\n        1px solid\n        rgba(255,255,255,.10);\n}\n\n\n#itz-contact-help .contact-info::after{\n\n    content:\"\";\n\n    position:absolute;\n\n    width:170px;\n    height:170px;\n\n    right:-75px;\n    top:-65px;\n\n    border-radius:50%;\n\n    border:\n        1px solid\n        rgba(255,255,255,.07);\n}\n\n\n\/* =========================================================\n   INFO KICKER\n========================================================= *\/\n\n#itz-contact-help .info-kicker{\n\n    position:relative;\n\n    z-index:2;\n\n    color:#9FB7F4;\n\n    font-size:8px;\n\n    font-weight:800;\n\n    letter-spacing:1.5px;\n\n    text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   INFO TITLE\n========================================================= *\/\n\n#itz-contact-help .info-title{\n\n    position:relative;\n\n    z-index:2;\n\n    margin:\n        13px 0 11px !important;\n\n    padding:0 !important;\n\n    max-width:300px;\n\n    color:#fff;\n\n    font-size:31px;\n\n    line-height:1.08;\n\n    letter-spacing:-1px;\n\n    font-weight:800;\n}\n\n\n\/* =========================================================\n   INFO TEXT\n========================================================= *\/\n\n#itz-contact-help .info-text{\n\n    position:relative;\n\n    z-index:2;\n\n    max-width:320px;\n\n    margin:\n        0 0 28px !important;\n\n    color:\n        rgba(255,255,255,.66);\n\n    font-size:9.2px;\n\n    line-height:1.75;\n}\n\n\n\/* =========================================================\n   CONTACT LIST\n========================================================= *\/\n\n#itz-contact-help .info-list{\n\n    position:relative;\n\n    z-index:3;\n\n    display:flex;\n\n    flex-direction:column;\n\n    gap:9px;\n}\n\n\n#itz-contact-help .info-item{\n\n    display:flex;\n\n    align-items:center;\n\n    gap:11px;\n\n    padding:\n        12px;\n\n    border:\n        1px solid\n        rgba(255,255,255,.09);\n\n    border-radius:13px;\n\n    background:\n        rgba(255,255,255,.055);\n\n    transition:\n        transform .25s ease,\n        background .25s ease;\n}\n\n\n#itz-contact-help .info-item:hover{\n\n    transform:\n        translateX(4px);\n\n    background:\n        rgba(255,255,255,.09);\n}\n\n\n#itz-contact-help .info-icon{\n\n    width:34px;\n    height:34px;\n\n    flex:0 0 34px;\n\n    display:flex;\n\n    align-items:center;\n    justify-content:center;\n\n    border-radius:10px;\n\n    background:\n        rgba(255,255,255,.10);\n\n    color:#B4C8FF;\n\n    font-size:10px;\n\n    font-weight:800;\n}\n\n\n#itz-contact-help .info-item small{\n\n    display:block;\n\n    margin-bottom:3px;\n\n    color:\n        rgba(255,255,255,.42);\n\n    font-size:7.5px;\n\n    text-transform:uppercase;\n\n    letter-spacing:.7px;\n}\n\n\n#itz-contact-help .info-item strong{\n\n    color:#fff;\n\n    font-size:9.2px;\n\n    font-weight:700;\n}\n\n\n\/* =========================================================\n   RIGHT CARDS\n========================================================= *\/\n\n#itz-contact-help .help-options{\n\n    display:grid;\n\n    grid-template-columns:\n        repeat(2,1fr);\n\n    gap:10px;\n}\n\n\n\/* =========================================================\n   HELP CARD\n========================================================= *\/\n\n#itz-contact-help .help-card{\n\n    position:relative;\n\n    min-height:215px;\n\n    padding:22px;\n\n    overflow:hidden;\n\n    border:\n        1px solid\n        rgba(42,82,184,.09);\n\n    border-radius:21px;\n\n    background:\n        rgba(255,255,255,.48);\n\n    backdrop-filter:\n        blur(12px);\n\n    -webkit-backdrop-filter:\n        blur(12px);\n\n    transition:\n        transform .3s ease,\n        box-shadow .3s ease,\n        border-color .3s ease;\n}\n\n\n#itz-contact-help .help-card:hover{\n\n    transform:\n        translateY(-5px);\n\n    border-color:\n        rgba(42,82,184,.18);\n\n    box-shadow:\n        0 18px 40px\n        rgba(42,82,184,.09);\n}\n\n\n\/* =========================================================\n   CARD NUMBER\n========================================================= *\/\n\n#itz-contact-help .card-number{\n\n    position:absolute;\n\n    right:18px;\n    top:15px;\n\n    color:\n        rgba(42,82,184,.08);\n\n    font-size:40px;\n\n    line-height:1;\n\n    font-weight:900;\n}\n\n\n\/* =========================================================\n   CARD ICON\n========================================================= *\/\n\n#itz-contact-help .help-icon{\n\n    width:46px;\n    height:46px;\n\n    display:flex;\n\n    align-items:center;\n    justify-content:center;\n\n    margin-bottom:20px;\n\n    border-radius:13px;\n\n    background:\n        linear-gradient(\n            135deg,\n            rgba(42,82,184,.11),\n            rgba(113,56,200,.10)\n        );\n\n    color:var(--blue);\n\n    font-size:14px;\n\n    font-weight:800;\n}\n\n\n\/* =========================================================\n   CARD TITLE\n========================================================= *\/\n\n#itz-contact-help .help-card h3{\n\n    margin:\n        0 0 8px !important;\n\n    padding:0 !important;\n\n    color:#40537D;\n\n    font-size:13.8px;\n\n    font-weight:800;\n}\n\n\n\/* =========================================================\n   CARD TEXT\n========================================================= *\/\n\n#itz-contact-help .help-card p{\n\n    max-width:240px;\n\n    margin:0 !important;\n\n    padding:0 !important;\n\n    color:#8995A8;\n\n    font-size:9.2px;\n\n    line-height:1.7;\n}\n\n\n\/* =========================================================\n   CARD LINK\n========================================================= *\/\n\n#itz-contact-help .help-link{\n\n    position:absolute;\n\n    left:22px;\n    bottom:19px;\n\n    display:inline-flex;\n\n    align-items:center;\n\n    gap:6px;\n\n    color:var(--blue);\n\n    text-decoration:none;\n\n    font-size:8px;\n\n    font-weight:800;\n}\n\n\n#itz-contact-help .help-link span{\n\n    transition:\n        transform .25s ease;\n}\n\n\n#itz-contact-help .help-card:hover\n.help-link span{\n\n    transform:\n        translateX(4px);\n}\n\n\n\/* =========================================================\n   BOTTOM NOTE\n========================================================= *\/\n\n#itz-contact-help .help-bottom{\n\n    display:flex;\n\n    align-items:center;\n\n    justify-content:center;\n\n    gap:8px;\n\n    margin:\n        18px 0 0 !important;\n\n    padding:0 !important;\n\n    color:#8A96AA;\n\n    font-size:8.6px;\n\n    text-align:center;\n}\n\n\n#itz-contact-help .help-bottom-dot{\n\n    width:6px;\n    height:6px;\n\n    border-radius:50%;\n\n    background:#43A86B;\n\n    box-shadow:\n        0 0 0 4px\n        rgba(67,168,107,.09);\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media(max-width:850px){\n\n    #itz-contact-help .help-grid{\n\n        grid-template-columns:\n            1fr;\n    }\n\n\n    #itz-contact-help .contact-info{\n\n        min-height:auto;\n    }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:600px){\n\n    #itz-contact-help .help-container{\n\n        width:\n            calc(100% - 24px);\n\n        padding:\n            0 !important;\n    }\n\n\n    #itz-contact-help .help-header{\n\n        margin:\n            0 auto 28px !important;\n    }\n\n\n    #itz-contact-help .help-title{\n\n        font-size:36px;\n\n        letter-spacing:-1.5px;\n    }\n\n\n    #itz-contact-help .help-description{\n\n        font-size:10px;\n\n        line-height:1.7;\n    }\n\n\n    #itz-contact-help .contact-info{\n\n        padding:22px;\n\n        border-radius:21px;\n    }\n\n\n    #itz-contact-help .info-title{\n\n        font-size:27px;\n    }\n\n\n    #itz-contact-help .info-text{\n\n        font-size:8.5px;\n    }\n\n\n    #itz-contact-help .help-options{\n\n        grid-template-columns:\n            1fr 1fr;\n\n        gap:8px;\n    }\n\n\n    #itz-contact-help .help-card{\n\n        min-height:205px;\n\n        padding:17px;\n\n        border-radius:17px;\n    }\n\n\n    #itz-contact-help .help-icon{\n\n        width:40px;\n        height:40px;\n\n        margin-bottom:16px;\n\n        border-radius:10px;\n    }\n\n\n    #itz-contact-help .help-card h3{\n\n        font-size:11.5px;\n    }\n\n\n    #itz-contact-help .help-card p{\n\n        font-size:8px;\n    }\n\n\n    #itz-contact-help .help-link{\n\n        left:17px;\n        bottom:16px;\n\n        font-size:7.5px;\n    }\n\n\n    #itz-contact-help .help-bottom{\n\n        font-size:7.8px;\n\n        margin:\n            15px 0 0 !important;\n    }\n\n}\n\n\n\/* =========================================================\n   SMALL MOBILE\n========================================================= *\/\n\n@media(max-width:390px){\n\n    #itz-contact-help .help-options{\n\n        grid-template-columns:\n            1fr;\n    }\n\n\n    #itz-contact-help .help-card{\n\n        min-height:175px;\n    }\n\n\n    #itz-contact-help .help-title{\n\n        font-size:32px;\n    }\n\n}\n\n<\/style>\n\n\n<!-- =========================================================\n     CONTENT\n========================================================= -->\n\n<div class=\"help-container\">\n\n\n    <div class=\"help-glow\"><\/div>\n\n\n    <!-- =====================================================\n         HEADER\n    ====================================================== -->\n\n    <div class=\"help-header\">\n\n        <div class=\"help-label\">\n\n            We&#8217;re Here To Help\n\n        <\/div>\n\n\n        <h2 class=\"help-title\">\n\n            How can we\n            <span>help you?<\/span>\n\n        <\/h2>\n\n\n        <p class=\"help-description\">\n\n            Whether you&#8217;re exploring a course, planning your\n            career or simply have a question, our team is here\n            to make your next step easier.\n\n        <\/p>\n\n    <\/div>\n\n\n\n    <!-- =====================================================\n         MAIN GRID\n    ====================================================== -->\n\n    <div class=\"help-grid\">\n\n\n        <!-- =================================================\n             CONTACT INFORMATION\n        ================================================== -->\n\n        <div class=\"contact-info\">\n\n            <span class=\"info-kicker\">\n\n                Get In Touch\n\n            <\/span>\n\n\n            <h3 class=\"info-title\">\n\n                Let&#8217;s find the\n                right way forward.\n\n            <\/h3>\n\n\n            <p class=\"info-text\">\n\n                Reach out to Inspire Tech Zone for\n                course information, admission support,\n                career guidance or any other query.\n\n            <\/p>\n\n\n            <div class=\"info-list\">\n\n\n                <div class=\"info-item\">\n\n                    <div class=\"info-icon\">\n                        01\n                    <\/div>\n\n                    <div>\n\n                        <small>\n                            Call Us\n                        <\/small>\n\n                        <strong>\n                            +91 XXXXX XXXXX\n                        <\/strong>\n\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"info-item\">\n\n                    <div class=\"info-icon\">\n                        02\n                    <\/div>\n\n                    <div>\n\n                        <small>\n                            Email Us\n                        <\/small>\n\n                        <strong>\n                            hello@inspiretechzone.com\n                        <\/strong>\n\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"info-item\">\n\n                    <div class=\"info-icon\">\n                        03\n                    <\/div>\n\n                    <div>\n\n                        <small>\n                            Visit Us\n                        <\/small>\n\n                        <strong>\n                            Inspire Tech Zone\n                        <\/strong>\n\n                    <\/div>\n\n                <\/div>\n\n\n            <\/div>\n\n        <\/div>\n\n\n\n        <!-- =================================================\n             HELP OPTIONS\n        ================================================== -->\n\n        <div class=\"help-options\">\n\n\n            <!-- CARD 01 -->\n\n            <div class=\"help-card\">\n\n                <span class=\"card-number\">\n                    01\n                <\/span>\n\n\n                <div class=\"help-icon\">\n                    DM\n                <\/div>\n\n\n                <h3>\n                    Course Enquiry\n                <\/h3>\n\n\n                <p>\n                    Want to know more about our courses,\n                    curriculum, duration or learning format?\n                    We&#8217;re happy to guide you.\n                <\/p>\n\n\n                <a\n                    href=\"#contact-form\"\n                    class=\"help-link\"\n                >\n\n                    Ask About Courses\n\n                    <span>\u2192<\/span>\n\n                <\/a>\n\n            <\/div>\n\n\n\n            <!-- CARD 02 -->\n\n            <div class=\"help-card\">\n\n                <span class=\"card-number\">\n                    02\n                <\/span>\n\n\n                <div class=\"help-icon\">\n                    CG\n                <\/div>\n\n\n                <h3>\n                    Career Guidance\n                <\/h3>\n\n\n                <p>\n                    Confused about which digital skill\n                    or career direction could be right\n                    for you? Let&#8217;s talk.\n                <\/p>\n\n\n                <a\n                    href=\"#contact-form\"\n                    class=\"help-link\"\n                >\n\n                    Talk To Us\n\n                    <span>\u2192<\/span>\n\n                <\/a>\n\n            <\/div>\n\n\n\n            <!-- CARD 03 -->\n\n            <div class=\"help-card\">\n\n                <span class=\"card-number\">\n                    03\n                <\/span>\n\n\n                <div class=\"help-icon\">\n                    AD\n                <\/div>\n\n\n                <h3>\n                    Admission Support\n                <\/h3>\n\n\n                <p>\n                    Need help understanding batches,\n                    admission process, fees or\n                    getting started?\n                <\/p>\n\n\n                <a\n                    href=\"#contact-form\"\n                    class=\"help-link\"\n                >\n\n                    Get Assistance\n\n                    <span>\u2192<\/span>\n\n                <\/a>\n\n            <\/div>\n\n\n\n            <!-- CARD 04 -->\n\n            <div class=\"help-card\">\n\n                <span class=\"card-number\">\n                    04\n                <\/span>\n\n\n                <div class=\"help-icon\">\n                    ?\n                <\/div>\n\n\n                <h3>\n                    General Questions\n                <\/h3>\n\n\n                <p>\n                    Have something else in mind?\n                    Send us your question and our\n                    team will help you out.\n                <\/p>\n\n\n                <a\n                    href=\"#contact-form\"\n                    class=\"help-link\"\n                >\n\n                    Ask Your Question\n\n                    <span>\u2192<\/span>\n\n                <\/a>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n\n\n    <!-- =====================================================\n         BOTTOM NOTE\n    ====================================================== -->\n\n    <div class=\"help-bottom\">\n\n        <span class=\"help-bottom-dot\"><\/span>\n\n        Your questions matter. Let&#8217;s make your next\n        step a little clearer.\n\n    <\/div>\n\n\n<\/div>\n\n<\/section>\n\n\n\n<!-- =========================================================\n     INSPIRE TECH ZONE\n     CONTACT + GOOGLE MAP \u2014 COMBINED SECTION\n========================================================= -->\n\n<section id=\"itz-contact-location\">\n\n<style>\n\n#itz-contact-location,\n#itz-contact-location *{\n    box-sizing:border-box;\n}\n\n#itz-contact-location{\n\n    width:100% !important;\n\n    margin:0 !important;\n\n    padding:0 !important;\n\n    background:transparent !important;\n\n    font-family:\n        Inter,\n        Poppins,\n        Arial,\n        sans-serif;\n\n    color:#40537D;\n\n    --blue:#2A52B8;\n    --purple:#7138C8;\n    --navy:#263F77;\n    --muted:#7D8BA4;\n}\n\n\n\/* =========================================================\n   CONTAINER\n========================================================= *\/\n\n#itz-contact-location .itz-main-container{\n\n    width:min(\n        1100px,\n        calc(100% - 40px)\n    );\n\n    margin:0 auto !important;\n\n    padding:\n        60px 0;\n\n}\n\n\n\/* =========================================================\n   HEADER\n========================================================= *\/\n\n#itz-contact-location .itz-section-header{\n\n    max-width:700px;\n\n    margin:\n        0 auto 32px !important;\n\n    text-align:center;\n}\n\n\n#itz-contact-location .itz-eyebrow{\n\n    display:inline-flex;\n\n    align-items:center;\n\n    gap:8px;\n\n    margin-bottom:11px;\n\n    color:var(--blue);\n\n    font-size:10px;\n\n    font-weight:800;\n\n    letter-spacing:1.8px;\n\n    text-transform:uppercase;\n}\n\n\n#itz-contact-location .itz-eyebrow::before,\n#itz-contact-location .itz-eyebrow::after{\n\n    content:\"\";\n\n    width:25px;\n\n    height:1px;\n\n    background:\n        linear-gradient(\n            90deg,\n            var(--blue),\n            var(--purple)\n        );\n}\n\n\n#itz-contact-location .itz-section-title{\n\n    margin:0 !important;\n\n    padding:0 !important;\n\n    color:var(--navy);\n\n    font-size:\n        clamp(\n            35px,\n            4vw,\n            50px\n        );\n\n    line-height:1.04;\n\n    letter-spacing:-1.8px;\n\n    font-weight:850;\n}\n\n\n#itz-contact-location .itz-section-title span{\n\n    background:\n        linear-gradient(\n            100deg,\n            var(--blue),\n            var(--purple)\n        );\n\n    -webkit-background-clip:text;\n\n    background-clip:text;\n\n    -webkit-text-fill-color:transparent;\n}\n\n\n#itz-contact-location .itz-section-description{\n\n    max-width:620px;\n\n    margin:\n        14px auto 0 !important;\n\n    padding:0 !important;\n\n    color:var(--muted);\n\n    font-size:11px;\n\n    line-height:1.8;\n}\n\n\n\/* =========================================================\n   MAIN COMBINED CARD\n========================================================= *\/\n\n#itz-contact-location .itz-combined-card{\n\n    display:grid;\n\n    grid-template-columns:\n        1fr 1fr;\n\n    overflow:hidden;\n\n    border:\n        1px solid\n        rgba(42,82,184,.10);\n\n    border-radius:28px;\n\n    background:\n        rgba(255,255,255,.62);\n\n    backdrop-filter:\n        blur(16px);\n\n    -webkit-backdrop-filter:\n        blur(16px);\n\n    box-shadow:\n        0 28px 75px\n        rgba(31,53,100,.09);\n\n}\n\n\n\/* =========================================================\n   LEFT FORM SIDE\n========================================================= *\/\n\n#itz-contact-location .itz-form-side{\n\n    position:relative;\n\n    padding:34px;\n\n    overflow:hidden;\n}\n\n\n#itz-contact-location .itz-form-side::before{\n\n    content:\"\";\n\n    position:absolute;\n\n    width:280px;\n    height:280px;\n\n    top:-150px;\n    left:-150px;\n\n    border-radius:50%;\n\n    background:\n        radial-gradient(\n            circle,\n            rgba(42,82,184,.10),\n            transparent 70%\n        );\n\n    pointer-events:none;\n}\n\n\n#itz-contact-location .itz-form-side::after{\n\n    content:\"\";\n\n    position:absolute;\n\n    width:200px;\n    height:200px;\n\n    right:-120px;\n    bottom:-110px;\n\n    border-radius:50%;\n\n    background:\n        radial-gradient(\n            circle,\n            rgba(113,56,200,.07),\n            transparent 70%\n        );\n\n    pointer-events:none;\n}\n\n\n\/* =========================================================\n   FORM HEADING\n========================================================= *\/\n\n#itz-contact-location .itz-form-heading{\n\n    position:relative;\n\n    z-index:2;\n\n    margin-bottom:22px;\n}\n\n\n#itz-contact-location .itz-form-badge{\n\n    display:inline-flex;\n\n    align-items:center;\n\n    gap:6px;\n\n    margin-bottom:10px;\n\n    padding:\n        6px 10px;\n\n    border:\n        1px solid\n        rgba(42,82,184,.11);\n\n    border-radius:30px;\n\n    background:\n        rgba(42,82,184,.045);\n\n    color:var(--blue);\n\n    font-size:7px;\n\n    font-weight:800;\n\n    letter-spacing:.8px;\n\n    text-transform:uppercase;\n}\n\n\n#itz-contact-location .itz-form-heading h3{\n\n    margin:0 !important;\n\n    padding:0 !important;\n\n    color:var(--navy);\n\n    font-size:26px;\n\n    line-height:1.15;\n\n    letter-spacing:-.8px;\n\n    font-weight:850;\n}\n\n\n#itz-contact-location .itz-form-heading p{\n\n    max-width:450px;\n\n    margin:\n        9px 0 0 !important;\n\n    padding:0 !important;\n\n    color:var(--muted);\n\n    font-size:9px;\n\n    line-height:1.7;\n}\n\n\n\/* =========================================================\n   FORM\n========================================================= *\/\n\n#itz-contact-location .itz-form{\n\n    position:relative;\n\n    z-index:3;\n\n    display:grid;\n\n    grid-template-columns:\n        1fr 1fr;\n\n    gap:12px;\n}\n\n\n#itz-contact-location .itz-field{\n\n    display:flex;\n\n    flex-direction:column;\n\n    gap:6px;\n}\n\n\n#itz-contact-location .itz-field.full{\n\n    grid-column:\n        1 \/ -1;\n}\n\n\n#itz-contact-location .itz-field label{\n\n    color:#667691;\n\n    font-size:8px;\n\n    font-weight:800;\n}\n\n\n#itz-contact-location .itz-field input,\n#itz-contact-location .itz-field select,\n#itz-contact-location .itz-field textarea{\n\n    width:100%;\n\n    border:\n        1px solid\n        rgba(42,82,184,.11);\n\n    outline:none;\n\n    border-radius:11px;\n\n    background:\n        rgba(255,255,255,.76);\n\n    color:#40537D;\n\n    font-family:inherit;\n\n    font-size:9px;\n\n    transition:\n        border-color .25s ease,\n        box-shadow .25s ease;\n}\n\n\n#itz-contact-location .itz-field input,\n#itz-contact-location .itz-field select{\n\n    height:44px;\n\n    padding:\n        0 12px;\n}\n\n\n#itz-contact-location .itz-field textarea{\n\n    min-height:95px;\n\n    padding:\n        12px;\n\n    resize:vertical;\n}\n\n\n#itz-contact-location .itz-field input::placeholder,\n#itz-contact-location .itz-field textarea::placeholder{\n\n    color:#A1AABD;\n}\n\n\n#itz-contact-location .itz-field input:focus,\n#itz-contact-location .itz-field select:focus,\n#itz-contact-location .itz-field textarea:focus{\n\n    border-color:\n        rgba(42,82,184,.40);\n\n    background:#fff;\n\n    box-shadow:\n        0 0 0 4px\n        rgba(42,82,184,.05);\n}\n\n\n\/* =========================================================\n   HONEYPOT\n========================================================= *\/\n\n#itz-contact-location .itz-honeypot{\n\n    position:absolute !important;\n\n    left:-9999px !important;\n\n    width:1px !important;\n\n    height:1px !important;\n\n    opacity:0 !important;\n\n    pointer-events:none !important;\n}\n\n\n\/* =========================================================\n   SUBMIT ROW\n========================================================= *\/\n\n#itz-contact-location .itz-submit-row{\n\n    grid-column:\n        1 \/ -1;\n\n    display:flex;\n\n    align-items:center;\n\n    justify-content:space-between;\n\n    gap:15px;\n\n    margin-top:2px;\n}\n\n\n#itz-contact-location .itz-submit-note{\n\n    color:#8A96AA;\n\n    font-size:7px;\n\n    line-height:1.6;\n}\n\n\n#itz-contact-location .itz-submit-note strong{\n\n    color:#667691;\n}\n\n\n#itz-contact-location .itz-submit-button{\n\n    min-width:145px;\n\n    height:44px;\n\n    padding:\n        0 17px;\n\n    border:0;\n\n    border-radius:11px;\n\n    cursor:pointer;\n\n    background:\n        linear-gradient(\n            135deg,\n            var(--blue),\n            var(--purple)\n        );\n\n    color:#fff;\n\n    font-family:inherit;\n\n    font-size:8px;\n\n    font-weight:800;\n\n    box-shadow:\n        0 10px 25px\n        rgba(42,82,184,.21);\n\n    transition:\n        transform .25s ease,\n        box-shadow .25s ease,\n        opacity .25s ease;\n}\n\n\n#itz-contact-location .itz-submit-button:hover{\n\n    transform:\n        translateY(-2px);\n\n    box-shadow:\n        0 15px 30px\n        rgba(42,82,184,.27);\n}\n\n\n#itz-contact-location .itz-submit-button:disabled{\n\n    opacity:.65;\n\n    cursor:not-allowed;\n\n    transform:none;\n}\n\n\n\/* =========================================================\n   RESPONSE MESSAGE\n========================================================= *\/\n\n#itz-contact-location .itz-message{\n\n    display:none;\n\n    grid-column:\n        1 \/ -1;\n\n    padding:\n        10px 12px;\n\n    border-radius:9px;\n\n    font-size:7.5px;\n\n    line-height:1.5;\n}\n\n\n#itz-contact-location .itz-message.success{\n\n    display:block;\n\n    color:#347A51;\n\n    background:\n        rgba(67,168,107,.08);\n\n    border:\n        1px solid\n        rgba(67,168,107,.14);\n}\n\n\n#itz-contact-location .itz-message.error{\n\n    display:block;\n\n    color:#A14E4E;\n\n    background:\n        rgba(200,70,70,.06);\n\n    border:\n        1px solid\n        rgba(200,70,70,.12);\n}\n\n\n\/* =========================================================\n   RIGHT MAP SIDE\n========================================================= *\/\n\n#itz-contact-location .itz-map-side{\n\n    position:relative;\n\n    min-height:540px;\n\n    overflow:hidden;\n\n    background:#E9EEF6;\n}\n\n\n#itz-contact-location .itz-map-side iframe{\n\n    position:absolute;\n\n    inset:0;\n\n    width:100% !important;\n\n    height:100% !important;\n\n    border:0 !important;\n\n    display:block;\n}\n\n\n\/* =========================================================\n   MAP TOP LABEL\n========================================================= *\/\n\n#itz-contact-location .itz-map-label{\n\n    position:absolute;\n\n    top:18px;\n\n    left:18px;\n\n    z-index:5;\n\n    display:flex;\n\n    align-items:center;\n\n    gap:7px;\n\n    padding:\n        9px 12px;\n\n    border:\n        1px solid\n        rgba(255,255,255,.65);\n\n    border-radius:11px;\n\n    background:\n        rgba(255,255,255,.90);\n\n    backdrop-filter:\n        blur(10px);\n\n    -webkit-backdrop-filter:\n        blur(10px);\n\n    color:#586982;\n\n    font-size:7.5px;\n\n    font-weight:800;\n\n    box-shadow:\n        0 10px 25px\n        rgba(30,45,80,.12);\n}\n\n\n#itz-contact-location .itz-map-dot{\n\n    width:7px;\n\n    height:7px;\n\n    border-radius:50%;\n\n    background:#43A86B;\n\n    box-shadow:\n        0 0 0 4px\n        rgba(67,168,107,.09);\n}\n\n\n\/* =========================================================\n   MAP BOTTOM CARD\n========================================================= *\/\n\n#itz-contact-location .itz-map-bottom{\n\n    position:absolute;\n\n    left:18px;\n\n    right:18px;\n\n    bottom:18px;\n\n    z-index:5;\n\n    display:flex;\n\n    align-items:center;\n\n    justify-content:space-between;\n\n    gap:15px;\n\n    padding:\n        13px 14px;\n\n    border:\n        1px solid\n        rgba(255,255,255,.65);\n\n    border-radius:14px;\n\n    background:\n        rgba(255,255,255,.91);\n\n    backdrop-filter:\n        blur(12px);\n\n    -webkit-backdrop-filter:\n        blur(12px);\n\n    box-shadow:\n        0 12px 30px\n        rgba(30,45,80,.13);\n}\n\n\n#itz-contact-location .itz-map-bottom-info{\n\n    display:flex;\n\n    align-items:center;\n\n    gap:9px;\n}\n\n\n#itz-contact-location .itz-pin{\n\n    display:flex;\n\n    align-items:center;\n\n    justify-content:center;\n\n    width:29px;\n\n    height:29px;\n\n    border-radius:9px;\n\n    background:\n        rgba(42,82,184,.07);\n\n    color:var(--blue);\n\n    font-size:12px;\n}\n\n\n#itz-contact-location .itz-map-bottom-text strong{\n\n    display:block;\n\n    color:#40537D;\n\n    font-size:8px;\n\n    font-weight:800;\n}\n\n\n#itz-contact-location .itz-map-bottom-text span{\n\n    display:block;\n\n    margin-top:2px;\n\n    color:#8A96AA;\n\n    font-size:6.8px;\n}\n\n\n\/* =========================================================\n   MAP BUTTON\n========================================================= *\/\n\n#itz-contact-location .itz-map-button{\n\n    display:inline-flex;\n\n    align-items:center;\n\n    justify-content:center;\n\n    min-width:105px;\n\n    height:34px;\n\n    padding:\n        0 12px;\n\n    border-radius:9px;\n\n    background:\n        linear-gradient(\n            135deg,\n            var(--blue),\n            var(--purple)\n        );\n\n    color:#fff !important;\n\n    text-decoration:none;\n\n    font-size:7px;\n\n    font-weight:800;\n\n    white-space:nowrap;\n\n    box-shadow:\n        0 8px 18px\n        rgba(42,82,184,.18);\n\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media(max-width:850px){\n\n    #itz-contact-location .itz-combined-card{\n\n        grid-template-columns:\n            1fr;\n\n    }\n\n\n    #itz-contact-location .itz-map-side{\n\n        min-height:420px;\n\n    }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:600px){\n\n    #itz-contact-location .itz-main-container{\n\n        width:\n            calc(100% - 24px);\n\n        padding:\n            45px 0;\n\n    }\n\n\n    #itz-contact-location .itz-section-title{\n\n        font-size:36px;\n\n        letter-spacing:-1.4px;\n\n    }\n\n\n    #itz-contact-location .itz-section-description{\n\n        font-size:9.5px;\n\n    }\n\n\n    #itz-contact-location .itz-combined-card{\n\n        border-radius:21px;\n\n    }\n\n\n    #itz-contact-location .itz-form-side{\n\n        padding:24px;\n\n    }\n\n\n    #itz-contact-location .itz-form-heading h3{\n\n        font-size:24px;\n\n    }\n\n\n    #itz-contact-location .itz-form-heading p{\n\n        font-size:8.5px;\n\n    }\n\n\n    #itz-contact-location .itz-form{\n\n        grid-template-columns:\n            1fr;\n\n        gap:10px;\n\n    }\n\n\n    #itz-contact-location .itz-field.full{\n\n        grid-column:auto;\n\n    }\n\n\n    #itz-contact-location .itz-submit-row{\n\n        grid-column:auto;\n\n        flex-direction:column;\n\n        align-items:stretch;\n\n    }\n\n\n    #itz-contact-location .itz-submit-note{\n\n        text-align:center;\n\n    }\n\n\n    #itz-contact-location .itz-submit-button{\n\n        width:100%;\n\n    }\n\n\n    #itz-contact-location .itz-message{\n\n        grid-column:auto;\n\n    }\n\n\n    #itz-contact-location .itz-map-side{\n\n        min-height:350px;\n\n    }\n\n\n    #itz-contact-location .itz-map-label{\n\n        top:12px;\n\n        left:12px;\n\n    }\n\n\n    #itz-contact-location .itz-map-bottom{\n\n        left:12px;\n\n        right:12px;\n\n        bottom:12px;\n\n    }\n\n\n    #itz-contact-location .itz-map-bottom-text span{\n\n        display:none;\n\n    }\n\n\n    #itz-contact-location .itz-map-button{\n\n        min-width:92px;\n\n    }\n\n}\n\n<\/style>\n\n\n<!-- =========================================================\n     MAIN\n========================================================= -->\n\n<div class=\"itz-main-container\">\n\n\n    <!-- =====================================================\n         SECTION HEADER\n    ====================================================== -->\n\n    <div class=\"itz-section-header\">\n\n        <div class=\"itz-eyebrow\">\n\n            Contact &#038; Location\n\n        <\/div>\n\n\n        <h2 class=\"itz-section-title\">\n\n            Let&#8217;s\n            <span>Connect.<\/span>\n\n        <\/h2>\n\n\n        <p class=\"itz-section-description\">\n\n            Whether you want to know more about our courses,\n            admissions or career opportunities, send us a message\n            or visit us at Inspire Tech Zone.\n\n        <\/p>\n\n    <\/div>\n\n\n\n    <!-- =====================================================\n         COMBINED CARD\n    ====================================================== -->\n\n    <div class=\"itz-combined-card\">\n\n\n        <!-- =================================================\n             LEFT \u2014 FORM\n        ================================================== -->\n\n        <div class=\"itz-form-side\">\n\n\n            <div class=\"itz-form-heading\">\n\n                <div class=\"itz-form-badge\">\n\n                    Send Us A Message\n\n                <\/div>\n\n\n                <h3>\n\n                    How can we\n                    help you?\n\n                <\/h3>\n\n\n                <p>\n\n                    Fill in your details and our team\n                    will get back to you shortly.\n\n                <\/p>\n\n            <\/div>\n\n\n\n            <!-- =================================================\n                 FORM\n            ================================================== -->\n\n            <form\n                class=\"itz-form\"\n                id=\"itzContactForm\"\n            >\n\n\n                <!-- Honeypot -->\n\n                <input\n                    type=\"text\"\n                    name=\"itz_website\"\n                    class=\"itz-honeypot\"\n                    tabindex=\"-1\"\n                    autocomplete=\"off\"\n                >\n\n\n                <!-- NAME -->\n\n                <div class=\"itz-field\">\n\n                    <label for=\"itz-name\">\n\n                        Full Name *\n\n                    <\/label>\n\n                    <input\n                        type=\"text\"\n                        id=\"itz-name\"\n                        name=\"name\"\n                        placeholder=\"Your full name\"\n                        autocomplete=\"name\"\n                        required\n                    >\n\n                <\/div>\n\n\n                <!-- PHONE -->\n\n                <div class=\"itz-field\">\n\n                    <label for=\"itz-phone\">\n\n                        Phone Number *\n\n                    <\/label>\n\n                    <input\n                        type=\"tel\"\n                        id=\"itz-phone\"\n                        name=\"phone\"\n                        placeholder=\"10 digit mobile number\"\n                        maxlength=\"10\"\n                        inputmode=\"numeric\"\n                        autocomplete=\"tel\"\n                        required\n                    >\n\n                <\/div>\n\n\n                <!-- EMAIL -->\n\n                <div class=\"itz-field\">\n\n                    <label for=\"itz-email\">\n\n                        Email Address *\n\n                    <\/label>\n\n                    <input\n                        type=\"email\"\n                        id=\"itz-email\"\n                        name=\"email\"\n                        placeholder=\"Your email address\"\n                        autocomplete=\"email\"\n                        required\n                    >\n\n                <\/div>\n\n\n                <!-- ENQUIRY -->\n\n                <div class=\"itz-field\">\n\n                    <label for=\"itz-enquiry\">\n\n                        Enquiry Type *\n\n                    <\/label>\n\n                    <select\n                        id=\"itz-enquiry\"\n                        name=\"enquiry\"\n                        required\n                    >\n\n                        <option value=\"\">\n                            Select option\n                        <\/option>\n\n                        <option value=\"Course Enquiry\">\n                            Course Enquiry\n                        <\/option>\n\n                        <option value=\"Career Guidance\">\n                            Career Guidance\n                        <\/option>\n\n                        <option value=\"Admission Support\">\n                            Admission Support\n                        <\/option>\n\n                        <option value=\"General Enquiry\">\n                            General Enquiry\n                        <\/option>\n\n                    <\/select>\n\n                <\/div>\n\n\n                <!-- MESSAGE -->\n\n                <div class=\"itz-field full\">\n\n                    <label for=\"itz-message\">\n\n                        Your Message *\n\n                    <\/label>\n\n                    <textarea\n                        id=\"itz-message\"\n                        name=\"user_message\"\n                        placeholder=\"Tell us what you would like to know...\"\n                        required\n                    ><\/textarea>\n\n                <\/div>\n\n\n                <!-- SUBMIT -->\n\n                <div class=\"itz-submit-row\">\n\n                    <div class=\"itz-submit-note\">\n\n                        Your information is safe with\n                        <strong>Inspire Tech Zone.<\/strong>\n\n                    <\/div>\n\n\n                    <button\n                        type=\"submit\"\n                        class=\"itz-submit-button\"\n                        id=\"itzSubmitBtn\"\n                    >\n\n                        Send Enquiry \u2192\n\n                    <\/button>\n\n                <\/div>\n\n\n                <!-- MESSAGE -->\n\n                <div\n                    id=\"itzFormMessage\"\n                    class=\"itz-message\"\n                    role=\"alert\"\n                ><\/div>\n\n\n            <\/form>\n\n        <\/div>\n\n\n\n        <!-- =================================================\n             RIGHT \u2014 MAP\n        ================================================== -->\n\n        <div class=\"itz-map-side\">\n\n\n            <!-- MAP -->\n\n            <iframe\n\n                src=\"https:\/\/www.google.com\/maps?q=Inspire%20Tech%20Zone&#038;output=embed\"\n\n                loading=\"lazy\"\n\n                referrerpolicy=\"no-referrer-when-downgrade\"\n\n                allowfullscreen\n\n            ><\/iframe>\n\n\n            <!-- MAP LABEL -->\n\n            <div class=\"itz-map-label\">\n\n                <span class=\"itz-map-dot\"><\/span>\n\n                Inspire Tech Zone\n\n            <\/div>\n\n\n            <!-- MAP BOTTOM -->\n\n            <div class=\"itz-map-bottom\">\n\n\n                <div class=\"itz-map-bottom-info\">\n\n                    <div class=\"itz-pin\">\n\n                        \u25cf\n\n                    <\/div>\n\n\n                    <div class=\"itz-map-bottom-text\">\n\n                        <strong>\n                            Find Our Institute\n                        <\/strong>\n\n                        <span>\n                            Open Google Maps for directions\n                        <\/span>\n\n                    <\/div>\n\n                <\/div>\n\n\n                <a\n                    class=\"itz-map-button\"\n                    href=\"https:\/\/www.google.com\/maps\/place\/Inspire+Tech+Zone\/data=!4m2!3m1!1s0x0:0x4a3925ae3d1f3e90?sa=X&#038;ved=1t:2428&#038;ictx=111\"\n                    target=\"_blank\"\n                    rel=\"noopener noreferrer\"\n                >\n\n                    Open Maps \u2197\n\n                <\/a>\n\n\n            <\/div>\n\n        <\/div>\n\n\n    <\/div>\n\n<\/div>\n\n<\/section>\n\n\n<script>\n\n(function(){\n\n    \"use strict\";\n\n\n    \/* =====================================================\n       ELEMENTS\n    ===================================================== *\/\n\n    const form =\n        document.getElementById(\n            \"itzContactForm\"\n        );\n\n    const button =\n        document.getElementById(\n            \"itzSubmitBtn\"\n        );\n\n    const message =\n        document.getElementById(\n            \"itzFormMessage\"\n        );\n\n    const phone =\n        document.getElementById(\n            \"itz-phone\"\n        );\n\n\n    if(!form) return;\n\n\n    \/* =====================================================\n       WORDPRESS AJAX\n    ===================================================== *\/\n\n    const AJAX_URL =\n        \"\/wp-admin\/admin-ajax.php\";\n\n\n    \/* =====================================================\n       PHONE VALIDATION\n    ===================================================== *\/\n\n    if(phone){\n\n        phone.addEventListener(\n            \"input\",\n            function(){\n\n                this.value =\n                    this.value\n                    .replace(\n                        \/[^0-9]\/g,\n                        \"\"\n                    )\n                    .slice(\n                        0,\n                        10\n                    );\n\n            }\n        );\n\n    }\n\n\n    \/* =====================================================\n       MESSAGE\n    ===================================================== *\/\n\n    function showMessage(\n        text,\n        type\n    ){\n\n        message.textContent =\n            text;\n\n        message.className =\n            \"itz-message \" + type;\n\n        message.style.display =\n            \"block\";\n\n    }\n\n\n    \/* =====================================================\n       SUBMIT\n    ===================================================== *\/\n\n    form.addEventListener(\n        \"submit\",\n        async function(e){\n\n            e.preventDefault();\n\n\n            \/* Honeypot *\/\n\n            const honeypot =\n                form.querySelector(\n                    '[name=\"itz_website\"]'\n                );\n\n\n            if(\n                honeypot &&\n                honeypot.value.trim() !== \"\"\n            ){\n\n                return;\n\n            }\n\n\n            \/* Browser validation *\/\n\n            if(\n                !form.checkValidity()\n            ){\n\n                form.reportValidity();\n\n                return;\n\n            }\n\n\n            \/* Phone validation *\/\n\n            if(\n                !\/^[0-9]{10}$\/.test(\n                    phone.value.trim()\n                )\n            ){\n\n                showMessage(\n                    \"Please enter a valid 10 digit phone number.\",\n                    \"error\"\n                );\n\n                return;\n\n            }\n\n\n            \/* Loading *\/\n\n            button.disabled =\n                true;\n\n            button.textContent =\n                \"Sending...\";\n\n            message.style.display =\n                \"none\";\n\n\n            \/* Form data *\/\n\n            const formData =\n                new FormData(form);\n\n\n            formData.append(\n                \"action\",\n                \"itz_contact_form\"\n            );\n\n\n            try{\n\n                const response =\n                    await fetch(\n                        AJAX_URL,\n                        {\n                            method:\"POST\",\n\n                            body:formData,\n\n                            credentials:\"same-origin\"\n                        }\n                    );\n\n\n                const result =\n                    await response.json();\n\n\n                if(\n                    result &&\n                    result.success\n                ){\n\n                    showMessage(\n                        \"Thank you! Your enquiry has been submitted successfully. Our team will contact you soon.\",\n                        \"success\"\n                    );\n\n\n                    form.reset();\n\n\n                    button.textContent =\n                        \"Enquiry Sent \u2713\";\n\n\n                    setTimeout(\n                        function(){\n\n                            button.disabled =\n                                false;\n\n                            button.textContent =\n                                \"Send Enquiry \u2192\";\n\n                        },\n                        4000\n                    );\n\n                }\n\n                else{\n\n                    showMessage(\n                        result &&\n                        result.data\n                            ? result.data\n                            : \"Unable to submit your enquiry. Please try again.\",\n                        \"error\"\n                    );\n\n\n                    button.disabled =\n                        false;\n\n                    button.textContent =\n                        \"Send Enquiry \u2192\";\n\n                }\n\n\n            }\n\n            catch(error){\n\n                console.error(\n                    \"ITZ Contact Form:\",\n                    error\n                );\n\n\n                showMessage(\n                    \"Something went wrong while submitting the form. Please try again.\",\n                    \"error\"\n                );\n\n\n                button.disabled =\n                    false;\n\n                button.textContent =\n                    \"Send Enquiry \u2192\";\n\n            }\n\n        }\n    );\n\n})();\n\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Contact Inspire Tech Zone Let&#8217;s start a conversation. Have a question about our courses, learning programs, admissions or anything related to your learning journey? We&#8217;re here to help you find the right direction. Course Enquiries Career Guidance Admission Support Talk To Our Team \u2192 Our team is ready to help you. We&#8217;re here to listen. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-67","page","type-page","status-publish","hentry"],"blocksy_meta":{"has_hero_section":"disabled","page_structure_type":"type-4","vertical_spacing_source":"custom","content_area_spacing":"none","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":7}},"_links":{"self":[{"href":"https:\/\/abhinavanand.in\/index.php?rest_route=\/wp\/v2\/pages\/67","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/abhinavanand.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/abhinavanand.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/abhinavanand.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/abhinavanand.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=67"}],"version-history":[{"count":7,"href":"https:\/\/abhinavanand.in\/index.php?rest_route=\/wp\/v2\/pages\/67\/revisions"}],"predecessor-version":[{"id":75,"href":"https:\/\/abhinavanand.in\/index.php?rest_route=\/wp\/v2\/pages\/67\/revisions\/75"}],"wp:attachment":[{"href":"https:\/\/abhinavanand.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=67"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}