{"id":25,"date":"2026-07-04T10:41:12","date_gmt":"2026-07-04T10:41:12","guid":{"rendered":"https:\/\/biogenesisindia.com\/?page_id=25"},"modified":"2026-08-03T17:33:10","modified_gmt":"2026-08-03T17:33:10","slug":"contact","status":"publish","type":"page","link":"https:\/\/biogenesisindia.com\/?page_id=25","title":{"rendered":"Contact"},"content":{"rendered":"\n<!-- =========================================================\nBIOGENESIS CONTACT PAGE \u2014 FULL WIDTH & CENTRED\nPaste the complete code inside one WordPress Custom HTML Block\n========================================================== -->\n\n<style>\n\/* Prevent unwanted horizontal scrolling *\/\nhtml,\nbody {\n    overflow-x: hidden;\n}\n\n\/* =========================================================\nROOT WRAPPER \u2014 BREAK OUT OF ASTRA\/WORDPRESS CONTAINER\n========================================================= *\/\n\n#biogenesis-contact-page {\n    --bio-green: #155b34;\n    --bio-dark-green: #0c3f24;\n    --bio-yellow: #f4c430;\n    --bio-yellow-light: #fff8dc;\n    --bio-light-green: #edf7f0;\n    --bio-white: #ffffff;\n    --bio-text: #173326;\n    --bio-grey: #617168;\n    --bio-border: #dce9e0;\n    --bio-shadow: 0 18px 55px rgba(15, 70, 39, 0.12);\n\n    position: relative;\n    left: 50%;\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    padding: 0;\n    overflow: hidden;\n    background: #ffffff;\n    color: var(--bio-text);\n    font-family: inherit;\n}\n\n#biogenesis-contact-page *,\n#biogenesis-contact-page *::before,\n#biogenesis-contact-page *::after {\n    box-sizing: border-box;\n}\n\n#biogenesis-contact-page a {\n    text-decoration: none;\n}\n\n\/* Main centred content container *\/\n\n#biogenesis-contact-page .bio-container {\n    width: calc(100% - 40px);\n    max-width: 1180px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n\/* =========================================================\nBUTTONS\n========================================================= *\/\n\n#biogenesis-contact-page .bio-button {\n    display: inline-flex;\n    justify-content: center;\n    align-items: center;\n    gap: 10px;\n    min-height: 54px;\n    padding: 15px 26px;\n    border: 2px solid transparent;\n    border-radius: 9px;\n    font-size: 14px;\n    line-height: 1;\n    font-weight: 800;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    transition:\n        transform 0.25s ease,\n        background 0.25s ease,\n        color 0.25s ease,\n        box-shadow 0.25s ease;\n}\n\n#biogenesis-contact-page .bio-button:hover {\n    transform: translateY(-3px);\n}\n\n#biogenesis-contact-page .bio-button-yellow {\n    background: var(--bio-yellow);\n    color: var(--bio-dark-green);\n    box-shadow: 0 12px 30px rgba(244, 196, 48, 0.22);\n}\n\n#biogenesis-contact-page .bio-button-yellow:hover {\n    background: #ffd64e;\n    color: var(--bio-dark-green);\n}\n\n#biogenesis-contact-page .bio-button-white-outline {\n    border-color: rgba(255, 255, 255, 0.65);\n    background: rgba(255, 255, 255, 0.05);\n    color: #ffffff;\n}\n\n#biogenesis-contact-page .bio-button-white-outline:hover {\n    border-color: #ffffff;\n    background: #ffffff;\n    color: var(--bio-dark-green);\n}\n\n#biogenesis-contact-page .bio-button-green {\n    background: var(--bio-green);\n    color: #ffffff;\n}\n\n#biogenesis-contact-page .bio-button-green:hover {\n    background: var(--bio-dark-green);\n    color: #ffffff;\n}\n\n\/* =========================================================\nHERO SECTION\n========================================================= *\/\n\n#biogenesis-contact-page .bio-hero {\n    position: relative;\n    padding: 100px 0 115px;\n    background:\n        radial-gradient(\n            circle at 90% 12%,\n            rgba(244, 196, 48, 0.20) 0,\n            rgba(244, 196, 48, 0.20) 95px,\n            transparent 96px\n        ),\n        radial-gradient(\n            circle at 10% 90%,\n            rgba(255, 255, 255, 0.07) 0,\n            rgba(255, 255, 255, 0.07) 150px,\n            transparent 151px\n        ),\n        linear-gradient(\n            135deg,\n            var(--bio-dark-green),\n            var(--bio-green)\n        );\n    color: #ffffff;\n}\n\n#biogenesis-contact-page .bio-hero::after {\n    content: \"\";\n    position: absolute;\n    right: 0;\n    bottom: -1px;\n    left: 0;\n    width: 100%;\n    height: 56px;\n    background: #ffffff;\n    clip-path: polygon(0 55%, 100% 0, 100% 100%, 0 100%);\n}\n\n#biogenesis-contact-page .bio-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 880px;\n    margin-left: auto;\n    margin-right: auto;\n    text-align: center;\n}\n\n#biogenesis-contact-page .bio-eyebrow {\n    display: inline-flex;\n    justify-content: center;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 22px;\n    color: var(--bio-yellow);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n}\n\n#biogenesis-contact-page .bio-eyebrow::before,\n#biogenesis-contact-page .bio-eyebrow::after {\n    content: \"\";\n    width: 34px;\n    height: 3px;\n    border-radius: 5px;\n    background: var(--bio-yellow);\n}\n\n#biogenesis-contact-page .bio-hero h1 {\n    max-width: 850px;\n    margin: 0 auto 24px;\n    color: #ffffff;\n    font-size: clamp(40px, 5vw, 68px);\n    line-height: 1.06;\n    font-weight: 800;\n    letter-spacing: -2px;\n}\n\n#biogenesis-contact-page .bio-hero-description {\n    max-width: 730px;\n    margin: 0 auto;\n    color: rgba(255, 255, 255, 0.86);\n    font-size: 18px;\n    line-height: 1.75;\n}\n\n#biogenesis-contact-page .bio-hero-buttons {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 15px;\n    margin-top: 34px;\n}\n\n\/* =========================================================\nCONTACT SECTION\n========================================================= *\/\n\n#biogenesis-contact-page .bio-contact-section {\n    padding: 85px 0 95px;\n}\n\n#biogenesis-contact-page .bio-contact-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);\n    gap: 55px;\n    align-items: start;\n    width: 100%;\n}\n\n#biogenesis-contact-page .bio-section-label {\n    margin-bottom: 12px;\n    color: var(--bio-green);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 1.8px;\n    text-transform: uppercase;\n}\n\n#biogenesis-contact-page .bio-contact-info h2,\n#biogenesis-contact-page .bio-form-card h2,\n#biogenesis-contact-page .bio-cta h2 {\n    margin-top: 0;\n    color: var(--bio-text);\n    font-weight: 800;\n    letter-spacing: -0.8px;\n}\n\n#biogenesis-contact-page .bio-contact-info h2 {\n    margin-bottom: 17px;\n    font-size: clamp(32px, 4vw, 45px);\n    line-height: 1.15;\n}\n\n#biogenesis-contact-page .bio-introduction {\n    margin: 0 0 30px;\n    color: var(--bio-grey);\n    font-size: 16px;\n    line-height: 1.75;\n}\n\n\/* =========================================================\nCONTACT INFORMATION CARDS\n========================================================= *\/\n\n#biogenesis-contact-page .bio-info-list {\n    display: grid;\n    gap: 15px;\n}\n\n#biogenesis-contact-page .bio-info-card {\n    display: grid;\n    grid-template-columns: 54px minmax(0, 1fr);\n    gap: 17px;\n    align-items: center;\n    width: 100%;\n    padding: 19px;\n    border: 1px solid var(--bio-border);\n    border-radius: 14px;\n    background: #ffffff;\n    transition:\n        transform 0.25s ease,\n        border-color 0.25s ease,\n        box-shadow 0.25s ease;\n}\n\n#biogenesis-contact-page .bio-info-card:hover {\n    transform: translateY(-3px);\n    border-color: #b8d8c2;\n    box-shadow: 0 12px 30px rgba(14, 69, 37, 0.09);\n}\n\n#biogenesis-contact-page .bio-info-icon {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    width: 54px;\n    height: 54px;\n    border-radius: 13px;\n    background: var(--bio-light-green);\n    color: var(--bio-green);\n    font-size: 24px;\n    line-height: 1;\n}\n\n#biogenesis-contact-page .bio-info-content {\n    min-width: 0;\n}\n\n#biogenesis-contact-page .bio-info-card h3 {\n    margin: 0 0 5px;\n    color: var(--bio-text);\n    font-size: 16px;\n    font-weight: 800;\n}\n\n#biogenesis-contact-page .bio-info-card p,\n#biogenesis-contact-page .bio-info-card a {\n    display: block;\n    margin: 0;\n    overflow-wrap: anywhere;\n    color: var(--bio-grey);\n    font-size: 15px;\n    line-height: 1.55;\n}\n\n#biogenesis-contact-page .bio-info-card a:hover {\n    color: var(--bio-green);\n}\n\n\/* =========================================================\nFORM CARD\n========================================================= *\/\n\n#biogenesis-contact-page .bio-form-card {\n    width: 100%;\n    padding: 42px;\n    border: 1px solid var(--bio-border);\n    border-radius: 22px;\n    background: #ffffff;\n    box-shadow: var(--bio-shadow);\n}\n\n#biogenesis-contact-page .bio-form-card h2 {\n    margin-bottom: 10px;\n    font-size: 34px;\n    line-height: 1.2;\n}\n\n#biogenesis-contact-page .bio-form-description {\n    margin: 0 0 28px;\n    color: var(--bio-grey);\n    font-size: 15px;\n    line-height: 1.7;\n}\n\n#biogenesis-contact-page .bio-form-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n}\n\n#biogenesis-contact-page .bio-field {\n    margin-bottom: 18px;\n}\n\n#biogenesis-contact-page .bio-field label {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--bio-text);\n    font-size: 14px;\n    font-weight: 700;\n}\n\n#biogenesis-contact-page .bio-required {\n    color: #c62d2d;\n}\n\n#biogenesis-contact-page .bio-field input,\n#biogenesis-contact-page .bio-field select,\n#biogenesis-contact-page .bio-field textarea {\n    display: block;\n    width: 100%;\n    min-height: 52px;\n    margin: 0;\n    padding: 13px 15px;\n    border: 1px solid #cedbd2;\n    border-radius: 9px;\n    outline: none;\n    background: #fbfdfb;\n    color: var(--bio-text);\n    font-family: inherit;\n    font-size: 15px;\n    box-shadow: none;\n    transition:\n        border-color 0.2s ease,\n        box-shadow 0.2s ease,\n        background 0.2s ease;\n}\n\n#biogenesis-contact-page .bio-field textarea {\n    min-height: 130px;\n    resize: vertical;\n}\n\n#biogenesis-contact-page .bio-field input:focus,\n#biogenesis-contact-page .bio-field select:focus,\n#biogenesis-contact-page .bio-field textarea:focus {\n    border-color: var(--bio-green);\n    background: #ffffff;\n    box-shadow: 0 0 0 4px rgba(20, 85, 46, 0.09);\n}\n\n#biogenesis-contact-page .bio-submit-button {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 10px;\n    width: 100%;\n    min-height: 57px;\n    padding: 15px 22px;\n    cursor: pointer;\n    border: 0;\n    border-radius: 9px;\n    background: var(--bio-green);\n    color: #ffffff;\n    font-family: inherit;\n    font-size: 15px;\n    font-weight: 800;\n    text-transform: uppercase;\n    transition:\n        transform 0.25s ease,\n        background 0.25s ease,\n        box-shadow 0.25s ease;\n}\n\n#biogenesis-contact-page .bio-submit-button:hover {\n    transform: translateY(-2px);\n    background: var(--bio-dark-green);\n    box-shadow: 0 12px 25px rgba(14, 69, 37, 0.18);\n}\n\n#biogenesis-contact-page .bio-form-note {\n    margin: 13px 0 0;\n    color: #728177;\n    font-size: 12px;\n    line-height: 1.6;\n    text-align: center;\n}\n\n\/* =========================================================\nEXAMINATION CTA\n========================================================= *\/\n\n#biogenesis-contact-page .bio-cta-section {\n    padding: 0 0 95px;\n}\n\n#biogenesis-contact-page .bio-cta {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 35px;\n    align-items: center;\n    width: 100%;\n    overflow: hidden;\n    padding: 48px 52px;\n    border: 1px solid #efdb95;\n    border-radius: 22px;\n    background:\n        radial-gradient(\n            circle at 94% 8%,\n            rgba(244, 196, 48, 0.30) 0,\n            rgba(244, 196, 48, 0.30) 90px,\n            transparent 91px\n        ),\n        var(--bio-yellow-light);\n}\n\n#biogenesis-contact-page .bio-cta-content {\n    position: relative;\n    z-index: 2;\n}\n\n#biogenesis-contact-page .bio-cta h2 {\n    max-width: 700px;\n    margin-bottom: 13px;\n    font-size: clamp(29px, 4vw, 42px);\n    line-height: 1.18;\n}\n\n#biogenesis-contact-page .bio-cta-description {\n    max-width: 720px;\n    margin: 0;\n    color: var(--bio-grey);\n    font-size: 16px;\n    line-height: 1.7;\n}\n\n#biogenesis-contact-page .bio-exam-details {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 19px;\n}\n\n#biogenesis-contact-page .bio-exam-detail {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 10px 14px;\n    border: 1px solid rgba(21, 91, 52, 0.10);\n    border-radius: 8px;\n    background: #ffffff;\n    color: var(--bio-green);\n    font-size: 14px;\n    font-weight: 800;\n}\n\n#biogenesis-contact-page .bio-cta-buttons {\n    position: relative;\n    z-index: 2;\n    display: grid;\n    gap: 12px;\n    min-width: 195px;\n}\n\n\/* =========================================================\nBOTTOM SUPPORT SECTION\n========================================================= *\/\n\n#biogenesis-contact-page .bio-support-strip {\n    padding: 38px 0;\n    background: var(--bio-dark-green);\n    color: #ffffff;\n}\n\n#biogenesis-contact-page .bio-support-inner {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 25px;\n    width: 100%;\n}\n\n#biogenesis-contact-page .bio-support-text h3 {\n    margin: 0 0 6px;\n    color: #ffffff;\n    font-size: 23px;\n    font-weight: 800;\n}\n\n#biogenesis-contact-page .bio-support-text p {\n    margin: 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: 14px;\n}\n\n#biogenesis-contact-page .bio-support-phone {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    white-space: nowrap;\n    color: var(--bio-yellow);\n    font-size: 23px;\n    font-weight: 800;\n}\n\n#biogenesis-contact-page .bio-support-phone:hover {\n    color: #ffffff;\n}\n\n\/* =========================================================\nTABLET RESPONSIVE\n========================================================= *\/\n\n@media screen and (max-width: 900px) {\n    #biogenesis-contact-page .bio-hero {\n        padding: 80px 0 95px;\n    }\n\n    #biogenesis-contact-page .bio-contact-grid {\n        grid-template-columns: 1fr;\n        gap: 45px;\n    }\n\n    #biogenesis-contact-page .bio-cta {\n        grid-template-columns: 1fr;\n    }\n\n    #biogenesis-contact-page .bio-cta-buttons {\n        grid-template-columns: 1fr 1fr;\n        min-width: 0;\n    }\n}\n\n\/* =========================================================\nMOBILE RESPONSIVE\n========================================================= *\/\n\n@media screen and (max-width: 640px) {\n    #biogenesis-contact-page .bio-container {\n        width: calc(100% - 30px);\n    }\n\n    #biogenesis-contact-page .bio-hero {\n        padding: 64px 0 82px;\n    }\n\n    #biogenesis-contact-page .bio-eyebrow {\n        font-size: 12px;\n        letter-spacing: 1.4px;\n    }\n\n    #biogenesis-contact-page .bio-eyebrow::before,\n    #biogenesis-contact-page .bio-eyebrow::after {\n        width: 20px;\n    }\n\n    #biogenesis-contact-page .bio-hero h1 {\n        font-size: 38px;\n        line-height: 1.1;\n        letter-spacing: -1px;\n    }\n\n    #biogenesis-contact-page .bio-hero-description {\n        font-size: 16px;\n        line-height: 1.7;\n    }\n\n    #biogenesis-contact-page .bio-hero-buttons {\n        display: grid;\n        grid-template-columns: 1fr;\n    }\n\n    #biogenesis-contact-page .bio-button {\n        width: 100%;\n    }\n\n    #biogenesis-contact-page .bio-contact-section {\n        padding: 62px 0 66px;\n    }\n\n    #biogenesis-contact-page .bio-contact-info h2 {\n        font-size: 34px;\n    }\n\n    #biogenesis-contact-page .bio-info-card {\n        grid-template-columns: 48px minmax(0, 1fr);\n        gap: 14px;\n        padding: 16px;\n    }\n\n    #biogenesis-contact-page .bio-info-icon {\n        width: 48px;\n        height: 48px;\n        font-size: 21px;\n    }\n\n    #biogenesis-contact-page .bio-form-card {\n        padding: 27px 20px;\n        border-radius: 16px;\n    }\n\n    #biogenesis-contact-page .bio-form-card h2 {\n        font-size: 29px;\n    }\n\n    #biogenesis-contact-page .bio-form-row {\n        grid-template-columns: 1fr;\n        gap: 0;\n    }\n\n    #biogenesis-contact-page .bio-cta-section {\n        padding-bottom: 65px;\n    }\n\n    #biogenesis-contact-page .bio-cta {\n        padding: 32px 22px;\n        border-radius: 16px;\n    }\n\n    #biogenesis-contact-page .bio-cta-buttons {\n        grid-template-columns: 1fr;\n    }\n\n    #biogenesis-contact-page .bio-exam-details {\n        display: grid;\n        grid-template-columns: 1fr;\n    }\n\n    #biogenesis-contact-page .bio-exam-detail {\n        width: 100%;\n    }\n\n    #biogenesis-contact-page .bio-support-inner {\n        flex-direction: column;\n        align-items: flex-start;\n    }\n\n    #biogenesis-contact-page .bio-support-phone {\n        font-size: 20px;\n    }\n}\n<\/style>\n\n<div id=\"biogenesis-contact-page\">\n\n    <!-- HERO SECTION -->\n    <section class=\"bio-hero\">\n        <div class=\"bio-container\">\n\n            <div class=\"bio-hero-content\">\n\n                <div class=\"bio-eyebrow\">\n                    Contact Biogenesis\n                <\/div>\n\n                <h1>\n                    Let\u2019s Build a Stronger Academic Future Together\n                <\/h1>\n\n                <p class=\"bio-hero-description\">\n                    Have questions about the Biogenesis Talent Search Examination,\n                    online registration, payment or student support? Our team is\n                    ready to guide you.\n                <\/p>\n\n                <div class=\"bio-hero-buttons\">\n\n                    <a\n                        class=\"bio-button bio-button-yellow\"\n                        href=\"https:\/\/wa.me\/919679193686\"\n                        target=\"_blank\"\n                        rel=\"noopener noreferrer\"\n                    >\n                        <span>WhatsApp Us<\/span>\n                        <span aria-hidden=\"true\">\u2192<\/span>\n                    <\/a>\n\n                    <a\n                        class=\"bio-button bio-button-white-outline\"\n                        href=\"tel:+918391937944\"\n                    >\n                        <span>Call Us<\/span>\n                        <span aria-hidden=\"true\">\u2192<\/span>\n                    <\/a>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <!-- CONTACT INFORMATION AND FORM -->\n    <section class=\"bio-contact-section\">\n        <div class=\"bio-container\">\n\n            <div class=\"bio-contact-grid\">\n\n                <!-- LEFT COLUMN -->\n                <div class=\"bio-contact-info\">\n\n                    <div class=\"bio-section-label\">\n                        Get in touch\n                    <\/div>\n\n                    <h2>\n                        We\u2019re Here to Help\n                    <\/h2>\n\n                    <p class=\"bio-introduction\">\n                        Whether you are a student, parent, teacher or school\n                        representative, connect with the Biogenesis team for\n                        examination and registration-related assistance.\n                    <\/p>\n\n                    <div class=\"bio-info-list\">\n\n                        <div class=\"bio-info-card\">\n\n                            <div\n                                class=\"bio-info-icon\"\n                                aria-hidden=\"true\"\n                            >\n                                \ud83d\udcac\n                            <\/div>\n\n                            <div class=\"bio-info-content\">\n\n                                <h3>\n                                    WhatsApp Support\n                                <\/h3>\n\n                                <a\n                                    href=\"https:\/\/wa.me\/919679193686\"\n                                    target=\"_blank\"\n                                    rel=\"noopener noreferrer\"\n                                >\n                                    +91 96791 93686\n                                <\/a>\n\n                                <p>\n                                    Registration and examination assistance\n                                <\/p>\n\n                            <\/div>\n\n                        <\/div>\n\n                        <div class=\"bio-info-card\">\n\n                            <div\n                                class=\"bio-info-icon\"\n                                aria-hidden=\"true\"\n                            >\n                                \u260e\n                            <\/div>\n\n                            <div class=\"bio-info-content\">\n\n                                <h3>\n                                    Call Our Team\n                                <\/h3>\n\n                                <a href=\"tel:+918391937944\">\n                                    +91 83919 37944\n                                <\/a>\n\n                                <p>\n                                    Speak directly with our support team\n                                <\/p>\n\n                            <\/div>\n\n                        <\/div>\n\n                        <div class=\"bio-info-card\">\n\n                            <div\n                                class=\"bio-info-icon\"\n                                aria-hidden=\"true\"\n                            >\n                                \ud83d\udcc5\n                            <\/div>\n\n                            <div class=\"bio-info-content\">\n\n                                <h3>\n                                    Examination Date\n                                <\/h3>\n\n                                <p>\n                                    11 October 2026, Sunday\n                                <\/p>\n\n                                <p>\n                                    For students of Classes V to X\n                                <\/p>\n\n                            <\/div>\n\n                        <\/div>\n\n                        <div class=\"bio-info-card\">\n\n                            <div\n                                class=\"bio-info-icon\"\n                                aria-hidden=\"true\"\n                            >\n                                \ud83d\udccd\n                            <\/div>\n\n                            <div class=\"bio-info-content\">\n\n                                <h3>\n                                    Examination Centre\n                                <\/h3>\n\n                                <p>\n                                    Prafullanagar Vidyamandir (H.S.)\n                                <\/p>\n\n                            <\/div>\n\n                        <\/div>\n\n                        <div class=\"bio-info-card\">\n\n                            <div\n                                class=\"bio-info-icon\"\n                                aria-hidden=\"true\"\n                            >\n                                \ud83c\udf10\n                            <\/div>\n\n                            <div class=\"bio-info-content\">\n\n                                <h3>\n                                    Online Registration\n                                <\/h3>\n\n                                <a\n                                    href=\"https:\/\/biogenesisindia.com\/?page_id=537\"\n                                >\n                                    Register through the Biogenesis website\n                                <\/a>\n\n                                <p>\n                                    Complete your registration online\n                                <\/p>\n\n                            <\/div>\n\n                        <\/div>\n\n                    <\/div>\n\n                <\/div>\n\n                <!-- RIGHT COLUMN -->\n                <div class=\"bio-form-card\">\n\n                    <div class=\"bio-section-label\">\n                        Send a message\n                    <\/div>\n\n                    <h2>\n                        Send Us Your Query\n                    <\/h2>\n\n                    <p class=\"bio-form-description\">\n                        Complete the form below. Your enquiry will open in\n                        WhatsApp, ready to send to the Biogenesis support team.\n                    <\/p>\n\n                    <form id=\"biogenesis-whatsapp-form\">\n\n                        <div class=\"bio-form-row\">\n\n                            <div class=\"bio-field\">\n\n                                <label for=\"bio-name\">\n                                    Full Name\n                                    <span class=\"bio-required\">*<\/span>\n                                <\/label>\n\n                                <input\n                                    type=\"text\"\n                                    id=\"bio-name\"\n                                    name=\"name\"\n                                    placeholder=\"Enter your full name\"\n                                    autocomplete=\"name\"\n                                    required\n                                >\n\n                            <\/div>\n\n                            <div class=\"bio-field\">\n\n                                <label for=\"bio-phone\">\n                                    Phone Number\n                                    <span class=\"bio-required\">*<\/span>\n                                <\/label>\n\n                                <input\n                                    type=\"tel\"\n                                    id=\"bio-phone\"\n                                    name=\"phone\"\n                                    placeholder=\"Enter your phone number\"\n                                    autocomplete=\"tel\"\n                                    inputmode=\"tel\"\n                                    required\n                                >\n\n                            <\/div>\n\n                        <\/div>\n\n                        <div class=\"bio-form-row\">\n\n                            <div class=\"bio-field\">\n\n                                <label for=\"bio-email\">\n                                    Email Address\n                                <\/label>\n\n                                <input\n                                    type=\"email\"\n                                    id=\"bio-email\"\n                                    name=\"email\"\n                                    placeholder=\"Enter your email address\"\n                                    autocomplete=\"email\"\n                                >\n\n                            <\/div>\n\n                            <div class=\"bio-field\">\n\n                                <label for=\"bio-class\">\n                                    Student\u2019s Class\n                                <\/label>\n\n                                <select\n                                    id=\"bio-class\"\n                                    name=\"student_class\"\n                                >\n\n                                    <option value=\"\">\n                                        Select class\n                                    <\/option>\n\n                                    <option value=\"Class V\">\n                                        Class V\n                                    <\/option>\n\n                                    <option value=\"Class VI\">\n                                        Class VI\n                                    <\/option>\n\n                                    <option value=\"Class VII\">\n                                        Class VII\n                                    <\/option>\n\n                                    <option value=\"Class VIII\">\n                                        Class VIII\n                                    <\/option>\n\n                                    <option value=\"Class IX\">\n                                        Class IX\n                                    <\/option>\n\n                                    <option value=\"Class X\">\n                                        Class X\n                                    <\/option>\n\n                                    <option value=\"Not Applicable\">\n                                        Not Applicable\n                                    <\/option>\n\n                                <\/select>\n\n                            <\/div>\n\n                        <\/div>\n\n                        <div class=\"bio-field\">\n\n                            <label for=\"bio-enquiry\">\n                                Type of Enquiry\n                                <span class=\"bio-required\">*<\/span>\n                            <\/label>\n\n                            <select\n                                id=\"bio-enquiry\"\n                                name=\"enquiry_type\"\n                                required\n                            >\n\n                                <option value=\"\">\n                                    Select enquiry type\n                                <\/option>\n\n                                <option value=\"Talent Search Examination 2026\">\n                                    Talent Search Examination 2026\n                                <\/option>\n\n                                <option value=\"Online Registration Support\">\n                                    Online Registration Support\n                                <\/option>\n\n                                <option value=\"Payment-Related Issue\">\n                                    Payment-Related Issue\n                                <\/option>\n\n                                <option value=\"Admit Card Support\">\n                                    Admit Card Support\n                                <\/option>\n\n                                <option value=\"Examination Schedule\">\n                                    Examination Schedule\n                                <\/option>\n\n                                <option value=\"School or Institutional Partnership\">\n                                    School or Institutional Partnership\n                                <\/option>\n\n                                <option value=\"Sponsorship\">\n                                    Sponsorship\n                                <\/option>\n\n                                <option value=\"Other Enquiry\">\n                                    Other Enquiry\n                                <\/option>\n\n                            <\/select>\n\n                        <\/div>\n\n                        <div class=\"bio-field\">\n\n                            <label for=\"bio-message\">\n                                Your Message\n                                <span class=\"bio-required\">*<\/span>\n                            <\/label>\n\n                            <textarea\n                                id=\"bio-message\"\n                                name=\"message\"\n                                placeholder=\"Please describe how we can assist you\"\n                                required\n                            ><\/textarea>\n\n                        <\/div>\n\n                        <button\n                            class=\"bio-submit-button\"\n                            type=\"submit\"\n                        >\n                            <span>\n                                Send Enquiry on WhatsApp\n                            <\/span>\n\n                            <span aria-hidden=\"true\">\n                                \u2192\n                            <\/span>\n                        <\/button>\n\n                        <p class=\"bio-form-note\">\n                            After clicking the button, WhatsApp will open with\n                            your completed enquiry. Press Send inside WhatsApp\n                            to submit it.\n                        <\/p>\n\n                    <\/form>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <!-- EXAMINATION CTA -->\n    <section class=\"bio-cta-section\">\n        <div class=\"bio-container\">\n\n            <div class=\"bio-cta\">\n\n                <div class=\"bio-cta-content\">\n\n                    <div class=\"bio-section-label\">\n                        Registration now open\n                    <\/div>\n\n                    <h2>\n                        Biogenesis Talent Search Examination 2026\n                    <\/h2>\n\n                    <p class=\"bio-cta-description\">\n                        Register for the examination and take a confident step\n                        towards stronger academic preparation, analytical\n                        thinking and competitive learning.\n                    <\/p>\n\n                    <div class=\"bio-exam-details\">\n\n                        <div class=\"bio-exam-detail\">\n                            <span aria-hidden=\"true\">\ud83d\udcc5<\/span>\n                            <span>11 October 2026<\/span>\n                        <\/div>\n\n                        <div class=\"bio-exam-detail\">\n                            <span aria-hidden=\"true\">\ud83c\udf93<\/span>\n                            <span>Classes V to X<\/span>\n                        <\/div>\n\n                        <div class=\"bio-exam-detail\">\n                            <span aria-hidden=\"true\">\u20b9<\/span>\n                            <span>Registration Fee: \u20b9100<\/span>\n                        <\/div>\n\n                    <\/div>\n\n                <\/div>\n\n                <div class=\"bio-cta-buttons\">\n\n                    <a\n                        class=\"bio-button bio-button-yellow\"\n                        href=\"https:\/\/biogenesisindia.com\/?page_id=537\"\n                    >\n                        <span>Register Now<\/span>\n                        <span aria-hidden=\"true\">\u2192<\/span>\n                    <\/a>\n\n                    <a\n                        class=\"bio-button bio-button-green\"\n                        href=\"https:\/\/wa.me\/919679193686?text=Hello%20Biogenesis%2C%20I%20need%20assistance%20regarding%20the%20Talent%20Search%20Examination%202026.\"\n                        target=\"_blank\"\n                        rel=\"noopener noreferrer\"\n                    >\n                        <span>Get Support<\/span>\n                        <span aria-hidden=\"true\">\u2192<\/span>\n                    <\/a>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <!-- BOTTOM SUPPORT STRIP -->\n    <section class=\"bio-support-strip\">\n        <div class=\"bio-container\">\n\n            <div class=\"bio-support-inner\">\n\n                <div class=\"bio-support-text\">\n\n                    <h3>\n                        Need immediate assistance?\n                    <\/h3>\n\n                    <p>\n                        Call our team for registration, payment and\n                        examination-related support.\n                    <\/p>\n\n                <\/div>\n\n                <a\n                    class=\"bio-support-phone\"\n                    href=\"tel:+918391937944\"\n                >\n                    <span aria-hidden=\"true\">\u260e<\/span>\n                    <span>+91 83919 37944<\/span>\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<script>\n(function () {\n    \"use strict\";\n\n    var contactForm = document.getElementById(\n        \"biogenesis-whatsapp-form\"\n    );\n\n    if (!contactForm) {\n        return;\n    }\n\n    contactForm.addEventListener(\"submit\", function (event) {\n        event.preventDefault();\n\n        var name = document\n            .getElementById(\"bio-name\")\n            .value\n            .trim();\n\n        var phone = document\n            .getElementById(\"bio-phone\")\n            .value\n            .trim();\n\n        var email = document\n            .getElementById(\"bio-email\")\n            .value\n            .trim();\n\n        var studentClass = document\n            .getElementById(\"bio-class\")\n            .value\n            .trim();\n\n        var enquiryType = document\n            .getElementById(\"bio-enquiry\")\n            .value\n            .trim();\n\n        var message = document\n            .getElementById(\"bio-message\")\n            .value\n            .trim();\n\n        if (!name || !phone || !enquiryType || !message) {\n            alert(\n                \"Please complete all required fields before submitting.\"\n            );\n            return;\n        }\n\n        var whatsappMessage =\n            \"Hello Biogenesis,\\n\\n\" +\n            \"I would like to submit an enquiry.\\n\\n\" +\n            \"Name: \" + name + \"\\n\" +\n            \"Phone: \" + phone + \"\\n\" +\n            \"Email: \" + (email || \"Not provided\") + \"\\n\" +\n            \"Student's Class: \" +\n            (studentClass || \"Not provided\") + \"\\n\" +\n            \"Enquiry Type: \" + enquiryType + \"\\n\\n\" +\n            \"Message:\\n\" + message + \"\\n\\n\" +\n            \"Sent from the Biogenesis Contact Page.\";\n\n        var whatsappNumber = \"919679193686\";\n\n        var whatsappUrl =\n            \"https:\/\/wa.me\/\" +\n            whatsappNumber +\n            \"?text=\" +\n            encodeURIComponent(whatsappMessage);\n\n        window.open(\n            whatsappUrl,\n            \"_blank\",\n            \"noopener,noreferrer\"\n        );\n    });\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Contact Biogenesis Let\u2019s Build a Stronger Academic Future Together Have questions about the Biogenesis Talent Search Examination, online registration, payment [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-25","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"tamasu","author_link":"https:\/\/biogenesisindia.com\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"Contact Biogenesis Let\u2019s Build a Stronger Academic Future Together Have questions about the Biogenesis Talent Search Examination, online registration, payment [&hellip;]","_links":{"self":[{"href":"https:\/\/biogenesisindia.com\/index.php?rest_route=\/wp\/v2\/pages\/25","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/biogenesisindia.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/biogenesisindia.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/biogenesisindia.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/biogenesisindia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=25"}],"version-history":[{"count":3,"href":"https:\/\/biogenesisindia.com\/index.php?rest_route=\/wp\/v2\/pages\/25\/revisions"}],"predecessor-version":[{"id":582,"href":"https:\/\/biogenesisindia.com\/index.php?rest_route=\/wp\/v2\/pages\/25\/revisions\/582"}],"wp:attachment":[{"href":"https:\/\/biogenesisindia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=25"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}