{"id":208,"date":"2026-08-07T14:53:27","date_gmt":"2026-08-07T09:23:27","guid":{"rendered":"https:\/\/pathanugamee.org\/?page_id=208"},"modified":"2026-08-07T18:04:39","modified_gmt":"2026-08-07T12:34:39","slug":"208-2","status":"publish","type":"page","link":"https:\/\/pathanugamee.org\/?page_id=208","title":{"rendered":""},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n<style>\n  :root {\n    --pt-primary: #0f382c;\n    --pt-primary-light: #185241;\n    --pt-accent: #e09f3e;\n    --pt-accent-hover: #c8892b;\n    --pt-bg-light: #f7faf8;\n    --pt-text-dark: #1e293b;\n    --pt-text-muted: #64748b;\n    --pt-card-bg: #ffffff;\n    --pt-border: #e2e8f0;\n    --pt-radius: 12px;\n    --pt-shadow: 0 10px 30px -10px rgba(15, 56, 44, 0.08);\n    --pt-shadow-hover: 0 20px 40px -15px rgba(15, 56, 44, 0.18);\n  }\n\n  .pt-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n    color: var(--pt-text-dark);\n    line-height: 1.6;\n    margin: 0 auto;\n    max-width: 1200px;\n    padding: 0 15px;\n  }\n\n  \/* HEADER \/ NAVIGATION BAR WITH LOGO *\/\n  .pt-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    background: #ffffff;\n    padding: 15px 30px;\n    border-radius: var(--pt-radius);\n    border: 1px solid var(--pt-border);\n    box-shadow: var(--pt-shadow);\n    margin-bottom: 25px;\n    position: sticky;\n    top: 15px;\n    z-index: 999;\n  }\n\n  .pt-brand {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    text-decoration: none !important;\n  }\n\n  .pt-logo {\n    height: 55px;\n    width: auto;\n    object-fit: contain;\n  }\n\n  .pt-brand-text {\n    display: flex;\n    flex-direction: column;\n  }\n\n  .pt-trust-name {\n    font-size: 1.35rem;\n    font-weight: 800;\n    color: var(--pt-primary);\n    line-height: 1.1;\n  }\n\n  .pt-trust-tagline {\n    font-size: 0.78rem;\n    color: var(--pt-accent);\n    font-weight: 600;\n    margin-top: 2px;\n  }\n\n  .pt-nav {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    list-style: none;\n    margin: 0;\n    padding: 0;\n  }\n\n  .pt-nav a {\n    text-decoration: none !important;\n    color: var(--pt-text-dark);\n    font-size: 0.92rem;\n    font-weight: 600;\n    transition: color 0.2s ease;\n  }\n\n  .pt-nav a:hover, .pt-nav a.active {\n    color: var(--pt-accent);\n  }\n\n  \/* MODERN HERO BANNER *\/\n  .pt-hero-card {\n    position: relative;\n    border-radius: 20px;\n    overflow: hidden;\n    background: linear-gradient(135deg, rgba(15, 56, 44, 0.92) 0%, rgba(24, 82, 65, 0.88) 100%),\n                url('https:\/\/images.unsplash.com\/photo-1488521787991-ed7bbaae773c?auto=format&fit=crop&w=1200&q=80') center\/cover no-repeat;\n    color: #ffffff;\n    padding: 70px 40px;\n    margin-bottom: 40px;\n    box-shadow: 0 20px 50px rgba(15, 56, 44, 0.25);\n    text-align: center;\n  }\n\n  .pt-hero-badge {\n    display: inline-block;\n    background: rgba(224, 159, 62, 0.2);\n    border: 1px solid var(--pt-accent);\n    color: #fef08a;\n    padding: 6px 18px;\n    border-radius: 50px;\n    font-size: 0.85rem;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n    margin-bottom: 18px;\n    text-transform: uppercase;\n  }\n\n  .pt-hero-title {\n    font-size: 2.6rem !important;\n    font-weight: 800 !important;\n    color: #ffffff !important;\n    margin-bottom: 12px !important;\n    line-height: 1.25 !important;\n  }\n\n  .pt-hero-sub {\n    font-size: 1.2rem;\n    color: #e2e8f0;\n    max-width: 800px;\n    margin: 0 auto;\n    font-weight: 300;\n  }\n\n  \/* SECTION HEADERS *\/\n  .pt-sec-header {\n    text-align: center;\n    max-width: 750px;\n    margin: 0 auto 40px;\n  }\n\n  .pt-sec-tag {\n    color: var(--pt-accent);\n    font-weight: 700;\n    font-size: 0.85rem;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin-bottom: 8px;\n    display: block;\n  }\n\n  .pt-sec-title {\n    font-size: 2rem !important;\n    font-weight: 800 !important;\n    color: var(--pt-primary) !important;\n    margin-bottom: 12px !important;\n  }\n\n  \/* SPLIT FEATURE SECTIONS *\/\n  .pt-split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 45px;\n    align-items: center;\n    margin-bottom: 60px;\n  }\n\n  .pt-split-img {\n    width: 100%;\n    border-radius: var(--pt-radius);\n    box-shadow: var(--pt-shadow);\n    object-fit: cover;\n    max-height: 420px;\n  }\n\n  \/* VISION & MISSION CARDS *\/\n  .pt-vm-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .pt-vm-card {\n    background: var(--pt-card-bg);\n    border: 1px solid var(--pt-border);\n    border-top: 5px solid var(--pt-accent);\n    border-radius: var(--pt-radius);\n    padding: 35px 30px;\n    box-shadow: var(--pt-shadow);\n  }\n\n  .pt-vm-icon {\n    font-size: 2.2rem;\n    margin-bottom: 15px;\n    display: inline-block;\n  }\n\n  .pt-vm-title {\n    font-size: 1.4rem;\n    font-weight: 800;\n    color: var(--pt-primary);\n    margin-bottom: 12px;\n  }\n\n  .pt-feature-list {\n    list-style: none;\n    padding: 0;\n    margin: 15px 0 0;\n  }\n\n  .pt-feature-list li {\n    position: relative;\n    padding-left: 28px;\n    margin-bottom: 10px;\n    font-size: 0.95rem;\n    color: var(--pt-text-dark);\n  }\n\n  .pt-feature-list li::before {\n    content: \"\u2713\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    width: 18px;\n    height: 18px;\n    background: #e6f4ed;\n    color: var(--pt-primary);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.7rem;\n    font-weight: bold;\n  }\n\n  \/* CORE VALUES GRID *\/\n  .pt-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .pt-card-modern {\n    background: var(--pt-card-bg);\n    border: 1px solid var(--pt-border);\n    border-radius: var(--pt-radius);\n    padding: 30px 24px;\n    box-shadow: var(--pt-shadow);\n    transition: all 0.3s ease;\n  }\n\n  .pt-card-modern:hover {\n    transform: translateY(-5px);\n    box-shadow: var(--pt-shadow-hover);\n  }\n\n  .pt-card-title {\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: var(--pt-primary);\n    margin-bottom: 10px;\n  }\n\n  .pt-card-desc {\n    color: var(--pt-text-muted);\n    font-size:\n<\/style>\n\n<style>\n  :root {\n    --pt-primary: #0f382c;\n    --pt-primary-light: #185241;\n    --pt-accent: #e09f3e;\n    --pt-accent-hover: #c8892b;\n    --pt-bg-light: #f7faf8;\n    --pt-text-dark: #1e293b;\n    --pt-text-muted: #64748b;\n    --pt-card-bg: #ffffff;\n    --pt-border: #e2e8f0;\n    --pt-radius: 12px;\n    --pt-shadow: 0 10px 30px -10px rgba(15, 56, 44, 0.08);\n    --pt-shadow-hover: 0 20px 40px -15px rgba(15, 56, 44, 0.18);\n  }\n\n  .pt-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n    color: var(--pt-text-dark);\n    line-height: 1.6;\n    margin: 0 auto;\n    max-width: 1200px;\n    padding: 0 15px;\n  }\n\n  \/* TOP HEADER \/ NAVIGATION BAR WITH LOGO *\/\n  .pt-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    background: #ffffff;\n    padding: 15px 30px;\n    border-radius: var(--pt-radius);\n    border: 1px solid var(--pt-border);\n    box-shadow: var(--pt-shadow);\n    margin-bottom: 25px;\n    position: sticky;\n    top: 15px;\n    z-index: 999;\n  }\n\n  .pt-brand {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    text-decoration: none !important;\n  }\n\n  .pt-logo {\n    height: 55px;\n    width: auto;\n    object-fit: contain;\n  }\n\n  .pt-brand-text {\n    display: flex;\n    flex-direction: column;\n  }\n\n  .pt-trust-name {\n    font-size: 1.35rem;\n    font-weight: 800;\n    color: var(--pt-primary);\n    line-height: 1.1;\n    letter-spacing: -0.3px;\n  }\n\n  .pt-trust-tagline {\n    font-size: 0.78rem;\n    color: var(--pt-accent);\n    font-weight: 600;\n    margin-top: 2px;\n  }\n\n  .pt-nav {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    list-style: none;\n    margin: 0;\n    padding: 0;\n  }\n\n  .pt-nav a {\n    text-decoration: none !important;\n    color: var(--pt-text-dark);\n    font-size: 0.92rem;\n    font-weight: 600;\n    transition: color 0.2s ease;\n  }\n\n  .pt-nav a:hover {\n    color: var(--pt-accent);\n  }\n\n  @media (max-width: 868px) {\n    .pt-header {\n      flex-direction: column;\n      gap: 15px;\n      text-align: center;\n    }\n    .pt-nav {\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 12px;\n    }\n  }\n<\/style>\n\n<div class=\"pt-wrapper\">\n  <header class=\"pt-header\">\n    <a href=\"https:\/\/pathanugamee.org\/\" class=\"pt-brand\">\n      <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/pathanugamee.org\/wp-content\/uploads\/2026\/08\/trust-logo.png?ssl=1\" alt=\"Pathanugamee Trust Logo\" class=\"pt-logo\">\n      <div class=\"pt-brand-text\">\n        <span class=\"pt-trust-name\">Pathanugamee Trust<\/span>\n        <span class=\"pt-trust-tagline\">\u0928\u093f\u0903\u0938\u094d\u0935\u093e\u0930\u094d\u0925 \u0938\u0947\u0935\u093e \u2022 \u0938\u0930\u094d\u0935\u093e\u0902\u0917\u0940\u0923 \u0909\u0928\u094d\u0928\u0924\u093f<\/span>\n      <\/div>\n    <\/a>\n    \n    <ul class=\"pt-nav\">\n      <li><a href=\"https:\/\/pathanugamee.org\/\">Home<\/a><\/li>\n      <li><a href=\"https:\/\/pathanugamee.org\/?page_id=208\">About Us<\/a><\/li>\n      <li><a href=\"https:\/\/pathanugamee.org\/?page_id=241\">Kedarnath School<\/a><\/li>\n      <li><a href=\"https:\/\/pathanugamee.org\/?page_id=271\">Navankur School<\/a><\/li>\n      <li><a href=\"https:\/\/pathanugamee.org\/?page_id=275\">CSR<\/a><\/li>\n      <li><a href=\"https:\/\/pathanugamee.org\/?page_id=295\">Contact Us<\/a><\/li>\n      <li><a href=\"https:\/\/pathanugamee.org\/?page_id=296\" style=\"background-color: var(--pt-accent); color: #ffffff !important; padding: 8px 18px; border-radius: 8px; font-size: 0.85rem; box-shadow: 0 4px 15px rgba(224, 159, 62, 0.4);\">Donate Now<\/a><\/li>\n    <\/ul>\n  <\/header>\n\n  <div class=\"pt-hero-card\">\n    <span class=\"pt-hero-badge\">Regd. No. 5591 | Est. Sept 2010<\/span>\n    <h1 class=\"pt-hero-title\">About Pathanugamee Trust<\/h1>\n    <p class=\"pt-hero-sub\">Dedicated to creating an inclusive, compassionate, self-reliant, and progressive society through selfless service.<\/p>\n    <a href=\"https:\/\/pathanugamee.org\/#csr\" class=\"pt-btn-modern pt-btn-primary\">Partner With Us<\/a>\n  <\/div>\n\n  <div class=\"pt-split\">\n    <div>\n      <span class=\"pt-sec-tag\">Organizational Profile<\/span>\n      <h2 class=\"pt-sec-title\" style=\"text-align: left;\">Who We Are<\/h2>\n      <p style=\"color: var(--pt-text-muted); margin-bottom: 15px;\">\n        <strong>Pathanugamee Trust (Regd. No. 5591)<\/strong> is a registered social development organization committed to promoting selfless service and holistic advancement across all sections of society since September 2010[cite: 1, 546].\n      <\/p>\n      <p style=\"color: var(--pt-text-muted); margin-bottom: 15px;\">\n        Guided by foundational values of compassion, dignity, inclusion, and empowerment, the Trust works diligently to eliminate disparities and bridge critical resource gaps at the grassroots level[cite: 1, 547].\n      <\/p>\n      <p style=\"color: var(--pt-text-muted);\">\n        We firmly believe that true societal progress can only happen when advancement touches every individual, family, community, animal, and natural environment[cite: 1, 548].\n      <\/p>\n    <\/div>\n    <div>\n      <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/pathanugamee.org\/wp-content\/uploads\/2026\/08\/trust-logo.png?ssl=1\" alt=\"Pathanugamee Social Work\" class=\"pt-split-img\">\n    <\/div>\n  <\/div>\n\n  <div class=\"pt-sec-header\">\n    <span class=\"pt-sec-tag\">Our Guiding Light<\/span>\n    <h2 class=\"pt-sec-title\">Vision &amp; Mission<\/h2>\n  <\/div>\n\n  <div class=\"pt-vm-grid\">\n    <div class=\"pt-vm-card\">\n      <span class=\"pt-vm-icon\">\ud83c\udf1f<\/span>\n      <h3 class=\"pt-vm-title\">Our Vision (\u0926\u0943\u0937\u094d\u091f\u093f)<\/h3>\n      <p style=\"color: var(--pt-text-muted);\">\n        To build an inclusive, compassionate, self-reliant, progressive, and sustainable society dedicated to selfless service, where every soul and every sector have access to education, health, livelihood, protection, dignity, opportunity, and holistic advancement[cite: 1, 549].\n      <\/p>\n    <\/div>\n\n    <div class=\"pt-vm-card\">\n      <span class=\"pt-vm-icon\">\ud83c\udf31<\/span>\n      <h3 class=\"pt-vm-title\">Our Mission (\u092e\u093f\u0936\u0928)<\/h3>\n      <p style=\"color: var(--pt-text-muted); margin-bottom: 10px;\">To advance selfless service and holistic development by[cite: 1, 550]:<\/p>\n      <ul class=\"pt-feature-list\">\n        <li>Empowering minds through education, skill development &amp; digital inclusion[cite: 1, 536].<\/li>\n        <li>Enhancing well-being through healthcare, nutrition &amp; preventive care[cite: 1, 530].<\/li>\n        <li>Strengthening livelihoods through economic empowerment &amp; entrepreneurship[cite: 1, 531].<\/li>\n        <li>Building strong communities supporting youth, women &amp; senior citizens[cite: 1, 534].<\/li>\n        <li>Protecting nature and animals through environmental stewardship[cite: 1, 532, 533].<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n\n  <div class=\"pt-sec-header\">\n    <span class=\"pt-sec-tag\">Our Foundation<\/span>\n    <h2 class=\"pt-sec-title\">Core Operating Pillars<\/h2>\n  <\/div>\n\n  <div class=\"pt-grid-3\">\n    <div class=\"pt-card-modern\">\n      <div class=\"pt-card-title\">1. Selfless Service<\/div>\n      <div class=\"pt-card-desc\">Working tirelessly without bias or personal gain to ensure basic dignity and resources reach every corner[cite: 1, 528].<\/div>\n    <\/div>\n\n    <div class=\"pt-card-modern\">\n      <div class=\"pt-card-title\">2. Total Compliance<\/div>\n      <div class=\"pt-card-desc\">Operating with full institutional rigor under 12A, 80G, and MCA CSR-1 regulations for complete financial transparency[cite: 1].<\/div>\n    <\/div>\n\n    <div class=\"pt-card-modern\">\n      <div class=\"pt-card-title\">3. Cultural Heritage<\/div>\n      <div class=\"pt-card-desc\">Preserving historic institutions, ancient wisdom, and local traditions alongside modern digital learning[cite: 1, 538].<\/div>\n    <\/div>\n  <\/div>\n<footer id=\"contact\" class=\"pt-footer\" style=\"background-color: #081d17; color: #94a3b8; border-radius: 20px; padding: 60px 40px 30px; margin-top: 40px; margin-bottom: 20px;\">\n    <div class=\"pt-footer-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 40px; margin-bottom: 40px;\">\n      \n      <div class=\"pt-footer-col\">\n        <div style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 15px;\">\n          <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/pathanugamee.org\/wp-content\/uploads\/2026\/08\/trust-logo.png?ssl=1\" alt=\"Pathanugamee Trust Logo\" style=\"height: 40px; width: auto; background: #fff; padding: 4px; border-radius: 6px;\">\n          <h4 style=\"margin-bottom: 0; color: #ffffff; font-size: 1.1rem; font-weight: 700;\">Pathanugamee Trust<\/h4>\n        <\/div>\n        <p style=\"font-size: 0.9rem; margin-bottom: 10px; line-height: 1.6;\">Leading the path of selfless service, compassionate care, and sustainable social growth.<\/p>\n        <p style=\"font-size: 0.9rem; margin-top: 15px; line-height: 1.6;\">\ud83d\udccd B\/90, Chhattarpur Extension<br>New Delhi \u2013 110074, India<\/p>\n        <p style=\"font-size: 0.9rem; margin-bottom: 10px; line-height: 1.6;\">\ud83d\udcde +91 88269 44499<\/p>\n        <p style=\"font-size: 0.9rem; margin-bottom: 10px; line-height: 1.6;\">\u2709\ufe0f pathanugamee@gmail.com<\/p>\n      <\/div>\n\n      <div class=\"pt-footer-col\">\n        <h4 style=\"color: #ffffff; font-size: 1.1rem; font-weight: 700; margin-bottom: 20px;\">Quick Navigation<\/h4>\n        <ul style=\"list-style: none; padding: 0; margin: 0;\">\n          <li style=\"margin-bottom: 10px;\"><a href=\"https:\/\/pathanugamee.org\/\" style=\"color: #94a3b8; text-decoration: none;\">Home Page<\/a><\/li>\n          <li style=\"margin-bottom: 10px;\"><a href=\"https:\/\/pathanugamee.org\/?page_id=208\" style=\"color: #94a3b8; text-decoration: none;\">About Us<\/a><\/li>\n          <li style=\"margin-bottom: 10px;\"><a href=\"https:\/\/pathanugamee.org\/?page_id=241\" style=\"color: #94a3b8; text-decoration: none;\">Kedarnath School<\/a><\/li>\n          <li style=\"margin-bottom: 10px;\"><a href=\"https:\/\/pathanugamee.org\/?page_id=271\" style=\"color: #94a3b8; text-decoration: none;\">Navankur School<\/a><\/li>\n          <li style=\"margin-bottom: 10px;\"><a href=\"https:\/\/pathanugamee.org\/?page_id=275\" style=\"color: #94a3b8; text-decoration: none;\">CSR Partnership<\/a><\/li>\n          <li style=\"margin-bottom: 10px;\"><a href=\"https:\/\/pathanugamee.org\/?page_id=295\" style=\"color: #94a3b8; text-decoration: none;\">Contact Us<\/a><\/li>\n          <li style=\"margin-bottom: 10px;\"><a href=\"https:\/\/pathanugamee.org\/?page_id=296\" style=\"color: #94a3b8; text-decoration: none;\">Donate Now<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"pt-footer-col\">\n        <h4 style=\"color: #ffffff; font-size: 1.1rem; font-weight: 700; margin-bottom: 20px;\">Legal Compliance<\/h4>\n        <p style=\"font-size: 0.9rem; margin-bottom: 10px; line-height: 1.6;\"><strong>Trust Registration:<\/strong> Regd. No. 5591<\/p>\n        <p style=\"font-size: 0.9rem; margin-bottom: 10px; line-height: 1.6;\"><strong>Tax Benefits:<\/strong> 12A &amp; 80G Certified<\/p>\n        <p style=\"font-size: 0.9rem; margin-bottom: 10px; line-height: 1.6;\"><strong>CSR Eligibility:<\/strong> CSR-1 Registered Entity<\/p>\n        <p style=\"font-size: 0.9rem; margin-top: 15px; color: var(--pt-accent);\">100% Tax Deductible Donations Available<\/p>\n      <\/div>\n\n    <\/div>\n\n    <div class=\"pt-footer-bottom\" style=\"border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 25px; text-align: center; font-size: 0.85rem; color: #64748b;\">\n      <p>\u00a9 2026 Pathanugamee Trust. All Rights Reserved.<\/p>\n      <div class=\"pt-footer-motto\" style=\"color: var(--pt-accent); font-style: italic; margin-top: 5px;\">\"Little Steps Today, A Brighter Future Tomorrow.\"<\/div>\n    <\/div>\n  <\/footer>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Pathanugamee Trust \u0928\u093f\u0903\u0938\u094d\u0935\u093e\u0930\u094d\u0925 \u0938\u0947\u0935\u093e \u2022 \u0938\u0930\u094d\u0935\u093e\u0902\u0917\u0940\u0923 \u0909\u0928\u094d\u0928\u0924\u093f Home About Us Kedarnath School Navankur School CSR Contact Us Donate Now Regd. No. 5591 | Est. Sept 2010 About Pathanugamee Trust Dedicated to creating an inclusive, compassionate, self-reliant, and progressive society through selfless service. Partner With Us Organizational Profile Who We Are Pathanugamee Trust (Regd. No. 5591) [&hellip;]<\/p>\n","protected":false},"author":278275964,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"jetpack_seo_schema_type":"","_wpcom_ai_launchpad_about_page":false,"_wpcom_ai_launchpad_gallery_page":false,"_wpcom_ai_launchpad_contact_page":false,"_wpcom_ai_launchpad_events_page":false,"_wpcom_ai_launchpad_video_page":false,"_wpcom_ai_launchpad_portfolio_piece":false,"footnotes":""},"class_list":["post-208","page","type-page","status-publish","hentry"],"jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/Ph8A3B-3m","jetpack-related-posts":[{"id":250,"url":"https:\/\/pathanugamee.org\/","url_meta":{"origin":208,"position":0},"title":"","author":"Pathanugamee Trust","date":"August 7, 2026","format":false,"excerpt":"Pathanugamee Trust \u0928\u093f\u0903\u0938\u094d\u0935\u093e\u0930\u094d\u0925 \u0938\u0947\u0935\u093e \u2022 \u0938\u0930\u094d\u0935\u093e\u0902\u0917\u0940\u0923 \u0909\u0928\u094d\u0928\u0924\u093f Home About Us Kedarnath Navankur CSR Contact Donate Now Registered Charitable Trust (No. 5591) Selfless Service \u2022 Holistic Advancement Every Soul, Every Sector Leading the path of compassionate care, educational empowerment, and sustainable development for the welfare of society, nature, and all living\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":295,"url":"https:\/\/pathanugamee.org\/?page_id=295","url_meta":{"origin":208,"position":1},"title":"","author":"Pathanugamee Trust","date":"August 7, 2026","format":false,"excerpt":"Pathanugamee Trust \u0928\u093f\u0903\u0938\u094d\u0935\u093e\u0930\u094d\u0925 \u0938\u0947\u0935\u093e \u2022 \u0938\u0930\u094d\u0935\u093e\u0902\u0917\u0940\u0923 \u0909\u0928\u094d\u0928\u0924\u093f Home About Us Kedarnath School Navankur School CSR Contact Us Donate Now Contact Us | Pathanugamee Trust We\u2019d Love to Hear From You Get in Touch With Pathanugamee Trust Have questions about our initiatives, want to volunteer, or explore CSR partnerships? Reach out\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":296,"url":"https:\/\/pathanugamee.org\/?page_id=296","url_meta":{"origin":208,"position":2},"title":"","author":"Pathanugamee Trust","date":"August 7, 2026","format":false,"excerpt":"Pathanugamee Trust \u0928\u093f\u0903\u0938\u094d\u0935\u093e\u0930\u094d\u0925 \u0938\u0947\u0935\u093e \u2022 \u0938\u0930\u094d\u0935\u093e\u0902\u0917\u0940\u0923 \u0909\u0928\u094d\u0928\u0924\u093f Home About Us Kedarnath School Navankur School CSR Contact Us Donate Now Donate Now | Pathanugamee Trust Support Our Mission Make a Difference Today Your contribution fuels grassroots education, animal care, environmental conservation, and heritage preservation across India. Choose How You Want to\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":271,"url":"https:\/\/pathanugamee.org\/?page_id=271","url_meta":{"origin":208,"position":3},"title":"","author":"Pathanugamee Trust","date":"August 7, 2026","format":false,"excerpt":"Pathanugamee Trust \u0928\u093f\u0903\u0938\u094d\u0935\u093e\u0930\u094d\u0925 \u0938\u0947\u0935\u093e \u2022 \u0938\u0930\u094d\u0935\u093e\u0902\u0917\u0940\u0923 \u0909\u0928\u094d\u0928\u0924\u093f Home About Us Kedarnath School Navankur School CSR Contact Us Donate Now Navankur School Project | Pathanugamee Trust Little Steps Today, A Brighter Future Tomorrow Navankur School Project \u0928\u0928\u094d\u0939\u0947 \u0915\u0926\u092e, \u0909\u091c\u094d\u091c\u094d\u0935\u0932 \u092d\u0935\u093f\u0937\u094d\u092f \u0915\u0940 \u0913\u0930 \u2014 Providing accessible, compassionate, and high-quality foundational education to\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":241,"url":"https:\/\/pathanugamee.org\/?page_id=241","url_meta":{"origin":208,"position":4},"title":"","author":"Pathanugamee Trust","date":"August 7, 2026","format":false,"excerpt":"Pathanugamee Trust \u0928\u093f\u0903\u0938\u094d\u0935\u093e\u0930\u094d\u0925 \u0938\u0947\u0935\u093e \u2022 \u0938\u0930\u094d\u0935\u093e\u0902\u0917\u0940\u0923 \u0909\u0928\u094d\u0928\u0924\u093f Home About Us Kedarnath School Navankur School CSR Contact Us Donate Now Shri Kedarnath Adarsh Sanskrit Mahavidyalaya | Pathanugamee Trust Preserve a Heritage. Transform a Life. Shri Kedarnath Adarsh Sanskrit Mahavidyalaya & Pathanugamee Trust \u201cEducation is not just about creating careers\u2014it is about\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":275,"url":"https:\/\/pathanugamee.org\/?page_id=275","url_meta":{"origin":208,"position":5},"title":"","author":"Pathanugamee Trust","date":"August 7, 2026","format":false,"excerpt":"Pathanugamee Trust \u0928\u093f\u0903\u0938\u094d\u0935\u093e\u0930\u094d\u0925 \u0938\u0947\u0935\u093e \u2022 \u0938\u0930\u094d\u0935\u093e\u0902\u0917\u0940\u0923 \u0909\u0928\u094d\u0928\u0924\u093f Home About Us Kedarnath School Navankur School CSR Contact Us Donate Now CSR & Financial Partnerships | Pathanugamee Trust Corporate Social Responsibility (CSR) Partnership Partner with Us to Turn Educational Exclusion into Opportunity Collaborate with Pathanugamee Trust to create measurable, sustainable social impact\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/pathanugamee.org\/index.php?rest_route=\/wp\/v2\/pages\/208","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pathanugamee.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pathanugamee.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pathanugamee.org\/index.php?rest_route=\/wp\/v2\/users\/278275964"}],"replies":[{"embeddable":true,"href":"https:\/\/pathanugamee.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=208"}],"version-history":[{"count":14,"href":"https:\/\/pathanugamee.org\/index.php?rest_route=\/wp\/v2\/pages\/208\/revisions"}],"predecessor-version":[{"id":305,"href":"https:\/\/pathanugamee.org\/index.php?rest_route=\/wp\/v2\/pages\/208\/revisions\/305"}],"wp:attachment":[{"href":"https:\/\/pathanugamee.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=208"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}