{"id":40398,"date":"2026-05-14T14:19:01","date_gmt":"2026-05-14T08:49:01","guid":{"rendered":"https:\/\/sambodhi.co.in\/capacity-building\/?page_id=40398"},"modified":"2026-07-09T15:25:13","modified_gmt":"2026-07-09T09:55:13","slug":"research-and-impact-bootcamp-for-csr-and-philanthropy","status":"publish","type":"page","link":"https:\/\/sambodhi.co.in\/capacity-building\/research-and-impact-bootcamp-for-csr-and-philanthropy\/","title":{"rendered":"Research &#038; Impact Bootcamp for CSR &#038; Philanthropy"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"40398\" class=\"elementor elementor-40398\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-eea82ac elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"eea82ac\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5082f15\" data-id=\"5082f15\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-73cc149 elementor-widget elementor-widget-html\" data-id=\"73cc149\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Research & Impact Bootcamp | Sambodhi<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Outfit:wght@500;700;900&display=swap\" rel=\"stylesheet\">\n    <style>\n        body {\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            background-color: #f8fafc;\n            color: #334155;\n            \/* CHANGED: overflow-x: clip prevents horizontal scrolling WITHOUT breaking sticky positioning *\/\n            overflow-x: clip;\n            scroll-behavior: smooth;\n            font-size: 14px; \n        }\n        \n        .outfit { font-family: 'Outfit', sans-serif; }\n        \n        \/* High-Contrast Black Headings *\/\n        h1, h3, .heading-black {\n            color: #000000 !important;\n            line-height: 1.5;\n            font-family: 'Outfit', sans-serif;\n            font-weight: 700;\n        }\n        h4 {\n            letter-spacing: 0 !important;\n            font-family: 'Outfit', sans-serif !important;\n            color: #000000 !important;\n            line-height: 1.2;\n            font-weight: 700;\n        }\n        h2 {\n            font-size: 28px !important;\n            letter-spacing: 0 !important;\n            font-family: 'Outfit', sans-serif !important;\n            color: #000000 !important;\n            line-height: 1.2;\n            font-weight: 700;\n        }\n\n        \/* P Tag base styling *\/\n        p {\n            color: #000000 !important;\n            font-family: 'Plus Jakarta Sans', sans-serif !important;\n            font-size: 14px !important;\n            line-height: 2rem !important;\n        }\n\n        .heading-white, h1.heading-white, h3.heading-white {\n            color: #ffffff !important;\n        }\n\n        \/* Subtle body mesh gradient *\/\n        .mesh-bg {\n            background-image: \n                radial-gradient(at 0% 0%, rgba(79, 70, 229, 0.05) 0px, transparent 50%),\n                radial-gradient(at 100% 100%, rgba(59, 130, 246, 0.05) 0px, transparent 50%);\n        }\n\n        \/* Fixed Hero Background Image styling *\/\n        .hero-bg-wrapper {\n            position: absolute;\n            inset: 0;\n            border-radius: inherit;\n            overflow: hidden;\n        }\n        .hero-bg-wrapper::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background-image: url('https:\/\/sambodhi.co.in\/wp-content\/uploads\/2026\/05\/hero.png');\n            background-size: cover;\n            background-position: center;\n            background-repeat: no-repeat;\n            opacity: 0.3;\n            pointer-events: none; \n        }\n\n        \/* Accordion Animations *\/\n        details > summary { list-style: none; }\n        details > summary::-webkit-details-marker { display: none; }\n        details[open] summary ~ * { animation: sweep .3s ease-in-out; }\n        @keyframes sweep {\n            0%    {opacity: 0; transform: translateY(-10px)}\n            100%  {opacity: 1; transform: translateY(0)}\n        }\n\n        \/* Hide Scrollbar for sticky form *\/\n        .no-scrollbar::-webkit-scrollbar { display: none; }\n        .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }\n        \n        .fluentform-wrapper { width: 100%; }\n    <\/style>\n    <script>\n\nfunction openBrochurePopup(){\n    document.getElementById('brochurePopup').classList.remove('hidden');\n    document.getElementById('brochurePopup').classList.add('flex');\n}\n\nfunction closeBrochurePopup(){\n    document.getElementById('brochurePopup').classList.remove('flex');\n    document.getElementById('brochurePopup').classList.add('hidden');\n}\n\nwindow.onclick = function(e){\n    let popup = document.getElementById('brochurePopup');\n    if(e.target === popup){\n        closeBrochurePopup();\n    }\n}\n\n<\/script>\n<\/head>\n<!-- Brochure Popup -->\n<div id=\"brochurePopup\" class=\"fixed inset-0 bg-black\/70 z-[9999] hidden items-center justify-center p-5\">\n\n    <div class=\"bg-white rounded-3xl w-full max-w-2xl relative shadow-2xl\">\n\n        <button onclick=\"closeBrochurePopup()\"\n            class=\"absolute top-4 right-4 text-3xl text-gray-500 hover:text-black\">\n            &times;\n        <\/button>\n\n        <div class=\"p-8\">\n\n            <h2 class=\"text-3xl font-bold text-center mb-2\">\n                Register to Download\n            <\/h2>\n\n            <p class=\"text-center text-gray-500 mb-8\">\n                Please register to download the Bootcamp brochure.\n            <\/p>\n\n            <div class='fluentform ff-default fluentform_wrapper_36 ffs_custom_wrap'><form data-form_id=\"36\" id=\"fluentform_36\" class=\"frm-fluent-form fluent_form_36 ff-el-form-top ff_form_instance_36_1 ff-form-loading ff_has_v3_recptcha ffs_custom\" data-form_instance=\"ff_form_instance_36_1\" method=\"POST\" data-recptcha_key=\"6LdOxeQjAAAAAFPnwW-Rg-3mVxQeLehk0W9Yo0td\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">Research &amp; Impact Bootcamp for CSR &amp; Philanthropy<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='40398' \/><input type=\"hidden\" id=\"_fluentform_36_fluentformnonce\" name=\"_fluentform_36_fluentformnonce\" value=\"b0cf91a6c8\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/capacity-building\/wp-json\/wp\/v2\/pages\/40398\" \/><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_36_input_text' id='label_ff_36_input_text' aria-label=\"Full Name\">Full Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"input_text\" class=\"ff-el-form-control\" placeholder=\"Full Name\" data-name=\"input_text\" id=\"ff_36_input_text\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_36_email_1' id='label_ff_36_email_1' aria-label=\"Email\">Email<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email_1\" id=\"ff_36_email_1\" class=\"ff-el-form-control\" placeholder=\"Email Address\" data-name=\"email_1\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_36_phone' id='label_ff_36_phone' aria-label=\"Phone\/Mobile\">Phone\/Mobile<\/label><\/div><div class='ff-el-input--content'><input name=\"phone\" class=\"ff-el-form-control ff-el-phone ff_el_with_extended_validation\" type=\"tel\" placeholder=\"Mobile Number\" data-name=\"phone\" id=\"ff_36_phone\" inputmode=\"tel\"  aria-invalid='false' aria-required=true><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_36_input_text_3' id='label_ff_36_input_text_3' aria-label=\"Designation\">Designation<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"input_text_3\" class=\"ff-el-form-control\" placeholder=\"Designation\" data-name=\"input_text_3\" id=\"ff_36_input_text_3\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_36_input_text_4' id='label_ff_36_input_text_4' aria-label=\"Organization\">Organization<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"input_text_4\" class=\"ff-el-form-control\" placeholder=\"Organization\" data-name=\"input_text_4\" id=\"ff_36_input_text_4\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><div class='ff-el-group ff-text-center ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-sm ff_btn_style wpf_has_custom_css\"  aria-label=\"Register Now\">Register Now<\/button><\/div><\/fieldset><\/form><div id='fluentform_36_errors' class='ff-errors-in-stack ff_form_instance_36_1 ff-form-loading_errors ff_form_instance_36_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_36_1 = {\"id\":\"36\",\"ajaxUrl\":\"https:\\\/\\\/sambodhi.co.in\\\/capacity-building\\\/wp-admin\\\/admin-ajax.php\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\",\"asteriskPlacement\":\"asterisk-right\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_36_1\",\"form_id_selector\":\"fluentform_36\",\"rules\":{\"input_text\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"email_1\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global\":false,\"global_message\":\"This field must contain a valid email\"}},\"phone\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"},\"valid_phone_number\":{\"value\":true,\"message\":\"Phone number is not valid\",\"global\":false,\"global_message\":\"Phone number is not valid\"}},\"input_text_3\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"input_text_4\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"g-recaptcha-response\":[]},\"debounce_time\":300,\"file_upload_settings\":[]};\n                            <\/script>\n            \n\n        <\/div>\n\n    <\/div>\n\n<\/div>\n<body class=\"mesh-bg pb-24 lg:pb-0 relative\">\n\n    <div class=\"bg-[#002884] text-white text-center py-3 text-sm font-medium tracking-wide w-full flex items-center justify-center flex-wrap gap-2 z-50 relative\">\n        \ud83d\udd25 Limited-Time Offer \u2014 <del class=\"opacity-75\">\u20b910,000<\/del> Now Only @ <strong class=\"text-xl font-black tracking-tight bg-white text-[#002884] px-2 py-0.5 rounded ml-1\">\u20b95,000<\/strong> <span class=\"mx-2 opacity-50\">|<\/span> 17th July 2026 \n    <\/div>\n\n    <nav class=\"w-full bg-white border-b border-slate-200 px-6 lg:px-12 py-4 flex justify-between items-center z-50 relative shadow-sm\">\n        <div class=\"flex items-center\">\n            <img decoding=\"async\" src=\"https:\/\/sambodhi.co.in\/wp-content\/uploads\/2024\/06\/sambodhi_logo-1.png\" alt=\"Sambodhi Logo\" class=\"w-[150px] h-auto object-contain\" title=\"\">\n        <\/div>\n        <div class=\"hidden md:flex items-center gap-2 text-slate-500 font-medium text-sm\">\n            <span>Research & Communications<\/span>\n        <\/div>\n    <\/nav>\n\n    <div class=\"relative w-full pb-5\">\n    <div class=\"absolute top-0 left-0 w-full h-[1200px] sm:h-[1100px] lg:h-[600px] bg-slate-900 rounded-b-[3rem] z-0 overflow-hidden\">\n        <div class=\"hero-bg-wrapper\"><\/div>\n    <\/div>\n        \n        <div class=\"max-w-[1400px] mx-auto w-full px-4 lg:px-8 relative z-10 grid grid-cols-1 lg:grid-cols-12 gap-x-8 gap-y-8 lg:gap-y-6 items-start pt-12 pb-16\">\n            \n            <div class=\"lg:col-span-8 xl:col-span-9 order-1 lg:col-start-1 text-white space-y-6 text-center md:text-left\">\n                <div class=\"inline-block bg-white\/10 border border-white\/20 px-4 py-1.5 rounded\">\n                    <p class=\"font-bold text-sm uppercase tracking-widest !text-white\">\n                        One-Day Intensive Bootcamp\n                    <\/p>\n                <\/div>\n                <h1 class=\"!text-white text-4xl sm:text-5xl md:text-6xl leading-[1.15] max-w-3xl mx-auto md:mx-0\">\n                    Research & Impact Bootcamp for CSR & Philanthropy <br>\n                <\/h1>\n                 <h1 class=\"!text-indigo-400 text-4xl sm:text-5xl md:text-6xl leading-[1.15] italic max-w-3xl mx-auto md:mx-0\">\n                     From Data to Narrative\n                <\/h1>\n            <\/div>\n\n            <aside\n    id=\"registration-form\"\n    class=\"lg:col-span-4 xl:col-span-3 lg:col-start-9 xl:col-start-10\n    lg:row-start-1 lg:row-span-3 order-2 w-full self-start z-40\n    lg:sticky lg:top-8 mt-4 lg:mt-0\">\n                <div class=\"w-full bg-white rounded-[2rem] border border-slate-200 shadow-2xl p-6 lg:p-8 flex flex-col max-h-[calc(100vh-4rem)] overflow-y-auto no-scrollbar\">\n                    \n                    <div class=\"text-center mt-2 mb-4\">\n                        <h3 class=\"text-2xl font-black text-slate-900 heading-black\">Register Now<\/h3>\n                        <!--<p class=\"text-sm text-slate-500 font-medium mt-2 leading-relaxed\">Fill your details to proceed to secure payment.<\/p>-->\n                    <\/div>\n\n                    <div class=\"w-full fluentform-wrapper relative z-10\">\n                  <div class='fluentform ff-default fluentform_wrapper_36 ffs_custom_wrap'><form data-form_id=\"36\" id=\"fluentform_36\" class=\"frm-fluent-form fluent_form_36 ff-el-form-top ff_form_instance_36_2 ff-form-loading ff_has_v3_recptcha ff_has_v3_recptcha ffs_custom\" data-form_instance=\"ff_form_instance_36_2\" method=\"POST\" data-recptcha_key=\"6LdOxeQjAAAAAFPnwW-Rg-3mVxQeLehk0W9Yo0td\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">Research &amp; Impact Bootcamp for CSR &amp; Philanthropy<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='40398' \/><input type=\"hidden\" id=\"_fluentform_36_fluentformnonce\" name=\"_fluentform_36_fluentformnonce\" value=\"b0cf91a6c8\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/capacity-building\/wp-json\/wp\/v2\/pages\/40398\" \/><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_36_2_input_text' id='label_ff_36_2_input_text' aria-label=\"Full Name\">Full Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"input_text\" class=\"ff-el-form-control\" placeholder=\"Full Name\" data-name=\"input_text\" id=\"ff_36_2_input_text\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_36_2_email_1' id='label_ff_36_2_email_1' aria-label=\"Email\">Email<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email_1\" id=\"ff_36_2_email_1\" class=\"ff-el-form-control\" placeholder=\"Email Address\" data-name=\"email_1\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_36_2_phone' id='label_ff_36_2_phone' aria-label=\"Phone\/Mobile\">Phone\/Mobile<\/label><\/div><div class='ff-el-input--content'><input name=\"phone\" class=\"ff-el-form-control ff-el-phone ff_el_with_extended_validation\" type=\"tel\" placeholder=\"Mobile Number\" data-name=\"phone\" id=\"ff_36_2_phone\" inputmode=\"tel\"  aria-invalid='false' aria-required=true><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_36_2_input_text_3' id='label_ff_36_2_input_text_3' aria-label=\"Designation\">Designation<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"input_text_3\" class=\"ff-el-form-control\" placeholder=\"Designation\" data-name=\"input_text_3\" id=\"ff_36_2_input_text_3\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_36_2_input_text_4' id='label_ff_36_2_input_text_4' aria-label=\"Organization\">Organization<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"input_text_4\" class=\"ff-el-form-control\" placeholder=\"Organization\" data-name=\"input_text_4\" id=\"ff_36_2_input_text_4\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><div class='ff-el-group ff-text-center ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-sm ff_btn_style wpf_has_custom_css\"  aria-label=\"Register Now\">Register Now<\/button><\/div><\/fieldset><\/form><div id='fluentform_36_errors' class='ff-errors-in-stack ff_form_instance_36_2 ff-form-loading_errors ff_form_instance_36_2_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_36_2 = {\"id\":\"36\",\"ajaxUrl\":\"https:\\\/\\\/sambodhi.co.in\\\/capacity-building\\\/wp-admin\\\/admin-ajax.php\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\",\"asteriskPlacement\":\"asterisk-right\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_36_2\",\"form_id_selector\":\"fluentform_36\",\"rules\":{\"input_text\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"email_1\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global\":false,\"global_message\":\"This field must contain a valid email\"}},\"phone\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"},\"valid_phone_number\":{\"value\":true,\"message\":\"Phone number is not valid\",\"global\":false,\"global_message\":\"Phone number is not valid\"}},\"input_text_3\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"input_text_4\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"g-recaptcha-response\":[]},\"debounce_time\":300,\"file_upload_settings\":[]};\n                            <\/script>\n            \n\n\n                    <\/div>\n\n                    <p class=\"text-sm font-medium text-slate-500 mt-5 pt-4 border-t border-slate-100 flex items-center justify-center  text-center tracking-wide\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-4 w-4 text-green-500 shrink-0\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2.5\">\n                           <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\" \/>\n                        <\/svg>\n                        100% Secured Payment\n                    <\/p>\n                <\/div>\n            <\/aside>\n\n            <div class=\"lg:col-span-8 xl:col-span-9 order-3 lg:col-start-1 text-white text-center md:text-left mt-2 lg:mt-0\">\n                <h3 class=\"!text-white text-lg sm:text-xl md:text-2xl text-slate-200 font-medium leading-relaxed max-w-2xl pt-2 mx-auto md:mx-0\">\n                    A hands-on, practitioner-led deep dive into designing, measuring, and communicating social impact with rigour and clarity for CSR & Philanthropy.\n                <\/h3>\n\n               <div class=\"pt-6 pb-8 border-t border-white\/10 mt-6 max-w-4xl mx-auto md:mx-0\">\n\n  <div class=\"flex flex-col items-start lg:flex-row lg:items-center lg:justify-between gap-8 text-left pb-5 lg:pb-0\">\n\n    <!-- Date -->\n    <div class=\"flex items-start gap-4\">\n        <span class=\"text-indigo-400 font-bold mt-1 text-base\">\u2713<\/span>\n        <div>\n            <strong class=\"!text-white text-base\">17th July 2026<\/strong><br>\n            <span class=\"text-sm text-white\/80\">One Full Day<\/span>\n        <\/div>\n    <\/div>\n\n    <!-- Venue -->\n    <div class=\"flex items-start gap-4\">\n        <span class=\"text-indigo-400 font-bold mt-1 text-base\">\u2713<\/span>\n        <div>\n            <strong class=\"!text-white text-base\">Vishwa Yuvak Kendra<\/strong><br>\n            <span class=\"text-sm text-white\/80\">\n                Teen Murti Marg, Chanakyapuri, New Delhi\n            <\/span>\n        <\/div>\n    <\/div>\n\n    <!-- Download Brochure Button -->\n    <div class=\"w-full lg:w-auto flex justify-start\">\n        <a href=\"javascript:void(0)\"\n           onclick=\"openBrochurePopup()\"\n           class=\"inline-flex items-center gap-3 bg-[#DB252F] hover:bg-[#c42029] text-white font-bold px-6 py-3 rounded-xl shadow-lg transition duration-300\">\n\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                 class=\"w-5 h-5\"\n                 fill=\"none\"\n                 viewBox=\"0 0 24 24\"\n                 stroke=\"currentColor\"\n                 stroke-width=\"2\">\n                <path stroke-linecap=\"round\"\n                      stroke-linejoin=\"round\"\n                      d=\"M12 3v12m0 0l4-4m-4 4l-4-4M5 21h14\"\/>\n            <\/svg>\n\n            Download the Brochure\n        <\/a>\n    <\/div>\n\n<\/div>\n\n<\/div>\n            <\/div>\n\n            <main class=\"lg:col-span-8 xl:col-span-9 order-4 lg:col-start-1 flex flex-col space-y-16 mt-12 lg:mt-16\">\n                \n                <section id=\"audience\" class=\"space-y-8 w-full bg-white p-8 lg:p-10 rounded-[2rem] shadow-sm border border-slate-200\">\n                    <div class=\"w-full text-center md:text-left\">\n                        <p style=\"color: #4f46e5 !important;\" class=\"font-black uppercase tracking-[0.4em] mb-3 text-sm\">WHO SHOULD ATTEND<\/p>\n                        <h2>Built for impact professionals who mean business<\/h2>\n                    <\/div>\n\n                    <div class=\"grid md:grid-cols-2 gap-6 w-full\">\n                        <div class=\"bg-slate-50 p-6 rounded-2xl border border-slate-100 flex items-start gap-5 hover:border-indigo-200 transition-colors\">\n                            <div class=\"w-12 h-12 bg-indigo-100 text-indigo-600 rounded-full flex items-center justify-center shrink-0\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4\" \/>\n                                <\/svg>\n                            <\/div>\n                            <p class=\"text-sm md:text-base leading-relaxed text-slate-700 font-medium\"><strong class=\"text-slate-900 font-black\">CSR managers and heads<\/strong> at corporates navigating mandatory spending and impact disclosure.<\/p>\n                        <\/div>\n                        \n                        <div class=\"bg-slate-50 p-6 rounded-2xl border border-slate-100 flex items-start gap-5 hover:border-indigo-200 transition-colors\">\n                            <div class=\"w-12 h-12 bg-indigo-100 text-indigo-600 rounded-full flex items-center justify-center shrink-0\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z\" \/>\n                                <\/svg>\n                            <\/div>\n                            <p class=\"text-sm md:text-base leading-relaxed text-slate-700 font-medium\"><strong class=\"text-slate-900 font-black\">Philanthropy officers<\/strong> at foundations seeking evidence-based grantmaking frameworks.<\/p>\n                        <\/div>\n                        \n                        <div class=\"bg-slate-50 p-6 rounded-2xl border border-slate-100 flex items-start gap-5 hover:border-indigo-200 transition-colors\">\n                            <div class=\"w-12 h-12 bg-indigo-100 text-indigo-600 rounded-full flex items-center justify-center shrink-0\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z\" \/>\n                                <\/svg>\n                            <\/div>\n                            <p class=\"text-sm md:text-base leading-relaxed text-slate-700 font-medium\"><strong class=\"text-slate-900 font-black\">NGO leaders and M&E staff<\/strong> wanting sharper measurement and reporting tools.<\/p>\n                        <\/div>\n                        \n                        <div class=\"bg-slate-50 p-6 rounded-2xl border border-slate-100 flex items-start gap-5 hover:border-indigo-200 transition-colors\">\n                            <div class=\"w-12 h-12 bg-indigo-100 text-indigo-600 rounded-full flex items-center justify-center shrink-0\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z\" \/>\n                                <\/svg>\n                            <\/div>\n                            <p class=\"text-sm md:text-base leading-relaxed text-slate-700 font-medium\"><strong class=\"text-slate-900 font-black\">Consultants and researchers<\/strong> advising social-sector clients on programme design.<\/p>\n                        <\/div>\n\n                        <div class=\"bg-slate-50 p-6 rounded-2xl border border-slate-100 flex items-start gap-5 hover:border-indigo-200 transition-colors\">\n                            <div class=\"w-12 h-12 bg-indigo-100 text-indigo-600 rounded-full flex items-center justify-center shrink-0\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13 7h8m0 0v8m0-8l-8 8-4-4-6 6\" \/>\n                                <\/svg>\n                            <\/div>\n                            <p class=\"text-sm md:text-base leading-relaxed text-slate-700 font-medium\"><strong class=\"text-slate-900 font-black\">Impact investors and ESG analysts<\/strong> who need rigorous evidence to underpin decisions.<\/p>\n                        <\/div>\n\n                        <div class=\"bg-slate-50 p-6 rounded-2xl border border-slate-100 flex items-start gap-5 hover:border-indigo-200 transition-colors\">\n                            <div class=\"w-12 h-12 bg-indigo-100 text-indigo-600 rounded-full flex items-center justify-center shrink-0\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 14v3m4-3v3m4-3v3M3 21h18M3 10h18M3 7l9-4 9 4M4 10h16v11H4V10z\" \/>\n                                <\/svg>\n                            <\/div>\n                            <p class=\"text-sm md:text-base leading-relaxed text-slate-700 font-medium\"><strong class=\"text-slate-900 font-black\">Government programme officers<\/strong> designing or evaluating public welfare schemes.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/section>\n\n                <section id=\"agenda\" class=\"space-y-8 w-full bg-white p-8 lg:p-10 rounded-[2rem] shadow-sm border border-slate-200\">\n                    <div class=\"w-full text-center md:text-left mb-6\">\n                        <p style=\"color: #4f46e5 !important;\" class=\"font-black uppercase tracking-[0.4em] mb-3 text-sm\">THE DAY'S JOURNEY<\/p>\n                        <h2>Six hours. Six transformations.<\/h2>\n                    <\/div>\n                    \n                    <div class=\"space-y-4 w-full\">\n                        <details class=\"group bg-white rounded-xl border border-slate-200 w-full shadow-sm\" open>\n                            <summary class=\"flex cursor-pointer items-center justify-between gap-4 p-5 md:p-6 w-full select-none\">\n                                <div class=\"flex-1\">\n                                    <p class=\"text-slate-900 font-black uppercase tracking-widest text-sm mb-1\">Hour 1 \u2022 The North Star<\/p>\n                                    <h4 class=\"text-[17px] md:text-[19px] font-bold heading-black leading-snug\">Defining Impact Objectives<\/h4>\n                                <\/div>\n                                <span class=\"shrink-0 transition-transform duration-300 group-open:-rotate-180\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 w-5 text-indigo-500\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 9l-7 7-7-7\" \/><\/svg>\n                                <\/span>\n                            <\/summary>\n                            <div class=\"px-5 md:px-6 pb-5 md:pb-6 w-full text-slate-600 text-sm md:text-base leading-relaxed\">\n                                <div class=\"pt-4 border-t border-slate-100\">\n                                    <p>Aligning your organizational vision with clear, measurable goals. Establishing the foundational metrics that matter before data collection begins.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/details>\n\n                        <details class=\"group bg-white rounded-xl border border-slate-200 w-full shadow-sm\">\n                            <summary class=\"flex cursor-pointer items-center justify-between gap-4 p-5 md:p-6 w-full select-none\">\n                                <div class=\"flex-1\">\n                                    <p class=\"text-slate-900 font-black uppercase tracking-widest text-sm mb-1\">Hour 2 \u2022 The Causal Roadmap<\/p>\n                                    <h4 class=\"text-[17px] md:text-[19px] font-bold heading-black leading-snug\">Designing Your Theory of Change<\/h4>\n                                <\/div>\n                                <span class=\"shrink-0 transition-transform duration-300 group-open:-rotate-180\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 w-5 text-indigo-500\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 9l-7 7-7-7\" \/><\/svg>\n                                <\/span>\n                            <\/summary>\n                            <div class=\"px-5 md:px-6 pb-5 md:pb-6 w-full text-slate-600 text-sm md:text-base leading-relaxed\">\n                                <div class=\"pt-4 border-t border-slate-100\">\n                                    <p>Building a robust logical framework that maps inputs to activities, outputs, and long-term outcomes to ensure strategic coherence.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/details>\n\n                        <details class=\"group bg-white rounded-xl border border-slate-200 w-full shadow-sm\">\n                            <summary class=\"flex cursor-pointer items-center justify-between gap-4 p-5 md:p-6 w-full select-none\">\n                                <div class=\"flex-1\">\n                                    <p class=\"text-slate-900 font-black uppercase tracking-widest text-sm mb-1\">Hour 3 \u2022 The Measurement Engine<\/p>\n                                    <h4 class=\"text-[17px] md:text-[19px] font-bold heading-black leading-snug\">Engineering SMART Indicators<\/h4>\n                                <\/div>\n                                <span class=\"shrink-0 transition-transform duration-300 group-open:-rotate-180\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 w-5 text-indigo-500\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 9l-7 7-7-7\" \/><\/svg>\n                                <\/span>\n                            <\/summary>\n                            <div class=\"px-5 md:px-6 pb-5 md:pb-6 w-full text-slate-600 text-sm md:text-base leading-relaxed\">\n                                <div class=\"pt-4 border-t border-slate-100\">\n                                    <p>Moving beyond vague metrics to develop Specific, Measurable, Achievable, Relevant, and Time-bound indicators that capture true impact.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/details>\n\n                        <details class=\"group bg-white rounded-xl border border-slate-200 w-full shadow-sm\">\n                            <summary class=\"flex cursor-pointer items-center justify-between gap-4 p-5 md:p-6 w-full select-none\">\n                                <div class=\"flex-1\">\n                                    <p class=\"text-slate-900 font-black uppercase tracking-widest text-sm mb-1\">Hour 4 \u2022 The Tool Kit<\/p>\n                                    <h4 class=\"text-[17px] md:text-[19px] font-bold heading-black leading-snug\">Selecting High-Impact Methodologies<\/h4>\n                                <\/div>\n                                <span class=\"shrink-0 transition-transform duration-300 group-open:-rotate-180\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 w-5 text-indigo-500\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 9l-7 7-7-7\" \/><\/svg>\n                                <\/span>\n                            <\/summary>\n                            <div class=\"px-5 md:px-6 pb-5 md:pb-6 w-full text-slate-600 text-sm md:text-base leading-relaxed\">\n                                <div class=\"pt-4 border-t border-slate-100\">\n                                    <p>Understanding when to deploy quantitative vs. qualitative methods, sampling strategies, and data collection best practices.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/details>\n\n                        <details class=\"group bg-white rounded-xl border border-slate-200 w-full shadow-sm\">\n                            <summary class=\"flex cursor-pointer items-center justify-between gap-4 p-5 md:p-6 w-full select-none\">\n                                <div class=\"flex-1\">\n                                    <p class=\"text-slate-900 font-black uppercase tracking-widest text-sm mb-1\">Hour 5 \u2022 The Pulse<\/p>\n                                    <h4 class=\"text-[17px] md:text-[19px] font-bold heading-black leading-snug\">Integrating Real-Time M&E for Continuous Learning<\/h4>\n                                <\/div>\n                                <span class=\"shrink-0 transition-transform duration-300 group-open:-rotate-180\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 w-5 text-indigo-500\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 9l-7 7-7-7\" \/><\/svg>\n                                <\/span>\n                            <\/summary>\n                            <div class=\"px-5 md:px-6 pb-5 md:pb-6 w-full text-slate-600 text-sm md:text-base leading-relaxed\">\n                                <div class=\"pt-4 border-t border-slate-100\">\n                                    <p>Creating feedback loops that allow you to adapt and optimize programs mid-flight rather than waiting for endline evaluations.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/details>\n\n                        <details class=\"group bg-white rounded-xl border border-slate-200 w-full shadow-sm\">\n                            <summary class=\"flex cursor-pointer items-center justify-between gap-4 p-5 md:p-6 w-full select-none\">\n                                <div class=\"flex-1\">\n                                    <p class=\"text-slate-900 font-black uppercase tracking-widest text-sm mb-1\">Hour 6 \u2022 The Finale<\/p>\n                                    <h4 class=\"text-[17px] md:text-[19px] font-bold heading-black leading-snug\">The Impact Narrative<\/h4>\n                                <\/div>\n                                <span class=\"shrink-0 transition-transform duration-300 group-open:-rotate-180\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 w-5 text-indigo-500\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 9l-7 7-7-7\" \/><\/svg>\n                                <\/span>\n                            <\/summary>\n                            <div class=\"px-5 md:px-6 pb-5 md:pb-6 w-full text-slate-600 text-sm md:text-base leading-relaxed\">\n                                <div class=\"pt-4 border-t border-slate-100\">\n                                    <p>Learning the art of data storytelling. How to draft compelling reports and presentations that resonate with boards, donors, and the community.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/details>\n                    <\/div>\n                <\/section>\n\n                <section id=\"outcomes\" class=\"space-y-8 w-full bg-white p-8 lg:p-10 rounded-[2rem] shadow-sm border border-slate-200\">\n                    <div class=\"w-full text-center md:text-left\">\n                        <p style=\"color: #4f46e5 !important;\" class=\"font-black uppercase tracking-[0.4em] mb-3 text-sm\">WHAT YOU'LL WALK AWAY WITH<\/p>\n                        <h2>Concrete skills, not just concepts<\/h2>\n                    <\/div>\n\n                    <div class=\"grid md:grid-cols-2 gap-5 w-full\">\n                        <div class=\"bg-slate-50 p-6 rounded-2xl border border-slate-100 flex items-start gap-4 w-full\">\n                            <span class=\"bg-green-500 text-white rounded-full w-6 h-6 flex items-center justify-center font-bold text-sm shrink-0 mt-1\">\u2713<\/span>\n                            <div>\n                                <h4 class=\"font-bold text-slate-900 mb-2\">Theory of Change Template<\/h4>\n                                <p class=\"leading-relaxed text-sm text-slate-700\">Ready to apply to your programme immediately after the bootcamp.<\/p>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"bg-slate-50 p-6 rounded-2xl border border-slate-100 flex items-start gap-4 w-full\">\n                            <span class=\"bg-green-500 text-white rounded-full w-6 h-6 flex items-center justify-center font-bold text-sm shrink-0 mt-1\">\u2713<\/span>\n                            <div>\n                                <h4 class=\"font-bold text-slate-900 mb-2\">SMART Indicator Framework<\/h4>\n                                <p class=\"leading-relaxed text-sm text-slate-700\">Know exactly how to define, collect, and report on outcome metrics.<\/p>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"bg-slate-50 p-6 rounded-2xl border border-slate-100 flex items-start gap-4 w-full\">\n                            <span class=\"bg-green-500 text-white rounded-full w-6 h-6 flex items-center justify-center font-bold text-sm shrink-0 mt-1\">\u2713<\/span>\n                            <div>\n                                <h4 class=\"font-bold text-slate-900 mb-2\">M&E Toolkit<\/h4>\n                                <p class=\"leading-relaxed text-sm text-slate-700\">Practical methods for real-time monitoring and adaptive management.<\/p>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"bg-slate-50 p-6 rounded-2xl border border-slate-100 flex items-start gap-4 w-full\">\n                            <span class=\"bg-green-500 text-white rounded-full w-6 h-6 flex items-center justify-center font-bold text-sm shrink-0 mt-1\">\u2713<\/span>\n                            <div>\n                                <h4 class=\"font-bold text-slate-900 mb-2\">Storytelling Playbook<\/h4>\n                                <p class=\"leading-relaxed text-sm text-slate-700\">Turn dry data into narratives that move stakeholders and unlock funding.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/section>\n\n                <section id=\"pricing\" class=\"w-full bg-[#f8fafc] rounded-[2rem] border-2 border-[#4f46e5] shadow-xl p-8 lg:p-12 relative overflow-hidden text-center flex flex-col items-center\">\n                    <div class=\"absolute -top-20 -right-20 w-64 h-64 bg-indigo-200 rounded-full blur-3xl opacity-50 pointer-events-none\"><\/div>\n                    <div class=\"absolute -bottom-20 -left-20 w-64 h-64 bg-indigo-200 rounded-full blur-3xl opacity-50 pointer-events-none\"><\/div>\n                    \n                    <div class=\"absolute top-0 left-1\/2 -translate-x-1\/2 bg-[#dc2626] text-white px-8 py-2 rounded-b-xl text-sm font-black uppercase tracking-widest z-20 shadow-md whitespace-nowrap\">\n                        \ud83d\udd25 Seats Strictly Limited\n                    <\/div>\n\n                    <div class=\"relative z-10 pt-6\">\n                        <h3 class=\"text-3xl font-bold text-slate-900 heading-black\">Special Early Registration<\/h3>\n                        \n                        <div class=\"mt-8 flex justify-center items-center gap-4\">\n                            <del class=\"text-3xl text-slate-400 font-bold decoration-4 decoration-red-400\">\u20b910,000<\/del>\n                            <span class=\"bg-green-100 text-green-800 text-base font-black px-4 py-1.5 rounded-lg border border-green-200 uppercase tracking-widest shadow-sm\">SAVE 50%<\/span>\n                        <\/div>\n                        \n                        <div class=\"my-6\">\n                            <span class=\"text-[50px] md:text-[60px] font-black text-slate-900 outfit tracking-tighter drop-shadow-xl leading-none block\">\u20b95,000<\/span>\n                        <\/div>\n                        \n                        <p class=\"text-lg font-medium text-slate-600 mb-8 max-w-lg mx-auto leading-relaxed\">\n                            Standard walk-in rate is <span class=\"font-bold\">\u20b910,000<\/span>. Claim your discount before seats fill up.\n                        <\/p>\n                    <\/div>\n                <\/section>\n\n                <section class=\"w-full bg-slate-50 p-8 rounded-[2rem] border border-slate-200 shadow-sm flex flex-col md:flex-row items-center gap-8\">\n                    <div class=\"w-full md:w-1\/3 shrink-0 rounded-xl overflow-hidden shadow-md border border-slate-200 bg-white p-1.5\">\n                        <img decoding=\"async\" src=\"https:\/\/sambodhi.co.in\/wp-content\/uploads\/2026\/05\/Certificatedemo.png\" alt=\"Official Certificate of Completion\" class=\"w-full h-auto object-cover rounded-lg\" title=\"\">\n                    <\/div>\n                    <div class=\"space-y-4 w-full md:w-2\/3 text-center md:text-left\">\n                        <p style=\"color: #4f46e5 !important;\" class=\"font-black uppercase tracking-[0.4em] text-sm\">CERTIFICATION<\/p>\n                        <h2 class=\"text-2xl\">Get certified by Sambodhi Research<\/h2>\n                        <p class=\"leading-relaxed text-sm text-slate-700\">Participants who complete the full-day bootcamp receive an official certificate of completion from Sambodhi Research & Communications \u2014 a credible signal to employers and funders that you are equipped with rigorous methodology.<\/p>\n                    <\/div>\n                <\/section>\n\n                <section class=\"w-full pb-8\">\n                    <div class=\"w-full bg-white rounded-[2rem] border border-slate-200 shadow-sm overflow-hidden\">\n                        <table class=\"w-full text-left border-collapse\">\n                            <tbody class=\"divide-y divide-slate-100 text-slate-700\">\n                                <tr>\n                                    <td class=\"p-5 font-bold text-slate-900 border-r border-slate-100 w-1\/3 bg-slate-50 text-sm md:text-base\">Masterclass Title<\/td>\n                                    <td class=\"p-5\"><p class=\"text-sm md:text-base font-medium\">Research & Impact Bootcamp for CSR & Philanthropy<\/p><\/td>\n                                <\/tr>\n                                <tr>\n                                    <td class=\"p-5 font-bold text-slate-900 border-r border-slate-100 bg-slate-50 text-sm md:text-base\">Date<\/td>\n                                    <td class=\"p-5\"><p class=\"text-sm md:text-base font-medium\">17th July 2026<\/p><\/td>\n                                <\/tr>\n                                <tr>\n                                    <td class=\"p-5 font-bold text-slate-900 border-r border-slate-100 bg-slate-50 text-sm md:text-base\">Venue<\/td>\n                                    <td class=\"p-5\"><p class=\"text-sm md:text-base font-medium\"><strong>Vishwa Yuvak Kendrae<\/strong> \u2014 Teen Murti Marg, Chanakyapuri, New Delhi<\/p><\/td>\n                                <\/tr>\n                            <\/tbody>\n                        <\/table>\n                    <\/div>\n                <\/section>\n            <\/main>\n        <\/div>\n    <\/div>\n\n    <div class=\"fixed bottom-0 left-0 w-full bg-white border-t border-slate-200 p-4 z-[100] lg:hidden shadow-[0_-10px_15px_-3px_rgba(0,0,0,0.05)] flex justify-between items-center gap-4\">\n        <div class=\"flex flex-col\">\n            <span class=\"text-sm text-slate-500 font-bold line-through\">\u20b910,000<\/span>\n            <span class=\"text-2xl font-black text-indigo-600 leading-none outfit tracking-tight\">\u20b95,000<\/span>\n        <\/div>\n        <a href=\"#registration-form\" class=\"flex-1 bg-black text-white py-3 px-4 rounded-xl font-black text-sm text-center uppercase tracking-widest shadow-md\">\n            Secure Seat\n        <\/a>\n    <\/div>\n\n    <footer class=\"w-full bg-black py-16 px-12 text-center text-white border-t-4 border-indigo-600 relative z-10\">\n        <div class=\"max-w-4xl mx-auto space-y-4\">\n            <h2 class=\"heading-white font-black tracking-tight\" style=\"color: white !important;\">Organised by Sambodhi Research & Communications Pvt. Ltd.<\/h2>\n            <p style=\"color: #94a3b8 !important;\" class=\"tracking-widest uppercase font-bold mt-4 text-sm\">17th July 2026 \u00b7 Vishwa Yuvak Kendra, Teen Murti Marg, Chanakyapuri, New Delhi<\/p>\n            <p style=\"color: #94a3b8 !important;\" class=\"mt-4 text-sm\">For queries: <a href=\"mailto:training@sambodhi.co.in\" class=\"text-white hover:text-indigo-400 font-bold transition-colors\">trainings@sambodhi.co.in<\/a><\/p>\n        <\/div>\n    <\/footer>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Research &#038; Impact Bootcamp | Sambodhi &times; Register to Download Please register to download the<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-40398","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sambodhi.co.in\/capacity-building\/wp-json\/wp\/v2\/pages\/40398","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sambodhi.co.in\/capacity-building\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sambodhi.co.in\/capacity-building\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sambodhi.co.in\/capacity-building\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/sambodhi.co.in\/capacity-building\/wp-json\/wp\/v2\/comments?post=40398"}],"version-history":[{"count":73,"href":"https:\/\/sambodhi.co.in\/capacity-building\/wp-json\/wp\/v2\/pages\/40398\/revisions"}],"predecessor-version":[{"id":40577,"href":"https:\/\/sambodhi.co.in\/capacity-building\/wp-json\/wp\/v2\/pages\/40398\/revisions\/40577"}],"wp:attachment":[{"href":"https:\/\/sambodhi.co.in\/capacity-building\/wp-json\/wp\/v2\/media?parent=40398"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}