{"id":13,"date":"2026-06-18T07:47:38","date_gmt":"2026-06-18T07:47:38","guid":{"rendered":"https:\/\/blue-cormorant-839806.hostingersite.com\/?page_id=13"},"modified":"2026-07-03T06:38:43","modified_gmt":"2026-07-03T06:38:43","slug":"about-us","status":"publish","type":"page","link":"https:\/\/ambigarfoundation.in\/index.php\/about-us\/","title":{"rendered":"ABOUT US"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"13\" class=\"elementor elementor-13\">\n\t\t\t\t<div data-ka-cursor-size=\"1\" class=\"elementor-element elementor-element-4ba5a4c e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"4ba5a4c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;kng_cursor_interaction&quot;:&quot;default&quot;,&quot;kng_cursor_magnetic&quot;:&quot;none&quot;,&quot;kng_cursor_size_multiplier&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]}}\">\n\t\t\t\t<div data-ka-cursor-size=\"1\" class=\"elementor-element elementor-element-792bf52 elementor-widget elementor-widget-heading\" data-id=\"792bf52\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;kng_cursor_interaction&quot;:&quot;default&quot;,&quot;kng_cursor_magnetic&quot;:&quot;none&quot;,&quot;kng_cursor_size_multiplier&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]}}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ABOUT US<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-ka-cursor-size=\"1\" class=\"elementor-element elementor-element-092148a e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"092148a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;kng_cursor_interaction&quot;:&quot;default&quot;,&quot;kng_cursor_magnetic&quot;:&quot;none&quot;,&quot;kng_cursor_size_multiplier&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]}}\">\n\t\t\t\t<div data-ka-cursor-size=\"1\" class=\"elementor-element elementor-element-ca11e98 elementor-widget elementor-widget-html\" data-id=\"ca11e98\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;kng_cursor_interaction&quot;:&quot;default&quot;,&quot;kng_cursor_magnetic&quot;:&quot;none&quot;,&quot;kng_cursor_size_multiplier&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]}}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght=300;400;500;600&family=Marcellus&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n  .wp-about-section {\r\n    max-width: 1300px; \/* Updated width constraint *\/\r\n    margin: 40px auto;\r\n    padding: 20px;\r\n    background-color: #F9FBFC;\r\n    box-sizing: border-box;\r\n  }\r\n  \r\n  .wp-grid {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    gap: 60px; \/* Increased desktop spacing gap to ensure breathing room between sections *\/\r\n    align-items: center;\r\n    margin-bottom: 70px;\r\n  }\r\n\r\n  .wp-col-text {\r\n    flex: 1 1 440px; \/* Made the left content section slightly less wide for a better layout gap *\/\r\n    transition: transform 0.4s ease;\r\n  }\r\n  \r\n  \/* Subtle hover shift for the main content block *\/\r\n  .wp-col-text:hover {\r\n    transform: translateX(5px);\r\n  }\r\n\r\n  .wp-col-img {\r\n    flex: 1 1 400px;\r\n    position: relative;\r\n    width: 100%;\r\n  }\r\n\r\n  \/* Inline Keyframe Animations to bypass JavaScript blocks *\/\r\n  @keyframes wpFadeUp {\r\n    from { opacity: 0; transform: translateY(30px); }\r\n    to { opacity: 1; transform: translateY(0); }\r\n  }\r\n\r\n  @keyframes wpFadeLeft {\r\n    from { opacity: 0; transform: translateX(-30px); }\r\n    to { opacity: 1; transform: translateX(0); }\r\n  }\r\n\r\n  @keyframes wpFadeRight {\r\n    from { opacity: 0; transform: translateX(30px); }\r\n    to { opacity: 1; transform: translateX(0); }\r\n  }\r\n\r\n  .animate-fade-left { animation: wpFadeLeft 1s ease-out forwards; }\r\n  .animate-fade-right { animation: wpFadeRight 1s ease-out forwards; }\r\n  .animate-card-1 { animation: wpFadeUp 1s ease-out 0.2s forwards; opacity: 0; }\r\n  .animate-card-2 { animation: wpFadeUp 1s ease-out 0.4s forwards; opacity: 0; }\r\n\r\n  \/* Gold framing accent layout behind images with dynamic hover interactions *\/\r\n  .wp-img-frame {\r\n    position: relative;\r\n    width: 100%;\r\n    height: 480px;\r\n    border-radius: 4px;\r\n    cursor: pointer;\r\n    box-sizing: border-box;\r\n  }\r\n  .wp-img-frame::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 15px;\r\n    left: -15px;\r\n    width: 100%;\r\n    height: 100%;\r\n    border: 3px solid #C0984B;\r\n    border-radius: 4px;\r\n    z-index: 1;\r\n    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s ease;\r\n  }\r\n  .wp-img-frame img {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    border-radius: 4px;\r\n    position: relative;\r\n    z-index: 2;\r\n    box-shadow: 0 15px 35px rgba(13, 55, 100, 0.15);\r\n    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;\r\n  }\r\n  \r\n  \/* Interlocking image and frame hover effect *\/\r\n  .wp-img-frame:hover img {\r\n    transform: translate(-5px, -5px);\r\n    box-shadow: 0 20px 40px rgba(13, 55, 100, 0.22);\r\n  }\r\n  .wp-img-frame:hover ::before {\r\n    transform: translate(5px, 5px);\r\n    border-color: #0D3764;\r\n  }\r\n\r\n  \/* Cards Row Setup with Interactive Hover Styling *\/\r\n  .wp-cards-row {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    gap: 30px;\r\n  }\r\n  \r\n  .wp-card {\r\n    flex: 1 1 450px;\r\n    background: #ffffff;\r\n    padding: 40px;\r\n    border-radius: 4px;\r\n    border-top: 4px solid #C0984B;\r\n    box-shadow: 0 10px 30px rgba(0,0,0,0.03);\r\n    position: relative;\r\n    overflow: hidden;\r\n    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s ease, box-shadow 0.4s ease;\r\n  }\r\n\r\n  \/* Dynamic Header Alignment Wrapper for Icons *\/\r\n  .card-header-wrapper {\r\n    display: flex;\r\n    align-items: center;\r\n    margin-bottom: 15px;\r\n  }\r\n\r\n  \/* Hover Icon Mechanics *\/\r\n  .hover-icon {\r\n    width: 0;\r\n    height: 28px;\r\n    opacity: 0;\r\n    transition: width 0.4s ease, opacity 0.3s ease, margin 0.4s ease;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    flex-shrink: 0;\r\n  }\r\n\r\n  .hover-icon svg {\r\n    width: 24px;\r\n    height: 24px;\r\n    fill: #0D3764;\r\n  }\r\n\r\n  \/* --- Edge Line Animation Effects --- *\/\r\n  \/* Top and Bottom Line Elements *\/\r\n  .wp-card::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n    border-top: 2px solid #0D3764;\r\n    border-bottom: 2px solid #0D3764;\r\n    transform: scaleX(0);\r\n    transition: transform 0.4s ease;\r\n    z-index: 5;\r\n    pointer-events: none;\r\n  }\r\n  \r\n  \/* Left and Right Line Elements *\/\r\n  .wp-card::after {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n    border-left: 2px solid #0D3764;\r\n    border-right: 2px solid #0D3764;\r\n    transform: scaleY(0);\r\n    transition: transform 0.4s ease;\r\n    z-index: 5;\r\n    pointer-events: none;\r\n  }\r\n\r\n  \/* Triggered Interaction States *\/\r\n  .wp-card:hover {\r\n    transform: translateY(-8px);\r\n    border-top-color: #0D3764;\r\n    box-shadow: 0 18px 40px rgba(13, 55, 100, 0.08);\r\n  }\r\n\r\n  .wp-card:hover::before {\r\n    transform: scaleX(1);\r\n  }\r\n\r\n  .wp-card:hover::after {\r\n    transform: scaleY(1);\r\n  }\r\n\r\n  .wp-card:hover .hover-icon {\r\n    width: 35px;\r\n    opacity: 1;\r\n    margin-right: 8px;\r\n  }\r\n\r\n  \/* Enhanced Responsive Mobile Alignment Rules *\/\r\n  @media (max-width: 991px) {\r\n    .wp-grid {\r\n      gap: 40px;\r\n      margin-bottom: 50px;\r\n    }\r\n    .wp-img-frame {\r\n      height: 400px;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 768px) {\r\n    .wp-about-section {\r\n      padding: 15px;\r\n      margin: 20px auto;\r\n    }\r\n    .wp-grid { \r\n      display: flex;\r\n      flex-direction: column !important; \/* Forces layout strictness *\/\r\n      text-align: center; \r\n      gap: 30px;\r\n      margin-bottom: 40px;\r\n    }\r\n    .wp-col-img { \r\n      order: 1 !important; \/* Re-ordered here so image goes BELOW text on mobile, eliminating intermediate empty space gaps *\/\r\n      width: 100%; \r\n      padding-left: 15px; \/* Compenses for left decorative gold border layout offset *\/\r\n      box-sizing: border-box;\r\n    }\r\n    .wp-col-text {\r\n      width: 100%;\r\n    }\r\n    .wp-img-frame { \r\n      height: 340px; \r\n      max-width: calc(100% - 15px);\r\n      margin: 0 auto;\r\n    }\r\n    .wp-img-frame::before { \r\n      left: -12px; \r\n      top: 12px; \r\n    }\r\n    .wp-col-text:hover { \r\n      transform: none; \r\n    }\r\n    .card-header-wrapper { \r\n      justify-content: center; \r\n    }\r\n    .wp-card {\r\n      padding: 30px 20px;\r\n    }\r\n    \/* Forces hover state elements on mobile for a continuous clean visual *\/\r\n    .wp-card .hover-icon {\r\n      width: 30px;\r\n      opacity: 1;\r\n      margin-right: 8px;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 480px) {\r\n    .wp-grid {\r\n      gap: 25px;\r\n    }\r\n    .wp-img-frame {\r\n      height: 260px;\r\n    }\r\n    h1[style*=\"font-size: 2.8rem\"] {\r\n      font-size: 2rem !important;\r\n    }\r\n    h2[style*=\"font-size: 1.8rem\"] {\r\n      font-size: 1.5rem !important;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"wp-about-section\">\r\n  \r\n  <div class=\"wp-grid\">\r\n    \r\n    <div class=\"wp-col-text animate-fade-left\">\r\n      <p style=\"font-family: 'Inter', sans-serif; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 2px; color: #C0984B; font-weight: 600; margin-bottom: 12px;\">\r\n        Compassion in Every Step. Dignity in Every Life.\r\n      <\/p>\r\n      <h1 style=\"font-family: 'Marcellus', serif; font-size: 2.8rem; color: #0D3764; line-height: 1.2; margin: 0 0 24px 0; font-weight: normal;\">\r\n        A Place Where Care Feels Like Home\r\n      <\/h1>\r\n      <p style=\"font-family: 'Inter', sans-serif; color: #5A6B7C; font-size: 1.05rem; line-height: 1.7; margin-bottom: 20px;\">\r\n        Aaraike Old Age Home is the result of over 33 years of experience in serving those less fortunate through a not-for-profit foundation known as ACES (Ambigara Chowdaiah Education Society).\r\n      <\/p>\r\n      <p style=\"font-family: 'Inter', sans-serif; color: #5A6B7C; font-size: 1.05rem; line-height: 1.7; margin-bottom: 20px;\">\r\n        ACES was founded in 1993 by Prakash M Ambigar and catered to orphans, the destitute, and people with mental disabilities. Working tirelessly for the upliftment of the disenfranchised, Prakash Ambigar believed that any betterment of their conditions must begin with shelter and food.\r\n      <\/p>\r\n      <p style=\"font-family: 'Inter', sans-serif; color: #5A6B7C; font-size: 1.05rem; line-height: 1.7; margin-bottom: 0;\">\r\n        Mallikarjun P Ambigar, Prakash Ambigar\u2019s son, grew up internalizing his father\u2019s service mindset and now carries forward the legacy established by his father. By providing senior citizens with a place they can spend their golden years, Mr. Mallikarjun seeks to provide comfort, companionship, and care to those who might otherwise not have these in their lives.\r\n\r\n\r\n      <\/p>\r\n    <\/div>\r\n    \r\n    <div class=\"wp-col-img animate-fade-right\">\r\n      <div class=\"wp-img-frame\">\r\n        <img decoding=\"async\" src=\"https:\/\/ambigarfoundation.in\/wp-content\/uploads\/2026\/06\/imgi_90_ChatGPT-Image-Jun-17-2026-01_23_37-PM-1024x819-1.png\" alt=\"Ambigar Foundation\">\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n  <div class=\"wp-cards-row\">\r\n    \r\n    <div class=\"wp-card animate-card-1\">\r\n      <p style=\"font-family: 'Inter', sans-serif; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1.5px; color: #C0984B; font-weight: 600; margin-bottom: 10px;\">\r\n        Our Vision\r\n      <\/p>\r\n      \r\n      <div class=\"card-header-wrapper\">\r\n        <div class=\"hover-icon\">\r\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z\"\/><\/svg>\r\n        <\/div>\r\n        <h2 style=\"font-family: 'Marcellus', serif; font-size: 1.8rem; color: #0D3764; margin: 0; font-weight: normal;\">\r\n          Building a Compassionate Future\r\n        <\/h2>\r\n      <\/div>\r\n      \r\n      <p style=\"font-family: 'Inter', sans-serif; color: #5A6B7C; font-size: 1rem; line-height: 1.6; margin: 0;\">\r\n        To create a society where every individual, regardless of age or ability, experiences dignity, care, and equal opportunities in a safe and nurturing environment.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"wp-card animate-card-2\">\r\n      <p style=\"font-family: 'Inter', sans-serif; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1.5px; color: #C0984B; font-weight: 600; margin-bottom: 10px;\">\r\n        Our Mission\r\n      <\/p>\r\n      \r\n      <div class=\"card-header-wrapper\">\r\n        <div class=\"hover-icon\">\r\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17.93c-3.95-.49-7-3.54-7.49-7.49H9v-2H5.51c.49-3.95 3.54-7 7.49-7.49V7h2v-3.51c3.95.49 7 3.54 7.49 7.49H19v2h3.49c-.49 3.95-3.54 7-7.49 7.49V17h-2v2.93z\"\/><\/svg>\r\n        <\/div>\r\n        <h2 style=\"font-family: 'Marcellus', serif; font-size: 1.8rem; color: #0D3764; margin: 0; font-weight: normal;\">\r\n          Serving with Purpose\r\n        <\/h2>\r\n      <\/div>\r\n      \r\n      <p style=\"font-family: 'Inter', sans-serif; color: #5A6B7C; font-size: 1rem; line-height: 1.6; margin: 0;\">\r\n        Our mission is to enrich lives by providing compassionate care, quality living, nutritious food, healthcare support, and community welfare initiatives while fostering independence, respect, and a sense of belonging.\r\n      <\/p>\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-ka-cursor-size=\"1\" class=\"elementor-element elementor-element-2eb3590 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"2eb3590\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;kng_cursor_interaction&quot;:&quot;default&quot;,&quot;kng_cursor_magnetic&quot;:&quot;none&quot;,&quot;kng_cursor_size_multiplier&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]}}\">\n\t\t\t\t<div data-ka-cursor-size=\"1\" class=\"elementor-element elementor-element-48d8d77 elementor-widget elementor-widget-html\" data-id=\"48d8d77\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;kng_cursor_interaction&quot;:&quot;default&quot;,&quot;kng_cursor_magnetic&quot;:&quot;none&quot;,&quot;kng_cursor_size_multiplier&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]}}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n  \/* Core Values Section Layout *\/\r\n  .wp-values-section {\r\n    max-width: 1300px;\r\n    margin: 0px auto;\r\n    padding: 20px;\r\n    background-color: #F9FBFC;\r\n    box-sizing: border-box;\r\n    font-family: 'Inter', sans-serif;\r\n  }\r\n\r\n  .wp-values-header {\r\n    text-align: center;\r\n    margin-bottom: 50px;\r\n  }\r\n\r\n  .wp-values-grid {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    gap: 20px;\r\n    justify-content: center;\r\n  }\r\n\r\n  .wp-value-card {\r\n    flex: 1 1 220px;\r\n    background: #ffffff;\r\n    padding: 35px 25px;\r\n    border-radius: 4px;\r\n    text-align: center;\r\n    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.02);\r\n    position: relative;\r\n    border-bottom: 3px solid transparent;\r\n    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s ease, box-shadow 0.4s ease;\r\n  }\r\n\r\n  \/* Structural Hover Effects matching the main layout theme *\/\r\n  .wp-value-card:hover {\r\n    transform: translateY(-8px);\r\n    border-color: #C0984B;\r\n    box-shadow: 0 15px 35px rgba(13, 55, 100, 0.08);\r\n  }\r\n\r\n  \/* Decorative minimal indicator icon circle *\/\r\n  .wp-value-icon-wrap {\r\n    width: 50px;\r\n    height: 50px;\r\n    background-color: rgba(192, 152, 75, 0.08);\r\n    border-radius: 50%;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    margin: 0 auto 20px auto;\r\n    transition: background-color 0.4s ease;\r\n  }\r\n\r\n  .wp-value-card:hover .wp-value-icon-wrap {\r\n    background-color: #0D3764;\r\n  }\r\n\r\n  .wp-value-icon-wrap svg {\r\n    width: 22px;\r\n    height: 22px;\r\n    fill: #C0984B;\r\n    transition: fill 0.4s ease;\r\n  }\r\n\r\n  .wp-value-card:hover .wp-value-icon-wrap svg {\r\n    fill: #ffffff;\r\n  }\r\n\r\n  \/* Keyframe Sequential Timed Entry animations *\/\r\n  @keyframes wpValueFadeUp {\r\n    from { opacity: 0; transform: translateY(25px); }\r\n    to { opacity: 1; transform: translateY(0); }\r\n  }\r\n\r\n  .animate-val-1 { animation: wpValueFadeUp 0.8s ease-out 0.1s forwards; opacity: 0; }\r\n  .animate-val-2 { animation: wpValueFadeUp 0.8s ease-out 0.2s forwards; opacity: 0; }\r\n  .animate-val-3 { animation: wpValueFadeUp 0.8s ease-out 0.3s forwards; opacity: 0; }\r\n  .animate-val-4 { animation: wpValueFadeUp 0.8s ease-out 0.4s forwards; opacity: 0; }\r\n  .animate-val-5 { animation: wpValueFadeUp 0.8s ease-out 0.5s forwards; opacity: 0; }\r\n\r\n  \/* Fully Responsive Breakpoints matching existing project media queries *\/\r\n  @media (max-width: 991px) {\r\n    .wp-value-card {\r\n      flex: 1 1 260px;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 768px) {\r\n    .wp-values-section {\r\n      margin: 40px auto;\r\n      padding: 15px;\r\n    }\r\n    .wp-values-header {\r\n      margin-bottom: 35px;\r\n    }\r\n    .wp-values-grid {\r\n      gap: 15px;\r\n    }\r\n    .wp-value-card {\r\n      padding: 30px 20px;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"wp-values-section\">\r\n  \r\n  <div class=\"wp-values-header\">\r\n    <p style=\"font-family: 'Inter', sans-serif; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1.5px; color: #C0984B; font-weight: 600; margin-bottom: 10px;\">\r\n      What Drives Us\r\n    <\/p>\r\n    <h2 style=\"font-family: 'Marcellus', serif; font-size: 2.4rem; color: #0D3764; margin: 0; font-weight: normal;\">\r\n      Our Core Values\r\n    <\/h2>\r\n  <\/div>\r\n\r\n  <div class=\"wp-values-grid\">\r\n\r\n    <div class=\"wp-value-card animate-val-1\">\r\n      <div class=\"wp-value-icon-wrap\">\r\n        <svg viewBox=\"0 0 24 24\"><path d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\/><\/svg>\r\n      <\/div>\r\n      <h3 style=\"font-family: 'Marcellus', serif; font-size: 1.4rem; color: #0D3764; margin: 0 0 12px 0; font-weight: normal;\">\r\n        Compassion\r\n      <\/h3>\r\n      <p style=\"font-family: 'Inter', sans-serif; color: #5A6B7C; font-size: 0.95rem; line-height: 1.5; margin: 0;\">\r\n        We care with empathy, kindness, and genuine concern for every individual.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"wp-value-card animate-val-2\">\r\n      <div class=\"wp-value-icon-wrap\">\r\n        <svg viewBox=\"0 0 24 24\"><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>\r\n      <\/div>\r\n      <h3 style=\"font-family: 'Marcellus', serif; font-size: 1.4rem; color: #0D3764; margin: 0 0 12px 0; font-weight: normal;\">\r\n        Respect\r\n      <\/h3>\r\n      <p style=\"font-family: 'Inter', sans-serif; color: #5A6B7C; font-size: 0.95rem; line-height: 1.5; margin: 0;\">\r\n        We honor the dignity, individuality, and rights of every person we serve.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"wp-value-card animate-val-3\">\r\n      <div class=\"wp-value-icon-wrap\">\r\n        <svg viewBox=\"0 0 24 24\"><path d=\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"\/><\/svg>\r\n      <\/div>\r\n      <h3 style=\"font-family: 'Marcellus', serif; font-size: 1.4rem; color: #0D3764; margin: 0 0 12px 0; font-weight: normal;\">\r\n        Care\r\n      <\/h3>\r\n      <p style=\"font-family: 'Inter', sans-serif; color: #5A6B7C; font-size: 0.95rem; line-height: 1.5; margin: 0;\">\r\n        We create a warm, secure, and family-like environment where everyone feels at home.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"wp-value-card animate-val-4\">\r\n      <div class=\"wp-value-icon-wrap\">\r\n        <svg viewBox=\"0 0 24 24\"><path d=\"M2,22C2,22 3.33,13.54 10.77,10.61C10.15,8.83 10.23,6.77 11.23,5.07C13.43,1.33 18.2,1.05 20.27,1.18C20.4,3.25 20.12,8.02 16.38,10.22C14.68,11.22 12.62,11.3 10.84,10.68C7.91,18.12 1.34,21.84 1.34,21.84M17.41,8.03C19.14,7.02 19.33,3.95 19.33,3.95C19.33,3.95 16.26,4.14 15.25,5.87C14.39,7.35 14.77,9.1 15.25,9.66C15.74,10.13 16.54,9.5 17.41,8.03Z\"\/><\/svg>\r\n      <\/div>\r\n      <h3 style=\"font-family: 'Marcellus', serif; font-size: 1.4rem; color: #0D3764; margin: 0 0 12px 0; font-weight: normal;\">\r\n        Growth\r\n      <\/h3>\r\n      <p style=\"font-family: 'Inter', sans-serif; color: #5A6B7C; font-size: 0.95rem; line-height: 1.5; margin: 0;\">\r\n        We encourage physical, emotional, and social well-being through continuous support.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"wp-value-card animate-val-5\">\r\n      <div class=\"wp-value-icon-wrap\">\r\n        <svg viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg>\r\n      <\/div>\r\n      <h3 style=\"font-family: 'Marcellus', serif; font-size: 1.4rem; color: #0D3764; margin: 0 0 12px 0; font-weight: normal;\">\r\n        Excellence\r\n      <\/h3>\r\n      <p style=\"font-family: 'Inter', sans-serif; color: #5A6B7C; font-size: 0.95rem; line-height: 1.5; margin: 0;\">\r\n        We strive for the highest standards in care, service, and community impact.\r\n      <\/p>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-ka-cursor-size=\"1\" class=\"elementor-element elementor-element-1f91f26 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"1f91f26\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;kng_cursor_interaction&quot;:&quot;default&quot;,&quot;kng_cursor_magnetic&quot;:&quot;none&quot;,&quot;kng_cursor_size_multiplier&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]}}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-ka-cursor-size=\"1\" class=\"elementor-element elementor-element-b1bc315 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"b1bc315\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;kng_cursor_interaction&quot;:&quot;default&quot;,&quot;kng_cursor_magnetic&quot;:&quot;none&quot;,&quot;kng_cursor_size_multiplier&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]}}\">\n\t\t\t\t<div data-ka-cursor-size=\"1\" class=\"elementor-element elementor-element-2e9b318 elementor-widget elementor-widget-html\" data-id=\"2e9b318\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;kng_cursor_interaction&quot;:&quot;default&quot;,&quot;kng_cursor_magnetic&quot;:&quot;none&quot;,&quot;kng_cursor_size_multiplier&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]}}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Marcellus&family=Inter:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n\r\n*{\r\n    margin:0;\r\n    padding:0;\r\n    box-sizing:border-box;\r\n}\r\n\r\n.leadership-section{\r\n    padding:00px 0px;\r\n    background:transparent;\r\n}\r\n\r\n.leadership-container{\r\n    max-width:1350px;\r\n    margin:auto;\r\n}\r\n\r\n.leadership-header{\r\n    text-align:center;\r\n    margin-bottom:50px;\r\n}\r\n\r\n.leadership-header span{\r\n    color:#C0984B;\r\n    font-size:15px;\r\n    font-weight:700;\r\n    letter-spacing:8px;\r\n    text-transform:uppercase;\r\n    font-family:'Inter',sans-serif;\r\n}\r\n\r\n.leadership-header h2{\r\n    font-family:'Marcellus',serif;\r\n    font-size:40px;\r\n    color:#1E3A5F;\r\n    margin-top:18px;\r\n    line-height:1.2;\r\n}\r\n\r\n.leadership-grid{\r\n    display:grid;\r\n    grid-template-columns:repeat(2,1fr);\r\n    gap:35px;\r\n}\r\n\r\n.leadership-card{\r\n    background:#fff;\r\n    border-radius:28px;\r\n    padding:30px;\r\n    border:1px solid rgba(0,0,0,.06);\r\n    box-shadow:0 20px 45px rgba(0,0,0,.06);\r\n    transition:.4s ease;\r\n    overflow:hidden;\r\n}\r\n\r\n.leadership-card:hover{\r\n    transform:translateY(-8px);\r\n    box-shadow:0 30px 60px rgba(0,0,0,.09);\r\n}\r\n\r\n.leader-image{\r\n    width:100%;\r\n    height:350px;\r\n    border-radius:24px;\r\n    overflow:hidden;\r\n    margin-bottom:25px;\r\n    position:relative;\r\n}\r\n\r\n.leader-image img{\r\n    width:100%;\r\n    height:100%;\r\n    object-fit:cover;\r\n    transition:.5s;\r\n}\r\n\r\n.leadership-card:hover .leader-image img{\r\n    transform:scale(1.05);\r\n}\r\n\r\n.leader-role{\r\n    position:absolute;\r\n    bottom:15px;\r\n    right:15px;\r\n    background:#C0984B;\r\n    color:#fff;\r\n    padding:8px 16px;\r\n    border-radius:10px;\r\n    font-size:13px;\r\n    font-weight:600;\r\n    font-family:'Inter',sans-serif;\r\n}\r\n\r\n.leader-name{\r\n    font-family:'Marcellus',serif;\r\n    font-size:34px;\r\n    color:#1E3A5F;\r\n    margin-bottom:18px;\r\n}\r\n\r\n.leader-desc{\r\n    font-family:'Inter',sans-serif;\r\n    font-size:16px;\r\n    line-height:2;\r\n    color:#666;\r\n}\r\n\r\n.leader-quote{\r\n    margin-top:28px;\r\n    padding:22px 24px;\r\n    background:linear-gradient(135deg,#FAF8F3,#ffffff);\r\n    border-left:4px solid #C0984B;\r\n    border-radius:16px;\r\n    font-family:'Marcellus',serif;\r\n    font-size:20px;\r\n    line-height:1.8;\r\n    color:#1E3A5F;\r\n}\r\n\r\n.leader-quote span{\r\n    font-size:28px;\r\n    color:#C0984B;\r\n    margin-right:8px;\r\n}\r\n\r\n@media(max-width:992px){\r\n\r\n    .leadership-grid{\r\n        grid-template-columns:1fr;\r\n    }\r\n\r\n    .leadership-header h2{\r\n        font-size:28px;\r\n    }\r\n\r\n}\r\n\r\n@media(max-width:768px){\r\n\r\n    .leader-image{\r\n        height:280px;\r\n    }\r\n\r\n    .leader-name{\r\n        font-size:22px;\r\n    }\r\n\r\n    .leader-quote{\r\n        font-size:15px;\r\n    }\r\n\r\n}\r\n\r\n<\/style>\r\n\r\n<section class=\"leadership-section\">\r\n\r\n<div class=\"leadership-container\">\r\n\r\n<div class=\"leadership-header\">\r\n    <span>Our Leadership<\/span>\r\n    <h2>The Vision Behind Ambigar Foundation<\/h2>\r\n<\/div>\r\n\r\n<div class=\"leadership-grid\">\r\n\r\n    <!-- Founder -->\r\n\r\n    <div class=\"leadership-card\">\r\n\r\n        <div class=\"leader-image\">\r\n            <img decoding=\"async\" src=\"https:\/\/ambigarfoundation.in\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-06-25-at-20.45.01.jpeg\" alt=\"\">\r\n            <div class=\"leader-role\">Founder & Visionary<\/div>\r\n        <\/div>\r\n\r\n        <h3 class=\"leader-name\">Prakash M Ambigar<\/h3>\r\n\r\n        <p class=\"leader-desc\">\r\n            Prakash M. Ambigar devoted his life to serving society through compassion, community welfare, and humanitarian initiatives. His dedication to helping vulnerable individuals laid the foundation for the values that continue to guide Dignity Senior Community today.<br>\r\n\r\n            He believed that every individual deserves comfort, dignity, respect, and compassionate support regardless of age or circumstance. His vision of creating a caring and inclusive environment remains the cornerstone of our approach to senior living and caregiving services.<br>\r\n\r\n            The legacy of service and integrity established by him continues to inspire every aspect of our commitment to elderly care and community well-being.\r\n        <\/p>\r\n\r\n        <div class=\"leader-quote\">\r\n            <span>\u275d<\/span>\r\n            Honest service is virtuous work \u2014 a legacy built on compassion and dignity.\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <!-- President -->\r\n\r\n    <div class=\"leadership-card\">\r\n\r\n        <div class=\"leader-image\">\r\n            <img decoding=\"async\" src=\"https:\/\/ambigarfoundation.in\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-06-25-at-19.14.20.jpeg\" alt=\"\">\r\n            <div class=\"leader-role\">President \u2013 Ambigar Foundation<\/div>\r\n        <\/div>\r\n\r\n        <h3 class=\"leader-name\">Mallikarjun P Ambigar<\/h3>\r\n\r\n        <p class=\"leader-desc\">\r\n            Carrying forward a remarkable legacy of service, Mallikarjun P. Ambigar has dedicated himself to strengthening initiatives that positively impact lives and communities. With a deep commitment to senior care and social responsibility, he envisioned Dignity Senior Community as a place where seniors receive not only professional support but also companionship, emotional well-being, and a genuine sense of belonging. His vision is built on the belief that every individual deserves to age with dignity, respect, and the comfort of a caring environment.<br>\r\n\r\nUnder his leadership, Dignity Senior Community has grown into a trusted destination for families seeking compassionate caregiving, assisted living, dementia care, post-surgery recovery, geriatric support, and personalized elderly care services. By combining professional healthcare assistance with warmth, empathy, and family values, he has fostered a community where seniors feel safe, valued, and truly at home. His continued commitment to excellence, personalized care, and holistic well-being ensures that every resident enjoys a fulfilling lifestyle while receiving the highest standards of care and support.\r\n        <\/p>\r\n\r\n        <div class=\"leader-quote\">\r\n            <span>\u275d<\/span>\r\n            True care begins when we treat every elder like family.\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n<\/section>\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 data-ka-cursor-size=\"1\" class=\"elementor-element elementor-element-6cc8061 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"6cc8061\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;kng_cursor_interaction&quot;:&quot;default&quot;,&quot;kng_cursor_magnetic&quot;:&quot;none&quot;,&quot;kng_cursor_size_multiplier&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]}}\">\n\t\t\t\t<div data-ka-cursor-size=\"1\" class=\"elementor-element elementor-element-12b9e8b elementor-widget elementor-widget-html\" data-id=\"12b9e8b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;kng_cursor_interaction&quot;:&quot;default&quot;,&quot;kng_cursor_magnetic&quot;:&quot;none&quot;,&quot;kng_cursor_size_multiplier&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]}}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n  \/* Root Section Frame Layout *\/\r\n  .wp-interactive-section {\r\n    max-width: 1300px;\r\n    margin: 80px auto;\r\n    padding: 40px 20px;\r\n    background-color: #F9FBFC;\r\n    box-sizing: border-box;\r\n    font-family: 'Inter', sans-serif;\r\n  }\r\n\r\n  .wp-interactive-grid {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    gap: 50px;\r\n    align-items: center;\r\n  }\r\n\r\n  \/* Left Master Selection Column *\/\r\n  .wp-interactive-nav {\r\n    flex: 1 1 450px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 12px;\r\n  }\r\n\r\n  \/* Right Screen Display Presenter *\/\r\n  .wp-interactive-display {\r\n    flex: 1 1 500px;\r\n    background: #ffffff;\r\n    min-height: 420px; \/* Slight lift to prevent layout shifting *\/\r\n    padding: 50px;\r\n    border-radius: 30px; \/* Updated to 30px *\/\r\n    position: relative;\r\n    box-shadow: 0 20px 50px rgba(13, 55, 100, 0.04);\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center;\r\n    box-sizing: border-box;\r\n    overflow: hidden;\r\n  }\r\n\r\n  \/* Rotating Background Square Animation Design *\/\r\n  .wp-interactive-display::after {\r\n    content: '';\r\n    position: absolute;\r\n    top: -10%;\r\n    right: -10%;\r\n    width: 250px;\r\n    height: 250px;\r\n    border: 2px dashed rgba(192, 152, 75, 0.15);\r\n    border-radius: 40px;\r\n    pointer-events: none;\r\n    z-index: 1;\r\n    animation: wpRotateSquare 25s linear infinite;\r\n  }\r\n\r\n  @keyframes wpRotateSquare {\r\n    0% { transform: rotate(0deg); }\r\n    100% { transform: rotate(360deg); }\r\n  }\r\n\r\n  \/* Decorative Backing Geometry Graphic *\/\r\n  .wp-interactive-display::before {\r\n    content: '\u2714';\r\n    position: absolute;\r\n    bottom: -40px;\r\n    right: -10px;\r\n    font-size: 16rem;\r\n    color: rgba(192, 152, 75, 0.03);\r\n    font-family: 'Inter', sans-serif;\r\n    line-height: 1;\r\n    pointer-events: none;\r\n    z-index: 1;\r\n  }\r\n\r\n  \/* Interactive List Item Toggles *\/\r\n  .wp-nav-item {\r\n    padding: 18px 24px;\r\n    background: transparent;\r\n    border: none;\r\n    text-align: left;\r\n    cursor: pointer;\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 16px;\r\n    border-left: 3px solid rgba(13, 55, 100, 0.1);\r\n    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);\r\n    box-sizing: border-box; \/* Fixes hover jumping *\/\r\n  }\r\n\r\n  .wp-nav-text {\r\n    font-family: 'Marcellus', serif;\r\n    font-size: 1.25rem;\r\n    color: #5A6B7C;\r\n    transition: color 0.3s ease, transform 0.3s ease;\r\n    display: inline-block;\r\n  }\r\n\r\n  .wp-nav-dot {\r\n    width: 6px;\r\n    height: 6px;\r\n    background-color: #C0984B;\r\n    border-radius: 50%;\r\n    opacity: 0;\r\n    transform: scale(0);\r\n    transition: transform 0.3s ease, opacity 0.3s ease;\r\n    flex-shrink: 0;\r\n  }\r\n\r\n  \/* Content Panel Display Blocks *\/\r\n  .wp-content-panel {\r\n    position: absolute;\r\n    top: 50%;\r\n    left: 10%; \/* Explicit left positioning to ensure stable, un-cropped alignment *\/\r\n    width: 80%;\r\n    transform: translateY(-40%);\r\n    opacity: 0;\r\n    visibility: hidden;\r\n    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s ease, visibility 0.3s;\r\n    text-align: left;\r\n    box-sizing: border-box;\r\n    z-index: 2; \/* Keeps text above background design elements *\/\r\n  }\r\n\r\n  \/* Content Panel Icon Settings *\/\r\n  .wp-panel-icon {\r\n    width: 44px;\r\n    height: 44px;\r\n    fill: #C0984B;\r\n    margin-bottom: 20px;\r\n    display: block;\r\n  }\r\n\r\n  \/* Dynamic Active States Managed seamlessly via CSS triggers on parent hover maps *\/\r\n  \/* Fallback defaults container displays first item natively *\/\r\n  #panel-1 { opacity: 1; visibility: visible; transform: translateY(-50%); }\r\n  #item-1 { border-left-color: #C0984B; background: #ffffff; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }\r\n  #item-1 .wp-nav-text { color: #0D3764; font-weight: bold; transform: translateX(5px); }\r\n  #item-1 .wp-nav-dot { opacity: 1; transform: scale(1); }\r\n\r\n  \/* Interactive Hover Routing *\/\r\n  .wp-interactive-nav:hover .wp-nav-item {\r\n    border-left-color: rgba(13, 55, 100, 0.1);\r\n    background: transparent;\r\n    box-shadow: none;\r\n  }\r\n  .wp-interactive-nav:hover .wp-nav-text { color: #5A6B7C; font-weight: normal; transform: translateX(0); }\r\n  .wp-interactive-nav:hover .wp-nav-dot { opacity: 0; transform: scale(0); }\r\n  \r\n  \/* FIXED OVERLAP FIX: Only turns off default panel-1 if moving away to items 2 through 7 *\/\r\n  .wp-interactive-grid:has(.wp-interactive-nav:hover):not(:has(#item-1:hover)) #panel-1 { \r\n    opacity: 0 !important; \r\n    visibility: hidden !important; \r\n    transform: translateY(-40%) !important; \r\n  }\r\n\r\n  \/* Specific mapping functions for real-time swap displays without structural scripting delays *\/\r\n  .wp-nav-item:hover {\r\n    border-left-color: #C0984B !important;\r\n    background: #ffffff !important;\r\n    box-shadow: 0 4px 15px rgba(0,0,0,0.02) !important;\r\n  }\r\n  .wp-nav-item:hover .wp-nav-text { color: #0D3764 !important; transform: translateX(5px) !important; }\r\n  .wp-nav-item:hover .wp-nav-dot { opacity: 1 !important; transform: scale(1) !important; }\r\n\r\n  \/* Target panel rendering overrides *\/\r\n  .wp-interactive-grid:has(#item-1:hover) #panel-1 { opacity: 1 !important; visibility: visible !important; transform: translateY(-50%) !important; }\r\n  .wp-interactive-grid:has(#item-2:hover) #panel-2 { opacity: 1 !important; visibility: visible !important; transform: translateY(-50%) !important; }\r\n  .wp-interactive-grid:has(#item-3:hover) #panel-3 { opacity: 1 !important; visibility: visible !important; transform: translateY(-50%) !important; }\r\n  .wp-interactive-grid:has(#item-4:hover) #panel-4 { opacity: 1 !important; visibility: visible !important; transform: translateY(-50%) !important; }\r\n  .wp-interactive-grid:has(#item-5:hover) #panel-5 { opacity: 1 !important; visibility: visible !important; transform: translateY(-50%) !important; }\r\n  .wp-interactive-grid:has(#item-6:hover) #panel-6 { opacity: 1 !important; visibility: visible !important; transform: translateY(-50%) !important; }\r\n  .wp-interactive-grid:has(#item-7:hover) #panel-7 { opacity: 1 !important; visibility: visible !important; transform: translateY(-50%) !important; }\r\n\r\n  \/* Responsive Adjustments *\/\r\n  @media (max-width: 991px) {\r\n    .wp-interactive-grid {\r\n      flex-direction: column;\r\n      align-items: stretch;\r\n      gap: 0;\r\n    }\r\n    \/* Completely removes the right big card layout element on tablet\/mobile views *\/\r\n    .wp-interactive-display {\r\n      display: none !important;\r\n    }\r\n    .wp-content-panel {\r\n      position: relative;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      transform: none !important;\r\n      display: none;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 768px) {\r\n    .wp-interactive-section {\r\n      margin: 40px auto;\r\n      padding: 20px 15px;\r\n    }\r\n    .wp-interactive-nav {\r\n      flex: 1 1 100%;\r\n    }\r\n    .wp-nav-item {\r\n      padding: 14px 18px;\r\n    }\r\n    .wp-nav-text {\r\n      font-size: 1.1rem;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"wp-interactive-section\">\r\n  \r\n  <div style=\"text-align: center; margin-bottom: 50px;\">\r\n    <p style=\"font-family: 'Inter', sans-serif; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1.5px; color: #C0984B; font-weight: 600; margin-bottom: 10px;\">\r\n      Why Choose Ambigar Foundation?\r\n    <\/p>\r\n    <h2 style=\"font-family: 'Marcellus', serif; font-size: 2.4rem; color: #0D3764; margin: 0; font-weight: normal;\">\r\n      Where Compassion Meets Excellence\r\n    <\/h2>\r\n  <\/div>\r\n\r\n  <div class=\"wp-interactive-grid\">\r\n    \r\n    <div class=\"wp-interactive-nav\">\r\n      <div class=\"wp-nav-item\" id=\"item-1\">\r\n        <div class=\"wp-nav-dot\"><\/div>\r\n        <span class=\"wp-nav-text\">Compassionate Care<\/span>\r\n      <\/div>\r\n      <div class=\"wp-nav-item\" id=\"item-2\">\r\n        <div class=\"wp-nav-dot\"><\/div>\r\n        <span class=\"wp-nav-text\">Safe & Comfortable Living<\/span>\r\n      <\/div>\r\n      <div class=\"wp-nav-item\" id=\"item-3\">\r\n        <div class=\"wp-nav-dot\"><\/div>\r\n        <span class=\"wp-nav-text\">Nutritious Home-Style Meals<\/span>\r\n      <\/div>\r\n      <div class=\"wp-nav-item\" id=\"item-4\">\r\n        <div class=\"wp-nav-dot\"><\/div>\r\n        <span class=\"wp-nav-text\">Healthcare & Wellness<\/span>\r\n      <\/div>\r\n      <div class=\"wp-nav-item\" id=\"item-5\">\r\n        <div class=\"wp-nav-dot\"><\/div>\r\n        <span class=\"wp-nav-text\">Community & Social Engagement<\/span>\r\n      <\/div>\r\n      <div class=\"wp-nav-item\" id=\"item-6\">\r\n        <div class=\"wp-nav-dot\"><\/div>\r\n        <span class=\"wp-nav-text\">Experienced & Dedicated Team<\/span>\r\n      <\/div>\r\n      <div class=\"wp-nav-item\" id=\"item-7\">\r\n        <div class=\"wp-nav-dot\"><\/div>\r\n        <span class=\"wp-nav-text\">Trusted Service with Integrity<\/span>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"wp-interactive-display\">\r\n      \r\n      <div class=\"wp-content-panel\" id=\"panel-1\">\r\n        <svg class=\"wp-panel-icon\" viewBox=\"0 0 24 24\"><path d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\/><\/svg>\r\n        <h3 style=\"font-family: 'Marcellus', serif; font-size: 1.8rem; color: #0D3764; margin: 0 0 15px 0; font-weight: normal;\">Compassionate Care<\/h3>\r\n        <p style=\"font-family: 'Inter', sans-serif; color: #5A6B7C; font-size: 1.05rem; line-height: 1.7; margin: 0;\">\r\n          Providing personalized support with kindness, dignity, and respect. Every individual receives our full heart and complete attention.\r\n        <\/p>\r\n      <\/div>\r\n\r\n      <div class=\"wp-content-panel\" id=\"panel-2\">\r\n        <svg class=\"wp-panel-icon\" viewBox=\"0 0 24 24\"><path d=\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"\/><\/svg>\r\n        <h3 style=\"font-family: 'Marcellus', serif; font-size: 1.8rem; color: #0D3764; margin: 0 0 15px 0; font-weight: normal;\">Safe & Comfortable Living<\/h3>\r\n        <p style=\"font-family: 'Inter', sans-serif; color: #5A6B7C; font-size: 1.05rem; line-height: 1.7; margin: 0;\">\r\n          A secure, peaceful, and welcoming environment that truly feels like home. Designed for complete peace of mind and pristine comfort.\r\n        <\/p>\r\n      <\/div>\r\n\r\n      <div class=\"wp-content-panel\" id=\"panel-3\">\r\n        <svg class=\"wp-panel-icon\" viewBox=\"0 0 24 24\"><path d=\"M11 9H9V2H7v7H5V2H3v7c0 2.12 1.66 3.84 3.75 3.97V22h2.5v-9.03C11.34 12.84 13 11.12 13 9V2h-2v7zm5-3v8h2.5v8h2.5V2c-2.76 0-5 2.24-5 4z\"\/><\/svg>\r\n        <h3 style=\"font-family: 'Marcellus', serif; font-size: 1.8rem; color: #0D3764; margin: 0 0 15px 0; font-weight: normal;\">Nutritious Home-Style Meals<\/h3>\r\n        <p style=\"font-family: 'Inter', sans-serif; color: #5A6B7C; font-size: 1.05rem; line-height: 1.7; margin: 0;\">\r\n          Fresh, balanced, and hygienically prepared meals served every single day, matching dietary health requirements with home-style culinary warmth.\r\n        <\/p>\r\n      <\/div>\r\n\r\n      <div class=\"wp-content-panel\" id=\"panel-4\">\r\n        <svg class=\"wp-panel-icon\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.1 0-1.99.9-1.99 2L3 19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10h-4v4h-2v-4H7v-2h4V7h2v4h4v2z\"\/><\/svg>\r\n        <h3 style=\"font-family: 'Marcellus', serif; font-size: 1.8rem; color: #0D3764; margin: 0 0 15px 0; font-weight: normal;\">Healthcare & Wellness<\/h3>\r\n        <p style=\"font-family: 'Inter', sans-serif; color: #5A6B7C; font-size: 1.05rem; line-height: 1.7; margin: 0;\">\r\n          Regular health monitoring and dedicated wellness programs to ensure a healthier, more vibrant, and thoroughly stable lifestyle.\r\n        <\/p>\r\n      <\/div>\r\n\r\n      <div class=\"wp-content-panel\" id=\"panel-5\">\r\n        <svg class=\"wp-panel-icon\" viewBox=\"0 0 24 24\"><path d=\"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z\"\/><\/svg>\r\n        <h3 style=\"font-family: 'Marcellus', serif; font-size: 1.8rem; color: #0D3764; margin: 0 0 15px 0; font-weight: normal;\">Community & Social Engagement<\/h3>\r\n        <p style=\"font-family: 'Inter', sans-serif; color: #5A6B7C; font-size: 1.05rem; line-height: 1.7; margin: 0;\">\r\n          Encouraging meaningful relationships and social bonds through interactive recreational events, celebrations, and rich cultural activities.\r\n        <\/p>\r\n      <\/div>\r\n\r\n      <div class=\"wp-content-panel\" id=\"panel-6\">\r\n        <svg class=\"wp-panel-icon\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17.93c-3.95-.49-7-3.54-7.49-7.49H9v-2H5.51c.49-3.95 3.54-7 7.49-7.49V7h2v-3.51c3.95.49 7 3.54 7.49 7.49H19v2h3.49c-.49 3.95-3.54 7-7.49 7.49V17h-2v2.93z\"\/><\/svg>\r\n        <h3 style=\"font-family: 'Marcellus', serif; font-size: 1.8rem; color: #0D3764; margin: 0 0 15px 0; font-weight: normal;\">Experienced & Dedicated Team<\/h3>\r\n        <p style=\"font-family: 'Inter', sans-serif; color: #5A6B7C; font-size: 1.05rem; line-height: 1.7; margin: 0;\">\r\n          A deeply passionate team fully committed to delivering optimal care solutions, high safety protocols, and personalized round-the-clock attention.\r\n        <\/p>\r\n      <\/div>\r\n\r\n      <div class=\"wp-content-panel\" id=\"panel-7\">\r\n        <svg class=\"wp-panel-icon\" viewBox=\"0 0 24 24\"><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>\r\n        <h3 style=\"font-family: 'Marcellus', serif; font-size: 1.8rem; color: #0D3764; margin: 0 0 15px 0; font-weight: normal;\">Trusted Service with Integrity<\/h3>\r\n        <p style=\"font-family: 'Inter', sans-serif; color: #5A6B7C; font-size: 1.05rem; line-height: 1.7; margin: 0;\">\r\n          Building lasting relationships through deep-seated compassion, transparent operational metrics, and overall service excellence.\r\n        <\/p>\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-ka-cursor-size=\"1\" class=\"elementor-element elementor-element-50a54af e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"50a54af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;kng_cursor_interaction&quot;:&quot;default&quot;,&quot;kng_cursor_magnetic&quot;:&quot;none&quot;,&quot;kng_cursor_size_multiplier&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]}}\">\n\t\t\t\t<div data-ka-cursor-size=\"1\" class=\"elementor-element elementor-element-2513568 elementor-widget elementor-widget-html\" data-id=\"2513568\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;kng_cursor_interaction&quot;:&quot;default&quot;,&quot;kng_cursor_magnetic&quot;:&quot;none&quot;,&quot;kng_cursor_size_multiplier&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]}}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n  \/* Common Layout Rules *\/\r\n  .af-section-container {\r\n    max-width: 1300px;\r\n    margin: 40px auto 80px auto;\r\n    padding: 0 20px;\r\n    box-sizing: border-box;\r\n    font-family: 'Inter', sans-serif;\r\n  }\r\n\r\n  \/* --- WHAT WE OFFER SECTION --- *\/\r\n  .af-offers-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n    gap: 24px;\r\n    margin-top: 40px;\r\n  }\r\n\r\n  .af-offer-card {\r\n    background: #ffffff;\r\n    border-radius: 20px;\r\n    padding: 30px;\r\n    box-shadow: 0 10px 30px rgba(13, 55, 100, 0.03);\r\n    border: 1px solid rgba(13, 55, 100, 0.02);\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 15px;\r\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n  }\r\n\r\n  .af-offer-card:hover {\r\n    transform: translateY(-5px);\r\n    box-shadow: 0 15px 35px rgba(13, 55, 100, 0.07);\r\n  }\r\n\r\n  .af-card-icon-wrapper {\r\n    width: 50px;\r\n    height: 50px;\r\n    border-radius: 12px;\r\n    background: rgba(192, 152, 75, 0.1);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n  }\r\n\r\n  .af-card-icon {\r\n    width: 24px;\r\n    height: 24px;\r\n    fill: #C0984B;\r\n  }\r\n\r\n  .af-card-title {\r\n    font-family: 'Marcellus', serif;\r\n    font-size: 1.3rem;\r\n    color: #0D3764;\r\n    margin: 0;\r\n    font-weight: normal;\r\n    line-height: 1.4;\r\n  }\r\n\r\n  \/* --- CLOSING HERO SECTION --- *\/\r\n  .af-closing-banner {\r\n    background: #0D3764;\r\n    border-radius: 30px; \/* Matching the 30px radius specification *\/\r\n    padding: 60px 40px;\r\n    margin-top: 80px;\r\n    position: relative;\r\n    overflow: hidden;\r\n    text-align: center;\r\n    color: #ffffff;\r\n    box-shadow: 0 20px 40px rgba(13, 55, 100, 0.15);\r\n  }\r\n\r\n  \/* Geometric background decoration accents for premium feel *\/\r\n  .af-closing-banner::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: -50px;\r\n    left: -50px;\r\n    width: 200px;\r\n    height: 200px;\r\n    border: 2px dashed rgba(192, 152, 75, 0.15);\r\n    border-radius: 40px;\r\n    transform: rotate(15deg);\r\n    pointer-events: none;\r\n  }\r\n\r\n  .af-closing-banner::after {\r\n    content: '';\r\n    position: absolute;\r\n    bottom: -60px;\r\n    right: -60px;\r\n    width: 220px;\r\n    height: 220px;\r\n    border: 2px dashed rgba(192, 152, 75, 0.15);\r\n    border-radius: 50px;\r\n    transform: rotate(45deg);\r\n    pointer-events: none;\r\n  }\r\n\r\n  .af-closing-content {\r\n    max-width: 800px;\r\n    margin: 0 auto;\r\n    position: relative;\r\n    z-index: 2;\r\n  }\r\n\r\n  .af-closing-tag {\r\n    font-size: 0.85rem;\r\n    text-transform: uppercase;\r\n    letter-spacing: 2px;\r\n    color: #C0984B;\r\n    font-weight: 600;\r\n    margin-bottom: 15px;\r\n  }\r\n\r\n  .af-closing-title {\r\n    font-family: 'Marcellus', serif;\r\n    font-size: 2.4rem;\r\n    color: #ffffff;\r\n    margin: 0 0 20px 0;\r\n    font-weight: normal;\r\n    line-height: 1.3;\r\n  }\r\n\r\n  .af-closing-desc {\r\n    font-size: 1.1rem;\r\n    color: #A3B8CC;\r\n    line-height: 1.8;\r\n    margin: 0 0 40px 0;\r\n  }\r\n\r\n  .af-quote-box {\r\n    border-top: 1px solid rgba(192, 152, 75, 0.3);\r\n    padding-top: 30px;\r\n    margin-top: 20px;\r\n  }\r\n\r\n  .af-quote-text {\r\n    font-family: 'Marcellus', serif;\r\n    font-size: 1.4rem;\r\n    color: #C0984B;\r\n    font-style: italic;\r\n    line-height: 1.6;\r\n    margin: 0;\r\n  }\r\n\r\n  \/* Responsive Adjustments for Mobile Screens *\/\r\n  @media (max-width: 768px) {\r\n    .af-section-container {\r\n      margin-top: 20px;\r\n      margin-bottom: 40px;\r\n    }\r\n    .af-offers-grid {\r\n      grid-template-columns: 1fr; \/* Single column stack layout for perfect phone presentation *\/\r\n      gap: 16px;\r\n    }\r\n    .af-offer-card {\r\n      padding: 24px;\r\n    }\r\n    .af-closing-banner {\r\n      padding: 40px 20px;\r\n      border-radius: 20px; \/* Slightly softer curve on standard viewports *\/\r\n    }\r\n    .af-closing-title {\r\n      font-size: 1.8rem;\r\n    }\r\n    .af-closing-desc {\r\n      font-size: 1rem;\r\n    }\r\n    .af-quote-text {\r\n      font-size: 1.2rem;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"af-section-container\">\r\n  \r\n  <div style=\"text-align: center; margin-bottom: 40px;\">\r\n    <p style=\"font-family: 'Inter', sans-serif; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1.5px; color: #C0984B; font-weight: 600; margin-bottom: 10px;\">\r\n      Our Services\r\n    <\/p>\r\n    <h2 style=\"font-family: 'Marcellus', serif; font-size: 2.4rem; color: #0D3764; margin: 0; font-weight: normal;\">\r\n      What We Offer\r\n    <\/h2>\r\n  <\/div>\r\n\r\n  <div class=\"af-offers-grid\">\r\n    \r\n    <div class=\"af-offer-card\">\r\n      <div class=\"af-card-icon-wrapper\">\r\n        <svg class=\"af-card-icon\" viewBox=\"0 0 24 24\"><path d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\/><\/svg>\r\n      <\/div>\r\n      <h3 class=\"af-card-title\">Compassionate Senior Care<\/h3>\r\n    <\/div>\r\n\r\n    <div class=\"af-offer-card\">\r\n      <div class=\"af-card-icon-wrapper\">\r\n        <svg class=\"af-card-icon\" viewBox=\"0 0 24 24\"><path d=\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"\/><\/svg>\r\n      <\/div>\r\n      <h3 class=\"af-card-title\">Safe & Comfortable Accommodation<\/h3>\r\n    <\/div>\r\n\r\n    <div class=\"af-offer-card\">\r\n      <div class=\"af-card-icon-wrapper\">\r\n        <svg class=\"af-card-icon\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.1 0-1.99.9-1.99 2L3 19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10h-4v4h-2v-4H7v-2h4V7h2v4h4v2z\"\/><\/svg>\r\n      <\/div>\r\n      <h3 class=\"af-card-title\">Daily Healthcare & Wellness Support<\/h3>\r\n    <\/div>\r\n\r\n    <div class=\"af-offer-card\">\r\n      <div class=\"af-card-icon-wrapper\">\r\n        <svg class=\"af-card-icon\" viewBox=\"0 0 24 24\"><path d=\"M11 9H9V2H7v7H5V2H3v7c0 2.12 1.66 3.84 3.75 3.97V22h2.5v-9.03C11.34 12.84 13 11.12 13 9V2h-2v7zm5-3v8h2.5v8h2.5V2c-2.76 0-5 2.24-5 4z\"\/><\/svg>\r\n      <\/div>\r\n      <h3 class=\"af-card-title\">Fresh & Nutritious Home-Style Meals<\/h3>\r\n    <\/div>\r\n\r\n    <div class=\"af-offer-card\">\r\n      <div class=\"af-card-icon-wrapper\">\r\n        <svg class=\"af-card-icon\" viewBox=\"0 0 24 24\"><path d=\"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z\"\/><\/svg>\r\n      <\/div>\r\n      <h3 class=\"af-card-title\">Community Welfare Programs<\/h3>\r\n    <\/div>\r\n\r\n    <div class=\"af-offer-card\">\r\n      <div class=\"af-card-icon-wrapper\">\r\n        <svg class=\"af-card-icon\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17.93c-3.95-.49-7-3.54-7.49-7.49H9v-2H5.51c.49-3.95 3.54-7 7.49-7.49V7h2v-3.51c3.95.49 7 3.54 7.49 7.49H19v2h3.49c-.49 3.95-3.54 7-7.49 7.49V17h-2v2.93z\"\/><\/svg>\r\n      <\/div>\r\n      <h3 class=\"af-card-title\">Recreation & Social Engagement<\/h3>\r\n    <\/div>\r\n\r\n    <div class=\"af-offer-card\">\r\n      <div class=\"af-card-icon-wrapper\">\r\n        <svg class=\"af-card-icon\" viewBox=\"0 0 24 24\"><path d=\"M12 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9 7h-6v13h-2v-6h-2v6H9V9H3V7h18v2z\"\/><\/svg>\r\n      <\/div>\r\n      <h3 class=\"af-card-title\">Spiritual & Cultural Activities<\/h3>\r\n    <\/div>\r\n\r\n    <div class=\"af-offer-card\">\r\n      <div class=\"af-card-icon-wrapper\">\r\n        <svg class=\"af-card-icon\" viewBox=\"0 0 24 24\"><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>\r\n      <\/div>\r\n      <h3 class=\"af-card-title\">Personalized Assistance & Care<\/h3>\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n  <div class=\"af-closing-banner\">\r\n    <div class=\"af-closing-content\">\r\n      <h2 class=\"af-closing-title\">Together, We Create Brighter Lives<\/h2>\r\n      <p class=\"af-closing-desc\">\r\n        At Ambigar Foundation, every smile, every act of kindness, and every moment of care reflects our dedication to building a compassionate and inclusive community. We welcome you to join us in our journey of making lives healthier, happier, and more meaningful.\r\n      <\/p>\r\n      \r\n      <div class=\"af-quote-box\">\r\n        <p class=\"af-quote-text\">\r\n          \"Because true care is not just about providing support\u2014it is about creating a place where every heart feels at home.\"\r\n        <\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n<\/div>\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>ABOUT US Compassion in Every Step. Dignity in Every Life. A Place Where Care Feels Like Home Aaraike Old Age Home is the result of over 33 years of experience in serving those less fortunate through a not-for-profit foundation known as ACES (Ambigara Chowdaiah Education Society). ACES was founded in 1993 by Prakash M Ambigar and catered to orphans, the destitute, and people with mental disabilities. Working tirelessly for the upliftment of the disenfranchised, Prakash Ambigar believed that any betterment of their conditions must begin with shelter and food. Mallikarjun P Ambigar, Prakash Ambigar\u2019s son, grew up internalizing his father\u2019s service mindset and now carries forward the legacy established by his father. By providing senior citizens with a place they can spend their golden years, Mr. Mallikarjun seeks to provide comfort, companionship, and care to those who might otherwise not have these in their lives. Our Vision Building a Compassionate Future To create a society where every individual, regardless of age or ability, experiences dignity, care, and equal opportunities in a safe and nurturing environment. Our Mission Serving with Purpose Our mission is to enrich lives by providing compassionate care, quality living, nutritious food, healthcare support, and community welfare initiatives while fostering independence, respect, and a sense of belonging. What Drives Us Our Core Values Compassion We care with empathy, kindness, and genuine concern for every individual. Respect We honor the dignity, individuality, and rights of every person we serve. Care We create a warm, secure, and family-like environment where everyone feels at home. Growth We encourage physical, emotional, and social well-being through continuous support. Excellence We strive for the highest standards in care, service, and community impact. Our Leadership The Vision Behind Ambigar Foundation Founder &#038; Visionary Prakash M Ambigar Prakash M. Ambigar devoted his life to serving society through compassion, community welfare, and humanitarian initiatives. His dedication to helping vulnerable individuals laid the foundation for the values that continue to guide Dignity Senior Community today. He believed that every individual deserves comfort, dignity, respect, and compassionate support regardless of age or circumstance. His vision of creating a caring and inclusive environment remains the cornerstone of our approach to senior living and caregiving services. The legacy of service and integrity established by him continues to inspire every aspect of our commitment to elderly care and community well-being. \u275d Honest service is virtuous work \u2014 a legacy built on compassion and dignity. President \u2013 Ambigar Foundation Mallikarjun P Ambigar Carrying forward a remarkable legacy of service, Mallikarjun P. Ambigar has dedicated himself to strengthening initiatives that positively impact lives and communities. With a deep commitment to senior care and social responsibility, he envisioned Dignity Senior Community as a place where seniors receive not only professional support but also companionship, emotional well-being, and a genuine sense of belonging. His vision is built on the belief that every individual deserves to age with dignity, respect, and the comfort of a caring environment. Under his leadership, Dignity Senior Community has grown into a trusted destination for families seeking compassionate caregiving, assisted living, dementia care, post-surgery recovery, geriatric support, and personalized elderly care services. By combining professional healthcare assistance with warmth, empathy, and family values, he has fostered a community where seniors feel safe, valued, and truly at home. His continued commitment to excellence, personalized care, and holistic well-being ensures that every resident enjoys a fulfilling lifestyle while receiving the highest standards of care and support. \u275d True care begins when we treat every elder like family. Why Choose Ambigar Foundation? Where Compassion Meets Excellence Compassionate Care Safe &#038; Comfortable Living Nutritious Home-Style Meals Healthcare &#038; Wellness Community &#038; Social Engagement Experienced &#038; Dedicated Team Trusted Service with Integrity Compassionate Care Providing personalized support with kindness, dignity, and respect. Every individual receives our full heart and complete attention. Safe &#038; Comfortable Living A secure, peaceful, and welcoming environment that truly feels like home. Designed for complete peace of mind and pristine comfort. Nutritious Home-Style Meals Fresh, balanced, and hygienically prepared meals served every single day, matching dietary health requirements with home-style culinary warmth. Healthcare &#038; Wellness Regular health monitoring and dedicated wellness programs to ensure a healthier, more vibrant, and thoroughly stable lifestyle. Community &#038; Social Engagement Encouraging meaningful relationships and social bonds through interactive recreational events, celebrations, and rich cultural activities. Experienced &#038; Dedicated Team A deeply passionate team fully committed to delivering optimal care solutions, high safety protocols, and personalized round-the-clock attention. Trusted Service with Integrity Building lasting relationships through deep-seated compassion, transparent operational metrics, and overall service excellence. Our Services What We Offer Compassionate Senior Care Safe &#038; Comfortable Accommodation Daily Healthcare &#038; Wellness Support Fresh &#038; Nutritious Home-Style Meals Community Welfare Programs Recreation &#038; Social Engagement Spiritual &#038; Cultural Activities Personalized Assistance &#038; Care Together, We Create Brighter Lives At Ambigar Foundation, every smile, every act of kindness, and every moment of care reflects our dedication to building a compassionate and inclusive community. We welcome you to join us in our journey of making lives healthier, happier, and more meaningful. &#8220;Because true care is not just about providing support\u2014it is about creating a place where every heart feels at home.&#8221;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_joinchat":[],"footnotes":""},"class_list":["post-13","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ambigarfoundation.in\/index.php\/wp-json\/wp\/v2\/pages\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ambigarfoundation.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ambigarfoundation.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ambigarfoundation.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ambigarfoundation.in\/index.php\/wp-json\/wp\/v2\/comments?post=13"}],"version-history":[{"count":79,"href":"https:\/\/ambigarfoundation.in\/index.php\/wp-json\/wp\/v2\/pages\/13\/revisions"}],"predecessor-version":[{"id":784,"href":"https:\/\/ambigarfoundation.in\/index.php\/wp-json\/wp\/v2\/pages\/13\/revisions\/784"}],"wp:attachment":[{"href":"https:\/\/ambigarfoundation.in\/index.php\/wp-json\/wp\/v2\/media?parent=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}