{"id":7210,"date":"2024-12-06T05:44:30","date_gmt":"2024-12-06T05:44:30","guid":{"rendered":"https:\/\/ncampaigns.com\/websites\/need-base-india\/?page_id=7210"},"modified":"2025-10-15T09:47:49","modified_gmt":"2025-10-15T09:47:49","slug":"impact-stories","status":"publish","type":"page","link":"https:\/\/ncampaigns.com\/websites\/need-base-india\/impact-stories\/","title":{"rendered":"Impact Stories"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7210\" class=\"elementor elementor-7210\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b47a6c1 e-con-full e-flex e-con e-parent\" data-id=\"b47a6c1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc579bd elementor-widget elementor-widget-image\" data-id=\"cc579bd\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1924\" height=\"429\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/NBI_Impact-Stories_banner.png\" class=\"attachment-full size-full wp-image-19894\" alt=\"\" srcset=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/NBI_Impact-Stories_banner.png 1924w, https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/NBI_Impact-Stories_banner-300x67.png 300w, https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/NBI_Impact-Stories_banner-1024x228.png 1024w, https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/NBI_Impact-Stories_banner-768x171.png 768w, https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/NBI_Impact-Stories_banner-1536x342.png 1536w\" sizes=\"(max-width: 1924px) 100vw, 1924px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7657790 e-flex e-con-boxed e-con e-parent\" data-id=\"7657790\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a9fe97 elementor-widget elementor-widget-html\" data-id=\"3a9fe97\" data-element_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>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\r\n  <link href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.3\/dist\/css\/bootstrap.min.css\" rel=\"stylesheet\">\r\n  <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.3\/dist\/js\/bootstrap.bundle.min.js\"><\/script>\r\n  <style>\r\n    body {\r\n      font-family: 'Georgia', serif;\r\n      margin: 0;\r\n      padding: 0;\r\n      background-color: #fff;\r\n      color: #333;\r\n    }\r\n\r\n    \/* Title *\/\r\n    .title {\r\n      font-size: 60px;\r\n      font-weight: bold;\r\n      text-align: center;\r\n      margin: 40px 0 20px;\r\n      color: #333;\r\n      position: relative;\r\n    }\r\n    .title::after {\r\n      content: \"\";\r\n      position: absolute;\r\n      top: 50%;\r\n      left: 25%;\r\n      width: 50%;\r\n      height: 20px;\r\n      background: #f9d9d9;\r\n      z-index: -1;\r\n    }\r\n\r\n    \/* Profile row *\/\r\n    .profiles {\r\n      display: flex;\r\n      justify-content: space-evenly;\r\n      gap: 30px;\r\n      margin-bottom: 40px;\r\n      gap: 10px;\r\n      padding: 0px 15px;\r\n    }\r\n\r\n    .profile-card {\r\n      width: 200px;\r\n      height: 200px;\r\n      background: #f4f4f4;\r\n      border-radius: 8px;\r\n      text-align: center;\r\n      box-shadow: 0 2px 6px rgba(0,0,0,0.2);\r\n      cursor: pointer;\r\n      transition: transform 0.3s;\r\n    }\r\n    .profile-card:hover {\r\n      transform: translateY(-5px);\r\n    }\r\n\r\n    .profile-card img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      border-radius: 8px 8px 0 0;\r\n    }\r\n\r\n    .profile-name {\r\n      padding: 10px;\r\n      font-weight: bold;\r\n      background: linear-gradient(to top, #f9d9d9, transparent);\r\n      text-align: center;\r\n    }\r\n\r\n    \/* Detail section *\/\r\n    .detail {\r\n      max-width: 100%;\r\n      margin: 40px auto 60px;\r\n      background: #f9d9d9;\r\n      border-radius: 10px;\r\n      padding: 30px;\r\n      display: flex;\r\n      gap: 20px;\r\n      align-items: flex-start;\r\n      position: relative;\r\n    }\r\n    \r\n    .detail::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  top: -20px;\r\n  left: var(--arrow-left, 50%); \/* dynamic position *\/\r\n  transform: translateX(-50%);\r\n  border-width: 10px;\r\n  border-style: solid;\r\n  border-color: transparent transparent #f9d9d9 transparent;\r\n}\r\n\r\n    .detail img {\r\n      width: 200px;\r\n      border-radius: 8px;\r\n      object-fit: cover;\r\n    }\r\n\r\n    .detail-content {\r\n      flex: 1;\r\n    }\r\n    .detail h2 {\r\n      margin: 0;\r\n      font-size: 20px;\r\n      font-weight: bold;\r\n    }\r\n    .detail h3 {\r\n      margin: 5px 0 15px;\r\n      font-size: 16px;\r\n      font-weight: normal;\r\n    }\r\n    .detail p {\r\n      line-height: 1.6;\r\n      font-size: 14px;\r\n    }\r\n\r\n    \/* Hide initially *\/\r\n    .detail {\r\n      display: none;\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <!-- Profile Row -->\r\n  <div class=\"profiles\">\r\n    <div class=\"profile-card\" data-id=\"manamma\">\r\n      <img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/08\/Manamma-success-story-1.png\" alt=\"Manamma\">\r\n    <\/div>\r\n    <div class=\"profile-card\" data-id=\"sushmitha\">\r\n      <img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/08\/NBI_Impact-Stories.png\" alt=\"Sushmitha\">\r\n    <\/div>\r\n    <div class=\"profile-card\" data-id=\"praveen\">\r\n      <img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/08\/Praveen-Kumar-1.png\" alt=\"Praveen Kumar\">\r\n    <\/div>\r\n    <div class=\"profile-card\" data-id=\"vijay\">\r\n      <img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/08\/Vijay-M-1.png\" alt=\"Vijay M\">\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Detail Section -->\r\n  <div class=\"container\">\r\n\t<div class=\"detail\" id=\"manamma\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div align=\"center\" class=\"col-sm-4\">\r\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/08\/Manamma-success-story.png\" alt=\"Manamma\">\r\n\t\t\t<div class=\"profile-name\">Manamma<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-8\">\r\n\t\t\t\t<div class=\"detail-content\">\r\n\t\t\t\t\t<h2>Need Base India - Rainbow Home<\/h2>\r\n\t\t\t\t\t<h3><b>Success story<\/b><\/h3>\r\n\t\t\t<p>\t\t\tManamma, a bright and determined young girl, spent her childhood in a Child Care Institution (CCI) Rainbow Home, where life was filled with uncertainties but also hope. She has a single parent and lost her mom at a young age; she was brought to the CCI when she was just 9 years old. Despite the early trauma and emotional setbacks, Manamma always showed a deep interest in learning and helping others. The CCI environment provided Manamma with a nurturing space, where education was prioritized alongside emotional care. With the support of the caregivers, counselors, and volunteers, Manamma completed her schooling with flying colors. Her resilience and dedication stood out, and she soon set her eyes on higher education.<br><br>Encouraged by the CCI\u2019s Futures Program and supported by the Future Focal Person, Manamma enrolled in a Bachelor\u2019s degree program (B.Com) at Jyothi Nivas College. Balancing academics and part-time skill development workshops, she gradually gained confidence in communication, basic computer skills, and customer service \u2013 all of which soon shaped her career path. After graduating, Manamma was selected for a job readiness training program through the Future Program support network. Her confidence, warmth, and dedication quickly impressed the recruiters during an interview, and she was offered a full-time position as a receptionist at Aster CMI Hospital, Hebbal.<br><br>Today, Manamma greets every patient with a kind smile and a helpful attitude. She is financially independent, supports her 2 younger sisters at home, and dreams of pursuing a diploma in hospital administration in the future.<br><br>\r\n\t\t\tManamma\u2019s journey is a powerful reminder that with the right support, guidance, and opportunities, every child \u2013 regardless of their background can create a future filled with dignity, purpose, and success.\r\n\t\t\t\t\t<\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\t\r\n\t<\/div>\r\n<\/div>\r\n\r\n<div class=\"container\">\r\n\t<div class=\"detail\" id=\"sushmitha\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div align=\"center\" class=\"col-sm-4\">\r\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/08\/NBI_Impact-Stories.png\" alt=\"Sushmitha\">\r\n\t\t\t<div class=\"profile-name\">Sushmitha<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-8\">\r\n\t\t\t\t<div class=\"detail-content\">\r\n\t\t\t\t\t<h2>Need Base India - Rainbow Home<\/h2>\r\n\t\t\t\t\t<h3><b>Success story<\/b><\/h3>\r\n\t\t\t\t\t<p>\r\n\t\t     Sushmitha, a vibrant and resolute girl, faced difficulties early on; she grew up in a Child Care Institution (CCI) called Rainbow Home, where her childhood was marked by unpredictability yet also by optimism. She lost her parent at a young age. When she was 14 years old, her guardian brought her to the CCI. Even with the initial trauma and emotional challenges, she consistently demonstrated a strong passion for learning and supporting others. The CCI setting offered her a supportive atmosphere that emphasized both education and emotional well-being. The support of caregivers, counsellors, and volunteers provided consistent encouragement, helping her to excel in her studies. Her commitment and mental strength were remarkable, and she quickly focused on pursuing higher education.<br><br>Motivated by the CCI\u2019s Futures Program and with the backing of the Future Focal Person, Sushmitha registered for a bachelor\u2019s degree in commerce. Managing her studies alongside part-time workshops for skill development, she steadily built her confidence in communication, fundamental computer skills, and customer service \u2013 all of which would eventually influence her career pathway. Upon finishing her graduation, she sought placement opportunities with the assistance of the Future Program. Her confidence, kindness, and commitment led to her quick hiring for the accountant role at ISRO.<br><br>Currently, she is financially self-reliant, assisting her younger sister in pursuing her aspirations with a warm smile and a willingness to help. She aspires to attain a higher role so she can further support children in improving their lives.\r\n\t\t\t\t\t<\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\t\r\n\t<\/div>\r\n<\/div>\r\n\r\n<div class=\"container\">\r\n\t<div class=\"detail\" id=\"praveen\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div align=\"center\" class=\"col-sm-4\">\r\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/08\/Praveen-Kumar.png\" alt=\"Praveen Kumar\">\r\n\t\t\t<div class=\"profile-name\">Praveen Kumar<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-8\">\r\n\t\t\t\t<div class=\"detail-content\">\r\n\t\t\t\t\t<h2>Need Base India - Sneh Ghar<\/h2>\r\n\t\t\t\t\t<h3><b>Success story<\/b><\/h3>\r\n\t\t\t\t\t<p>\r\n\t\t\t\t\t\tPraveen Kumar, a 22-year-old young man, is a shining example of persistence and determination. Raised in Need Base India-Sneh Ghar, a Child Care Institution that became his second home, Praveen grew up with a vision to build a better future for himself and his family.<br><br>Praveen lost his mother and father at a young age. His paternal uncle referred him to Sneh Ghar for his care and protection. He received 6 years of support at Sneh Ghar and started living independently after moving out from there. The life education, exposure visits, and career guidance provided by Sneh Ghar helped him to get into a career pathway, which made him an independent, self-reliant, and successful youth.<br><br>With the encouragement and support provided by Sneh Ghar, Praveen successfully completed his 2nd PUC and went on to pursue a Diploma in Office Administration. His dedication to learning and willingness to take on challenges helped him acquire the skills and confidence needed for the professional world.<br><br>Today, Praveen is proud to be working as a Supervisor at Math Creations Pvt. Ltd., Bangalore.  He is earning a salary of Rs. 28,000\/- per month. This achievement is not just a milestone in his career, but also a reflection of his resilience, hard work, and the guidance he received during his journey.<br><br>Praveen\u2019s story inspires many other young people in CCIs to believe in themselves and work towards their dreams, proving that with the right support and determination, success is within reach.\r\n\t\t\t\t\t<\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\t\r\n\t<\/div>\r\n<\/div>\r\n\r\n<div class=\"container\">\r\n\t<div class=\"detail\" id=\"vijay\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div align=\"center\" class=\"col-sm-4\">\r\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/08\/Vijay-M.png\" alt=\"Vijay M\">\r\n\t\t\t<div class=\"profile-name\">Vijay M<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-8\">\r\n\t\t\t\t<div class=\"detail-content\">\r\n\t\t\t\t\t<h2>Need Base India - Sneh Ghar<\/h2>\r\n\t\t\t\t\t<h3><b>Success story<\/b><\/h3>\r\n\t\t\t\t\t<p>Vijay M, a determined young man from Need Base India - Sneh Ghar Child Care Institution, is an inspiring reminder that determination can transform dreams into reality.<br><br>Vijay joined Need Base India-Sneh Ghar when he was just 11 years old under difficult circumstances. His mother works as a coolie; life was never easy. With limited financial means and no father\u2019s support, his mother was struggling to fulfil his basic and academic needs.<br><br>He received support from Sneh Ghar for 7 years and was repatriated to his family after he turned 18. After completing his Commerce stream in 2nd PUC, Vijay developed a keen interest in technology. Despite the challenges, he pursued a Bachelor of Computer Applications (BCA) with dedication, balancing his studies with the pressures of financial constraints. His years at Sneh Ghar gave him not just shelter and education, but also life skills, mentorship, and the confidence to chase his ambitions.<br><br>Continuing with his hard work, after he has graduated in BCA, he is presently pursuing course in Data Analytics and Python full stock at QSpider. Today, he stands as a symbol of hope for other children from disadvantaged backgrounds, showing that circumstances do not define destiny.<br><br>Vijay\u2019s dreams of building a successful career in the IT sector and giving back to the community that supported him. His story is not just about academic success, it\u2019s about resilience, gratitude, and the power of support systems like Sneh Ghar.<br><br>\u2018If you have the will to work hard and the courage to dream, nothing can stop you\u2019, he says with a smile.<\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\t\r\n\t<\/div>\r\n<\/div>\r\n\r\n<script>\r\n  $(document).ready(function(){\r\n  $(\".profile-card\").click(function(){\r\n    let id = $(this).data(\"id\");\r\n    $(\".detail\").hide();\r\n\r\n    let $detail = $(\"#\" + id);\r\n    $detail.fadeIn();\r\n\r\n    \/\/ Get center position of clicked card\r\n    let cardCenter = $(this).offset().left + $(this).outerWidth() \/ 2;\r\n\r\n    \/\/ Get container left position\r\n    let containerLeft = $detail.offset().left;\r\n\r\n    \/\/ Calculate arrow position relative to detail box\r\n    let arrowPos = cardCenter - containerLeft;\r\n\r\n    \/\/ Apply to CSS variable\r\n    $detail.css(\"--arrow-left\", arrowPos + \"px\");\r\n  });\r\n});\r\n\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d26a96 elementor-widget elementor-widget-html\" data-id=\"5d26a96\" data-element_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>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\r\n  <link href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.3\/dist\/css\/bootstrap.min.css\" rel=\"stylesheet\">\r\n  <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.3\/dist\/js\/bootstrap.bundle.min.js\"><\/script>\r\n  <style>\r\n    body {\r\n      font-family: 'Georgia', serif;\r\n      margin: 0;\r\n      padding: 0;\r\n      background-color: #fff;\r\n      color: #333;\r\n    }\r\n\r\n    \/* Title *\/\r\n    .title {\r\n      font-size: 60px;\r\n      font-weight: bold;\r\n      text-align: center;\r\n      margin: 40px 0 20px;\r\n      color: #333;\r\n      position: relative;\r\n    }\r\n    .title::after {\r\n      content: \"\";\r\n      position: absolute;\r\n      top: 50%;\r\n      left: 25%;\r\n      width: 50%;\r\n      height: 20px;\r\n      background: #f9d9d9;\r\n      z-index: -1;\r\n    }\r\n\r\n    \/* Profile row *\/\r\n    .profiles {\r\n      display: flex;\r\n      justify-content: space-evenly;\r\n      gap: 30px;\r\n      margin-bottom: 40px;\r\n      gap: 10px;\r\n      padding: 0px 15px;\r\n    }\r\n\r\n    .profile-card {\r\n      width: 200px;\r\n      height: 200px;\r\n      background: #f4f4f4;\r\n      border-radius: 8px;\r\n      text-align: center;\r\n      box-shadow: 0 2px 6px rgba(0,0,0,0.2);\r\n      cursor: pointer;\r\n      transition: transform 0.3s;\r\n    }\r\n    .profile-card:hover {\r\n      transform: translateY(-5px);\r\n    }\r\n\r\n    .profile-card img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      border-radius: 8px 8px 0 0;\r\n    }\r\n\r\n    .profile-name {\r\n      padding: 10px;\r\n      font-weight: bold;\r\n      background: linear-gradient(to top, #f9d9d9, transparent);\r\n      text-align: center;\r\n    }\r\n\r\n    \/* Detail section *\/\r\n    .detail {\r\n      max-width: 100%;\r\n      margin: 40px auto 60px;\r\n      background: #f9d9d9;\r\n      border-radius: 10px;\r\n      padding: 30px;\r\n      display: flex;\r\n      gap: 20px;\r\n      align-items: flex-start;\r\n      position: relative;\r\n    }\r\n    \r\n    .detail::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  top: -20px;\r\n  left: var(--arrow-left, 50%); \/* dynamic position *\/\r\n  transform: translateX(-50%);\r\n  border-width: 10px;\r\n  border-style: solid;\r\n  border-color: transparent transparent #f9d9d9 transparent;\r\n}\r\n\r\n    .detail img {\r\n      width: 200px;\r\n      border-radius: 8px;\r\n      object-fit: cover;\r\n    }\r\n\r\n    .detail-content {\r\n      flex: 1;\r\n    }\r\n    .detail h2 {\r\n      margin: 0;\r\n      font-size: 20px;\r\n      font-weight: bold;\r\n    }\r\n    .detail h3 {\r\n      margin: 5px 0 15px;\r\n      font-size: 16px;\r\n      font-weight: normal;\r\n    }\r\n    .detail p {\r\n      line-height: 1.6;\r\n      font-size: 14px;\r\n    }\r\n\r\n    \/* Hide initially *\/\r\n    .detail {\r\n      display: none;\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <!-- Profile Row -->\r\n  <div class=\"profiles\">\r\n    <div class=\"profile-card\" data-id=\"manjula\">\r\n      <img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Manjula-M-1.png\" alt=\"Manjula M\">\r\n    <\/div>\r\n    <div class=\"profile-card\" data-id=\"kasturi\">\r\n      <img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Kasturi-1.png\" alt=\"Kasturi\">\r\n    <\/div>\r\n    <div class=\"profile-card\" data-id=\"satya\">\r\n      <img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Satya-K.png\" alt=\"Satya K\">\r\n    <\/div>\r\n    <div class=\"profile-card\" data-id=\"ganesh\">\r\n      <img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Ganesh-P.png\" alt=\"Ganesh P\">\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Detail Section -->\r\n  <div class=\"container\">\r\n\t<div class=\"detail\" id=\"manjula\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div align=\"center\" class=\"col-sm-4\">\r\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Manjula-M.png\" alt=\"Manjula M\">\r\n\t\t\t<div class=\"profile-name\">Manjula M<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-8\">\r\n\t\t\t\t<div class=\"detail-content\">\r\n\t\t\t\t\t<h2>Need Base India - Rainbow Home<\/h2>\r\n\t\t\t\t\t<h3><b>Success story<\/b><\/h3>\r\n\t\t\t<p>\t\t\tManjula M, 26yrs<br>Manjula is a bright girl grew up in NBI Rainbow Home, where she stayed for seven years due to difficult family circumstance and vulnerable situations of the family. Through dedicated care, she received education, guidance, and the chance to develop her life skills at the Home.<br>\r\nShe embraced independent learning and skill-building activities offered at the Home. With strong determination, she pursued GDA nursing education and professional training. Today, she is working as Staff Nurses at Aster CMI Hospital, Bangalore. Over five years of service, she has gained expertise and confidence in her field and earning a livelihood and leading happy and independent life. Her journey reflects resilience, self-reliance, and the power of consistent support. She now led sustainable life, serving as role models for other children.\r\n\t\t\t\t\t<\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\t\r\n\t<\/div>\r\n<\/div>\r\n\r\n<div class=\"container\">\r\n\t<div class=\"detail\" id=\"kasturi\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div align=\"center\" class=\"col-sm-4\">\r\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Kasturi.png\" alt=\"Kasturi\">\r\n\t\t\t<div class=\"profile-name\">Kasturi<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-8\">\r\n\t\t\t\t<div class=\"detail-content\">\r\n\t\t\t\t\t<h2>Need Base India - Rainbow Home<\/h2>\r\n\t\t\t\t\t<h3><b>Success story<\/b><\/h3>\r\n\t\t\t\t\t<p>\r\n\t\t     Kasturi, 24yrs<br>Kasturi\u2019s journey is a true example of courage, determination, and resilience. Due to difficult family circumstances, she entered NBI Rainbow Home at a young age and spent 7 years. At the Home, with the support of NBI, Kasturi could focus on her education and future. With her dedication and consistent effort, she pursued the GDA Nursing course, which became a turning point in her life.<br>After completing her training, Kasturi secured a job at Aster CMI Hospital, Hebbal, Bangalore, one of the leading healthcare institutions in the city. Today, she is leading a self-reliant and satisfying life. What makes her story even more inspiring is that Kasturi is not just independent but also deeply rooted in her values. She is supporting her family, showing that success is not only about personal growth but also about lifting others along the way.<br>Her journey stands as a shining example for many young girls who dream of building a better future despite hardships.\r\n\t\t\t\t\t<\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\t\r\n\t<\/div>\r\n<\/div>\r\n\r\n<div class=\"container\">\r\n\t<div class=\"detail\" id=\"satya\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div align=\"center\" class=\"col-sm-4\">\r\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Satya-K.jpg\" alt=\"Satya K\">\r\n\t\t\t<div class=\"profile-name\">Satya K<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-8\">\r\n\t\t\t\t<div class=\"detail-content\">\r\n\t\t\t\t\t<h2>Need Base India - Rainbow Home<\/h2>\r\n\t\t\t\t\t<h3><b>Success story<\/b><\/h3>\r\n\t\t\t\t\t<p>Satya K, 21yrs<br>Six years ago, a young girl entered NBI Rainbow Home carrying the weight of her family\u2019s struggles. Her mother was battling ill health, and poverty made life extremely challenging at home. Despite these hardships, she did not lose hope. With the care and support she received at Rainbow Home, she was able to continue her education and complete her PUC. Eager to build a brighter future, she enrolled in the Office Administration course at St. Joseph\u2019s Skill Academy, Bangalore. With dedication and hard work, she successfully completed the training and was placed in a BPO company as a tele-calling executive from last one year. Today, she is self-sustained which allows her to live independently and provide for her mother.<br>Her story is an inspiring example of resilience. From a childhood marked by challenges, she has grown into a confident, independent young woman who not only stands on her own feet but also takes care of her family. Her journey proves that with the right support, education, and determination, every obstacle can be turned into a stepping stone toward success.\r\n\t\t\t\t\t<\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\t\r\n\t<\/div>\r\n<\/div>\r\n\r\n<div class=\"container\">\r\n\t<div class=\"detail\" id=\"ganesh\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div align=\"center\" class=\"col-sm-4\">\r\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Ganesh-P.jpg\" alt=\"Ganesh P\">\r\n\t\t\t<div class=\"profile-name\">Ganesh P<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-8\">\r\n\t\t\t\t<div class=\"detail-content\">\r\n\t\t\t\t\t<h2>Need Base India - Sneh Ghar<\/h2>\r\n\t\t\t\t\t<h3><b>Success story<\/b><\/h3>\r\n\t\t\t\t\t<p>Ganesh P, 24yrs<br>Ganesh lost his parents at a very young age and faced life\u2019s toughest challenges early on. With no immediate family to support him, he was placed in NBI - Sneh Ghar, where he spent seven years of his childhood. Despite the emotional struggles, with the required support at the Home in his school days and the Futures program, Ganesh showed resilience, determination, and an eagerness to learn.\r\nDuring his time in the Sneh Ghar, he completed his Pre-University Course (PUC) and later pursued a Bachelor of Arts (BA) degree from National College Basavanagudi, Bangalore. Determined to become self-reliant, he took up various jobs after graduation to gain practical work experience and to understand different work environments. His perseverance and commitment to hard work soon paid off.<br>Today, Ganesh is employed as a Shift Incharge at Amazon India which helps him to lead a happy, independent, and dignified life. His journey from being an orphaned child with uncertain beginnings to a confident young professional is truly inspiring. Looking ahead, Ganesh dreams of starting his own kitchen appliances service center, where he hopes not only to achieve financial stability but also to create job opportunities for others. His story stands as a powerful example of how determination, guidance, and opportunity can transform a life.<\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\t\r\n\t<\/div>\r\n<\/div>\r\n\r\n<script>\r\n  $(document).ready(function(){\r\n  $(\".profile-card\").click(function(){\r\n    let id = $(this).data(\"id\");\r\n    $(\".detail\").hide();\r\n\r\n    let $detail = $(\"#\" + id);\r\n    $detail.fadeIn();\r\n\r\n    \/\/ Get center position of clicked card\r\n    let cardCenter = $(this).offset().left + $(this).outerWidth() \/ 2;\r\n\r\n    \/\/ Get container left position\r\n    let containerLeft = $detail.offset().left;\r\n\r\n    \/\/ Calculate arrow position relative to detail box\r\n    let arrowPos = cardCenter - containerLeft;\r\n\r\n    \/\/ Apply to CSS variable\r\n    $detail.css(\"--arrow-left\", arrowPos + \"px\");\r\n  });\r\n});\r\n\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc40d4e elementor-widget elementor-widget-html\" data-id=\"bc40d4e\" data-element_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>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\r\n  <link href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.3\/dist\/css\/bootstrap.min.css\" rel=\"stylesheet\">\r\n  <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.3\/dist\/js\/bootstrap.bundle.min.js\"><\/script>\r\n  <style>\r\n    body {\r\n      font-family: 'Georgia', serif;\r\n      margin: 0;\r\n      padding: 0;\r\n      background-color: #fff;\r\n      color: #333;\r\n    }\r\n\r\n    \/* Title *\/\r\n    .title {\r\n      font-size: 60px;\r\n      font-weight: bold;\r\n      text-align: center;\r\n      margin: 40px 0 20px;\r\n      color: #333;\r\n      position: relative;\r\n    }\r\n    .title::after {\r\n      content: \"\";\r\n      position: absolute;\r\n      top: 50%;\r\n      left: 25%;\r\n      width: 50%;\r\n      height: 20px;\r\n      background: #f9d9d9;\r\n      z-index: -1;\r\n    }\r\n\r\n    \/* Profile row *\/\r\n    .profiles {\r\n      display: flex;\r\n      justify-content: space-evenly;\r\n      gap: 30px;\r\n      margin-bottom: 40px;\r\n      gap: 10px;\r\n      padding: 0px 15px;\r\n    }\r\n\r\n    .profile-card {\r\n      width: 200px;\r\n      height: 200px;\r\n      background: #f4f4f4;\r\n      border-radius: 8px;\r\n      text-align: center;\r\n      box-shadow: 0 2px 6px rgba(0,0,0,0.2);\r\n      cursor: pointer;\r\n      transition: transform 0.3s;\r\n    }\r\n    .profile-card:hover {\r\n      transform: translateY(-5px);\r\n    }\r\n\r\n    .profile-card img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      border-radius: 8px 8px 0 0;\r\n    }\r\n\r\n    .profile-name {\r\n      padding: 10px;\r\n      font-weight: bold;\r\n      background: linear-gradient(to top, #f9d9d9, transparent);\r\n      text-align: center;\r\n    }\r\n\r\n    \/* Detail section *\/\r\n    .detail {\r\n      max-width: 100%;\r\n      margin: 40px auto 60px;\r\n      background: #f9d9d9;\r\n      border-radius: 10px;\r\n      padding: 30px;\r\n      display: flex;\r\n      gap: 20px;\r\n      align-items: flex-start;\r\n      position: relative;\r\n    }\r\n    \r\n    .detail::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  top: -20px;\r\n  left: var(--arrow-left, 50%); \/* dynamic position *\/\r\n  transform: translateX(-50%);\r\n  border-width: 10px;\r\n  border-style: solid;\r\n  border-color: transparent transparent #f9d9d9 transparent;\r\n}\r\n\r\n    .detail img {\r\n      width: 200px;\r\n      border-radius: 8px;\r\n      object-fit: cover;\r\n    }\r\n\r\n    .detail-content {\r\n      flex: 1;\r\n    }\r\n    .detail h2 {\r\n      margin: 0;\r\n      font-size: 20px;\r\n      font-weight: bold;\r\n    }\r\n    .detail h3 {\r\n      margin: 5px 0 15px;\r\n      font-size: 16px;\r\n      font-weight: normal;\r\n    }\r\n    .detail p {\r\n      line-height: 1.6;\r\n      font-size: 14px;\r\n    }\r\n\r\n    \/* Hide initially *\/\r\n    .detail {\r\n      display: none;\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <!-- Profile Row -->\r\n  <div class=\"profiles\">\r\n    <div class=\"profile-card\" data-id=\"mohan\">\r\n      <img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Mohan-1.png\" alt=\"Mohan\">\r\n    <\/div>\r\n    <div class=\"profile-card\" data-id=\"vijayalaxmi\">\r\n      <img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Vijayalaxmi-S.png\" alt=\"Vijayalaxmi S\">\r\n    <\/div>\r\n    <div class=\"profile-card\" data-id=\"durga\">\r\n      <img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Durga-Prasad.png\" alt=\"Durga Prasad\">\r\n    <\/div>\r\n    <div class=\"profile-card\" data-id=\"jyoti\">\r\n      <img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Jyoti-I.png\" alt=\"Jyoti I\">\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Detail Section -->\r\n  <div class=\"container\">\r\n\t<div class=\"detail\" id=\"mohan\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div align=\"center\" class=\"col-sm-4\">\r\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Mohan.png\" alt=\"Mohan\">\r\n\t\t\t<div class=\"profile-name\">Mohan<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-8\">\r\n\t\t\t\t<div class=\"detail-content\">\r\n\t\t\t\t\t<h2>Need Base India - Sneh Ghar<\/h2>\r\n\t\t\t\t\t<h3><b>Success story<\/b><\/h3>\r\n\t\t\t<p>\t\t\tMohan, 23yrs<br>He is an orphan boy who lost his parents in his young age, and joined NBI-Sneh Ghar when he was 11yrs old. Having dropped out of school earlier and struggling academically, his future once seemed uncertain. But with consistent care, guidance, and encouragement, he continued his education while staying at the Sneh Ghar for 8 years. Later through the Futures program, Ravi successfully completed his 2nd PUC, a milestone that brought him immense confidence. With the support of the Futures program, he successfully qualified as a General Duty Assistant (GDA) Nursing from St. Joseph\u2019s Skill Academy, where he trained to serve others with compassion and professionalism.<br>Today, Mohan is employed at Chaitanya Old Age Home, Yelahanka, as a Health Supporter from last one year. He is able to be self-sustained dignified life. He feels proud to work in a humanitarian and service-oriented organization where he can give back to society with care and empathy.<br>Mohan\u2019s journey from being an academically average, school dropout child to becoming a responsible, independent young professional stands as a testament to perseverance, support, and the power of opportunities. His story inspires many at NBI and other children in CCIs to believe that with dedication and guidance, every child can achieve a meaningful future.\r\n\t\t\t\t\t<\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\t\r\n\t<\/div>\r\n<\/div>\r\n\r\n<div class=\"container\">\r\n\t<div class=\"detail\" id=\"vijayalaxmi\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div align=\"center\" class=\"col-sm-4\">\r\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Vijayalaxmi-S.jpg\" alt=\"Vijayalaxmi S\">\r\n\t\t\t<div class=\"profile-name\">Vijayalaxmi S<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-8\">\r\n\t\t\t\t<div class=\"detail-content\">\r\n\t\t\t\t\t<h2>Need Base India - Rainbow Home<\/h2>\r\n\t\t\t\t\t<h3><b>Success story<\/b><\/h3>\r\n\t\t\t\t\t<p>Vijayalaxmi S, 23yrs<br>Vijayalaxmi\u2019s life is yet another inspiring journey of resilience and determination. Having lost the security of a home and the care of biological parents at a young age, she was admitted to NBI Rainbow Home for seven years, the Rainbow Home became her safe shelter and nurturing environment, providing her with education, guidance, and the foundation to rebuild her life. With her perseverance and NBI Futures program, Vijayalaxmi successfully completed her 2nd PUC and pursued a General Duty Assistant (GDA) course at St. Joseph\u2019s Skill Academy. Her dedication and hard work led her to secure a placement at St. John\u2019s Hospital, Bangalore, where she has been working for the past four years. Today, Vijayalaxmi is living an independent, self-reliant, and dignified life. Beyond achieving stability for herself, she is a pillar of strength to her younger cousins by providing financial support and ensuring access to education and better opportunities.<br>Her story is a testament to how the right support, combined with personal determination, can transform challenges into stepping stones for success. Vijayalaxmi stands as a role model for many other children and young adults, proving that one\u2019s circumstances do not define their destiny.\r\n\t\t\t\t\t<\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\t\r\n\t<\/div>\r\n<\/div>\r\n\r\n<div class=\"container\">\r\n\t<div class=\"detail\" id=\"durga\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div align=\"center\" class=\"col-sm-4\">\r\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Durga-Prasad.png\" alt=\"Durga Prasad\">\r\n\t\t\t<div class=\"profile-name\">Durga Prasad<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-8\">\r\n\t\t\t\t<div class=\"detail-content\">\r\n\t\t\t\t\t<h2>Need Base India - Lakshya Udaan Home<\/h2>\r\n\t\t\t\t\t<h3><b>Success story<\/b><\/h3>\r\n\t\t\t\t\t<p>Durga Prasad, \r\n26yrs<br>Durga Prasad grew up facing many challenges due to his family\u2019s difficult circumstances, extreme poverty, and social issues. In search of a safe and nurturing environment, he was placed in Lakshya Udaan Home, where he received consistent care and support for five years. During his stay, Durga Prasad was encouraged to focus on his education and personal growth. He successfully completed his SSLC.  Later with the support of NBI Futures program, he pursued his passion in the technical field by enrolling in Electronics at Government ITI College, Dairy Circle Bangalore. With his dedication and hard work, he completed the course and secured employment at Nature Care Solutions as a Technician.<br>Today, Durga Prasad earns a good salary, supports his family, and leads an independent and dignified life. His journey reflects resilience, determination, and the positive impact of timely support. He stands as a role model for other young adults from Child Care Institutions, showing that with guidance and opportunities, one can build a successful and self-reliant future.\r\n\t\t\t\t\t<\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\t\r\n\t<\/div>\r\n<\/div>\r\n\r\n<div class=\"container\">\r\n\t<div class=\"detail\" id=\"jyoti\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div align=\"center\" class=\"col-sm-4\">\r\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Jyoti-I.png\" alt=\"Jyoti I\">\r\n\t\t\t<div class=\"profile-name\">Jyoti I<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-8\">\r\n\t\t\t\t<div class=\"detail-content\">\r\n\t\t\t\t\t<h2>Need Base India - Rainbow Home<\/h2>\r\n\t\t\t\t\t<h3><b>Success story<\/b><\/h3>\r\n\t\t\t\t\t<p>Jyoti I, \r\n26yrs<br>Jyoti I a bright and determined young woman, grew up facing multiple challenges due to her family\u2019s migrant background, extreme poverty, and lack of safe shelter. Added to this was the constant fear of early or child marriage, which made her future uncertain. To ensure her safety and education, Jyoti was placed in Rainbow Home, where she received holistic care, guidance, and support for 8 years. With consistent encouragement through NBI\u2019s Future program and her own dedication, Jyoti completed her B.A. graduation with distinction, proving her academic abilities and determination to succeed. After her studies, she began her professional journey by working with NBI-FreeBasics Girls Home, Srirampura, contributing her skills and experience to support other children in vulnerable circumstances.<br>Later, Jyoti took a significant step forward in her career by joining ZARA Company, where she is now earning a good salary. She is living an independent and dignified life, and stands as an inspiration to many young girls from similar backgrounds. Importantly, Jyoti also takes responsibility for her family, supporting her siblings\u2019 education and contributing to their wellbeing.<br>Her aspirations go beyond her current success Jyoti dreams of pursuing post-graduation, enhancing her career opportunities, and giving back to society in meaningful ways. Her journey reflects not only resilience and hard work but also the transformative power of care and opportunities provided by CCIs.<\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\t\r\n\t<\/div>\r\n<\/div>\r\n\r\n<script>\r\n  $(document).ready(function(){\r\n  $(\".profile-card\").click(function(){\r\n    let id = $(this).data(\"id\");\r\n    $(\".detail\").hide();\r\n\r\n    let $detail = $(\"#\" + id);\r\n    $detail.fadeIn();\r\n\r\n    \/\/ Get center position of clicked card\r\n    let cardCenter = $(this).offset().left + $(this).outerWidth() \/ 2;\r\n\r\n    \/\/ Get container left position\r\n    let containerLeft = $detail.offset().left;\r\n\r\n    \/\/ Calculate arrow position relative to detail box\r\n    let arrowPos = cardCenter - containerLeft;\r\n\r\n    \/\/ Apply to CSS variable\r\n    $detail.css(\"--arrow-left\", arrowPos + \"px\");\r\n  });\r\n});\r\n\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-212fadd elementor-widget elementor-widget-html\" data-id=\"212fadd\" data-element_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>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\r\n  <link href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.3\/dist\/css\/bootstrap.min.css\" rel=\"stylesheet\">\r\n  <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.3\/dist\/js\/bootstrap.bundle.min.js\"><\/script>\r\n  <style>\r\n    body {\r\n      font-family: 'Georgia', serif;\r\n      margin: 0;\r\n      padding: 0;\r\n      background-color: #fff;\r\n      color: #333;\r\n    }\r\n\r\n    \/* Title *\/\r\n    .title {\r\n      font-size: 60px;\r\n      font-weight: bold;\r\n      text-align: center;\r\n      margin: 40px 0 20px;\r\n      color: #333;\r\n      position: relative;\r\n    }\r\n    .title::after {\r\n      content: \"\";\r\n      position: absolute;\r\n      top: 50%;\r\n      left: 25%;\r\n      width: 50%;\r\n      height: 20px;\r\n      background: #f9d9d9;\r\n      z-index: -1;\r\n    }\r\n\r\n    \/* Profile row *\/\r\n    .profiles {\r\n      display: flex;\r\n      justify-content: space-evenly;\r\n      gap: 30px;\r\n      margin-bottom: 40px;\r\n      gap: 10px;\r\n      padding: 0px 15px;\r\n    }\r\n\r\n    .profile-card {\r\n      width: 200px;\r\n      height: 200px;\r\n      background: #f4f4f4;\r\n      border-radius: 8px;\r\n      text-align: center;\r\n      box-shadow: 0 2px 6px rgba(0,0,0,0.2);\r\n      cursor: pointer;\r\n      transition: transform 0.3s;\r\n    }\r\n    .profile-card:hover {\r\n      transform: translateY(-5px);\r\n    }\r\n\r\n    .profile-card img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      border-radius: 8px 8px 0 0;\r\n    }\r\n\r\n    .profile-name {\r\n      padding: 10px;\r\n      font-weight: bold;\r\n      background: linear-gradient(to top, #f9d9d9, transparent);\r\n      text-align: center;\r\n    }\r\n\r\n    \/* Detail section *\/\r\n    .detail {\r\n      max-width: 100%;\r\n      margin: 40px auto 60px;\r\n      background: #f9d9d9;\r\n      border-radius: 10px;\r\n      padding: 30px;\r\n      display: flex;\r\n      gap: 20px;\r\n      align-items: flex-start;\r\n      position: relative;\r\n    }\r\n    \r\n    .detail::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  top: -20px;\r\n  left: var(--arrow-left, 50%); \/* dynamic position *\/\r\n  transform: translateX(-50%);\r\n  border-width: 10px;\r\n  border-style: solid;\r\n  border-color: transparent transparent #f9d9d9 transparent;\r\n}\r\n\r\n    .detail img {\r\n      width: 200px;\r\n      border-radius: 8px;\r\n      object-fit: cover;\r\n    }\r\n\r\n    .detail-content {\r\n      flex: 1;\r\n    }\r\n    .detail h2 {\r\n      margin: 0;\r\n      font-size: 20px;\r\n      font-weight: bold;\r\n    }\r\n    .detail h3 {\r\n      margin: 5px 0 15px;\r\n      font-size: 16px;\r\n      font-weight: normal;\r\n    }\r\n    .detail p {\r\n      line-height: 1.6;\r\n      font-size: 14px;\r\n    }\r\n\r\n    \/* Hide initially *\/\r\n    .detail {\r\n      display: none;\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <!-- Profile Row -->\r\n  <div class=\"profiles\">\r\n    <div class=\"profile-card\" data-id=\"radha\">\r\n      <img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Radha-M.png\" alt=\"Radha M\">\r\n    <\/div>\r\n    <div class=\"profile-card\" data-id=\"sudha\">\r\n      <img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Sudha.png\" alt=\"Sudha\">\r\n    <\/div>\r\n    <!--<div class=\"profile-card\" data-id=\"durga\">\r\n      <img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Satya-K.jpg\" alt=\"Durga Prasad\">\r\n    <\/div>\r\n    <div class=\"profile-card\" data-id=\"jyoti\">\r\n      <img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Ganesh-P.jpg\" alt=\"Jyoti I\">\r\n    <\/div>-->\r\n  <\/div>\r\n\r\n  <!-- Detail Section -->\r\n  <div class=\"container\">\r\n\t<div class=\"detail\" id=\"radha\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div align=\"center\" class=\"col-sm-4\">\r\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Radha-M.png\" alt=\"Radha M\">\r\n\t\t\t<div class=\"profile-name\">Radha M<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-8\">\r\n\t\t\t\t<div class=\"detail-content\">\r\n\t\t\t\t\t<h2>Need Base India - Rainbow Home<\/h2>\r\n\t\t\t\t\t<h3><b>Success story<\/b><\/h3>\r\n\t\t\t<p>Radha M, 25yrs<br>Radha M Coming from a migrant family background, Radha lost her parents at an early age and was taken under the care of her paternal relatives. Unfortunately, she was not encouraged to pursue education and constantly lived with the fear of being forced into early or child marriage. At this crucial stage, Radha found shelter and support at Rainbow Home, where she stayed for 8 years. The safe environment, guidance, and care she received helped her continue her education and rebuild her confidence. With determination, she completed her PUC and later pursued the General Duty Assistant (GDA) course at Aster CMI Hospital, where she also secured employment. Radha worked at Aster CMI Hospital for 4 years, gaining valuable experience and becoming financially independent. With her growing skills and aspirations, she later transitioned to a new role as a Promoter and Sales Executive at Herbal Life, where she continues to excel and earn a good income.<br>Today, Radha is living an independent and dignified life. Very recently, she entered a new phase by getting married and starting her own family, while continuing to pursue her career. Her journey stands as an inspiration for many young girls who face similar challenges, proving that with the right support and determination, a bright and self-reliant future is possible.\r\n\t\t\t\t\t<\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\t\r\n\t<\/div>\r\n<\/div>\r\n\r\n<div class=\"container\">\r\n\t<div class=\"detail\" id=\"sudha\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div align=\"center\" class=\"col-sm-4\">\r\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Sudha.png\" alt=\"Sudha\">\r\n\t\t\t<div class=\"profile-name\">Sudha<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-8\">\r\n\t\t\t\t<div class=\"detail-content\">\r\n\t\t\t\t\t<h2>Need Base India - Rainbow Home<\/h2>\r\n\t\t\t\t\t<h3><b>Success story<\/b><\/h3>\r\n\t\t\t\t\t<p>Sudha, 27yrs<br>A bright and determined young woman, grew up facing immense challenges in her early years. Coming from a migrant family background, she lost her parents at a young age and was initially taken care of by her paternal relatives. She also had severe health issues. Her life took a positive turn when she found support and care at Rainbow Home, where she stayed for 8 years. With consistent encouragement and guidance, Sudha successfully completed her PUC and became confident about building her own future.<br>Determined to be independent, Sudha began working as a Sales Executive. Along with her career growth, she also learned to take care of her health, and today she is completely healthy, active, and socially confident. Very recently, she got married and started her own family.\r\n\t\t\t\t\t<\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\t\r\n\t<\/div>\r\n<\/div>\r\n\r\n<!--<div class=\"container\">\r\n\t<div class=\"detail\" id=\"durga\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div align=\"center\" class=\"col-sm-4\">\r\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Satya-K.jpg\" alt=\"Durga Prasad\">\r\n\t\t\t<div class=\"profile-name\">Durga Prasad<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-8\">\r\n\t\t\t\t<div class=\"detail-content\">\r\n\t\t\t\t\t<h2>Need Base India - Rainbow Home<\/h2>\r\n\t\t\t\t\t<h3><b>Success story<\/b><\/h3>\r\n\t\t\t\t\t<p>Durga Prasad, \r\n26yrs<br>Durga Prasad grew up facing many challenges due to his family\u2019s difficult circumstances, extreme poverty, and social issues. In search of a safe and nurturing environment, he was placed in Lakshya Udaan Home, where he received consistent care and support for five years. During his stay, Durga Prasad was encouraged to focus on his education and personal growth. He successfully completed his SSLC.  Later with the support of NBI Futures program, he pursued his passion in the technical field by enrolling in Electronics at Government ITI College, Dairy Circle Bangalore. With his dedication and hard work, he completed the course and secured employment at Nature Care Solutions as a Technician.<br>Today, Durga Prasad earns a good salary, supports his family, and leads an independent and dignified life. His journey reflects resilience, determination, and the positive impact of timely support. He stands as a role model for other young adults from Child Care Institutions, showing that with guidance and opportunities, one can build a successful and self-reliant future.\r\n\t\t\t\t\t<\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\t\r\n\t<\/div>\r\n<\/div>\r\n\r\n<div class=\"container\">\r\n\t<div class=\"detail\" id=\"jyoti\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div align=\"center\" class=\"col-sm-4\">\r\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Ganesh-P.jpg\" alt=\"Jyoti I\">\r\n\t\t\t<div class=\"profile-name\">Jyoti I<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-8\">\r\n\t\t\t\t<div class=\"detail-content\">\r\n\t\t\t\t\t<h2>Need Base India - Rainbow Home<\/h2>\r\n\t\t\t\t\t<h3><b>Success story<\/b><\/h3>\r\n\t\t\t\t\t<p>Jyoti I, \r\n26yrs<br>Jyoti I a bright and determined young woman, grew up facing multiple challenges due to her family\u2019s migrant background, extreme poverty, and lack of safe shelter. Added to this was the constant fear of early or child marriage, which made her future uncertain. To ensure her safety and education, Jyoti was placed in Rainbow Home, where she received holistic care, guidance, and support for 8 years. With consistent encouragement through NBI\u2019s Future program and her own dedication, Jyoti completed her B.A. graduation with distinction, proving her academic abilities and determination to succeed. After her studies, she began her professional journey by working with NBI-FreeBasics Girls Home, Srirampura, contributing her skills and experience to support other children in vulnerable circumstances.<br>Later, Jyoti took a significant step forward in her career by joining ZARA Company, where she is now earning a good salary. She is living an independent and dignified life, and stands as an inspiration to many young girls from similar backgrounds. Importantly, Jyoti also takes responsibility for her family, supporting her siblings\u2019 education and contributing to their wellbeing.<br>Her aspirations go beyond her current success Jyoti dreams of pursuing post-graduation, enhancing her career opportunities, and giving back to society in meaningful ways. Her journey reflects not only resilience and hard work but also the transformative power of care and opportunities provided by CCIs.<\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\t\r\n\t<\/div>\r\n<\/div>-->\r\n\r\n<script>\r\n  $(document).ready(function(){\r\n  $(\".profile-card\").click(function(){\r\n    let id = $(this).data(\"id\");\r\n    $(\".detail\").hide();\r\n\r\n    let $detail = $(\"#\" + id);\r\n    $detail.fadeIn();\r\n\r\n    \/\/ Get center position of clicked card\r\n    let cardCenter = $(this).offset().left + $(this).outerWidth() \/ 2;\r\n\r\n    \/\/ Get container left position\r\n    let containerLeft = $detail.offset().left;\r\n\r\n    \/\/ Calculate arrow position relative to detail box\r\n    let arrowPos = cardCenter - containerLeft;\r\n\r\n    \/\/ Apply to CSS variable\r\n    $detail.css(\"--arrow-left\", arrowPos + \"px\");\r\n  });\r\n});\r\n\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9590529 sfootr e-flex e-con-boxed e-con e-parent\" data-id=\"9590529\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de79e55 need elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"de79e55\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">NEED BASE INDIA<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-db1d4c3 e-grid e-con-full e-con e-child\" data-id=\"db1d4c3\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fb8bc89 e-con-full e-flex e-con e-child\" data-id=\"fb8bc89\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dfa341f elementor-widget elementor-widget-image\" data-id=\"dfa341f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2560\" height=\"1470\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2024\/11\/Needa-Base-India-Logo--scaled-85x49.png\" class=\"attachment-full size-full wp-image-5912\" alt=\"\" srcset=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2024\/11\/Needa-Base-India-Logo--scaled.png 2560w, https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2024\/11\/Needa-Base-India-Logo--scaled-300x172.png 300w, https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2024\/11\/Needa-Base-India-Logo--scaled-1024x588.png 1024w, https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2024\/11\/Needa-Base-India-Logo--scaled-768x441.png 768w, https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2024\/11\/Needa-Base-India-Logo--scaled-1536x882.png 1536w, https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2024\/11\/Needa-Base-India-Logo--scaled-2048x1176.png 2048w, https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2024\/11\/Needa-Base-India-Logo--scaled-85x49.png 85w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ebcfa19 e-con-full e-flex e-con e-child\" data-id=\"ebcfa19\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47653ae elementor-widget elementor-widget-heading\" data-id=\"47653ae\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Who We Are<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1c9edf6 elementor-widget elementor-widget-text-editor\" data-id=\"1c9edf6\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ol>\n \t<li><a style=\"color: #ffffff; text-decoration: none;\" href=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/about-us\/\">About Us<\/a><\/li>\n \t<li>Our Partners<\/li>\n \t<li><a style=\"color: #ffffff; text-decoration: none;\" href=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/board-members\/\">Board Members<\/a><\/li>\n<\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6fbd9e6 e-con-full e-flex e-con e-child\" data-id=\"6fbd9e6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a69aefa elementor-widget elementor-widget-heading\" data-id=\"a69aefa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What We Do<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2bf157c elementor-widget elementor-widget-text-editor\" data-id=\"2bf157c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ol>\n \t<li><a style=\"color: #ffffff; text-decoration: none;\" href=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/children-care-homes\/\">Child Care Homes<\/a><\/li>\n \t<li><a style=\"color: #ffffff; text-decoration: none;\" href=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/education-programs-in-govt-schools\/\">Education Programs in Govt Schools<\/a><\/li>\n \t<li><a style=\"color: #ffffff; text-decoration: none;\" href=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/community-development-programs\/\">Community Development Programs<\/a><\/li>\n \t<li><a style=\"color: #ffffff; text-decoration: none;\" href=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/young-adults\/\">Young Adults<\/a><\/li>\n \t<li><a style=\"color: #ffffff; text-decoration: none;\" href=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/skill-development\/\">Skill Development<\/a><\/li>\n \t<li><a style=\"color: #ffffff; text-decoration: none;\" href=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/public-safety\/\">Public Safety<\/a><\/li>\n \t<li><a style=\"color: #ffffff; text-decoration: none;\" href=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/saving-the-environment\/\">Saving the Environment<\/a><\/li>\n<\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-689075c e-con-full e-flex e-con e-child\" data-id=\"689075c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8140ad8 elementor-widget elementor-widget-heading\" data-id=\"8140ad8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Get Involved<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1942bde elementor-widget elementor-widget-text-editor\" data-id=\"1942bde\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ol>\n \t<li><a style=\"color: #ffffff; text-decoration: none;\" href=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/corporate-employee-engagement\/\">Corporate Employee Engagement<\/a><\/li>\n \t<li><a style=\"color: #ffffff; text-decoration: none;\" href=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/volunteer-engagement\/\">Volunteer Engagement<\/a><\/li>\n<\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-97356c1 e-con-full e-flex e-con e-child\" data-id=\"97356c1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9bcaa22 elementor-widget elementor-widget-heading\" data-id=\"9bcaa22\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Resources<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c33b039 elementor-widget elementor-widget-text-editor\" data-id=\"c33b039\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ol>\n \t<li><a style=\"color: #ffffff; text-decoration: none;\" href=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/annual-report\/\">Annual Reports<\/a><\/li>\n \t<li><a style=\"color: #ffffff; text-decoration: none;\" href=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/newsletters\/\">Newsletter<\/a><\/li>\n \t<li><a style=\"color: #ffffff; text-decoration: none;\" href=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/impact-stories\/\">Stories of Change<\/a><\/li>\n \t<li><a style=\"color: #ffffff; text-decoration: none;\" href=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/legal-compliances\/\">Legal Compliance<\/a><\/li>\n<\/ol>\t\t\t\t\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<div class=\"elementor-element elementor-element-2d9e56e e-grid e-con-full e-con e-child\" data-id=\"2d9e56e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aa0a2e3 elementor-widget elementor-widget-html\" data-id=\"aa0a2e3\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"footer-section\">\r\n  <img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Location_white.svg\" width=\"50\" alt=\"Logo\" class=\"footer-logo\">\r\n  <h1 class=\"footer-text\">#4, 1st Cross, 8th main, SBM Colony, \r\nBrindavan Nagar, Mathikere, \r\nBengaluru, Karnataka 560054<\/h1>\r\n<\/div>\r\n\r\n<style>\r\n  .footer-section {\r\n    display: flex\r\n;\r\n    align-items: flex-start;\r\n    flex-wrap: nowrap;\r\n    gap: 20px;\r\n    padding: 20px;\r\n    max-width: 100%;\r\n}\r\n\r\n  .footer-logo {\r\n    max-width: 60px;\r\n    height: auto;\r\n    flex-shrink: 0;\r\n  }\r\n\r\n  .footer-text {\r\n    font-size: 12px !important;\r\n    color: #ffffff !important;\r\n    font-family: poppins;\r\n    margin: 0;\r\n    line-height: 1.4;\r\n  }\r\n\r\n  @media (max-width: 768px) {\r\n    .footer-section {\r\n      align-items: left;\r\n      text-align: left;\r\n    }\r\n\r\n    .footer-text {\r\n      font-size: 40px;\r\n    }\r\n\r\n    .footer-logo {\r\n      max-width: 70px;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"footer-section\">\r\n  <img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/phone-call_white.svg\" width=\"50\" alt=\"Logo\" class=\"footer-logo\">\r\n  <h1 class=\"footer-text\">9900806840\/ 9900979155<\/h1>\r\n<\/div>\r\n\r\n<style>\r\n  .footer-section {\r\n    display: flex\r\n;\r\n    align-items: flex-start;\r\n    flex-wrap: nowrap;\r\n    gap: 20px;\r\n    padding: 20px;\r\n    max-width: 100%;\r\n}\r\n\r\n  .footer-logo {\r\n    max-width: 60px;\r\n    height: auto;\r\n    flex-shrink: 0;\r\n  }\r\n\r\n  .footer-text {\r\n    font-size: 12px !important;\r\n    color: #ffffff !important;\r\n    font-family: poppins;\r\n    margin: 0;\r\n    line-height: 1.4;\r\n  }\r\n\r\n  @media (max-width: 768px) {\r\n    .footer-section {\r\n      align-items: left;\r\n      text-align: left;\r\n    }\r\n\r\n    .footer-text {\r\n      font-size: 40px;\r\n    }\r\n\r\n    .footer-logo {\r\n      max-width: 70px;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"footer-section\">\r\n  <img decoding=\"async\" src=\"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-content\/uploads\/2025\/10\/Email-white.svg\" width=\"50\" alt=\"Logo\" class=\"footer-logo\">\r\n  <h1 class=\"footer-text\">contact@needbaseindia.org\r\n<\/h1>\r\n<\/div>\r\n\r\n<style>\r\n  .footer-section {\r\n    display: flex\r\n;\r\n    align-items: flex-start;\r\n    flex-wrap: nowrap;\r\n    gap: 20px;\r\n    padding: 20px;\r\n    max-width: 100%;\r\n}\r\n\r\n  .footer-logo {\r\n    max-width: 60px;\r\n    height: auto;\r\n    flex-shrink: 0;\r\n  }\r\n\r\n  .footer-text {\r\n    font-size: 12px !important;\r\n    color: #ffffff !important;\r\n    font-family: poppins;\r\n    margin: 0;\r\n    line-height: 1.4;\r\n  }\r\n\r\n  @media (max-width: 768px) {\r\n    .footer-section {\r\n      align-items: left;\r\n      text-align: left;\r\n    }\r\n\r\n    .footer-text {\r\n      font-size: 40px;\r\n    }\r\n\r\n    .footer-logo {\r\n      max-width: 70px;\r\n    }\r\n  }\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c9d5689 elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"c9d5689\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-d3b78b3\" href=\"https:\/\/www.facebook.com\/NeedBaseIndia\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<svg class=\"e-font-icon-svg e-fab-facebook\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-5ba8001\" href=\"https:\/\/www.youtube.com\/channel\/UCrieTA0NG4F9QZRHQU-sf1A\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<svg class=\"e-font-icon-svg e-fab-youtube\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-96b2eb0\" href=\"https:\/\/www.instagram.com\/needbaseindia.2009\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<svg class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-68cc368\" href=\"https:\/\/www.linkedin.com\/in\/need-base-india-623a8b171\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<svg class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\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>Manamma Need Base India &#8211; Rainbow Home Success story Manamma, a bright and determined young girl, spent her childhood in [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","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":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","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-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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"class_list":["post-7210","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-json\/wp\/v2\/pages\/7210","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-json\/wp\/v2\/comments?post=7210"}],"version-history":[{"count":361,"href":"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-json\/wp\/v2\/pages\/7210\/revisions"}],"predecessor-version":[{"id":20598,"href":"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-json\/wp\/v2\/pages\/7210\/revisions\/20598"}],"wp:attachment":[{"href":"https:\/\/ncampaigns.com\/websites\/need-base-india\/wp-json\/wp\/v2\/media?parent=7210"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}