{"id":26504,"date":"2025-12-25T21:52:40","date_gmt":"2025-12-25T16:22:40","guid":{"rendered":"https:\/\/manovikasfamily.org\/gyanshala\/?page_id=26504"},"modified":"2025-12-25T21:56:34","modified_gmt":"2025-12-25T16:26:34","slug":"building-project","status":"publish","type":"page","link":"https:\/\/manovikasfamily.org\/gyanshala\/building-project\/","title":{"rendered":"Building Project"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"26504\" class=\"elementor elementor-26504\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-021433b e-con-full e-flex e-con e-parent\" data-id=\"021433b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78fcd31 elementor-widget elementor-widget-html\" data-id=\"78fcd31\" 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<style>\n    \/* --- COLOR PALETTE & VARIABLES --- *\/\n    :root {\n        --primary: #E85A4F;   \/* Manovikas Red - Action Color *\/\n        --primary-hover: #c0392b;\n        --secondary: #2C3E50; \/* Deep Blue - Headings *\/\n        --accent: #F4A261;    \/* Orange - Progress\/Highlights *\/\n        --bg-light: #F8F9FA;  \/* Light Gray Background *\/\n        --white: #FFFFFF;\n        --shadow: 0 8px 30px rgba(0,0,0,0.12);\n        --radius: 12px;\n    }\n\n    .fundraiser-wrapper {\n        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n        background-color: var(--bg-light);\n        color: #444;\n        max-width: 1200px;\n        margin: 0 auto;\n        padding-bottom: 50px;\n    }\n\n    \/* --- HERO HEADER --- *\/\n    .fund-header {\n        background: linear-gradient(135deg, var(--secondary) 0%, #1a252f 100%);\n        color: var(--white);\n        padding: 60px 20px;\n        text-align: center;\n        border-radius: 0 0 var(--radius) var(--radius);\n        margin-bottom: 40px;\n    }\n    .fund-title { font-size: 38px; font-weight: 800; margin-bottom: 10px; line-height: 1.2; }\n    .fund-subtitle { font-size: 18px; opacity: 0.9; max-width: 800px; margin: 0 auto; }\n\n    \/* --- LAYOUT GRID --- *\/\n    .fund-grid {\n        display: grid;\n        grid-template-columns: 65% 35%; \/* Left Content \/ Right Sidebar *\/\n        gap: 40px;\n        padding: 0 20px;\n    }\n\n    \/* --- LEFT COLUMN: CONTENT --- *\/\n    .video-container {\n        position: relative;\n        padding-bottom: 56.25%; \/* 16:9 Aspect Ratio *\/\n        height: 0;\n        overflow: hidden;\n        border-radius: var(--radius);\n        box-shadow: var(--shadow);\n        background: #000;\n        margin-bottom: 30px;\n    }\n    .video-container iframe {\n        position: absolute;\n        top: 0; left: 0;\n        width: 100%; height: 100%;\n        border: 0;\n    }\n\n    .content-card {\n        background: var(--white);\n        padding: 30px;\n        border-radius: var(--radius);\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        margin-bottom: 30px;\n    }\n\n    .section-head {\n        color: var(--secondary);\n        font-size: 24px;\n        border-left: 5px solid var(--primary);\n        padding-left: 15px;\n        margin: 30px 0 20px 0;\n        font-weight: 700;\n    }\n\n    .story-para { font-size: 16px; line-height: 1.7; margin-bottom: 20px; color: #555; }\n    \n    \/* Stats Highlights inside Text *\/\n    .highlight-box {\n        display: flex;\n        gap: 20px;\n        background: #fff8f8;\n        border: 1px dashed var(--primary);\n        padding: 20px;\n        border-radius: 8px;\n        margin: 20px 0;\n    }\n    .hb-item { flex: 1; text-align: center; }\n    .hb-num { display: block; font-size: 24px; font-weight: bold; color: var(--primary); }\n    .hb-txt { font-size: 13px; text-transform: uppercase; color: #666; }\n\n    \/* Phased Table *\/\n    .phase-table { width: 100%; border-collapse: collapse; margin-top: 15px; }\n    .phase-table th { background: var(--secondary); color: var(--white); padding: 12px; text-align: left; }\n    .phase-table td { border-bottom: 1px solid #eee; padding: 12px; font-size: 15px; }\n    .phase-tag { background: #eef2f7; color: var(--secondary); padding: 4px 8px; border-radius: 4px; font-weight: bold; font-size: 12px; }\n\n    \/* Success Stories (Photos) *\/\n    .story-card {\n        display: flex;\n        gap: 20px;\n        background: #fdfdfd;\n        border: 1px solid #eee;\n        padding: 20px;\n        border-radius: 8px;\n        align-items: center;\n        margin-bottom: 15px;\n    }\n    .story-img {\n        width: 100px;\n        height: 100px;\n        border-radius: 50%;\n        object-fit: cover;\n        border: 3px solid var(--accent);\n    }\n    .story-quote { font-style: italic; color: #444; font-size: 15px; }\n    .story-author { font-weight: bold; color: var(--primary); display: block; margin-top: 5px; }\n\n    \/* --- RIGHT COLUMN: STICKY SIDEBAR --- *\/\n    .sticky-sidebar {\n        position: sticky;\n        top: 100px; \/* Stays visible when scrolling *\/\n        height: fit-content;\n    }\n\n    .donate-widget {\n        background: var(--white);\n        padding: 30px;\n        border-radius: var(--radius);\n        box-shadow: var(--shadow);\n        border-top: 6px solid var(--primary);\n        text-align: center;\n    }\n\n    \/* Progress Bar Styles *\/\n    .progress-info {\n        display: flex;\n        justify-content: space-between;\n        font-weight: 700;\n        font-size: 16px;\n        margin-bottom: 8px;\n        color: var(--secondary);\n    }\n    .progress-track {\n        background: #e0e0e0;\n        height: 14px;\n        border-radius: 10px;\n        overflow: hidden;\n        margin-bottom: 25px;\n    }\n    .progress-fill {\n        background: linear-gradient(90deg, var(--accent) 0%, var(--primary) 100%);\n        width: 1%; \/* CHANGE THIS % MANUALLY AS YOU RAISE FUNDS *\/\n        height: 100%;\n        border-radius: 10px;\n    }\n\n    \/* Call to Action Buttons *\/\n    .btn-donate {\n        display: block;\n        width: 100%;\n        background: var(--primary);\n        color: var(--white);\n        padding: 18px;\n        font-size: 20px;\n        font-weight: 800;\n        text-decoration: none;\n        border-radius: 8px;\n        transition: transform 0.2s, background 0.2s;\n        box-shadow: 0 4px 15px rgba(232, 90, 79, 0.4);\n        margin-bottom: 15px;\n        border: none;\n        cursor: pointer;\n    }\n    .btn-donate:hover {\n        background: var(--primary-hover);\n        transform: translateY(-3px);\n    }\n\n    .btn-bank {\n        background: transparent;\n        color: var(--secondary);\n        border: 2px solid var(--secondary);\n        padding: 12px;\n        width: 100%;\n        font-weight: 700;\n        border-radius: 8px;\n        cursor: pointer;\n        font-size: 14px;\n        margin-bottom: 15px;\n    }\n    .btn-bank:hover { background: #f0f4f8; }\n\n    \/* Trust & Bank Details *\/\n    .bank-details-box {\n        display: none; \/* Hidden by default *\/\n        background: #f1f4f9;\n        padding: 15px;\n        text-align: left;\n        font-size: 13px;\n        border-radius: 6px;\n        margin-bottom: 15px;\n        color: #333;\n    }\n    .trust-badge {\n        background: #e6fffa;\n        color: #008f75;\n        font-size: 13px;\n        padding: 8px;\n        border-radius: 4px;\n        border: 1px solid #b2f5ea;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        gap: 5px;\n    }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 768px) {\n        .fund-grid { grid-template-columns: 1fr; }\n        .sticky-sidebar { position: relative; top: 0; margin-bottom: 40px; order: -1; \/* Sidebar first on mobile *\/ }\n        .fund-title { font-size: 28px; }\n        .highlight-box { flex-direction: column; gap: 10px; }\n    }\n<\/style>\n\n<div class=\"fundraiser-wrapper\">\n\n    <div class=\"fund-header\">\n        <h1 class=\"fund-title\">Building a Future for 2,000+ Lives<\/h1>\n        <p class=\"fund-subtitle\">Help Manovikas eGyanshala construct a specialized campus for Inclusive Education & Rehabilitation in East Delhi.<\/p>\n    <\/div>\n\n    <div class=\"fund-grid\">\n        \n        <div class=\"main-content\">\n            \n            <div class=\"video-container\">\n                <iframe src=\"https:\/\/www.youtube.com\/embed\/PLACEHOLDER_VIDEO_ID\" title=\"Fundraising Appeal\" allowfullscreen><\/iframe>\n            <\/div>\n\n            <div class=\"content-card\">\n                <h2 class=\"section-head\">Why We Need Your Help Today<\/h2>\n                <p class=\"story-para\">\n                    For 25 years, Manovikas has served the community from a rented facility. While our spirit is strong, our building is holding us back. \n                    [cite_start]<strong>We are currently paying \u20b960 Lakhs ($71K) every year in rent<\/strong> [cite: 587]\u2014money that should be going directly to student scholarships, therapy, and food.\n                <\/p>\n                <p class=\"story-para\">\n                    [cite_start]Our current 2,000 sq. ft. facility is overcrowded and lacks proper ventilation[cite: 576]. To serve the growing waiting list of students with Intellectual and Developmental Disabilities (IDD), we must build our own home.\n                <\/p>\n\n                <div class=\"highlight-box\">\n                    <div class=\"hb-item\">\n                        <span class=\"hb-num\">\u20b960 Lakhs<\/span>\n                        <span class=\"hb-txt\">Rent Saved\/Year<\/span>\n                    <\/div>\n                    <div class=\"hb-item\">\n                        <span class=\"hb-num\">2,000+<\/span>\n                        <span class=\"hb-txt\">Students Impacted<\/span>\n                    <\/div>\n                    <div class=\"hb-item\">\n                        <span class=\"hb-num\">East Delhi<\/span>\n                        <span class=\"hb-txt\">Strategic Location<\/span>\n                    <\/div>\n                <\/div>\n\n                <h2 class=\"section-head\">The Project: A Universal Design Campus<\/h2>\n                <p class=\"story-para\">\n                    [cite_start]We have identified a location to build a 6-floor accessible facility (Basement + 4 Floors)[cite: 641]. This new campus will be a \"Zero Rejection\" zone, featuring:\n                <\/p>\n                <ul style=\"color:#555; line-height:1.8; margin-bottom:20px;\">\n                    [cite_start]<li><strong>Think College:<\/strong> A higher education wing for students with IDD[cite: 945].<\/li>\n                    [cite_start]<li><strong>Manolaya Hostel:<\/strong> Residential care for 20+ adults with high support needs[cite: 174].<\/li>\n                    [cite_start]<li><strong>Assistive Tech Lab:<\/strong> Equipped with VR and AAC devices[cite: 46].<\/li>\n                <\/ul>\n\n                <h2 class=\"section-head\">Our Budget & Timeline<\/h2>\n                [cite_start]<p class=\"story-para\">Our total fundraising goal is <strong>\u20b935 Crores<\/strong>[cite: 658]. We are raising this in three strategic phases:<\/p>\n                \n                <table class=\"phase-table\">\n                    <tr>\n                        <th>Phase<\/th>\n                        <th>Goal<\/th>\n                        <th>Objective<\/th>\n                    <\/tr>\n                    <tr>\n                        <td><span class=\"phase-tag\">Current<\/span> Phase 1<\/td>\n                        <td>\u20b927 Cr<\/td>\n                        <td>Land & Building Acquisition<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Phase 2<\/td>\n                        <td>\u20b95 Cr<\/td>\n                        <td>Construction & Structure<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Phase 3<\/td>\n                        <td>\u20b93 Cr<\/td>\n                        <td>Interiors, Lab Setup & Completion<\/td>\n                    <\/tr>\n                <\/table>\n\n                <h2 class=\"section-head\">Voices of Impact<\/h2>\n                \n                <div class=\"story-card\">\n                    <img decoding=\"async\" src=\"https:\/\/manovikasfamily.org\/gyanshala\/wp-content\/uploads\/2023\/07\/wepik-export-20230716132934OmLj.png\" alt=\"Kaka Athlete\" class=\"story-img\">\n                    <div>\n                        <p class=\"story-quote\">\"Manovikas changed my life. Before, I felt isolated. [cite_start]Now, I am an international athlete representing India in football.\" [cite: 709]<\/p>\n                        <span class=\"story-author\">Kaka, Special Olympics Athlete & Student<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"story-card\">\n                    <div class=\"story-img\" style=\"background:#eee; display:flex; align-items:center; justify-content:center; color:#999; font-size:10px;\">Photo<\/div>\n                    <div>\n                        [cite_start]<p class=\"story-quote\">Harish mastered hospitality skills despite severe disabilities and received the National Award from the Vice-President of India. [cite: 873]<\/p>\n                        <span class=\"story-author\">Harish, National Award Winner<\/span>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <aside class=\"sticky-sidebar\">\n            <div class=\"donate-widget\">\n                \n                <div class=\"progress-info\">\n                    <span style=\"color:var(--primary);\">\u20b935 Lakhs Raised<\/span>\n                    <span style=\"color:#888;\">Goal: \u20b935 Crores<\/span>\n                <\/div>\n                <div class=\"progress-track\">\n                    <div class=\"progress-fill\" style=\"width: 1%;\"><\/div>\n                <\/div>\n\n                <a href=\"https:\/\/pages.razorpay.com\/manovikas\" target=\"_blank\" class=\"btn-donate\">\n                    DONATE NOW\n                <\/a>\n\n                <button onclick=\"toggleBankDetails()\" class=\"btn-bank\">\n                    View Bank Details (NEFT\/RTGS)\n                <\/button>\n\n                <div id=\"bankDetails\" class=\"bank-details-box\">\n                    <strong>Manovikas Charitable Society<\/strong><br>\n                    Bank: Punjab National Bank<br>\n                    A\/c No: 3927000100051154<br>\n                    IFSC: PUNB0392700<br>\n                    Branch: Dilshad Garden, Delhi\n                <\/div>\n\n                <div class=\"trust-badge\">\n                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\"\/><\/svg>\n                    Tax Exemption under Section 80G\n                <\/div>\n                \n                <p style=\"font-size:12px; margin-top:15px; color:#777;\">\n                    Foreign Donors (USA): Please donate via Home of Hope Inc. (501c3). <br>\n                    <a href=\"#\" style=\"color:var(--primary);\">Click for FCRA details<\/a>\n                <\/p>\n\n            <\/div>\n        <\/aside>\n\n    <\/div>\n<\/div>\n\n<script>\n    function toggleBankDetails() {\n        var x = document.getElementById(\"bankDetails\");\n        if (x.style.display === \"block\") {\n            x.style.display = \"none\";\n        } else {\n            x.style.display = \"block\";\n        }\n    }\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Building a Future for 2,000+ Lives Help Manovikas eGyanshala construct a specialized campus for Inclusive Education &#038; Rehabilitation in East Delhi. Why We Need Your Help Today For 25 years, Manovikas has served the community from a rented facility. While &hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-26504","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/manovikasfamily.org\/gyanshala\/wp-json\/wp\/v2\/pages\/26504","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/manovikasfamily.org\/gyanshala\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/manovikasfamily.org\/gyanshala\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/manovikasfamily.org\/gyanshala\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/manovikasfamily.org\/gyanshala\/wp-json\/wp\/v2\/comments?post=26504"}],"version-history":[{"count":3,"href":"https:\/\/manovikasfamily.org\/gyanshala\/wp-json\/wp\/v2\/pages\/26504\/revisions"}],"predecessor-version":[{"id":26507,"href":"https:\/\/manovikasfamily.org\/gyanshala\/wp-json\/wp\/v2\/pages\/26504\/revisions\/26507"}],"wp:attachment":[{"href":"https:\/\/manovikasfamily.org\/gyanshala\/wp-json\/wp\/v2\/media?parent=26504"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}