{"id":802,"date":"2025-06-23T18:57:15","date_gmt":"2025-06-23T18:57:15","guid":{"rendered":"https:\/\/hira-foundation.com\/?page_id=802"},"modified":"2026-05-28T05:43:25","modified_gmt":"2026-05-28T05:43:25","slug":"about","status":"publish","type":"page","link":"https:\/\/hira-foundation.com\/hi\/about\/","title":{"rendered":"About"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"802\" class=\"elementor elementor-802\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6258476 e-flex e-con-boxed e-con e-parent\" data-id=\"6258476\" data-element_type=\"container\" data-e-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-e07fe82 elementor-widget elementor-widget-heading\" data-id=\"e07fe82\" data-element_type=\"widget\" data-e-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\">About Us<\/h2>\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-8c5cb2a e-flex e-con-boxed e-con e-parent\" data-id=\"8c5cb2a\" data-element_type=\"container\" data-e-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-6e2b59d elementor-widget elementor-widget-shortcode\" data-id=\"6e2b59d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><nav aria-label=\"breadcrumbs\" class=\"rank-math-breadcrumb\"><p><span class=\"last\">Home<\/span><\/p><\/nav><\/div>\n\t\t\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-98b1488 e-flex e-con-boxed e-con e-parent\" data-id=\"98b1488\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-34365ae elementor-widget elementor-widget-text-editor\" data-id=\"34365ae\" data-element_type=\"widget\" data-e-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<p>HIRA Foundation is a community-driven organization committed to empowering lives through holistic development. Rooted in the principles of equity, dignity, and sustainability, we focus on creating meaningful change in areas like education, health, climate resilience, and social inclusion. Our initiatives are guided by grassroots wisdom, data-backed strategies, and a strong belief in collective action. With a growing network of volunteers, partners, and changemakers, we work to bridge gaps, uplift underrepresented voices, and build resilient communities for a better tomorrow.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7052bc3 elementor-widget elementor-widget-html\" data-id=\"7052bc3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n\r\n\/* ===== GRID ===== *\/\r\n\r\n.info-grid{\r\n    display:grid;\r\n    grid-template-columns:repeat(2,1fr);\r\n    gap:24px;\r\n}\r\n\r\n\/* ===== CARD ===== *\/\r\n\r\n.info-card{\r\n    background:#f5f5f5;\r\n    border-radius:18px;\r\n    overflow:hidden;\r\n    text-decoration:none;\r\n    transition:\r\n        transform 0.4s ease,\r\n        box-shadow 0.4s ease;\r\n\r\n    display:block;\r\n\r\n    opacity:0;\r\n    transform:translateY(60px);\r\n}\r\n\r\n\/* ===== SHOW ANIMATION ===== *\/\r\n\r\n.info-card.show{\r\n    opacity:1;\r\n    transform:translateY(0);\r\n}\r\n\r\n\/* ===== HOVER ===== *\/\r\n\r\n.info-card:hover{\r\n    transform:translateY(-6px);\r\n    box-shadow:0 14px 30px rgba(0,0,0,0.12);\r\n}\r\n\r\n\/* ===== IMAGE ===== *\/\r\n\r\n.info-card img{\r\n    width:100%;\r\n    height:260px;\r\n    object-fit:cover;\r\n    object-position:center;\r\n    display:block;\r\n\r\n    transition:transform 0.5s ease;\r\n}\r\n\r\n.info-card:hover img{\r\n    transform:scale(1.04);\r\n}\r\n\r\n\/* ===== CONTENT ===== *\/\r\n\r\n.info-content{\r\n    padding:24px;\r\n}\r\n\r\n.info-title{\r\n    font-size:42px;\r\n    font-weight:700;\r\n    line-height:1.1;\r\n    color:#0f2342;\r\n    margin-bottom:14px;\r\n}\r\n\r\n.info-desc{\r\n    font-size:18px;\r\n    line-height:1.7;\r\n    color:#374151;\r\n}\r\n\r\n\/* ===== TABLET ===== *\/\r\n\r\n@media (max-width:1024px){\r\n\r\n    .info-grid{\r\n        gap:18px;\r\n    }\r\n\r\n    .info-card img{\r\n        height:220px;\r\n    }\r\n\r\n    .info-content{\r\n        padding:20px;\r\n    }\r\n\r\n    .info-title{\r\n        font-size:32px;\r\n    }\r\n\r\n    .info-desc{\r\n        font-size:16px;\r\n    }\r\n}\r\n\r\n\/* ===== MOBILE ===== *\/\r\n\r\n@media (max-width:768px){\r\n\r\n    .info-grid{\r\n        grid-template-columns:repeat(2,1fr);\r\n        gap:10px;\r\n    }\r\n\r\n    .info-card{\r\n        border-radius:12px;\r\n    }\r\n\r\n    .info-card img{\r\n        height:110px;\r\n    }\r\n\r\n    .info-content{\r\n        padding:12px;\r\n    }\r\n\r\n    .info-title{\r\n        font-size:16px;\r\n        margin-bottom:8px;\r\n    }\r\n\r\n    .info-desc{\r\n        font-size:10px;\r\n        line-height:1.5;\r\n    }\r\n}\r\n\r\n<\/style>\r\n\r\n\r\n\r\n<div class=\"info-grid\">\r\n\r\n    <a href=\"https:\/\/hira-foundation.com\/about\/who-we-are\/\" class=\"info-card\">\r\n        <img decoding=\"async\" src=\"https:\/\/hira-foundation.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-22-at-3.51.58-PM.jpeg\" alt=\"\">\r\n        \r\n        <div class=\"info-content\">\r\n            <div class=\"info-title\">Who We Are<\/div>\r\n\r\n            <div class=\"info-desc\">\r\n                We are a purpose-driven organization committed to empowering communities through sustainable and inclusive development.\r\n            <\/div>\r\n        <\/div>\r\n    <\/a>\r\n\r\n\r\n\r\n    <a href=\"https:\/\/hira-foundation.com\/about\/vision-mission\/\" class=\"info-card\">\r\n        <img decoding=\"async\" src=\"https:\/\/hira-foundation.com\/wp-content\/uploads\/2026\/05\/download-16.jpeg\" alt=\"\">\r\n        \r\n        <div class=\"info-content\">\r\n            <div class=\"info-title\">Vision And Mission<\/div>\r\n\r\n            <div class=\"info-desc\">\r\n                Empowering communities through inclusive, sustainable action to build a just and dignified society for all.\r\n            <\/div>\r\n        <\/div>\r\n    <\/a>\r\n\r\n\r\n\r\n    <a href=\"https:\/\/hira-foundation.com\/about\/meet-the-team\/\" class=\"info-card\">\r\n        <img decoding=\"async\" src=\"https:\/\/hira-foundation.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-22-at-3.52.01-PM.jpeg\" alt=\"\">\r\n        \r\n        <div class=\"info-content\">\r\n            <div class=\"info-title\">Meet The Team<\/div>\r\n\r\n            <div class=\"info-desc\">\r\n                Get to know the passionate individuals driving our mission and creating impact on the ground.\r\n            <\/div>\r\n        <\/div>\r\n    <\/a>\r\n\r\n\r\n\r\n    <a href=\"https:\/\/hira-foundation.com\/about\/annual-report\/\" class=\"info-card\">\r\n        <img decoding=\"async\" src=\"https:\/\/hira-foundation.com\/wp-content\/uploads\/2026\/05\/annual-report.avif\" alt=\"\">\r\n        \r\n        <div class=\"info-content\">\r\n            <div class=\"info-title\">Annual Report<\/div>\r\n\r\n            <div class=\"info-desc\">\r\n                Explore our annual report for a transparent view of our impact, progress, and commitment to sustainable development.\r\n            <\/div>\r\n        <\/div>\r\n    <\/a>\r\n\r\n<\/div>\r\n\r\n<script>\r\n\r\ndocument.addEventListener(\"DOMContentLoaded\", () => {\r\n\r\n    const cards = document.querySelectorAll(\".info-card\");\r\n\r\n    const observer = new IntersectionObserver((entries) => {\r\n\r\n        entries.forEach((entry,index) => {\r\n\r\n            if(entry.isIntersecting){\r\n\r\n                setTimeout(() => {\r\n                    entry.target.classList.add(\"show\");\r\n                }, index * 150);\r\n\r\n                observer.unobserve(entry.target);\r\n            }\r\n\r\n        });\r\n\r\n    },{\r\n        threshold:0.15\r\n    });\r\n\r\n    cards.forEach(card => {\r\n        observer.observe(card);\r\n    });\r\n\r\n});\r\n\r\n<\/script>\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>","protected":false},"excerpt":{"rendered":"<p>About Us HIRA Foundation is a community-driven organization committed to empowering lives through holistic development. Rooted in the principles of equity, dignity, and sustainability, we focus on creating meaningful change in areas like education, health, climate resilience, and social inclusion. Our initiatives are guided by grassroots wisdom, data-backed strategies, and a strong belief in collective&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"class_list":["post-802","page","type-page","status-publish","hentry"],"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"info.hirafoundation@gmail.com","author_link":"https:\/\/hira-foundation.com\/hi\/author\/info-hirafoundationgmail-com\/"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"About Us HIRA Foundation is a community-driven organization committed to empowering lives through holistic development. Rooted in the principles of equity, dignity, and sustainability, we focus on creating meaningful change in areas like education, health, climate resilience, and social inclusion. Our initiatives are guided by grassroots wisdom, data-backed strategies, and a strong belief in collective...","_links":{"self":[{"href":"https:\/\/hira-foundation.com\/hi\/wp-json\/wp\/v2\/pages\/802","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hira-foundation.com\/hi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hira-foundation.com\/hi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hira-foundation.com\/hi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hira-foundation.com\/hi\/wp-json\/wp\/v2\/comments?post=802"}],"version-history":[{"count":79,"href":"https:\/\/hira-foundation.com\/hi\/wp-json\/wp\/v2\/pages\/802\/revisions"}],"predecessor-version":[{"id":2782,"href":"https:\/\/hira-foundation.com\/hi\/wp-json\/wp\/v2\/pages\/802\/revisions\/2782"}],"wp:attachment":[{"href":"https:\/\/hira-foundation.com\/hi\/wp-json\/wp\/v2\/media?parent=802"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}