{"id":13,"date":"2026-04-02T13:34:33","date_gmt":"2026-04-02T13:34:33","guid":{"rendered":"https:\/\/neuralpresence.online\/?page_id=13"},"modified":"2026-09-16T07:15:01","modified_gmt":"2026-09-16T07:15:01","slug":"contact","status":"publish","type":"page","link":"https:\/\/neuralpresence.online\/index.php\/contact\/","title":{"rendered":"Contact Us"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* ==========================================================\n   NEURAL PRESENCE \u2014 PROFESSIONAL CONTACT PAGE\n   CHILD PAGE CSS\n========================================================== *\/\n\n.np-contact-page {\n\n    --npc-primary: #078a96;\n    --npc-primary-dark: #055d68;\n    --npc-secondary: #103e4b;\n\n    --npc-heading: #16373f;\n    --npc-text: #566b71;\n    --npc-muted: #7b8d92;\n\n    --npc-white: #ffffff;\n\n    --npc-bg: #f7fbfc;\n    --npc-bg-soft: #edf8f9;\n\n    --npc-border: #dce9eb;\n\n    --npc-shadow:\n        0 20px 55px rgba(17, 66, 75, 0.10);\n\n    --npc-shadow-hover:\n        0 25px 65px rgba(17, 66, 75, 0.16);\n\n    width: 100%;\n    overflow: hidden;\n\n    color: var(--npc-text);\n\n    font-family: inherit;\n    line-height: 1.7;\n\n    background: #ffffff;\n}\n\n\n\/* RESET *\/\n\n.np-contact-page *,\n.np-contact-page *::before,\n.np-contact-page *::after {\n    box-sizing: border-box;\n}\n\n.np-contact-page img {\n    display: block;\n    max-width: 100%;\n}\n\n.np-contact-page a {\n    text-decoration: none;\n}\n\n.np-contact-page button,\n.np-contact-page input,\n.np-contact-page textarea,\n.np-contact-page select {\n    font-family: inherit;\n}\n\n.np-contact-page address {\n    font-style: normal;\n}\n\n\n\/* TYPOGRAPHY *\/\n\n.np-contact-page h1,\n.np-contact-page h2,\n.np-contact-page h3 {\n\n    margin-top: 0;\n\n    color: var(--npc-heading);\n\n    font-weight: 750;\n    line-height: 1.15;\n\n    letter-spacing: -0.025em;\n}\n\n.np-contact-page h1 {\n\n    margin-bottom: 25px;\n\n    font-size:\n        clamp(\n            2.7rem,\n            5vw,\n            5.15rem\n        );\n}\n\n.np-contact-page h2 {\n\n    margin-bottom: 20px;\n\n    font-size:\n        clamp(\n            2rem,\n            3.7vw,\n            3.35rem\n        );\n}\n\n.np-contact-page h3 {\n    font-size: 1.15rem;\n}\n\n.np-contact-page h1 span,\n.np-contact-page h2 span {\n    color: var(--npc-primary);\n}\n\n.np-contact-page p {\n    margin-top: 0;\n    margin-bottom: 18px;\n}\n\n.np-contact-page strong {\n    color: var(--npc-heading);\n}\n\n\n\/* CONTAINERS *\/\n\n.npc-container {\n\n    width: min(1180px, 90%);\n    margin-inline: auto;\n}\n\n.npc-section {\n    padding: 100px 0;\n}\n\n.npc-section-label {\n\n    display: inline-block;\n\n    margin-bottom: 16px;\n\n    color: var(--npc-primary);\n\n    font-size: .73rem;\n    font-weight: 850;\n\n    letter-spacing: .14em;\n}\n\n.npc-light-label {\n    color: #98e9ec;\n}\n\n\n\/* ==========================================================\n   HERO\n========================================================== *\/\n\n.npc-hero {\n\n    position: relative;\n\n    overflow: hidden;\n\n    padding: 95px 0;\n\n    background:\n        linear-gradient(\n            135deg,\n            #f2fafb 0%,\n            #ffffff 52%,\n            #edf9fa 100%\n        );\n}\n\n.npc-hero-grid {\n\n    position: relative;\n    z-index: 2;\n\n    display: grid;\n\n    grid-template-columns:\n        1.05fr .95fr;\n\n    align-items: center;\n\n    gap: 72px;\n}\n\n.npc-eyebrow {\n\n    display: inline-flex;\n\n    padding: 8px 14px;\n\n    margin-bottom: 23px;\n\n    border:\n        1px solid\n        rgba(7, 138, 150, .19);\n\n    border-radius: 50px;\n\n    background:\n        rgba(7, 138, 150, .07);\n\n    color: var(--npc-primary);\n\n    font-size: .74rem;\n    font-weight: 850;\n\n    letter-spacing: .08em;\n}\n\n.npc-hero-lead {\n\n    max-width: 690px;\n\n    color: #38565e;\n\n    font-size: 1.15rem;\n\n    font-weight: 500;\n}\n\n.npc-hero-text {\n    max-width: 690px;\n}\n\n.npc-hero-actions {\n\n    display: flex;\n\n    flex-wrap: wrap;\n\n    gap: 13px;\n\n    margin:\n        30px 0\n        25px;\n}\n\n\n\/* BUTTONS *\/\n\n.npc-btn {\n\n    display: inline-flex;\n\n    align-items: center;\n    justify-content: center;\n\n    gap: 11px;\n\n    min-height: 53px;\n\n    padding:\n        0 25px;\n\n    border: none;\n\n    border-radius: 10px;\n\n    font-size: .93rem;\n    font-weight: 750;\n\n    cursor: pointer;\n\n    transition:\n        transform .25s ease,\n        background .25s ease,\n        border-color .25s ease,\n        box-shadow .25s ease,\n        color .25s ease;\n}\n\n.npc-btn span {\n    transition: transform .25s ease;\n}\n\n.npc-btn:hover span {\n    transform: translateX(4px);\n}\n\n.npc-btn-primary {\n\n    color: #ffffff !important;\n\n    background:\n        linear-gradient(\n            135deg,\n            var(--npc-primary),\n            var(--npc-primary-dark)\n        );\n\n    box-shadow:\n        0 13px 28px\n        rgba(7, 138, 150, .22);\n}\n\n.npc-btn-primary:hover {\n\n    color: #ffffff !important;\n\n    transform: translateY(-3px);\n\n    box-shadow:\n        0 18px 35px\n        rgba(7, 138, 150, .3);\n}\n\n.npc-btn-outline {\n\n    color: var(--npc-heading) !important;\n\n    background: #ffffff;\n\n    border:\n        1px solid\n        var(--npc-border);\n}\n\n.npc-btn-outline:hover {\n\n    color:\n        var(--npc-primary) !important;\n\n    border-color:\n        var(--npc-primary);\n\n    transform:\n        translateY(-3px);\n}\n\n\n\/* TRUST *\/\n\n.npc-mini-trust {\n\n    display: flex;\n\n    flex-wrap: wrap;\n\n    gap: 18px;\n\n    color:\n        var(--npc-heading);\n\n    font-size: .85rem;\n    font-weight: 650;\n}\n\n.npc-mini-trust div {\n\n    display: flex;\n\n    align-items: center;\n\n    gap: 7px;\n}\n\n.npc-mini-trust span {\n\n    display: grid;\n\n    place-items: center;\n\n    width: 21px;\n    height: 21px;\n\n    border-radius: 50%;\n\n    background:\n        rgba(7, 138, 150, .1);\n\n    color:\n        var(--npc-primary);\n\n    font-size: .7rem;\n}\n\n\n\/* HERO IMAGE *\/\n\n.npc-image-frame {\n\n    position: relative;\n\n    padding: 11px;\n\n    border-radius: 25px;\n\n    background: #ffffff;\n\n    box-shadow:\n        0 32px 70px\n        rgba(16, 67, 77, .16);\n}\n\n.npc-image-frame > img {\n\n    width: 100%;\n    height: 500px;\n\n    object-fit: cover;\n\n    border-radius: 18px;\n}\n\n.npc-image-card {\n\n    position: absolute;\n\n    padding:\n        13px 16px;\n\n    border:\n        1px solid\n        rgba(255,255,255,.8);\n\n    border-radius: 13px;\n\n    background:\n        rgba(255,255,255,.95);\n\n    backdrop-filter: blur(10px);\n\n    box-shadow:\n        0 15px 40px\n        rgba(14, 61, 70, .16);\n}\n\n.npc-image-card-one {\n\n    display: flex;\n\n    align-items: center;\n\n    gap: 10px;\n\n    top: 35px;\n    left: -35px;\n}\n\n.npc-image-card-one div {\n\n    display: flex;\n    flex-direction: column;\n}\n\n.npc-image-card-one strong {\n    font-size: .87rem;\n}\n\n.npc-image-card-one small {\n\n    color:\n        var(--npc-muted);\n\n    font-size: .71rem;\n}\n\n.npc-status-dot {\n\n    width: 10px;\n    height: 10px;\n\n    border-radius: 50%;\n\n    background:\n        #18ad72;\n\n    box-shadow:\n        0 0 0 5px\n        rgba(24,173,114,.12);\n}\n\n.npc-image-card-two {\n\n    right: -25px;\n    bottom: 40px;\n\n    color:\n        var(--npc-primary);\n\n    font-size: .79rem;\n}\n\n\n\/* HERO SHAPES *\/\n\n.npc-shape {\n\n    position: absolute;\n\n    border-radius: 50%;\n\n    pointer-events: none;\n}\n\n.npc-shape-one {\n\n    width: 450px;\n    height: 450px;\n\n    top: -230px;\n    right: -170px;\n\n    background:\n        radial-gradient(\n            circle,\n            rgba(7, 158, 171, .2),\n            transparent 70%\n        );\n}\n\n.npc-shape-two {\n\n    width: 430px;\n    height: 430px;\n\n    bottom: -270px;\n    left: -230px;\n\n    background:\n        radial-gradient(\n            circle,\n            rgba(15, 73, 90, .13),\n            transparent 70%\n        );\n}\n\n\n\/* ==========================================================\n   CONTACT STRIP\n========================================================== *\/\n\n.npc-contact-strip {\n\n    position: relative;\n    z-index: 3;\n\n    background: #ffffff;\n\n    border-top:\n        1px solid\n        var(--npc-border);\n\n    border-bottom:\n        1px solid\n        var(--npc-border);\n}\n\n.npc-contact-cards {\n\n    display: grid;\n\n    grid-template-columns:\n        repeat(3, 1fr);\n}\n\n.npc-contact-card {\n\n    display: flex;\n\n    align-items: center;\n\n    gap: 17px;\n\n    min-width: 0;\n\n    padding:\n        27px 25px;\n\n    color:\n        var(--npc-text) !important;\n\n    border-right:\n        1px solid\n        var(--npc-border);\n\n    transition:\n        background .25s ease;\n}\n\n.npc-contact-card:last-child {\n    border-right: none;\n}\n\n.npc-contact-card:hover {\n    background: var(--npc-bg);\n}\n\n.npc-contact-icon {\n\n    flex: 0 0 48px;\n\n    display: grid;\n\n    place-items: center;\n\n    width: 48px;\n    height: 48px;\n\n    border-radius: 13px;\n\n    background:\n        var(--npc-bg-soft);\n}\n\n.npc-contact-icon svg {\n\n    width: 20px;\n    height: 20px;\n\n    fill:\n        var(--npc-primary);\n}\n\n.npc-contact-card div:last-child {\n\n    display: flex;\n\n    min-width: 0;\n\n    flex-direction: column;\n}\n\n.npc-contact-card span {\n\n    color:\n        var(--npc-muted);\n\n    font-size: .72rem;\n\n    text-transform: uppercase;\n\n    letter-spacing: .06em;\n\n    font-weight: 750;\n}\n\n.npc-contact-card strong {\n\n    overflow-wrap: anywhere;\n\n    font-size: .96rem;\n}\n\n.npc-contact-card small {\n\n    color:\n        var(--npc-muted);\n\n    font-size: .75rem;\n}\n\n\n\/* ==========================================================\n   INTRO\n========================================================== *\/\n\n.npc-intro {\n    background: #ffffff;\n}\n\n.npc-intro-grid {\n\n    display: grid;\n\n    grid-template-columns:\n        .95fr 1.05fr;\n\n    align-items: start;\n\n    gap: 85px;\n}\n\n.npc-intro-text {\n\n    padding-top: 30px;\n\n    font-size: 1.02rem;\n}\n\n\n\/* ==========================================================\n   SERVICES\n========================================================== *\/\n\n.npc-services {\n    background: var(--npc-bg);\n}\n\n.npc-center-heading {\n\n    max-width: 780px;\n\n    margin:\n        0 auto\n        52px;\n\n    text-align: center;\n}\n\n.npc-service-grid {\n\n    display: grid;\n\n    grid-template-columns:\n        repeat(3, 1fr);\n\n    gap: 20px;\n}\n\n.npc-service-card {\n\n    position: relative;\n\n    display: flex;\n\n    min-height: 305px;\n\n    flex-direction: column;\n\n    padding: 30px;\n\n    border:\n        1px solid\n        var(--npc-border);\n\n    border-radius: 18px;\n\n    background: #ffffff;\n\n    color:\n        var(--npc-text) !important;\n\n    transition:\n        transform .28s ease,\n        border-color .28s ease,\n        box-shadow .28s ease;\n}\n\n.npc-service-card:hover {\n\n    transform:\n        translateY(-6px);\n\n    border-color:\n        rgba(7,138,150,.35);\n\n    box-shadow:\n        var(--npc-shadow-hover);\n}\n\n.npc-service-number {\n\n    margin-bottom: 28px;\n\n    color:\n        var(--npc-primary);\n\n    font-size: .72rem;\n    font-weight: 850;\n\n    letter-spacing: .1em;\n}\n\n.npc-service-card h3 {\n    font-size: 1.22rem;\n}\n\n.npc-service-card p {\n\n    margin-bottom: 24px;\n\n    font-size: .89rem;\n}\n\n.npc-card-link {\n\n    display: inline-flex;\n\n    align-items: center;\n\n    gap: 9px;\n\n    margin-top: auto;\n\n    color:\n        var(--npc-primary) !important;\n\n    font-size: .84rem;\n    font-weight: 750;\n}\n\n.npc-card-link b {\n    transition: transform .25s ease;\n}\n\n.npc-service-card:hover\n.npc-card-link b {\n    transform: translateX(4px);\n}\n\n\n\/* FEATURED ANALYTICS *\/\n\n.npc-service-featured {\n\n    border-color: transparent;\n\n    background:\n        linear-gradient(\n            145deg,\n            #078a96,\n            #06505f\n        );\n\n    color:\n        rgba(255,255,255,.78) !important;\n}\n\n.npc-service-featured h3 {\n    color: #ffffff;\n}\n\n.npc-service-featured\n.npc-service-number {\n    color: #98ebee;\n}\n\n.npc-service-featured\n.npc-card-link {\n    color: #a7eff1 !important;\n}\n\n\n\/* ==========================================================\n   FORM SECTION\n========================================================== *\/\n\n.npc-form-section {\n\n    background:\n        #ffffff;\n}\n\n.npc-form-grid {\n\n    display: grid;\n\n    grid-template-columns:\n        .82fr 1.18fr;\n\n    gap: 75px;\n\n    align-items: start;\n}\n\n.npc-form-info {\n\n    padding-top: 15px;\n}\n\n\n\/* EXPECT LIST *\/\n\n.npc-expect-list {\n\n    display: grid;\n\n    margin-top: 35px;\n}\n\n.npc-expect-list > div {\n\n    display: grid;\n\n    grid-template-columns:\n        43px 1fr;\n\n    gap: 15px;\n\n    padding:\n        17px 0;\n\n    border-bottom:\n        1px solid\n        var(--npc-border);\n}\n\n.npc-expect-list > div > span {\n\n    display: grid;\n\n    place-items: center;\n\n    width: 40px;\n    height: 40px;\n\n    border-radius: 10px;\n\n    background:\n        var(--npc-bg-soft);\n\n    color:\n        var(--npc-primary);\n\n    font-size: .69rem;\n    font-weight: 850;\n}\n\n.npc-expect-list h3 {\n\n    margin-bottom: 4px;\n\n    font-size: .98rem;\n}\n\n.npc-expect-list p {\n\n    margin: 0;\n\n    font-size: .84rem;\n}\n\n\n\/* FAST RESPONSE *\/\n\n.npc-fast-response {\n\n    display: flex;\n\n    gap: 15px;\n\n    margin-top: 30px;\n\n    padding: 21px;\n\n    border-radius: 15px;\n\n    background:\n        var(--npc-bg-soft);\n}\n\n.npc-fast-icon {\n\n    flex: 0 0 42px;\n\n    display: grid;\n\n    place-items: center;\n\n    width: 42px;\n    height: 42px;\n\n    border-radius: 10px;\n\n    background:\n        var(--npc-primary);\n\n    color: #ffffff;\n\n    font-weight: 800;\n}\n\n.npc-fast-response div {\n\n    display: flex;\n\n    flex-direction: column;\n}\n\n.npc-fast-response strong {\n    font-size: .93rem;\n}\n\n.npc-fast-response p {\n\n    margin:\n        2px 0;\n\n    font-size: .8rem;\n}\n\n.npc-fast-response a {\n\n    color:\n        var(--npc-primary) !important;\n\n    font-size: .84rem;\n    font-weight: 750;\n}\n\n\n\/* FORM CARD *\/\n\n.npc-form-card {\n\n    padding: 38px;\n\n    border:\n        1px solid\n        var(--npc-border);\n\n    border-radius: 22px;\n\n    background:\n        var(--npc-bg);\n\n    box-shadow:\n        var(--npc-shadow);\n}\n\n.npc-form-heading {\n\n    padding-bottom: 25px;\n\n    margin-bottom: 28px;\n\n    border-bottom:\n        1px solid\n        var(--npc-border);\n}\n\n.npc-form-heading > span {\n\n    color:\n        var(--npc-primary);\n\n    font-size: .68rem;\n    font-weight: 850;\n\n    letter-spacing: .12em;\n}\n\n.npc-form-heading h3 {\n\n    margin:\n        8px 0 0;\n\n    font-size: 1.45rem;\n}\n\n.npc-form-row {\n\n    display: grid;\n\n    grid-template-columns:\n        1fr 1fr;\n\n    gap: 16px;\n}\n\n.npc-field {\n\n    display: flex;\n\n    flex-direction: column;\n\n    margin-bottom: 17px;\n}\n\n.npc-field label {\n\n    margin-bottom: 7px;\n\n    color:\n        var(--npc-heading);\n\n    font-size: .8rem;\n    font-weight: 700;\n}\n\n.npc-field input,\n.npc-field select,\n.npc-field textarea {\n\n    width: 100%;\n\n    border:\n        1px solid\n        var(--npc-border);\n\n    border-radius: 9px;\n\n    outline: none;\n\n    background: #ffffff;\n\n    color:\n        var(--npc-heading);\n\n    font-size: .89rem;\n\n    transition:\n        border-color .2s ease,\n        box-shadow .2s ease;\n}\n\n.npc-field input,\n.npc-field select {\n\n    min-height: 49px;\n\n    padding:\n        0 14px;\n}\n\n.npc-field textarea {\n\n    min-height: 150px;\n\n    padding: 13px 14px;\n\n    resize: vertical;\n\n    line-height: 1.6;\n}\n\n.npc-field input:focus,\n.npc-field select:focus,\n.npc-field textarea:focus {\n\n    border-color:\n        var(--npc-primary);\n\n    box-shadow:\n        0 0 0 3px\n        rgba(7,138,150,.09);\n}\n\n.npc-field-bottom {\n\n    display: flex;\n\n    justify-content: space-between;\n\n    gap: 20px;\n\n    margin-top: 7px;\n\n    color:\n        var(--npc-muted);\n\n    font-size: .69rem;\n}\n\n\n\/* CHECKBOX *\/\n\n.npc-checkbox {\n\n    display: flex;\n\n    align-items: flex-start;\n\n    gap: 9px;\n\n    margin:\n        4px 0\n        22px;\n\n    color:\n        var(--npc-text);\n\n    font-size: .78rem;\n\n    cursor: pointer;\n}\n\n.npc-checkbox input {\n\n    margin-top: 4px;\n\n    accent-color:\n        var(--npc-primary);\n}\n\n\n\/* FORM ACTIONS *\/\n\n.npc-form-actions {\n\n    display: flex;\n\n    gap: 12px;\n\n    flex-wrap: wrap;\n}\n\n.npc-submit {\n\n    flex: 1;\n}\n\n.npc-email-button {\n\n    flex: 1;\n}\n\n.npc-form-note {\n\n    margin:\n        16px 0 0;\n\n    text-align: center;\n\n    color:\n        var(--npc-muted);\n\n    font-size: .7rem;\n}\n\n\n\/* ==========================================================\n   LOCATION\n========================================================== *\/\n\n.npc-location {\n\n    background:\n        var(--npc-bg);\n}\n\n.npc-location-grid {\n\n    display: grid;\n\n    grid-template-columns:\n        .9fr 1.1fr;\n\n    gap: 60px;\n\n    align-items: stretch;\n}\n\n.npc-location-info {\n\n    padding:\n        25px 0;\n}\n\n.npc-address-box {\n\n    display: flex;\n\n    gap: 17px;\n\n    margin:\n        30px 0;\n\n    padding: 22px;\n\n    border:\n        1px solid\n        var(--npc-border);\n\n    border-radius: 15px;\n\n    background: #ffffff;\n}\n\n.npc-address-icon {\n\n    flex:\n        0 0 48px;\n\n    display: grid;\n\n    place-items: center;\n\n    width: 48px;\n    height: 48px;\n\n    border-radius: 12px;\n\n    background:\n        var(--npc-bg-soft);\n}\n\n.npc-address-icon svg {\n\n    width: 21px;\n    height: 21px;\n\n    fill:\n        var(--npc-primary);\n}\n\n.npc-address-box > div:last-child {\n\n    display: flex;\n\n    flex-direction: column;\n}\n\n.npc-address-box span {\n\n    margin-bottom: 5px;\n\n    color:\n        var(--npc-heading);\n\n    font-weight: 750;\n}\n\n.npc-address-box address {\n\n    color:\n        var(--npc-text);\n\n    font-size: .86rem;\n\n    line-height: 1.7;\n}\n\n.npc-location-actions {\n\n    display: flex;\n\n    flex-wrap: wrap;\n\n    align-items: center;\n\n    gap: 20px;\n}\n\n.npc-text-link {\n\n    display: inline-flex;\n\n    align-items: center;\n\n    gap: 8px;\n\n    color:\n        var(--npc-primary) !important;\n\n    font-size: .87rem;\n\n    font-weight: 750;\n}\n\n.npc-map-wrap {\n\n    overflow: hidden;\n\n    min-height: 500px;\n\n    border-radius: 20px;\n\n    background: #e9f1f2;\n\n    box-shadow:\n        var(--npc-shadow);\n}\n\n.npc-map-wrap iframe {\n\n    display: block;\n\n    min-height: 500px;\n}\n\n\n\/* ==========================================================\n   WHY\n========================================================== *\/\n\n.npc-why {\n\n    background: #ffffff;\n}\n\n.npc-why-grid {\n\n    display: grid;\n\n    grid-template-columns:\n        repeat(4, 1fr);\n\n    gap: 20px;\n}\n\n.npc-why-card {\n\n    padding: 28px;\n\n    border:\n        1px solid\n        var(--npc-border);\n\n    border-radius: 17px;\n\n    background: #ffffff;\n\n    transition:\n        transform .25s ease,\n        box-shadow .25s ease;\n}\n\n.npc-why-card:hover {\n\n    transform: translateY(-5px);\n\n    box-shadow:\n        var(--npc-shadow);\n}\n\n.npc-why-card > span {\n\n    display: grid;\n\n    place-items: center;\n\n    width: 43px;\n    height: 43px;\n\n    margin-bottom: 21px;\n\n    border-radius: 10px;\n\n    background:\n        var(--npc-bg-soft);\n\n    color:\n        var(--npc-primary);\n\n    font-size: .7rem;\n    font-weight: 850;\n}\n\n.npc-why-card h3 {\n    font-size: 1.05rem;\n}\n\n.npc-why-card p {\n\n    margin-bottom: 0;\n\n    font-size: .85rem;\n}\n\n\n\/* ==========================================================\n   FAQ\n========================================================== *\/\n\n.npc-faq {\n    background: var(--npc-bg);\n}\n\n.npc-faq-grid {\n\n    display: grid;\n\n    grid-template-columns:\n        .75fr 1.25fr;\n\n    gap: 85px;\n}\n\n.npc-faq-heading {\n\n    position: sticky;\n\n    top: 120px;\n\n    align-self: start;\n}\n\n.npc-faq-item {\n\n    border-bottom:\n        1px solid\n        var(--npc-border);\n}\n\n.npc-faq-question {\n\n    width: 100%;\n\n    display: flex;\n\n    justify-content: space-between;\n    align-items: center;\n\n    gap: 25px;\n\n    padding:\n        21px 0;\n\n    border: none;\n\n    background: transparent;\n\n    color:\n        var(--npc-heading);\n\n    text-align: left;\n\n    font-size: .96rem;\n    font-weight: 700;\n\n    cursor: pointer;\n}\n\n.npc-faq-question b {\n\n    flex:\n        0 0 32px;\n\n    display: grid;\n\n    place-items: center;\n\n    width: 32px;\n    height: 32px;\n\n    border:\n        1px solid\n        var(--npc-border);\n\n    border-radius: 50%;\n\n    color:\n        var(--npc-primary);\n\n    font-size: 1.1rem;\n\n    transition:\n        transform .25s ease,\n        color .25s ease,\n        background .25s ease;\n}\n\n.npc-faq-item.npc-active\n.npc-faq-question b {\n\n    color: #ffffff;\n\n    background:\n        var(--npc-primary);\n\n    transform:\n        rotate(45deg);\n}\n\n.npc-faq-answer {\n\n    overflow: hidden;\n\n    max-height: 0;\n\n    transition:\n        max-height .35s ease;\n}\n\n.npc-faq-answer p {\n\n    padding:\n        0 45px\n        22px 0;\n\n    margin: 0;\n\n    font-size: .88rem;\n}\n\n\n\/* ==========================================================\n   FINAL CTA\n========================================================== *\/\n\n.npc-final {\n\n    padding:\n        30px 0\n        90px;\n\n    background: #ffffff;\n}\n\n.npc-final-box {\n\n    display: grid;\n\n    grid-template-columns:\n        1.25fr .75fr;\n\n    gap: 55px;\n\n    align-items: center;\n\n    padding: 58px;\n\n    border-radius: 24px;\n\n    background:\n        linear-gradient(\n            130deg,\n            #13333d,\n            #075f6e\n        );\n}\n\n.npc-final-box h2 {\n    color: #ffffff;\n}\n\n.npc-final-box h2 span {\n    color: #99ebee;\n}\n\n.npc-final-box p {\n\n    max-width: 700px;\n\n    margin-bottom: 0;\n\n    color:\n        rgba(255,255,255,.76);\n}\n\n.npc-final-actions {\n\n    display: flex;\n\n    flex-direction: column;\n\n    align-items: flex-start;\n\n    gap: 14px;\n}\n\n.npc-btn-white {\n\n    color:\n        var(--npc-primary) !important;\n\n    background: #ffffff;\n}\n\n.npc-btn-white:hover {\n    transform: translateY(-3px);\n}\n\n.npc-final-link {\n\n    color:\n        rgba(255,255,255,.78) !important;\n\n    font-size: .82rem;\n\n    font-weight: 650;\n}\n\n\n\/* ==========================================================\n   REVEAL\n========================================================== *\/\n\n.npc-reveal {\n\n    opacity: 0;\n\n    transform:\n        translateY(26px);\n\n    transition:\n        opacity .65s ease,\n        transform .65s ease;\n}\n\n.npc-reveal.npc-visible {\n\n    opacity: 1;\n\n    transform:\n        translateY(0);\n}\n\n\n\/* ==========================================================\n   RESPONSIVE \u2014 TABLET\n========================================================== *\/\n\n@media (max-width: 1050px) {\n\n    .np-contact-page\n    .npc-service-grid {\n\n        grid-template-columns:\n            repeat(2, 1fr);\n    }\n\n    .np-contact-page\n    .npc-why-grid {\n\n        grid-template-columns:\n            repeat(2, 1fr);\n    }\n\n}\n\n\n\/* ==========================================================\n   RESPONSIVE \u2014 SMALL TABLET\n========================================================== *\/\n\n@media (max-width: 860px) {\n\n    .np-contact-page\n    .npc-section {\n        padding: 78px 0;\n    }\n\n\n    .np-contact-page\n    .npc-hero {\n        padding: 75px 0;\n    }\n\n    .np-contact-page\n    .npc-hero-grid {\n\n        grid-template-columns: 1fr;\n\n        gap: 50px;\n    }\n\n    .np-contact-page\n    .npc-hero-copy {\n        text-align: center;\n    }\n\n    .np-contact-page\n    .npc-hero-lead,\n    .np-contact-page\n    .npc-hero-text {\n\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .np-contact-page\n    .npc-hero-actions,\n    .np-contact-page\n    .npc-mini-trust {\n\n        justify-content: center;\n    }\n\n    .np-contact-page\n    .npc-hero-media {\n\n        width: 100%;\n        max-width: 670px;\n\n        margin: auto;\n    }\n\n    .np-contact-page\n    .npc-image-card-one {\n        left: 15px;\n    }\n\n    .np-contact-page\n    .npc-image-card-two {\n        right: 15px;\n    }\n\n\n    .np-contact-page\n    .npc-contact-cards {\n\n        grid-template-columns: 1fr;\n    }\n\n    .np-contact-page\n    .npc-contact-card {\n\n        border-right: none;\n\n        border-bottom:\n            1px solid\n            var(--npc-border);\n    }\n\n\n    .np-contact-page\n    .npc-intro-grid {\n\n        grid-template-columns: 1fr;\n\n        gap: 10px;\n    }\n\n    .np-contact-page\n    .npc-intro-text {\n        padding-top: 0;\n    }\n\n\n    .np-contact-page\n    .npc-form-grid {\n\n        grid-template-columns: 1fr;\n\n        gap: 50px;\n    }\n\n\n    .np-contact-page\n    .npc-location-grid {\n\n        grid-template-columns: 1fr;\n\n        gap: 35px;\n    }\n\n\n    .np-contact-page\n    .npc-faq-grid {\n\n        grid-template-columns: 1fr;\n\n        gap: 35px;\n    }\n\n    .np-contact-page\n    .npc-faq-heading {\n        position: static;\n    }\n\n\n    .np-contact-page\n    .npc-final-box {\n\n        grid-template-columns: 1fr;\n\n        gap: 30px;\n    }\n\n}\n\n\n\/* ==========================================================\n   RESPONSIVE \u2014 MOBILE\n========================================================== *\/\n\n@media (max-width: 600px) {\n\n    .np-contact-page h1 {\n        font-size: 2.35rem;\n    }\n\n    .np-contact-page h2 {\n        font-size: 1.9rem;\n    }\n\n\n    .np-contact-page\n    .npc-hero {\n\n        padding:\n            58px 0\n            65px;\n    }\n\n    .np-contact-page\n    .npc-hero-actions {\n\n        flex-direction: column;\n    }\n\n    .np-contact-page\n    .npc-hero-actions\n    .npc-btn {\n\n        width: 100%;\n    }\n\n    .np-contact-page\n    .npc-mini-trust {\n\n        gap: 10px;\n\n        font-size: .78rem;\n    }\n\n    .np-contact-page\n    .npc-image-frame > img {\n\n        height: 370px;\n    }\n\n    .np-contact-page\n    .npc-image-card {\n\n        padding:\n            10px 12px;\n    }\n\n\n    .np-contact-page\n    .npc-service-grid {\n\n        grid-template-columns: 1fr;\n    }\n\n    .np-contact-page\n    .npc-service-card {\n        min-height: auto;\n    }\n\n\n    .np-contact-page\n    .npc-form-card {\n\n        padding:\n            28px 20px;\n    }\n\n    .np-contact-page\n    .npc-form-row {\n\n        grid-template-columns: 1fr;\n\n        gap: 0;\n    }\n\n    .np-contact-page\n    .npc-form-actions {\n\n        flex-direction: column;\n    }\n\n    .np-contact-page\n    .npc-form-actions\n    .npc-btn {\n\n        width: 100%;\n    }\n\n    .np-contact-page\n    .npc-field-bottom {\n\n        flex-direction: column;\n\n        gap: 2px;\n    }\n\n\n    .np-contact-page\n    .npc-map-wrap,\n    .np-contact-page\n    .npc-map-wrap iframe {\n\n        min-height: 390px;\n    }\n\n\n    .np-contact-page\n    .npc-why-grid {\n\n        grid-template-columns: 1fr;\n    }\n\n\n    .np-contact-page\n    .npc-final-box {\n\n        padding:\n            38px 25px;\n    }\n\n}\n\n\n\/* ACCESSIBILITY *\/\n\n.np-contact-page a:focus-visible,\n.np-contact-page button:focus-visible,\n.np-contact-page input:focus-visible,\n.np-contact-page textarea:focus-visible,\n.np-contact-page select:focus-visible {\n\n    outline:\n        3px solid\n        rgba(7,138,150,.34);\n\n    outline-offset: 3px;\n}\n\n\n@media (prefers-reduced-motion: reduce) {\n\n    .np-contact-page *,\n    .np-contact-page *::before,\n    .np-contact-page *::after {\n\n        transition-duration:\n            .01ms !important;\n\n        animation-duration:\n            .01ms !important;\n    }\n\n}\n<\/style>\n\n<script data-wp-block-html=\"js\">\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n\n    \/* =====================================================\n       ELEMENTS\n    ====================================================== *\/\n\n    const contactForm =\n        document.getElementById(\"npcContactForm\");\n\n    const emailButton =\n        document.getElementById(\"npcEmailButton\");\n\n    const messageField =\n        document.getElementById(\"npcMessage\");\n\n    const charCount =\n        document.getElementById(\"npcCharCount\");\n\n\n    \/* =====================================================\n       CHARACTER COUNTER\n    ====================================================== *\/\n\n    if (messageField && charCount) {\n\n        messageField.addEventListener(\n            \"input\",\n            function () {\n\n                charCount.textContent =\n                    messageField.value.length +\n                    \" \/ 1500\";\n\n            }\n        );\n\n    }\n\n\n    \/* =====================================================\n       COLLECT FORM DATA\n    ====================================================== *\/\n\n    function getFormData() {\n\n        return {\n\n            name:\n                document\n                    .getElementById(\"npcName\")\n                    .value\n                    .trim(),\n\n            company:\n                document\n                    .getElementById(\"npcCompany\")\n                    .value\n                    .trim(),\n\n            email:\n                document\n                    .getElementById(\"npcEmail\")\n                    .value\n                    .trim(),\n\n            phone:\n                document\n                    .getElementById(\"npcPhone\")\n                    .value\n                    .trim(),\n\n            service:\n                document\n                    .getElementById(\"npcService\")\n                    .value,\n\n            stage:\n                document\n                    .getElementById(\"npcStage\")\n                    .value,\n\n            message:\n                document\n                    .getElementById(\"npcMessage\")\n                    .value\n                    .trim()\n\n        };\n\n    }\n\n\n    \/* =====================================================\n       VALIDATION\n    ====================================================== *\/\n\n    function validateForm() {\n\n        if (!contactForm) {\n            return false;\n        }\n\n        if (!contactForm.checkValidity()) {\n\n            contactForm.reportValidity();\n\n            return false;\n\n        }\n\n        return true;\n\n    }\n\n\n    \/* =====================================================\n       CREATE MESSAGE\n    ====================================================== *\/\n\n    function createMessage(data) {\n\n        return (\n`Hello Neural Presence,\n\nI would like to discuss a project.\n\nName: ${data.name}\nCompany \/ Business: ${data.company || \"Not provided\"}\nEmail: ${data.email}\nPhone \/ WhatsApp: ${data.phone}\nService Required: ${data.service}\nCurrent Stage: ${data.stage || \"Not specified\"}\n\nProject Requirement:\n${data.message}\n\nPlease contact me to discuss the next steps.\n\nThank you.`\n        );\n\n    }\n\n\n    \/* =====================================================\n       SEND VIA WHATSAPP\n    ====================================================== *\/\n\n    if (contactForm) {\n\n        contactForm.addEventListener(\n            \"submit\",\n            function (event) {\n\n                event.preventDefault();\n\n\n                if (!validateForm()) {\n                    return;\n                }\n\n\n                const data =\n                    getFormData();\n\n                const enquiryMessage =\n                    createMessage(data);\n\n\n                const whatsappURL =\n                    \"https:\/\/wa.me\/917003356833?text=\"\n                    +\n                    encodeURIComponent(\n                        enquiryMessage\n                    );\n\n\n                window.open(\n                    whatsappURL,\n                    \"_blank\",\n                    \"noopener\"\n                );\n\n            }\n        );\n\n    }\n\n\n    \/* =====================================================\n       SEND VIA EMAIL\n    ====================================================== *\/\n\n    if (emailButton) {\n\n        emailButton.addEventListener(\n            \"click\",\n            function () {\n\n                if (!validateForm()) {\n                    return;\n                }\n\n\n                const data =\n                    getFormData();\n\n                const enquiryMessage =\n                    createMessage(data);\n\n\n                const subject =\n                    \"Project Enquiry - \"\n                    +\n                    data.service\n                    +\n                    \" - \"\n                    +\n                    data.name;\n\n\n                const mailURL =\n                    \"mailto:info@excellenceinnovations.com\"\n                    +\n                    \"?subject=\"\n                    +\n                    encodeURIComponent(subject)\n                    +\n                    \"&body=\"\n                    +\n                    encodeURIComponent(\n                        enquiryMessage\n                    );\n\n\n                window.location.href =\n                    mailURL;\n\n            }\n        );\n\n    }\n\n\n    \/* =====================================================\n       FAQ ACCORDION\n    ====================================================== *\/\n\n    const faqItems =\n        document.querySelectorAll(\n            \".np-contact-page .npc-faq-item\"\n        );\n\n\n    faqItems.forEach(\n        function (item) {\n\n            const button =\n                item.querySelector(\n                    \".npc-faq-question\"\n                );\n\n            const answer =\n                item.querySelector(\n                    \".npc-faq-answer\"\n                );\n\n\n            button.addEventListener(\n                \"click\",\n                function () {\n\n                    const alreadyOpen =\n                        item.classList.contains(\n                            \"npc-active\"\n                        );\n\n\n                    faqItems.forEach(\n                        function (otherItem) {\n\n                            otherItem\n                                .classList\n                                .remove(\n                                    \"npc-active\"\n                                );\n\n\n                            const otherAnswer =\n                                otherItem\n                                    .querySelector(\n                                        \".npc-faq-answer\"\n                                    );\n\n\n                            if (otherAnswer) {\n\n                                otherAnswer.style\n                                    .maxHeight =\n                                    null;\n\n                            }\n\n                        }\n                    );\n\n\n                    if (!alreadyOpen) {\n\n                        item.classList.add(\n                            \"npc-active\"\n                        );\n\n\n                        answer.style.maxHeight =\n                            answer.scrollHeight\n                            +\n                            \"px\";\n\n                    }\n\n                }\n            );\n\n        }\n    );\n\n\n    \/* =====================================================\n       SCROLL REVEAL\n    ====================================================== *\/\n\n    const revealElements =\n        document.querySelectorAll(\n            \".np-contact-page .npc-reveal\"\n        );\n\n\n    if (\n        \"IntersectionObserver\" in window\n    ) {\n\n        const observer =\n            new IntersectionObserver(\n\n                function (entries) {\n\n                    entries.forEach(\n                        function (entry) {\n\n                            if (\n                                entry.isIntersecting\n                            ) {\n\n                                entry.target\n                                    .classList\n                                    .add(\n                                        \"npc-visible\"\n                                    );\n\n\n                                observer.unobserve(\n                                    entry.target\n                                );\n\n                            }\n\n                        }\n                    );\n\n                },\n\n                {\n                    threshold: 0.1,\n\n                    rootMargin:\n                        \"0px 0px -35px 0px\"\n                }\n\n            );\n\n\n        revealElements.forEach(\n            function (element) {\n\n                observer.observe(\n                    element\n                );\n\n            }\n        );\n\n    } else {\n\n        revealElements.forEach(\n            function (element) {\n\n                element.classList.add(\n                    \"npc-visible\"\n                );\n\n            }\n        );\n\n    }\n\n\n    \/* =====================================================\n       SMOOTH CHILD-PAGE LINKS\n    ====================================================== *\/\n\n    document\n        .querySelectorAll(\n            '.np-contact-page a[href^=\"#\"]'\n        )\n        .forEach(\n            function (link) {\n\n                link.addEventListener(\n                    \"click\",\n                    function (event) {\n\n                        const href =\n                            this.getAttribute(\n                                \"href\"\n                            );\n\n\n                        if (\n                            !href ||\n                            href === \"#\"\n                        ) {\n                            return;\n                        }\n\n\n                        const target =\n                            document.querySelector(\n                                href\n                            );\n\n\n                        if (!target) {\n                            return;\n                        }\n\n\n                        event.preventDefault();\n\n\n                        \/*\n                         * Leave room for your\n                         * existing WordPress header.\n                         *\/\n\n                        const offset =\n                            100;\n\n\n                        const top =\n                            target\n                                .getBoundingClientRect()\n                                .top\n                            +\n                            window.pageYOffset\n                            -\n                            offset;\n\n\n                        window.scrollTo({\n\n                            top: top,\n\n                            behavior: \"smooth\"\n\n                        });\n\n                    }\n                );\n\n            }\n        );\n\n});\n<\/script>\n\n<!-- =========================================================\n     NEURAL PRESENCE\n     PROFESSIONAL CONTACT PAGE\n     CHILD PAGE ONLY \u2014 NO HEADER \/ NO FOOTER\n========================================================== -->\n\n<div class=\"np-contact-page\">\n\n    <!-- =====================================================\n         HERO\n    ====================================================== -->\n\n    <section class=\"npc-hero\">\n\n        <div class=\"npc-shape npc-shape-one\"><\/div>\n        <div class=\"npc-shape npc-shape-two\"><\/div>\n\n        <div class=\"npc-container npc-hero-grid\">\n\n            <!-- HERO COPY -->\n\n            <div class=\"npc-hero-copy npc-reveal\">\n\n                <span class=\"npc-eyebrow\">\n                    LET&#8217;S BUILD YOUR DIGITAL PRESENCE\n                <\/span>\n\n                <h1>\n                    Let&#8217;s Discuss Your\n                    <span>Digital Growth Goals<\/span>\n                <\/h1>\n\n                <p class=\"npc-hero-lead\">\n                    Whether you need better search visibility, a\n                    professional website, stronger content, digital\n                    marketing support or clearer business insights,\n                    Neural Presence is ready to understand your\n                    requirements and recommend the right next step.\n                <\/p>\n\n                <p class=\"npc-hero-text\">\n                    Tell us about your business, current challenges and\n                    growth priorities. Our team works with startups,\n                    professionals and growing businesses to develop\n                    practical digital solutions tailored to their goals,\n                    audience and market.\n                <\/p>\n\n                <div class=\"npc-hero-actions\">\n\n                    <a\n                        href=\"#npc-enquiry-form\"\n                        class=\"npc-btn npc-btn-primary\">\n                        Start Your Enquiry\n                        <span aria-hidden=\"true\">\u2192<\/span>\n                    <\/a>\n\n                    <a href=\"https:\/\/wa.me\/917003356833\" target=\"_blank\" rel=\"noopener\" class=\"npc-btn npc-btn-outline\">\n                        Chat on WhatsApp\n                    <\/a>\n\n                <\/div>\n\n                <div class=\"npc-mini-trust\">\n\n                    <div>\n                        <span>\u2713<\/span>\n                        Free Consultation\n                    <\/div>\n\n                    <div>\n                        <span>\u2713<\/span>\n                        Tailored Solutions\n                    <\/div>\n\n                    <div>\n                        <span>\u2713<\/span>\n                        Kolkata &#038; Across India\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <!-- HERO IMAGE -->\n\n            <div class=\"npc-hero-media npc-reveal\">\n\n                <div class=\"npc-image-frame\">\n\n                    <img decoding=\"async\"\n                        src=\"https:\/\/neuralpresence.online\/wp-content\/uploads\/2026\/04\/Blue-Business-Services-LinkedIn-Sponsored-Content.png\"\n                        alt=\"Business consultation meeting discussing SEO, website development, content writing and digital growth strategy\"\n                        width=\"1000\"\n                        height=\"563\"\n                        fetchpriority=\"high\">\n\n                    <div class=\"npc-image-card npc-image-card-one\">\n\n                        <span class=\"npc-status-dot\"><\/span>\n\n                        <div>\n                            <strong>Let&#8217;s Talk<\/strong>\n                            <small>Free initial consultation<\/small>\n                        <\/div>\n\n                    <\/div>\n\n\n                    <div class=\"npc-image-card npc-image-card-two\">\n\n                        <strong>Strategy + Creativity + Technology<\/strong>\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         QUICK CONTACT INFORMATION\n    ====================================================== -->\n\n    <section class=\"npc-contact-strip\">\n\n        <div class=\"npc-container npc-contact-cards\">\n\n            <!-- PHONE -->\n\n            <a\n                href=\"tel:+917003356833\"\n                class=\"npc-contact-card\">\n\n                <div class=\"npc-contact-icon\" aria-hidden=\"true\">\n\n                    <svg viewBox=\"0 0 24 24\">\n                        <path d=\"M6.6 10.8a15.4 15.4 0 006.6 6.6l2.2-2.2a1 1 0 011-.2 11.5 11.5 0 003.6.6 1 1 0 011 1V20a1 1 0 01-1 1C10.6 21 3 13.4 3 4a1 1 0 011-1h3.5a1 1 0 011 1 11.5 11.5 0 00.6 3.6 1 1 0 01-.2 1z\"\/>\n                    <\/svg>\n\n                <\/div>\n\n                <div>\n\n                    <span>Call Us<\/span>\n\n                    <strong>\n                        +91 70033 56833\n                    <\/strong>\n\n                    <small>\n                        Available Monday\u2013Saturday\n                    <\/small>\n\n                <\/div>\n\n            <\/a>\n\n\n            <!-- EMAIL -->\n\n            <a\n                href=\"mailto:info@excellenceinnovations.com\"\n                class=\"npc-contact-card\">\n\n                <div class=\"npc-contact-icon\" aria-hidden=\"true\">\n\n                    <svg viewBox=\"0 0 24 24\">\n                        <path d=\"M3 5h18a2 2 0 012 2v10a2 2 0 01-2 2H3a2 2 0 01-2-2V7a2 2 0 012-2zm9 7L3.8 7h16.4L12 12zm0 2.3L3 8.7V17h18V8.7l-9 5.6z\"\/>\n                    <\/svg>\n\n                <\/div>\n\n                <div>\n\n                    <span>Email Us<\/span>\n\n                    <strong>\n                        info@excellenceinnovations.com\n                    <\/strong>\n\n                    <small>\n                        Send us your project requirements\n                    <\/small>\n\n                <\/div>\n\n            <\/a>\n\n\n            <!-- WHATSAPP -->\n\n            <a href=\"https:\/\/wa.me\/917003356833\" target=\"_blank\" rel=\"noopener\" class=\"npc-contact-card\">\n\n                <div class=\"npc-contact-icon\" aria-hidden=\"true\">\n\n                    <svg viewBox=\"0 0 24 24\">\n                        <path d=\"M12 2a10 10 0 00-8.5 15.3L2 22l4.9-1.4A10 10 0 1012 2zm0 18a8 8 0 01-4.1-1.1l-.3-.2-2.9.8.8-2.8-.2-.3A8 8 0 1112 20zm4.4-6c-.2-.1-1.4-.7-1.6-.8-.2-.1-.4-.1-.6.1l-.7.9c-.2.2-.3.2-.6.1a6.5 6.5 0 01-3.2-2.8c-.2-.3 0-.5.1-.6l.5-.6c.1-.2.2-.3.2-.5s0-.3-.1-.5l-.7-1.7c-.2-.4-.4-.4-.6-.4h-.5c-.2 0-.5.1-.7.3-.3.3-1 1-1 2.4s1 2.8 1.2 3c.1.2 2 3.2 5 4.4.7.3 1.3.5 1.7.6.7.2 1.4.2 1.9.1.6-.1 1.8-.7 2-1.4.3-.7.3-1.3.2-1.4-.1-.2-.3-.3-.5-.4z\"\/>\n                    <\/svg>\n\n                <\/div>\n\n                <div>\n\n                    <span>WhatsApp<\/span>\n\n                    <strong>\n                        Get a Faster Response\n                    <\/strong>\n\n                    <small>\n                        Discuss requirements, pricing &#038; process\n                    <\/small>\n\n                <\/div>\n\n            <\/a>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         INTRO\n    ====================================================== -->\n\n    <section class=\"npc-section npc-intro\">\n\n        <div class=\"npc-container npc-intro-grid\">\n\n            <div class=\"npc-intro-copy npc-reveal\">\n\n                <span class=\"npc-section-label\">\n                    HOW CAN WE HELP?\n                <\/span>\n\n                <h2>\n                    One Conversation Can Be the Start of\n                    <span>Stronger Digital Growth<\/span>\n                <\/h2>\n\n            <\/div>\n\n            <div class=\"npc-intro-text npc-reveal\">\n\n                <p>\n                    Neural Presence combines strategy, creativity,\n                    technology and data to help businesses improve\n                    visibility, communicate more effectively and make\n                    better digital decisions.\n                <\/p>\n\n                <p>\n                    You do not need to know exactly which service you\n                    require before contacting us. Share your business\n                    challenge and we can help identify the most relevant\n                    approach.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         SERVICES WE CAN DISCUSS\n    ====================================================== -->\n\n    <section class=\"npc-section npc-services\">\n\n        <div class=\"npc-container\">\n\n            <div class=\"npc-center-heading npc-reveal\">\n\n                <span class=\"npc-section-label\">\n                    TALK TO US ABOUT\n                <\/span>\n\n                <h2>\n                    Digital Services Built Around\n                    <span>Your Business Goals<\/span>\n                <\/h2>\n\n                <p>\n                    Contact our team for individual services or a\n                    connected digital growth strategy.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"npc-service-grid\">\n\n                <!-- SEO -->\n\n                <a href=\"https:\/\/neuralpresence.online\/index.php\/seo-services\/\" class=\"npc-service-card npc-reveal\">\n\n                    <span class=\"npc-service-number\">\n                        01\n                    <\/span>\n\n                    <h3>\n                        SEO &#038; Search Visibility\n                    <\/h3>\n\n                    <p>\n                        Keyword research, on-page SEO, technical SEO,\n                        local SEO, content optimisation and organic\n                        growth strategies.\n                    <\/p>\n\n                    <span class=\"npc-card-link\">\n                        Explore SEO\n                        <b>\u2192<\/b>\n                    <\/span>\n\n                <\/a>\n\n\n                <!-- WEBSITE -->\n\n                <a href=\"https:\/\/neuralpresence.online\/index.php\/website-development\/\" class=\"npc-service-card npc-reveal\">\n\n                    <span class=\"npc-service-number\">\n                        02\n                    <\/span>\n\n                    <h3>\n                        Website Development\n                    <\/h3>\n\n                    <p>\n                        Responsive business websites, WordPress\n                        development, ecommerce, redesign and\n                        conversion-focused landing pages.\n                    <\/p>\n\n                    <span class=\"npc-card-link\">\n                        Explore Web Development\n                        <b>\u2192<\/b>\n                    <\/span>\n\n                <\/a>\n\n\n                <!-- CONTENT -->\n\n                <a href=\"https:\/\/neuralpresence.online\/index.php\/content-writing-services-kolkata\/\" class=\"npc-service-card npc-reveal\">\n\n                    <span class=\"npc-service-number\">\n                        03\n                    <\/span>\n\n                    <h3>\n                        Content Writing\n                    <\/h3>\n\n                    <p>\n                        Website content, SEO blogs, landing pages,\n                        technical content, product copy and business\n                        writing.\n                    <\/p>\n\n                    <span class=\"npc-card-link\">\n                        Explore Content Services\n                        <b>\u2192<\/b>\n                    <\/span>\n\n                <\/a>\n\n\n                <!-- DIGITAL -->\n\n                <a href=\"https:\/\/neuralpresence.online\/index.php\/digital-marketing\/\" class=\"npc-service-card npc-reveal\">\n\n                    <span class=\"npc-service-number\">\n                        04\n                    <\/span>\n\n                    <h3>\n                        Digital Marketing\n                    <\/h3>\n\n                    <p>\n                        Digital campaigns, social media marketing,\n                        content marketing, Google Ads, PPC and\n                        performance-focused marketing support.\n                    <\/p>\n\n                    <span class=\"npc-card-link\">\n                        Explore Digital Marketing\n                        <b>\u2192<\/b>\n                    <\/span>\n\n                <\/a>\n\n\n                <!-- ANALYTICS -->\n\n                <a href=\"https:\/\/neuralpresence.online\/index.php\/business-analytics-consulting\/\" class=\"npc-service-card npc-service-featured npc-reveal\">\n\n                    <span class=\"npc-service-number\">\n                        05\n                    <\/span>\n\n                    <h3>\n                        Business Analytics &#038; Consulting\n                    <\/h3>\n\n                    <p>\n                        KPI reporting, dashboards, customer and marketing\n                        analytics, forecasting, business intelligence\n                        and decision-support insights.\n                    <\/p>\n\n                    <span class=\"npc-card-link\">\n                        Explore Analytics\n                        <b>\u2192<\/b>\n                    <\/span>\n\n                <\/a>\n\n\n                <!-- GROWTH -->\n\n                <div class=\"npc-service-card npc-reveal\">\n\n                    <span class=\"npc-service-number\">\n                        06\n                    <\/span>\n\n                    <h3>\n                        Growth &#038; Business Strategy\n                    <\/h3>\n\n                    <p>\n                        Market research, performance analysis, digital\n                        transformation and practical growth planning\n                        aligned with your business priorities.\n                    <\/p>\n\n                    <a\n                        href=\"#npc-enquiry-form\"\n                        class=\"npc-card-link\">\n                        Discuss Your Goals\n                        <b>\u2192<\/b>\n                    <\/a>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         CONTACT FORM\n    ====================================================== -->\n\n    <section\n        class=\"npc-section npc-form-section\"\n        id=\"npc-enquiry-form\">\n\n        <div class=\"npc-container npc-form-grid\">\n\n            <!-- LEFT INFORMATION -->\n\n            <div class=\"npc-form-info npc-reveal\">\n\n                <span class=\"npc-section-label\">\n                    START A CONVERSATION\n                <\/span>\n\n                <h2>\n                    Tell Us What You&#8217;re\n                    <span>Working On<\/span>\n                <\/h2>\n\n                <p>\n                    Give us a little information about your project,\n                    challenge or business objective. You can submit the\n                    enquiry directly through WhatsApp or prepare it as\n                    an email.\n                <\/p>\n\n\n                <div class=\"npc-expect-list\">\n\n                    <div>\n\n                        <span>01<\/span>\n\n                        <div>\n                            <h3>Tell Us Your Goal<\/h3>\n                            <p>\n                                Share what you want to improve, launch or\n                                achieve.\n                            <\/p>\n                        <\/div>\n\n                    <\/div>\n\n\n                    <div>\n\n                        <span>02<\/span>\n\n                        <div>\n                            <h3>We Review the Requirement<\/h3>\n                            <p>\n                                We consider your business, audience and\n                                project requirements.\n                            <\/p>\n                        <\/div>\n\n                    <\/div>\n\n\n                    <div>\n\n                        <span>03<\/span>\n\n                        <div>\n                            <h3>Discuss the Right Approach<\/h3>\n                            <p>\n                                We can then discuss scope, process,\n                                pricing and the next steps.\n                            <\/p>\n                        <\/div>\n\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"npc-fast-response\">\n\n                    <span class=\"npc-fast-icon\">\n                        \u2197\n                    <\/span>\n\n                    <div>\n\n                        <strong>\n                            Need a faster response?\n                        <\/strong>\n\n                        <p>\n                            Message us directly on WhatsApp.\n                        <\/p>\n\n                        <a href=\"https:\/\/wa.me\/917003356833\" target=\"_blank\" rel=\"noopener\">\n                            +91 70033 56833 \u2192\n                        <\/a>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <!-- FORM -->\n\n            <div class=\"npc-form-card npc-reveal\">\n\n                <div class=\"npc-form-heading\">\n\n                    <span>\n                        PROJECT ENQUIRY\n                    <\/span>\n\n                    <h3>\n                        How can we help your business?\n                    <\/h3>\n\n                <\/div>\n\n\n                <form\n                    id=\"npcContactForm\"\n                    class=\"npc-form\">\n\n\n                    <div class=\"npc-form-row\">\n\n                        <div class=\"npc-field\">\n\n                            <label for=\"npcName\">\n                                Full Name *\n                            <\/label>\n\n                            <input\n                                type=\"text\"\n                                id=\"npcName\"\n                                name=\"name\"\n                                placeholder=\"Your name\"\n                                autocomplete=\"name\"\n                                required>\n\n                        <\/div>\n\n\n                        <div class=\"npc-field\">\n\n                            <label for=\"npcCompany\">\n                                Company \/ Business\n                            <\/label>\n\n                            <input\n                                type=\"text\"\n                                id=\"npcCompany\"\n                                name=\"company\"\n                                placeholder=\"Business name\"\n                                autocomplete=\"organization\">\n\n                        <\/div>\n\n                    <\/div>\n\n\n                    <div class=\"npc-form-row\">\n\n                        <div class=\"npc-field\">\n\n                            <label for=\"npcEmail\">\n                                Email Address *\n                            <\/label>\n\n                            <input\n                                type=\"email\"\n                                id=\"npcEmail\"\n                                name=\"email\"\n                                placeholder=\"you@example.com\"\n                                autocomplete=\"email\"\n                                required>\n\n                        <\/div>\n\n\n                        <div class=\"npc-field\">\n\n                            <label for=\"npcPhone\">\n                                Phone \/ WhatsApp *\n                            <\/label>\n\n                            <input\n                                type=\"tel\"\n                                id=\"npcPhone\"\n                                name=\"phone\"\n                                placeholder=\"+91 ...\"\n                                autocomplete=\"tel\"\n                                required>\n\n                        <\/div>\n\n                    <\/div>\n\n\n                    <div class=\"npc-form-row\">\n\n                        <div class=\"npc-field\">\n\n                            <label for=\"npcService\">\n                                Service You&#8217;re Interested In *\n                            <\/label>\n\n                            <select\n                                id=\"npcService\"\n                                name=\"service\"\n                                required>\n\n                                <option value=\"\">\n                                    Select a service\n                                <\/option>\n\n                                <option>\n                                    SEO Services\n                                <\/option>\n\n                                <option>\n                                    Website Development\n                                <\/option>\n\n                                <option>\n                                    Content Writing\n                                <\/option>\n\n                                <option>\n                                    Digital Marketing\n                                <\/option>\n\n                                <option>\n                                    Google Ads \/ PPC\n                                <\/option>\n\n                                <option>\n                                    Social Media Marketing\n                                <\/option>\n\n                                <option>\n                                    Business Analytics &#038; Consulting\n                                <\/option>\n\n                                <option>\n                                    Market Research \/ Growth Strategy\n                                <\/option>\n\n                                <option>\n                                    Multiple Services\n                                <\/option>\n\n                                <option>\n                                    Not Sure Yet\n                                <\/option>\n\n                            <\/select>\n\n                        <\/div>\n\n\n                        <div class=\"npc-field\">\n\n                            <label for=\"npcStage\">\n                                Current Stage\n                            <\/label>\n\n                            <select\n                                id=\"npcStage\"\n                                name=\"stage\">\n\n                                <option value=\"\">\n                                    Select project stage\n                                <\/option>\n\n                                <option>\n                                    Starting a new business\n                                <\/option>\n\n                                <option>\n                                    Launching a new website\n                                <\/option>\n\n                                <option>\n                                    Improving an existing website\n                                <\/option>\n\n                                <option>\n                                    Need more traffic \/ leads\n                                <\/option>\n\n                                <option>\n                                    Scaling current marketing\n                                <\/option>\n\n                                <option>\n                                    Need analytics \/ reporting support\n                                <\/option>\n\n                                <option>\n                                    Other\n                                <\/option>\n\n                            <\/select>\n\n                        <\/div>\n\n                    <\/div>\n\n\n                    <div class=\"npc-field\">\n\n                        <label for=\"npcMessage\">\n                            Tell Us About Your Requirement *\n                        <\/label>\n\n                        <textarea\n                            id=\"npcMessage\"\n                            name=\"message\"\n                            rows=\"6\"\n                            maxlength=\"1500\"\n                            placeholder=\"Tell us about your business, current challenge, project scope, goals, timeline or anything else that will help us understand your requirement.\"\n                            required><\/textarea>\n\n                        <div class=\"npc-field-bottom\">\n\n                            <span>\n                                Include your goals and preferred timeline\n                                where possible.\n                            <\/span>\n\n                            <span id=\"npcCharCount\">\n                                0 \/ 1500\n                            <\/span>\n\n                        <\/div>\n\n                    <\/div>\n\n\n                    <label class=\"npc-checkbox\">\n\n                        <input\n                            type=\"checkbox\"\n                            id=\"npcConsent\"\n                            required>\n\n                        <span>\n                            I agree that Neural Presence may contact me\n                            regarding this enquiry.\n                        <\/span>\n\n                    <\/label>\n\n\n                    <div class=\"npc-form-actions\">\n\n                        <button\n                            type=\"submit\"\n                            class=\"npc-btn npc-btn-primary npc-submit\">\n\n                            Send via WhatsApp\n\n                            <span>\u2192<\/span>\n\n                        <\/button>\n\n\n                        <button\n                            type=\"button\"\n                            id=\"npcEmailButton\"\n                            class=\"npc-btn npc-btn-outline npc-email-button\">\n\n                            Send by Email\n\n                        <\/button>\n\n                    <\/div>\n\n\n                    <p class=\"npc-form-note\">\n                        No complicated sign-up. Your enquiry is prepared\n                        from the information entered above.\n                    <\/p>\n\n                <\/form>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         OFFICE \/ LOCATION\n    ====================================================== -->\n\n    <section class=\"npc-section npc-location\">\n\n        <div class=\"npc-container npc-location-grid\">\n\n            <!-- ADDRESS -->\n\n            <div class=\"npc-location-info npc-reveal\">\n\n                <span class=\"npc-section-label\">\n                    OUR LOCATION\n                <\/span>\n\n                <h2>\n                    Visit Neural Presence\n                    <span>in Kolkata<\/span>\n                <\/h2>\n\n                <p>\n                    Prefer an in-person discussion? Our office is\n                    located in Birati, North Dumdum, Kolkata.\n                <\/p>\n\n\n                <div class=\"npc-address-box\">\n\n                    <div class=\"npc-address-icon\" aria-hidden=\"true\">\n\n                        <svg viewBox=\"0 0 24 24\">\n                            <path d=\"M12 2a7 7 0 00-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 00-7-7zm0 9.5A2.5 2.5 0 1112 6a2.5 2.5 0 010 5.5z\"\/>\n                        <\/svg>\n\n                    <\/div>\n\n                    <div>\n\n                        <span>Neural Presence<\/span>\n\n                        <address>\n                            Block B, Smart Bazar, Delux Complex,<br>\n                            584, Madhusudan Banerjee Rd,<br>\n                            opposite Birati, Sukantapally,<br>\n                            Shibachal, Birati, Kolkata,<br>\n                            North Dumdum, West Bengal 700051\n                        <\/address>\n\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"npc-location-actions\">\n\n                    <a\n                        href=\"tel:+917003356833\"\n                        class=\"npc-btn npc-btn-primary\">\n\n                        Call Before Visiting\n\n                    <\/a>\n\n                    <a href=\"https:\/\/www.google.com\/maps\/search\/?api=1&#038;query=Block+B+Smart+Bazar+Delux+Complex+584+Madhusudan+Banerjee+Road+Birati+Kolkata+700051\" target=\"_blank\" rel=\"noopener\" class=\"npc-text-link\">\n\n                        Open in Google Maps\n                        <span>\u2197<\/span>\n\n                    <\/a>\n\n                <\/div>\n\n            <\/div>\n\n\n            <!-- MAP -->\n\n            <div class=\"npc-map-wrap npc-reveal\">\n\n                <iframe\n                    src=\"https:\/\/www.google.com\/maps?q=Block%20B%20Smart%20Bazar%20Delux%20Complex%20584%20Madhusudan%20Banerjee%20Rd%20Birati%20Kolkata%20700051&#038;output=embed\"\n                    width=\"100%\"\n                    height=\"100%\"\n                    style=\"border:0;\"\n                    allowfullscreen=\"\"\n                    loading=\"lazy\"\n                    referrerpolicy=\"no-referrer-when-downgrade\"\n                    title=\"Map showing Neural Presence office location in Birati, Kolkata\">\n                <\/iframe>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         WHY CONTACT NEURAL PRESENCE\n    ====================================================== -->\n\n    <section class=\"npc-section npc-why\">\n\n        <div class=\"npc-container\">\n\n            <div class=\"npc-center-heading npc-reveal\">\n\n                <span class=\"npc-section-label\">\n                    WHY NEURAL PRESENCE\n                <\/span>\n\n                <h2>\n                    A Practical Partner for\n                    <span>Digital Growth<\/span>\n                <\/h2>\n\n            <\/div>\n\n\n            <div class=\"npc-why-grid\">\n\n                <article class=\"npc-why-card npc-reveal\">\n\n                    <span>01<\/span>\n\n                    <h3>\n                        Strategy-Driven\n                    <\/h3>\n\n                    <p>\n                        Recommendations are shaped around your goals,\n                        audience, market and priorities rather than a\n                        one-size-fits-all template.\n                    <\/p>\n\n                <\/article>\n\n\n                <article class=\"npc-why-card npc-reveal\">\n\n                    <span>02<\/span>\n\n                    <h3>\n                        Multidisciplinary Expertise\n                    <\/h3>\n\n                    <p>\n                        SEO specialists, web developers, content writers,\n                        marketers and strategy professionals can support\n                        different parts of your digital journey.\n                    <\/p>\n\n                <\/article>\n\n\n                <article class=\"npc-why-card npc-reveal\">\n\n                    <span>03<\/span>\n\n                    <h3>\n                        Clear Communication\n                    <\/h3>\n\n                    <p>\n                        We focus on practical discussions, realistic\n                        requirements, transparent communication and\n                        useful next steps.\n                    <\/p>\n\n                <\/article>\n\n\n                <article class=\"npc-why-card npc-reveal\">\n\n                    <span>04<\/span>\n\n                    <h3>\n                        Connected Services\n                    <\/h3>\n\n                    <p>\n                        SEO, websites, content, marketing and analytics\n                        can work together instead of being managed as\n                        completely separate activities.\n                    <\/p>\n\n                <\/article>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         FAQ\n    ====================================================== -->\n\n    <section class=\"npc-section npc-faq\">\n\n        <div class=\"npc-container npc-faq-grid\">\n\n            <div class=\"npc-faq-heading npc-reveal\">\n\n                <span class=\"npc-section-label\">\n                    CONTACT FAQ\n                <\/span>\n\n                <h2>\n                    Before You\n                    <span>Get in Touch<\/span>\n                <\/h2>\n\n                <p>\n                    A few quick answers to help you start the\n                    conversation.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"npc-faq-list\">\n\n\n                <div class=\"npc-faq-item npc-reveal\">\n\n                    <button\n                        type=\"button\"\n                        class=\"npc-faq-question\">\n\n                        <span>\n                            What services can I discuss with Neural Presence?\n                        <\/span>\n\n                        <b>+<\/b>\n\n                    <\/button>\n\n                    <div class=\"npc-faq-answer\">\n\n                        <p>\n                            You can contact us about SEO, website\n                            development, content writing, digital\n                            marketing, Google Ads and PPC, social media,\n                            business analytics, market research, growth\n                            strategy and related digital requirements.\n                        <\/p>\n\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"npc-faq-item npc-reveal\">\n\n                    <button\n                        type=\"button\"\n                        class=\"npc-faq-question\">\n\n                        <span>\n                            What if I am not sure which service I need?\n                        <\/span>\n\n                        <b>+<\/b>\n\n                    <\/button>\n\n                    <div class=\"npc-faq-answer\">\n\n                        <p>\n                            You can simply explain your business problem\n                            or objective. We can discuss the requirement\n                            and identify which service or combination of\n                            services is most relevant.\n                        <\/p>\n\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"npc-faq-item npc-reveal\">\n\n                    <button\n                        type=\"button\"\n                        class=\"npc-faq-question\">\n\n                        <span>\n                            Do you offer a free initial consultation?\n                        <\/span>\n\n                        <b>+<\/b>\n\n                    <\/button>\n\n                    <div class=\"npc-faq-answer\">\n\n                        <p>\n                            Yes. Neural Presence currently promotes a\n                            free initial consultation so you can discuss\n                            your requirements before moving forward.\n                        <\/p>\n\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"npc-faq-item npc-reveal\">\n\n                    <button\n                        type=\"button\"\n                        class=\"npc-faq-question\">\n\n                        <span>\n                            Do you only work with businesses in Kolkata?\n                        <\/span>\n\n                        <b>+<\/b>\n\n                    <\/button>\n\n                    <div class=\"npc-faq-answer\">\n\n                        <p>\n                            No. Neural Presence is based in Kolkata but\n                            provides digital and consulting support to\n                            businesses across India and wider markets.\n                        <\/p>\n\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"npc-faq-item npc-reveal\">\n\n                    <button\n                        type=\"button\"\n                        class=\"npc-faq-question\">\n\n                        <span>\n                            What is the fastest way to reach your team?\n                        <\/span>\n\n                        <b>+<\/b>\n\n                    <\/button>\n\n                    <div class=\"npc-faq-answer\">\n\n                        <p>\n                            For a quick conversation, use WhatsApp on\n                            +91 70033 56833. You can also call or send an\n                            email with your detailed requirements.\n                        <\/p>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         FINAL CTA\n         NO FOOTER AFTER THIS\n    ====================================================== -->\n\n    <section class=\"npc-final\">\n\n        <div class=\"npc-container\">\n\n            <div class=\"npc-final-box npc-reveal\">\n\n                <div>\n\n                    <span class=\"npc-section-label npc-light-label\">\n                        YOUR NEXT STEP\n                    <\/span>\n\n                    <h2>\n                        Ready to Strengthen Your\n                        <span>Digital Presence?<\/span>\n                    <\/h2>\n\n                    <p>\n                        Tell Neural Presence where your business is today\n                        and where you want it to go. We can help you\n                        explore the right digital approach.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"npc-final-actions\">\n\n                    <a\n                        href=\"#npc-enquiry-form\"\n                        class=\"npc-btn npc-btn-white\">\n\n                        Start Your Enquiry\n                        <span>\u2192<\/span>\n\n                    <\/a>\n\n                    <a href=\"https:\/\/wa.me\/917003356833\" target=\"_blank\" rel=\"noopener\" class=\"npc-final-link\">\n\n                        Or chat on WhatsApp\n                    <\/a>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         STRUCTURED DATA\n    ====================================================== -->\n\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"ProfessionalService\",\n      \"name\": \"Neural Presence\",\n      \"url\": \"https:\/\/neuralpresence.online\/\",\n      \"telephone\": \"+91-70033-56833\",\n      \"email\": \"info@excellenceinnovations.com\",\n      \"description\": \"Digital marketing, SEO, website development, content writing and business analytics consulting services.\",\n      \"address\": {\n        \"@type\": \"PostalAddress\",\n        \"streetAddress\": \"Block B, Smart Bazar, Delux Complex, 584 Madhusudan Banerjee Rd, opposite Birati, Sukantapally, Shibachal, Birati\",\n        \"addressLocality\": \"North Dumdum\",\n        \"addressRegion\": \"West Bengal\",\n        \"postalCode\": \"700051\",\n        \"addressCountry\": \"IN\"\n      },\n      \"areaServed\": [\n        {\n          \"@type\": \"City\",\n          \"name\": \"Kolkata\"\n        },\n        {\n          \"@type\": \"Country\",\n          \"name\": \"India\"\n        }\n      ],\n      \"serviceType\": [\n        \"SEO Services\",\n        \"Website Development\",\n        \"Content Writing\",\n        \"Digital Marketing\",\n        \"Google Ads and PPC\",\n        \"Social Media Marketing\",\n        \"Business Analytics Consulting\",\n        \"Market Research\",\n        \"Business Growth Strategy\"\n      ]\n    }\n    <\/script>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>LET&#8217;S BUILD YOUR DIGITAL PRESENCE Let&#8217;s Discuss Your Digital Growth Goals Whether you need better search visibility, a professional website, stronger content, digital marketing support or clearer business insights, Neural Presence is ready to understand your requirements and recommend the right next step. Tell us about your business, current challenges and growth priorities. Our team [&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-13","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/neuralpresence.online\/index.php\/wp-json\/wp\/v2\/pages\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/neuralpresence.online\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/neuralpresence.online\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/neuralpresence.online\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/neuralpresence.online\/index.php\/wp-json\/wp\/v2\/comments?post=13"}],"version-history":[{"count":24,"href":"https:\/\/neuralpresence.online\/index.php\/wp-json\/wp\/v2\/pages\/13\/revisions"}],"predecessor-version":[{"id":498,"href":"https:\/\/neuralpresence.online\/index.php\/wp-json\/wp\/v2\/pages\/13\/revisions\/498"}],"wp:attachment":[{"href":"https:\/\/neuralpresence.online\/index.php\/wp-json\/wp\/v2\/media?parent=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}