{"id":172,"date":"2025-07-24T04:49:09","date_gmt":"2025-07-24T04:49:09","guid":{"rendered":"https:\/\/dtpeduli.com\/donate\/?page_id=172"},"modified":"2025-12-05T04:24:04","modified_gmt":"2025-12-05T04:24:04","slug":"palestine-relief","status":"publish","type":"page","link":"https:\/\/dtpeduli.com\/donate\/palestine-relief\/","title":{"rendered":"Palestine Relief"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\" class=\"scroll-smooth\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\n    <title>Palestine Relief | Stand in Solidarity | DT Peduli<\/title>\n    \n    <!-- Google Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;family=Lora:ital,wght@0,400;0,600;0,700;1,400&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- Font Awesome -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    \n    <!-- AOS Animation -->\n    <link href=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.css\" rel=\"stylesheet\">\n\n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n    <!-- Custom Styles -->\n    <style>\n        \/* Base & Layout *\/\n        body {\n            font-family: 'Inter', sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            padding-bottom: 90px; \n            overflow-x: hidden;\n        }\n        @media (min-width: 1024px) {\n            body { padding-bottom: 0; }\n        }\n\n        .bg-dt-blue { background-color: #00358f; }\n        .text-dt-blue { color: #00358f; }\n        .bg-dt-yellow { background-color: #ffaf23; }\n        .text-dt-yellow { color: #ffaf23; }\n        .border-dt-yellow { border-color: #ffaf23; }\n        .ring-dt-yellow { --tw-ring-color: #ffaf23; }\n        .bg-dt-yellow-hover:hover { background-color: #e69b1f; }\n\n        \/* Sticky Header Glassmorphism *\/\n        #mainHeader {\n             transition: background-color 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s ease;\n        }\n        .header-scrolled {\n            background-color: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(12px);\n            -webkit-backdrop-filter: blur(12px);\n            box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.05);\n        }\n\n        .group .mega-menu, .group .simple-dropdown {\n            transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0.2s;\n            opacity: 0;\n            transform: translateY(10px);\n            pointer-events: none;\n            visibility: hidden;\n            top: 100%; \n            margin-top: 0;\n        }\n        .group:hover .mega-menu, .group:hover .simple-dropdown {\n            opacity: 1;\n            transform: translateY(0);\n            pointer-events: auto;\n            visibility: visible;\n        }\n\n        .program-link:hover, .program-link.active {\n            background-color: white;\n            transform: translateX(4px);\n            box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.05);\n        }\n        .program-link.active {\n            border-left: 3px solid #00358f;\n        }\n        .program-link {\n            border-left: 3px solid transparent;\n            padding: 0.5rem 0.75rem;\n        }\n        .program-content-panel {\n            position: absolute;\n            top: 1rem;\n            left: 1.5rem;\n            right: 1.5rem;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease-in-out;\n        }\n        .program-content-panel.active {\n            opacity: 1;\n            visibility: visible;\n        }\n        .mega-menu-img {\n            height: 180px;\n            object-fit: cover;\n        }\n\n        \/* Hero Animation *\/\n        .hero-section {\n            position: relative;\n            height: 85vh;\n            width: 100%;\n            overflow: hidden;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .hero-bg {\n            position: absolute;\n            inset: 0;\n            background-size: cover;\n            background-position: center;\n            animation: kenburns 20s ease-out forwards;\n        }\n        @keyframes kenburns {\n            0% { transform: scale(1); }\n            100% { transform: scale(1.15); }\n        }\n\n        \/* Mobile Styles *\/\n        .shadow-soft-up {\n            box-shadow: 0 -10px 40px -10px rgba(0, 0, 0, 0.1);\n        }\n        #mobileMenu.is-open {\n            transform: translateY(0);\n        }\n        .mobile-submenu {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.0);\n        }\n        .submenu-panel {\n            transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);\n        }\n        .submenu-panel.hidden {\n            transform: translateY(100%);\n        }\n\n        \/* Custom Button Gradient *\/\n        .btn-gradient {\n            background-image: linear-gradient(to right, #00358f, #0052a5);\n            transition: all 0.3s ease;\n            background-size: 200% auto;\n        }\n        .btn-gradient:hover {\n            background-position: right center;\n            transform: translateY(-2px);\n            box-shadow: 0 10px 20px -10px rgba(0, 53, 143, 0.5);\n        }\n\n        \/* Modal Transition *\/\n        .modal-backdrop {\n            transition: opacity 0.3s ease-out;\n        }\n        .modal-panel {\n            transition: transform 0.3s ease-out, opacity 0.3s ease-out;\n        }\n        \n        \/* Campaign Card Hover *\/\n        .campaign-card {\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        .campaign-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-gray-50 text-gray-800\">\n\n    <!-- HEADER -->\n    <header id=\"mainHeader\" class=\"sticky top-0 z-50 w-full transition-all duration-300 bg-white\/90 backdrop-blur-md border-b border-gray-100\">\n        <div class=\"container mx-auto px-4 lg:px-6\">\n            <div class=\"flex items-center justify-between h-16 lg:h-20\">\n                <!-- Logo -->\n                <a href=\"https:\/\/dtpeduli.com\/\" class=\"flex-shrink-0 group\">\n                    <img decoding=\"async\" src=\"https:\/\/erp.dtpeduli.org\/assets\/2025-06\/250618K5BPVT.png\" \n                         alt=\"DT Peduli Logo\" \n                         class=\"h-8 lg:h-10 transition-transform duration-300 group-hover:scale-105\">\n                <\/a>\n                \n                <!-- Desktop Navigation -->\n                <div class=\"hidden lg:flex items-center\">\n                    <nav class=\"flex items-center space-x-1 h-full\">\n                        <a href=\"https:\/\/dtpeduli.com\/\" class=\"text-gray-600 hover:text-dt-blue font-medium text-sm uppercase tracking-wide px-3 py-2 rounded-lg hover:bg-gray-50 transition-colors\">Home<\/a>\n                        \n                        <!-- About Us Dropdown -->\n                        <div class=\"relative group h-full flex items-center\">\n                            <button class=\"flex items-center text-gray-600 hover:text-dt-blue font-medium text-sm uppercase tracking-wide px-3 py-2 rounded-lg hover:bg-gray-50 transition-all h-10\">\n                                <span>About Us<\/span>\n                                <svg class=\"w-3 h-3 ml-1 transform group-hover:rotate-180 transition-transform\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path><\/svg>\n                            <\/button>\n                            <div class=\"simple-dropdown absolute left-0 w-56 origin-top-left bg-white rounded-lg shadow-xl z-50 border border-gray-100 p-1 top-full mt-0\">\n                                <a href=\"https:\/\/dtpeduli.com\/profile\/\" class=\"block px-4 py-2 text-sm text-gray-600 rounded-md hover:bg-gray-50 hover:text-dt-blue transition-colors\">Profile<\/a>\n                                <a href=\"https:\/\/dtpeduli.com\/our-management\/\" class=\"block px-4 py-2 text-sm text-gray-600 rounded-md hover:bg-gray-50 hover:text-dt-blue transition-colors\">Our Management<\/a>\n                                <a href=\"https:\/\/dtpeduli.com\/history\/\" class=\"block px-4 py-2 text-sm text-gray-600 rounded-md hover:bg-gray-50 hover:text-dt-blue transition-colors\">History<\/a>\n                                <a href=\"https:\/\/dtpeduli.com\/official-adress-contact\/\" class=\"block px-4 py-2 text-sm text-gray-600 rounded-md hover:bg-gray-50 hover:text-dt-blue transition-colors\">Official Address<\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <!-- Programs Mega Menu -->\n                        <div class=\"relative group h-full flex items-center\">\n                            <button class=\"flex items-center text-gray-600 hover:text-dt-blue font-medium text-sm uppercase tracking-wide px-3 py-2 rounded-lg hover:bg-gray-50 transition-all h-10\">\n                                <span>Programs<\/span>\n                                 <svg class=\"w-3 h-3 ml-1 transform group-hover:rotate-180 transition-transform\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path><\/svg>\n                            <\/button>\n                            <div class=\"mega-menu absolute -right-24 w-screen max-w-4xl origin-top-right z-50 top-full mt-0\">\n                                <div class=\"bg-white rounded-xl shadow-2xl border border-gray-100 grid grid-cols-12 overflow-hidden\">\n                                    <!-- Compact Sidebar -->\n                                    <div class=\"col-span-4 bg-gray-50 p-4 border-r border-gray-100\">\n                                        <h3 class=\"text-xs font-bold text-dt-blue uppercase tracking-wider mb-3 ml-2\">Our Core Pillars<\/h3>\n                                        <div id=\"program-links\" class=\"space-y-1\">\n                                            <a href=\"https:\/\/dtpeduli.com\/dawah\/\" onmouseenter=\"switchTab('dawah')\" data-program=\"dawah\" class=\"program-link flex items-center rounded-md transition-all duration-200 cursor-pointer active\">\n                                                <div><p class=\"font-semibold text-gray-800 text-sm\">Da&#8217;wah<\/p><\/div>\n                                            <\/a>\n                                            <a href=\"https:\/\/dtpeduli.com\/economy\/\" onmouseenter=\"switchTab('economy')\" data-program=\"economy\" class=\"program-link flex items-center rounded-md transition-all duration-200 cursor-pointer\">\n                                                <div><p class=\"font-semibold text-gray-800 text-sm\">Economy<\/p><\/div>\n                                            <\/a>\n                                            <a href=\"https:\/\/dtpeduli.com\/education\/\" onmouseenter=\"switchTab('education')\" data-program=\"education\" class=\"program-link flex items-center rounded-md transition-all duration-200 cursor-pointer\">\n                                                <div><p class=\"font-semibold text-gray-800 text-sm\">Education<\/p><\/div>\n                                            <\/a>\n                                            <a href=\"https:\/\/dtpeduli.com\/health\/\" onmouseenter=\"switchTab('health')\" data-program=\"health\" class=\"program-link flex items-center rounded-md transition-all duration-200 cursor-pointer\">\n                                                <div><p class=\"font-semibold text-gray-800 text-sm\">Health<\/p><\/div>\n                                            <\/a>\n                                            <a href=\"https:\/\/dtpeduli.com\/social-humanitarian\/\" onmouseenter=\"switchTab('social')\" data-program=\"social\" class=\"program-link flex items-center rounded-md transition-all duration-200 cursor-pointer\">\n                                                <div><p class=\"font-semibold text-gray-800 text-sm\">Social Humanitarian<\/p><\/div>\n                                            <\/a>\n                                        <\/div>\n                                    <\/div>\n                                    <!-- Compact Content Area -->\n                                    <div id=\"program-content\" class=\"col-span-8 p-5 relative min-h-[300px]\">\n                                        <div id=\"tab-dawah\" class=\"program-content-panel active\">\n                                            <img decoding=\"async\" src=\"https:\/\/dtpeduli.com\/wp-content\/uploads\/2025\/05\/Media-2.jpg\" alt=\"Da'wah\" class=\"w-full mega-menu-img rounded-lg mb-3 shadow-sm\">\n                                            <h4 class=\"font-bold text-lg text-dt-blue\">Da&#8217;wah Program<\/h4>\n                                            <p class=\"text-gray-600 text-sm mt-1 mb-3 line-clamp-2\">Fostering spiritual growth and spreading peaceful Islamic values.<\/p>\n                                            <a href=\"https:\/\/dtpeduli.com\/dawah\/\" class=\"text-sm font-semibold text-dt-yellow hover:underline\">Learn More &rarr;<\/a>\n                                        <\/div>\n                                        <div id=\"tab-economy\" class=\"program-content-panel\">\n                                            <img decoding=\"async\" src=\"https:\/\/dtpeduli.com\/wp-content\/uploads\/2025\/05\/KANDANG-SOREANG-1.png\" alt=\"Economy\" class=\"w-full mega-menu-img rounded-lg mb-3 shadow-sm\">\n                                            <h4 class=\"font-bold text-lg text-dt-blue\">Economic Empowerment<\/h4>\n                                            <p class=\"text-gray-600 text-sm mt-1 mb-3 line-clamp-2\">Creating sustainable livelihoods via micro-loans.<\/p>\n                                            <a href=\"https:\/\/dtpeduli.com\/economy\/\" class=\"text-sm font-semibold text-dt-yellow hover:underline\">Learn More &rarr;<\/a>\n                                        <\/div>\n                                        <div id=\"tab-education\" class=\"program-content-panel\">\n                                            <img decoding=\"async\" src=\"https:\/\/dtpeduli.com\/wp-content\/uploads\/2025\/05\/4cc7638b-3eb5-4b00-8309-4ef773ff4a7d-scaled.jpeg\" alt=\"Education\" class=\"w-full mega-menu-img rounded-lg mb-3 shadow-sm\">\n                                            <h4 class=\"font-bold text-lg text-dt-blue\">Education For All<\/h4>\n                                            <p class=\"text-gray-600 text-sm mt-1 mb-3 line-clamp-2\">Ensuring children have access to quality education.<\/p>\n                                            <a href=\"https:\/\/dtpeduli.com\/education\/\" class=\"text-sm font-semibold text-dt-yellow hover:underline\">Learn More &rarr;<\/a>\n                                        <\/div>\n                                        <div id=\"tab-health\" class=\"program-content-panel\">\n                                            <img decoding=\"async\" src=\"https:\/\/dtpeduli.com\/wp-content\/uploads\/2025\/05\/KKOGnoD65U1j95nTiuZlUPrwRfC7YkGQYaK07hfw.jpg\" alt=\"Health\" class=\"w-full mega-menu-img rounded-lg mb-3 shadow-sm\">\n                                            <h4 class=\"font-bold text-lg text-dt-blue\">Community Health<\/h4>\n                                            <p class=\"text-gray-600 text-sm mt-1 mb-3 line-clamp-2\">Improving well-being by offering free medical services.<\/p>\n                                            <a href=\"https:\/\/dtpeduli.com\/health\/\" class=\"text-sm font-semibold text-dt-yellow hover:underline\">Learn More &rarr;<\/a>\n                                        <\/div>\n                                        <div id=\"tab-social\" class=\"program-content-panel\">\n                                            <img decoding=\"async\" src=\"https:\/\/dtpeduli.com\/wp-content\/uploads\/2025\/07\/dapur-umum-gaza.jpg\" alt=\"Social\" class=\"w-full mega-menu-img rounded-lg mb-3 shadow-sm\">\n                                            <h4 class=\"font-bold text-lg text-dt-blue\">Social &#038; Humanitarian<\/h4>\n                                            <p class=\"text-gray-600 text-sm mt-1 mb-3 line-clamp-2\">Providing rapid response and relief during emergencies.<\/p>\n                                            <a href=\"https:\/\/dtpeduli.com\/social-humanitarian\/\" class=\"text-sm font-semibold text-dt-yellow hover:underline\">Learn More &rarr;<\/a>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <!-- Giving Dropdown -->\n                        <div class=\"relative group h-full flex items-center\">\n                            <button class=\"flex items-center text-dt-blue font-bold text-sm uppercase tracking-wide px-3 py-2 rounded-lg bg-blue-50\/80 hover:bg-blue-100 transition-all h-10\">\n                                <span>Giving<\/span>\n                                <i class=\"fas fa-chevron-down text-[10px] ml-2 transition-transform group-hover:rotate-180\"><\/i>\n                            <\/button>\n                            <div class=\"simple-dropdown absolute left-0 w-56 origin-top-left bg-white rounded-lg shadow-xl z-50 border border-gray-100 p-1 top-full mt-0\">\n                                <a href=\"https:\/\/dtpeduli.com\/donate\/zakat-maal\/\" class=\"block px-4 py-2 text-sm text-gray-600 hover:bg-gray-100 hover:text-dt-blue transition-colors\">Zakat Maal<\/a>\n                                <a href=\"https:\/\/dtpeduli.com\/donate\/zakat-al-fitr\/\" class=\"block px-4 py-2 text-sm text-gray-600 hover:bg-gray-100 hover:text-dt-blue transition-colors\">Zakat Fitr<\/a>\n                                <a href=\"https:\/\/dtpeduli.com\/donate\/sadaqah\/\" class=\"block px-4 py-2 text-sm text-gray-600 hover:bg-gray-100 hover:text-dt-blue transition-colors\">Sadaqah<\/a>\n                                <a href=\"https:\/\/dtpeduli.com\/donate\/infaq\/\" class=\"block px-4 py-2 text-sm text-gray-600 hover:bg-gray-100 hover:text-dt-blue transition-colors\">Infaq<\/a>\n                                <a href=\"https:\/\/dtpeduli.com\/donate\/fidyah\/\" class=\"block px-4 py-2 text-sm text-gray-600 hover:bg-gray-100 hover:text-dt-blue transition-colors\">Fidyah<\/a>\n                                <a href=\"https:\/\/dtpeduli.com\/ramadhan\/\" class=\"block px-4 py-2 text-sm text-gray-600 hover:bg-gray-100 hover:text-dt-blue transition-colors\">Ramadhan<\/a>\n                                <div class=\"my-1 border-t border-gray-100\"><\/div>\n                                <a href=\"#\" class=\"block px-4 py-2 text-sm font-bold text-white bg-red-600 hover:bg-red-700 mx-2 rounded flex items-center justify-between\">\n                                    <span>Palestine Relief<\/span>\n                                    <i class=\"fas fa-heart animate-pulse\"><\/i>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                        \n                        <!-- Governance Dropdown -->\n                        <div class=\"relative group h-full flex items-center\">\n                            <button class=\"flex items-center text-gray-600 hover:text-dt-blue font-medium text-sm uppercase tracking-wide px-3 py-2 rounded-lg hover:bg-gray-50 transition-all h-10\">\n                                <span>Governance<\/span>\n                                <svg class=\"w-3 h-3 ml-1 transform group-hover:rotate-180 transition-transform\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path><\/svg>\n                            <\/button>\n                            <div class=\"simple-dropdown absolute right-0 w-56 origin-top-right bg-white rounded-lg shadow-xl z-50 border border-gray-100 p-1 top-full mt-0\">\n                                 <a href=\"https:\/\/dtpeduli.com\/legal-formal\/\" class=\"block px-4 py-2 text-sm text-gray-600 rounded-md hover:bg-gray-50 hover:text-dt-blue transition-colors\">Legal &#038; Formal<\/a>\n                                 <a href=\"https:\/\/dtpeduli.com\/quality-policy\/\" class=\"block px-4 py-2 text-sm text-gray-600 rounded-md hover:bg-gray-50 hover:text-dt-blue transition-colors\">Quality Policy<\/a>\n                                 <a href=\"https:\/\/dtpeduli.com\/audit-result\/\" class=\"block px-4 py-2 text-sm text-gray-600 rounded-md hover:bg-gray-50 hover:text-dt-blue transition-colors\">Audit Result<\/a>\n                                 <a href=\"https:\/\/dtpeduli.com\/report\/\" class=\"block px-4 py-2 text-sm text-gray-600 rounded-md hover:bg-gray-50 hover:text-dt-blue transition-colors\">Report<\/a>\n                                 <a href=\"https:\/\/dtpeduli.com\/complaint-service\/\" class=\"block px-4 py-2 text-sm text-gray-600 rounded-md hover:bg-gray-50 hover:text-dt-blue transition-colors\">Complaint Service<\/a>\n                                 <a href=\"https:\/\/dtpeduli.com\/terms-and-conditions\/\" class=\"block px-4 py-2 text-sm text-gray-600 rounded-md hover:bg-gray-50 hover:text-dt-blue transition-colors\">Terms and Conditions<\/a>\n                            <\/div>\n                        <\/div>\n\n                        <a href=\"https:\/\/dtpeduli.com\/news-stories\/\" class=\"text-gray-600 hover:text-dt-blue font-medium text-sm uppercase tracking-wide px-3 py-2 rounded-lg hover:bg-gray-50 transition-colors\">News<\/a>\n                    <\/nav>\n                    \n                    <!-- Donate Button -->\n                    <div class=\"ml-6\">\n                        <a href=\"https:\/\/dtpeduli.com\/donate\/\" class=\"bg-dt-yellow hover:bg-orange-500 text-white font-bold text-sm py-2.5 px-6 rounded-full shadow-lg hover:shadow-xl hover:-translate-y-0.5 transition-all duration-300 flex items-center\">\n                            <span>Donate<\/span>\n                            <i class=\"fas fa-heart ml-2 text-white\/90\"><\/i>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- Mobile Menu Toggle -->\n                <button id=\"mobileMenuBtn\" class=\"lg:hidden text-dt-blue p-2 focus:outline-none\" aria-label=\"Menu\">\n                    <svg id=\"menu-open-icon\" class=\"w-7 h-7\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 6h16M4 12h16M4 18h16\"><\/path><\/svg>\n                    <svg id=\"menu-close-icon\" class=\"w-7 h-7 hidden\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 18L18 6M6 6l12 12\"><\/path><\/svg>\n                <\/button>\n            <\/div>\n        <\/div>\n\n        <!-- Mobile Menu Overlay -->\n        <div id=\"mobileMenu\" class=\"lg:hidden fixed inset-0 bg-white z-40 transform translate-y-full transition-transform duration-300 flex flex-col h-screen pt-20 pb-32 overflow-y-auto\">\n            <div class=\"px-4 space-y-1\">\n                <a href=\"https:\/\/dtpeduli.com\/\" class=\"block py-3 px-4 text-gray-700 font-medium hover:bg-gray-50 rounded-lg\">Home<\/a>\n                \n                <!-- About Us Mobile -->\n                <div class=\"mobile-menu-item\">\n                    <button class=\"accordion-btn w-full flex justify-between items-center py-3 px-4 text-gray-700 font-medium hover:bg-gray-50 rounded-lg\">\n                        <span>About Us<\/span>\n                        <i class=\"fas fa-chevron-down text-xs transition-transform\"><\/i>\n                    <\/button>\n                    <div class=\"mobile-submenu px-4 bg-gray-50 rounded-lg\">\n                        <a href=\"https:\/\/dtpeduli.com\/profile\/\" class=\"block py-2.5 text-sm text-gray-600 border-b border-gray-100\">Profile<\/a>\n                        <a href=\"https:\/\/dtpeduli.com\/our-management\/\" class=\"block py-2.5 text-sm text-gray-600 border-b border-gray-100\">Our Management<\/a>\n                        <a href=\"https:\/\/dtpeduli.com\/history\/\" class=\"block py-2.5 text-sm text-gray-600 border-b border-gray-100\">History<\/a>\n                        <a href=\"https:\/\/dtpeduli.com\/official-adress-contact\/\" class=\"block py-2.5 text-sm text-gray-600\">Official Address<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- Programs Mobile -->\n                <div class=\"mobile-menu-item\">\n                    <button class=\"accordion-btn w-full flex justify-between items-center py-3 px-4 text-gray-700 font-medium hover:bg-gray-50 rounded-lg\">\n                        <span>Programs<\/span>\n                        <i class=\"fas fa-chevron-down text-xs transition-transform\"><\/i>\n                    <\/button>\n                    <div class=\"mobile-submenu px-4 bg-gray-50 rounded-lg\">\n                        <a href=\"https:\/\/dtpeduli.com\/dawah\/\" class=\"block py-2.5 text-sm text-gray-600 border-b border-gray-100\">Da&#8217;wah<\/a>\n                        <a href=\"https:\/\/dtpeduli.com\/economy\/\" class=\"block py-2.5 text-sm text-gray-600 border-b border-gray-100\">Economy<\/a>\n                        <a href=\"https:\/\/dtpeduli.com\/education\/\" class=\"block py-2.5 text-sm text-gray-600 border-b border-gray-100\">Education<\/a>\n                        <a href=\"https:\/\/dtpeduli.com\/health\/\" class=\"block py-2.5 text-sm text-gray-600 border-b border-gray-100\">Health<\/a>\n                        <a href=\"https:\/\/dtpeduli.com\/social-humanitarian\/\" class=\"block py-2.5 text-sm text-gray-600\">Social Humanitarian<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- Giving Mobile -->\n                <div class=\"mobile-menu-item\">\n                    <button class=\"accordion-btn w-full flex justify-between items-center py-3 px-4 text-dt-blue font-bold hover:bg-blue-50 rounded-lg\">\n                        <span>Giving<\/span>\n                        <i class=\"fas fa-chevron-down text-xs transition-transform\"><\/i>\n                    <\/button>\n                    <div class=\"mobile-submenu px-4 bg-blue-50\/50 rounded-lg\">\n                        <a href=\"https:\/\/dtpeduli.com\/donate\/zakat-maal\/\" class=\"block py-2.5 text-sm text-gray-600 border-b border-gray-100\">Zakat Maal<\/a>\n                        <a href=\"https:\/\/dtpeduli.com\/donate\/zakat-al-fitr\/\" class=\"block py-2.5 text-sm text-gray-600 border-b border-gray-100\">Zakat Fitr<\/a>\n                        <a href=\"https:\/\/dtpeduli.com\/donate\/sadaqah\/\" class=\"block py-2.5 text-sm text-gray-600 border-b border-gray-100\">Sadaqah<\/a>\n                        <a href=\"https:\/\/dtpeduli.com\/donate\/infaq\/\" class=\"block py-2.5 text-sm text-gray-600 border-b border-gray-100\">Infaq<\/a>\n                        <a href=\"https:\/\/dtpeduli.com\/donate\/fidyah\/\" class=\"block py-2.5 text-sm text-gray-600 border-b border-gray-100\">Fidyah<\/a>\n                        <a href=\"https:\/\/dtpeduli.com\/ramadhan\/\" class=\"block py-2.5 text-sm text-gray-600 border-b border-gray-100\">Ramadhan<\/a>\n                        <a href=\"https:\/\/dtpeduli.com\/donate\/palestine-relief\/\" class=\"block py-2.5 text-sm text-red-600 font-bold flex items-center\">\n                            <i class=\"fas fa-heart mr-2 text-xs\"><\/i> Palestine Relief\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n                 <!-- Governance Mobile -->\n                <div class=\"mobile-menu-item\">\n                    <button class=\"accordion-btn w-full flex justify-between items-center py-3 px-4 text-gray-700 font-medium hover:bg-gray-50 rounded-lg\">\n                        <span>Governance<\/span>\n                        <i class=\"fas fa-chevron-down text-xs transition-transform\"><\/i>\n                    <\/button>\n                    <div class=\"mobile-submenu px-4 bg-gray-50 rounded-lg\">\n                        <a href=\"https:\/\/dtpeduli.com\/legal-formal\/\" class=\"block py-2.5 text-sm text-gray-600 border-b border-gray-100\">Legal &#038; Formal<\/a>\n                        <a href=\"https:\/\/dtpeduli.com\/quality-policy\/\" class=\"block py-2.5 text-sm text-gray-600 border-b border-gray-100\">Quality Policy<\/a>\n                        <a href=\"https:\/\/dtpeduli.com\/audit-result\/\" class=\"block py-2.5 text-sm text-gray-600 border-b border-gray-100\">Audit Result<\/a>\n                        <a href=\"https:\/\/dtpeduli.com\/report\/\" class=\"block py-2.5 text-sm text-gray-600 border-b border-gray-100\">Report<\/a>\n                        <a href=\"https:\/\/dtpeduli.com\/complaint-service\/\" class=\"block py-2.5 text-sm text-gray-600 border-b border-gray-100\">Complaint Service<\/a>\n                        <a href=\"https:\/\/dtpeduli.com\/terms-and-conditions\/\" class=\"block py-2.5 text-sm text-gray-600\">Terms and Conditions<\/a>\n                    <\/div>\n                <\/div>\n\n                <a href=\"https:\/\/dtpeduli.com\/news-stories\/\" class=\"block py-3 px-4 text-gray-700 font-medium hover:bg-gray-50 rounded-lg\">News &#038; Stories<\/a>\n\n                <div class=\"px-4 mt-4\">\n                    <a href=\"https:\/\/dtpeduli.com\/donate\/\" class=\"block w-full bg-dt-yellow text-white font-bold py-4 rounded-xl text-center shadow-md\">\n                        Donate Now\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- MAIN CONTENT -->\n    <main>\n        <!-- 1. HERO SECTION FULL WIDTH -->\n        <section class=\"hero-section\">\n            <!-- Background Image (Palestine) -->\n            <div class=\"hero-bg w-full h-full absolute inset-0\" style=\"background-image: url('https:\/\/dtpeduli.com\/donate\/wp-content\/uploads\/2025\/09\/open-kitceh-gaza.jpg');\"><\/div>\n            \n            <!-- Gradient Overlay -->\n            <div class=\"absolute inset-0 bg-gradient-to-t from-gray-900 via-gray-900\/60 to-transparent z-10\"><\/div>\n            <div class=\"absolute inset-0 bg-gradient-to-r from-gray-900\/70 via-transparent to-transparent z-10\"><\/div>\n\n            <!-- Content -->\n            <div class=\"container mx-auto px-6 relative z-20 h-full flex flex-col justify-center\">\n                <div class=\"max-w-2xl\" data-aos=\"fade-up\">\n                    <div class=\"inline-flex items-center bg-red-600\/90 backdrop-blur-sm text-white text-xs font-bold px-3 py-1.5 rounded-full mb-6 tracking-widest uppercase shadow-lg border border-red-500\/50\">\n                        <span class=\"w-2 h-2 bg-white rounded-full mr-2 animate-pulse\"><\/span>\n                        Emergency Appeal\n                    <\/div>\n                    <h1 class=\"text-4xl md:text-6xl lg:text-7xl font-serif font-bold text-white leading-tight mb-6 drop-shadow-2xl\">\n                        Stand with <br> <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-green-400 to-white\">Palestine<\/span>\n                    <\/h1>\n                    <p class=\"text-lg md:text-xl text-gray-100 mb-10 leading-relaxed font-light drop-shadow-md\">\n                        The humanitarian crisis is critical. Families are without food, water, or shelter. Your donation today delivers immediate lifesaving aid directly to those who need it most.\n                    <\/p>\n                    <div class=\"flex flex-col sm:flex-row gap-4\">\n                        <button onclick=\"openModal()\" class=\"px-8 py-4 bg-red-600 hover:bg-red-700 text-white font-bold rounded-full shadow-[0_0_20px_rgba(220,38,38,0.4)] transition-all transform hover:scale-105 flex items-center justify-center text-lg\">\n                            <i class=\"fas fa-hand-holding-heart mr-3\"><\/i> Donate Now\n                        <\/button>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Scroll Down -->\n            <div class=\"absolute bottom-8 left-1\/2 transform -translate-x-1\/2 z-20 animate-bounce text-white\/50 hidden lg:block\">\n                <i class=\"fas fa-chevron-down text-2xl\"><\/i>\n            <\/div>\n        <\/section>\n\n        <!-- SITUATION REPORT -->\n        <section class=\"py-16 lg:py-24 bg-white\">\n            <div class=\"container mx-auto px-6\">\n                <div class=\"flex flex-col lg:flex-row gap-12 items-center\">\n                    <div class=\"lg:w-1\/2\" data-aos=\"fade-right\">\n                        <h2 class=\"text-3xl font-bold text-dt-blue mb-6\">The Situation on the Ground<\/h2>\n                        <p class=\"text-gray-600 mb-4 leading-relaxed\">\n                            The ongoing conflict has left devastating impacts on infrastructure and livelihoods. Hospitals are overwhelmed, clean water is scarce, and food supplies are critically low.\n                        <\/p>\n                        <p class=\"text-gray-600 mb-8 leading-relaxed\">\n                            DT Peduli is on the ground, working with local partners to deliver:\n                        <\/p>\n                        <ul class=\"space-y-3\">\n                            <li class=\"flex items-start\">\n                                <i class=\"fas fa-check-circle text-green-500 mt-1 mr-3\"><\/i>\n                                <span class=\"text-gray-700\">Hot meals and food parcels for displaced families.<\/span>\n                            <\/li>\n                            <li class=\"flex items-start\">\n                                <i class=\"fas fa-check-circle text-green-500 mt-1 mr-3\"><\/i>\n                                <span class=\"text-gray-700\">Clean water trucking and purification tablets.<\/span>\n                            <\/li>\n                            <li class=\"flex items-start\">\n                                <i class=\"fas fa-check-circle text-green-500 mt-1 mr-3\"><\/i>\n                                <span class=\"text-gray-700\">Emergency medical kits and hospital supplies.<\/span>\n                            <\/li>\n                            <li class=\"flex items-start\">\n                                <i class=\"fas fa-check-circle text-green-500 mt-1 mr-3\"><\/i>\n                                <span class=\"text-gray-700\">Winter aid including blankets and warm clothing.<\/span>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"lg:w-1\/2 grid grid-cols-2 gap-4\" data-aos=\"fade-left\">\n                        <div class=\"bg-gray-50 p-6 rounded-2xl text-center border border-gray-100\">\n                            <div class=\"text-4xl font-bold text-dt-blue mb-2\">50k+<\/div>\n                            <div class=\"text-sm text-gray-500 uppercase tracking-wide\">Meals Distributed<\/div>\n                        <\/div>\n                        <div class=\"bg-gray-50 p-6 rounded-2xl text-center border border-gray-100\">\n                            <div class=\"text-4xl font-bold text-dt-blue mb-2\">10k+<\/div>\n                            <div class=\"text-sm text-gray-500 uppercase tracking-wide\">Families Helped<\/div>\n                        <\/div>\n                        <div class=\"bg-gray-50 p-6 rounded-2xl text-center border border-gray-100\">\n                            <div class=\"text-4xl font-bold text-dt-blue mb-2\">5<\/div>\n                            <div class=\"text-sm text-gray-500 uppercase tracking-wide\">Medical Points<\/div>\n                        <\/div>\n                        <div class=\"bg-gray-50 p-6 rounded-2xl text-center border border-gray-100\">\n                            <div class=\"text-4xl font-bold text-dt-blue mb-2\">100%<\/div>\n                            <div class=\"text-sm text-gray-500 uppercase tracking-wide\">Commitment<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- DONATION OPTIONS (UPDATED: PALESTINE RELIEF CAMPAIGNS) -->\n        <section class=\"py-16 lg:py-24 bg-gray-50\">\n             <div class=\"container mx-auto px-6\">\n                <div class=\"text-center mb-12\">\n                    <h2 class=\"text-3xl font-bold text-dt-blue\">How You Can Help<\/h2>\n                    <p class=\"text-gray-600 mt-3\">Urgent campaigns for Palestine Relief. Choose a package to support.<\/p>\n                <\/div>\n\n                <!-- CAMPAIGN CONTAINER -->\n                <div id=\"campaign-container\" class=\"grid grid-cols-1 md:grid-cols-3 gap-8\">\n                    \n                    <!-- Fallback 1: Zakat Untuk Palestina -->\n                    <div class=\"bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-2xl transition-all duration-300 flex flex-col transform hover:-translate-y-1 border border-gray-100 group campaign-card\" data-aos=\"fade-up\" data-aos-delay=\"0\">\n                        <div class=\"relative h-56 overflow-hidden\">\n                            <img decoding=\"async\" src=\"https:\/\/dtpeduli.com\/wp-content\/uploads\/2025\/07\/dapur-umum-gaza.jpg\" onerror=\"this.src='https:\/\/placehold.co\/600x400\/e2e8f0\/1e293b?text=Zakat+Palestina'\" alt=\"Zakat for Palestine\" class=\"w-full h-full object-cover transition-transform duration-700 group-hover:scale-110\">\n                            <div class=\"absolute top-3 right-3 bg-red-600 text-white px-3 py-1 rounded-full text-xs font-bold shadow-sm flex items-center\">\n                                <i class=\"fas fa-hand-holding-heart mr-1\"><\/i> Zakat\n                            <\/div>\n                        <\/div>\n                        <div class=\"p-8 text-center flex flex-col flex-grow\">\n                            <h3 class=\"font-bold text-xl mb-2 text-gray-800 group-hover:text-dt-blue transition-colors line-clamp-2\">Zakat untuk Palestina<\/h3>\n                            <p class=\"text-gray-600 text-sm mb-6 flex-grow\">Salurkan zakat Anda sebagai tanda cinta dan dukungan nyata untuk saudara kita di Palestina.<\/p>\n                            <div class=\"mt-auto\">\n                                <a href=\"https:\/\/dtpeduli.org\/zakatuntukpalestina\" target=\"_blank\" class=\"block w-full border-2 border-dt-blue text-dt-blue font-bold py-2.5 rounded-lg hover:bg-dt-blue hover:text-white transition-all text-center\">\n                                    Donate Now\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Fallback 2: All Eyes on Rafah -->\n                    <div class=\"bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-2xl transition-all duration-300 flex flex-col transform hover:-translate-y-1 border border-gray-100 group campaign-card\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n                        <div class=\"relative h-56 overflow-hidden\">\n                            <img decoding=\"async\" src=\"https:\/\/dtpeduli.com\/wp-content\/uploads\/2025\/05\/KKOGnoD65U1j95nTiuZlUPrwRfC7YkGQYaK07hfw.jpg\" onerror=\"this.src='https:\/\/placehold.co\/600x400\/e2e8f0\/1e293b?text=Rafah+Aid'\" alt=\"All Eyes on Rafah\" class=\"w-full h-full object-cover transition-transform duration-700 group-hover:scale-110\">\n                            <div class=\"absolute top-3 right-3 bg-blue-500 text-white px-3 py-1 rounded-full text-xs font-bold shadow-sm flex items-center\">\n                                <i class=\"fas fa-eye mr-1\"><\/i> Emergency\n                            <\/div>\n                        <\/div>\n                        <div class=\"p-8 text-center flex flex-col flex-grow\">\n                            <h3 class=\"font-bold text-xl mb-2 text-gray-800 group-hover:text-dt-blue transition-colors line-clamp-2\">All Eyes on Rafah<\/h3>\n                            <p class=\"text-gray-600 text-sm mb-6 flex-grow\">Unggulkan kepedulian bantu Palestina. Bantuan darurat untuk pengungsi di perbatasan Rafah.<\/p>\n                            <div class=\"mt-auto\">\n                                <a href=\"https:\/\/dtpeduli.org\/all-eyes-on-rafah-unggulkan-kepedulian-bantu-palestina\" target=\"_blank\" class=\"block w-full border-2 border-dt-blue text-dt-blue font-bold py-2.5 rounded-lg hover:bg-dt-blue hover:text-white transition-all text-center\">\n                                    Donate Now\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Fallback 3: Peduli Yatim Palestina -->\n                    <div class=\"bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-2xl transition-all duration-300 flex flex-col transform hover:-translate-y-1 border border-gray-100 group campaign-card\" data-aos=\"fade-up\" data-aos-delay=\"200\">\n                        <div class=\"relative h-56 overflow-hidden\">\n                            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1576091160399-112ba8d25d1d?ixlib=rb-1.2.1&#038;auto=format&#038;fit=crop&#038;w=1050&#038;q=80\" onerror=\"this.src='https:\/\/placehold.co\/600x400\/e2e8f0\/1e293b?text=Orphan+Care'\" alt=\"Orphan Care\" class=\"w-full h-full object-cover transition-transform duration-700 group-hover:scale-110\">\n                            <div class=\"absolute top-3 right-3 bg-green-600 text-white px-3 py-1 rounded-full text-xs font-bold shadow-sm flex items-center\">\n                                <i class=\"fas fa-child mr-1\"><\/i> Orphan Care\n                            <\/div>\n                        <\/div>\n                        <div class=\"p-8 text-center flex flex-col flex-grow\">\n                            <h3 class=\"font-bold text-xl mb-2 text-gray-800 group-hover:text-dt-blue transition-colors line-clamp-2\">Peduli Yatim Palestina<\/h3>\n                            <p class=\"text-gray-600 text-sm mb-6 flex-grow\">Memberikan perlindungan, makanan, dan pendidikan bagi anak-anak yatim korban konflik di Palestina.<\/p>\n                            <div class=\"mt-auto\">\n                                <a href=\"https:\/\/dtpeduli.org\/pedulipalestina\" target=\"_blank\" class=\"block w-full border-2 border-dt-blue text-dt-blue font-bold py-2.5 rounded-lg hover:bg-dt-blue hover:text-white transition-all text-center\">\n                                    Donate Now\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n             <\/div>\n        <\/section>\n\n        <!-- MODAL STRUCTURE (for Donation) -->\n        <div id=\"donationModal\" class=\"fixed inset-0 z-[100] hidden\" aria-labelledby=\"modal-title\" role=\"dialog\" aria-modal=\"true\">\n            <div class=\"absolute inset-0 bg-gray-900\/60 backdrop-blur-sm transition-opacity opacity-0\" id=\"modalBackdrop\"><\/div>\n            <div class=\"fixed inset-0 z-10 overflow-y-auto\">\n                <div class=\"flex min-h-full items-center justify-center p-4 text-center sm:p-0\">\n                    <div id=\"modalPanel\" class=\"relative transform overflow-hidden rounded-2xl bg-white text-left shadow-2xl transition-all sm:my-8 sm:w-full sm:max-w-lg opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95\">\n                        <div class=\"bg-dt-blue px-4 py-4 sm:px-6 flex justify-between items-center\">\n                            <h3 class=\"text-lg font-bold leading-6 text-white\" id=\"modal-title\">Secure Donation<\/h3>\n                            <button onclick=\"closeModal()\" class=\"text-white\/70 hover:text-white focus:outline-none\"><i class=\"fas fa-times text-xl\"><\/i><\/button>\n                        <\/div>\n                        <div class=\"px-4 py-6 sm:p-6\">\n                             <div class=\"text-center mb-6\">\n                                <span class=\"inline-block p-3 rounded-full bg-red-50 text-red-600 mb-3\"><i class=\"fas fa-hand-holding-medical text-2xl\"><\/i><\/span>\n                                <h4 class=\"text-xl font-bold text-gray-900\">Palestine Emergency Relief<\/h4>\n                                <p class=\"text-sm text-gray-500 mt-1\">Your donation provides immediate aid.<\/p>\n                            <\/div>\n                            <div class=\"space-y-4\">\n                                <a href=\"https:\/\/dtpeduli.com\/donate\/2025\/07\/22\/support-for-palestine-dont-let-silence-be-our-response\/\" class=\"block w-full bg-dt-yellow hover:bg-dt-yellow-hover text-white font-bold py-3 rounded-lg shadow-md transition-colors text-center\">Proceed to Donate<\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/main>\n\n    <!-- FOOTER -->\n    <footer class=\"bg-dt-blue\" data-aos=\"fade-up\">\n        <div class=\"container mx-auto px-6 py-16 text-gray-300\">\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-12\">\n                <!-- Column 1: About & Logo -->\n                <div class=\"md:col-span-2 lg:col-span-1\">\n                    <img decoding=\"async\" src=\"https:\/\/dtpeduli.com\/wp-content\/uploads\/2025\/12\/DT-PEDULI-PUTIH.png\" alt=\"DT Peduli Logo\" class=\"h-8 lg:h-10\">\n                    <p class=\"text-gray-400 text-sm leading-relaxed\">A globally trusted charity empowering communities.<\/p>\n                    <div class=\"mt-4 text-xs text-gray-500 space-y-2\">\n                        <p><strong>AUS:<\/strong> ABN 68709571627<\/p>\n                        <p><strong>ID:<\/strong> SK KEMENAG RI NO 1200 (2022)<\/p>\n                        <p><strong>TR:<\/strong> K\u00fct\u00fck No: 34-285-124<\/p>\n                    <\/div>\n                <\/div>\n                <div>\n                    <h3 class=\"text-lg font-semibold text-white mb-4 tracking-wider\">Explore<\/h3>\n                    <ul class=\"space-y-3 text-sm\">\n                        <li><a href=\"https:\/\/dtpeduli.com\/profile\/\" class=\"hover:text-dt-yellow transition-colors\">About Us<\/a><\/li>\n                        <li><a href=\"https:\/\/dtpeduli.com\/news-stories\/\" class=\"hover:text-dt-yellow transition-colors\">News &#038; Stories<\/a><\/li>\n                        <li><a href=\"https:\/\/dtpeduli.com\/donate\/zakat-maal\/\" class=\"hover:text-dt-yellow transition-colors\">Zakat Calculator<\/a><\/li>\n                        <li><a href=\"https:\/\/dtpeduli.com\/official-adress-contact\/\" class=\"hover:text-dt-yellow transition-colors\">Contact Us<\/a><\/li>\n                    <\/ul>\n                <\/div>\n                 <div>\n                      <h3 class=\"text-lg font-semibold text-white mb-4 tracking-wider\">Contact<\/h3>\n                      <ul class=\"space-y-4 text-gray-400 text-sm\">\n                          <li class=\"flex items-start\"><i class=\"fas fa-map-marker-alt mr-3 mt-1 text-dt-yellow\"><\/i><span>Jl. Gegerkalong Girang No.32, Bandung<\/span><\/li>\n                          <li class=\"flex items-center\"><i class=\"fas fa-envelope mr-3 text-dt-yellow\"><\/i><a href=\"mailto:hello@dtpeduli.org\" class=\"hover:text-dt-yellow\">hello@dtpeduli.org<\/a><\/li>\n                          <li class=\"flex items-center\"><i class=\"fas fa-phone mr-3 text-dt-yellow\"><\/i><span>+62 813-1712-1712<\/span><\/li>\n                      <\/ul>\n                 <\/div>\n                <div>\n                    <h3 class=\"text-lg font-semibold text-white mb-4 tracking-wider\">Follow Us<\/h3>\n                    <div class=\"flex space-x-3 mb-6\">\n                        <a href=\"https:\/\/www.facebook.com\/dtpeduliaustralia\/\" class=\"w-10 h-10 flex items-center justify-center bg-white\/10 rounded-full hover:bg-dt-yellow hover:text-white transition-all\"><i class=\"fab fa-facebook-f\"><\/i><\/a>\n                        <a href=\"https:\/\/www.instagram.com\/dtpeduli\/\" class=\"w-10 h-10 flex items-center justify-center bg-white\/10 rounded-full hover:bg-dt-yellow hover:text-white transition-all\"><i class=\"fab fa-instagram\"><\/i><\/a>\n                        <a href=\"https:\/\/x.com\/dtpeduli\" class=\"w-10 h-10 flex items-center justify-center bg-white\/10 rounded-full hover:bg-dt-yellow hover:text-white transition-all\"><i class=\"fab fa-twitter\"><\/i><\/a>\n                        <a href=\"https:\/\/www.youtube.com\/@DTPeduli\" class=\"w-10 h-10 flex items-center justify-center bg-white\/10 rounded-full hover:bg-dt-yellow hover:text-white transition-all\"><i class=\"fab fa-youtube\"><\/i><\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"bg-black\/20 border-t border-white\/5\"><div class=\"container mx-auto px-6 py-4 text-center text-gray-500 text-xs\">&copy; 2025 DT Peduli. All Rights Reserved.<\/div><\/div>\n    <\/footer>\n\n    <!-- MOBILE STICKY BOTTOM NAVIGATION -->\n    <nav class=\"lg:hidden fixed bottom-0 left-0 right-0 bg-white\/80 backdrop-blur-lg shadow-soft-up rounded-t-2xl flex justify-around items-end z-50 pb-2 pt-1 border-t border-white\/50\">\n        <a href=\"https:\/\/dtpeduli.com\/\" class=\"flex flex-col items-center w-full py-2 group focus:outline-none tap-highlight-transparent\">\n            <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/1946\/1946436.png\" alt=\"Home\" class=\"w-6 h-6 mb-1 object-contain opacity-70 group-hover:opacity-100 transition-opacity\"> \n            <span class=\"text-[10px] font-semibold text-gray-500 group-hover:text-dt-blue transition-colors\">Home<\/span>\n        <\/a>\n        <button id=\"servicesButton\" class=\"flex flex-col items-center w-full py-2 group focus:outline-none tap-highlight-transparent\">\n            <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/3063\/3063822.png\" alt=\"Services\" class=\"w-6 h-6 mb-1 object-contain opacity-70 group-hover:opacity-100 transition-opacity\">\n            <span class=\"text-[10px] font-semibold text-gray-500 group-hover:text-dt-blue transition-colors\">Services<\/span>\n        <\/button>\n        <button id=\"quickDonateButton\" class=\"relative -top-6 group focus:outline-none tap-highlight-transparent\">\n            <div class=\"bg-gradient-to-br from-dt-yellow to-orange-400 rounded-full p-4 shadow-xl border-4 border-white\/80 transform transition-transform group-hover:scale-105 group-active:scale-95\">\n                 <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-7 w-7 text-white\" viewBox=\"0 0 20 20\" fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z\" clip-rule=\"evenodd\" \/><\/svg>\n            <\/div>\n            <span class=\"absolute -bottom-5 left-1\/2 transform -translate-x-1\/2 text-[10px] font-bold text-dt-blue whitespace-nowrap\">Donate<\/span>\n        <\/button>\n        <!-- REPLACED PROFILE WITH RAMADHAN -->\n        <a href=\"https:\/\/dtpeduli.com\/ramadhan\/\" class=\"flex flex-col items-center w-full py-2 group focus:outline-none tap-highlight-transparent\">\n            <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/709\/709699.png\" alt=\"Ramadhan\" class=\"w-6 h-6 mb-1 object-contain opacity-70 group-hover:opacity-100 transition-opacity\">\n            <span class=\"text-[10px] font-semibold text-gray-500 group-hover:text-dt-blue transition-colors\">Ramadhan<\/span>\n        <\/a>\n         <button id=\"mobileMenuBtn\" class=\"flex flex-col items-center w-full py-2 group focus:outline-none tap-highlight-transparent\">\n            <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/2976\/2976215.png\" alt=\"Menu\" class=\"w-6 h-6 mb-1 object-contain opacity-70 group-hover:opacity-100 transition-opacity\">\n            <span class=\"text-[10px] font-semibold text-gray-500 group-hover:text-dt-blue transition-colors\">Menu<\/span>\n        <\/button>\n    <\/nav>\n    \n    <!-- MOBILE SUBMENUS -->\n    <div id=\"quickDonateSubmenu\" class=\"lg:hidden fixed inset-0 bg-black\/60 backdrop-blur-sm z-[60] flex items-end hidden transition-opacity duration-300\">\n        <div class=\"bg-white w-full rounded-t-3xl p-6 shadow-2xl animate-slide-up max-h-[85vh] overflow-y-auto\">\n            <div class=\"flex justify-between items-center mb-4 sticky top-0 bg-white pt-2 pb-2 z-10\">\n                <h3 class=\"text-lg font-bold text-dt-blue\">Quick Donate<\/h3>\n                <button id=\"closeQuickDonate\" class=\"text-gray-500 hover:text-gray-800 text-3xl leading-none\">&times;<\/button>\n            <\/div>\n            <div class=\"space-y-3\">\n                <a href=\"https:\/\/dtpeduli.com\/donate\/zakat-maal\/\" class=\"flex items-center p-3 rounded-lg hover:bg-gray-100 transition-colors\">\n                    <span class=\"text-2xl mr-4\">\ud83d\udcb0<\/span>\n                    <span class=\"font-medium text-gray-700\">Zakat Maal<\/span>\n                <\/a>\n                <a href=\"https:\/\/dtpeduli.com\/donate\/zakat-al-fitr\/\" class=\"flex items-center p-3 rounded-lg hover:bg-gray-100 transition-colors\">\n                    <span class=\"text-2xl mr-4\">\ud83c\udf5a<\/span>\n                    <span class=\"font-medium text-gray-700\">Zakat Fitr<\/span>\n                <\/a>\n                <a href=\"https:\/\/dtpeduli.com\/donate\/infaq\/\" class=\"flex items-center p-3 rounded-lg hover:bg-gray-100 transition-colors\">\n                    <span class=\"text-2xl mr-4\">\ud83d\udcb8<\/span>\n                    <span class=\"font-medium text-gray-700\">Infaq<\/span>\n                <\/a>\n                <a href=\"https:\/\/dtpeduli.com\/donate\/sadaqah\/\" class=\"flex items-center p-3 rounded-lg hover:bg-gray-100 transition-colors\">\n                    <span class=\"text-2xl mr-4\">\ud83e\udd32<\/span>\n                    <span class=\"font-medium text-gray-700\">Sadaqah<\/span>\n                <\/a>\n                <a href=\"https:\/\/dtpeduli.com\/donate\/fidyah\/\" class=\"flex items-center p-3 rounded-lg hover:bg-gray-100 transition-colors\">\n                    <span class=\"text-2xl mr-4\">\ud83c\udf72<\/span>\n                    <span class=\"font-medium text-gray-700\">Fidyah<\/span>\n                <\/a>\n                <a href=\"https:\/\/dtpeduli.com\/ramadhan\/\" class=\"flex items-center p-3 rounded-lg hover:bg-gray-100 transition-colors\">\n                    <span class=\"text-2xl mr-4\">\ud83c\udf19<\/span>\n                    <span class=\"font-medium text-gray-700\">Ramadhan<\/span>\n                <\/a>\n                <a href=\"https:\/\/dtpeduli.com\/donate\/palestine-relief\/\" class=\"flex items-center p-3 rounded-lg hover:bg-gray-100 transition-colors\">\n                    <span class=\"text-2xl mr-4\">\ud83c\uddf5\ud83c\uddf8<\/span>\n                    <span class=\"font-medium text-gray-700\">Palestine<\/span>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- ... existing code for servicesSubmenu and scripts ... -->\n    <div id=\"servicesSubmenu\" class=\"lg:hidden fixed inset-0 bg-black\/60 backdrop-blur-sm z-[60] flex items-end hidden transition-opacity duration-300\">\n        <div class=\"bg-white w-full rounded-t-3xl p-6 shadow-2xl animate-slide-up\">\n            <div class=\"flex justify-between items-center mb-4\">\n                <h3 class=\"text-lg font-bold text-dt-blue\">Services<\/h3>\n                <button id=\"closeServices\" class=\"text-gray-500 hover:text-gray-800 text-3xl leading-none\">&times;<\/button>\n            <\/div>\n            <div class=\"space-y-3\">\n                <a href=\"https:\/\/api.whatsapp.com\/send\/?phone=6281317121712&#038;text&#038;type=phone_number&#038;app_absent=0\" class=\"flex items-center p-3 rounded-lg hover:bg-gray-100\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6 text-green-500 mr-3\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z\" \/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 11a3 3 0 11-6 0 3 3 0 016 0z\" \/><\/svg>\n                    <span>Contact us on Head Office WhatsApp<\/span>\n                <\/a>\n                <a href=\"https:\/\/api.whatsapp.com\/send\/?phone=61466891975&#038;text&#038;type=phone_number&#038;app_absent=0\" class=\"flex items-center p-3 rounded-lg hover:bg-gray-100\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6 text-green-500 mr-3\" viewBox=\"0 0 20 20\" fill=\"currentColor\"><path d=\"M2.003 5.884L10 2l8 4v6l-8 4-8-4V6Zm15.997-1.88L10 8.884l-7.997-4.882L10 0l8 4.004Z\" \/><\/svg>\n                    <span>Contact us on DT Peduli Australia WhatsApp<\/span>\n                <\/a>\n                <a href=\"https:\/\/api.whatsapp.com\/send\/?phone=6281317121712&#038;text&#038;type=phone_number&#038;app_absent=0\" class=\"flex items-center p-3 rounded-lg hover:bg-gray-100\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6 text-red-500 mr-3\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18.364 5.636l-12.728 12.728m12.728 0L5.636 5.636\" \/><\/svg>\n                    <span>Complaint Service<\/span>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- AOS & Scripts -->\n    <script src=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.js\"><\/script>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function () {\n            \/\/ Initialize AOS\n            if (typeof AOS !== 'undefined') {\n                AOS.init({ once: true, offset: 50, duration: 800 });\n            }\n\n            \/\/ Header Scroll\n            const header = document.getElementById('mainHeader');\n            if (header) {\n                window.addEventListener('scroll', () => {\n                    if (window.scrollY > 20) header.classList.add('header-scrolled');\n                    else header.classList.remove('header-scrolled');\n                });\n            }\n\n            \/\/ Mobile Menu\n            const mobileMenu = document.getElementById('mobileMenu');\n            function toggleMobileMenu() {\n                const isOpen = mobileMenu.classList.contains('translate-x-0');\n                if (isOpen) {\n                    mobileMenu.classList.remove('translate-x-0');\n                    mobileMenu.classList.add('translate-x-full');\n                    document.body.style.overflow = '';\n                } else {\n                    mobileMenu.classList.add('translate-x-0');\n                    mobileMenu.classList.remove('translate-x-full');\n                    document.body.style.overflow = 'hidden';\n                }\n            }\n            document.getElementById('mobileMenuBtn').addEventListener('click', toggleMobileMenu);\n\n            \/\/ Accordion Logic\n            document.querySelectorAll('.accordion-btn').forEach(btn => {\n                btn.addEventListener('click', function() {\n                    const submenu = this.nextElementSibling;\n                    const icon = this.querySelector('.fa-chevron-down');\n                    document.querySelectorAll('.mobile-submenu').forEach(el => {\n                        if (el !== submenu) {\n                             el.classList.remove('open');\n                             el.style.maxHeight = \"0px\";\n                        }\n                    });\n                    submenu.classList.toggle('open');\n                    icon.style.transform = submenu.classList.contains('open') ? 'rotate(180deg)' : 'rotate(0deg)';\n                    submenu.style.maxHeight = submenu.classList.contains('open') ? submenu.scrollHeight + \"px\" : \"0px\";\n                });\n            });\n\n            \/\/ Sticky Bottom Nav\n            const quickDonateBtn = document.getElementById('quickDonateButton');\n            const servicesBtn = document.getElementById('servicesButton');\n            const quickDonateMenu = document.getElementById('quickDonateSubmenu');\n            const servicesMenu = document.getElementById('servicesSubmenu');\n            const closeQuick = document.getElementById('closeQuickDonate');\n            const closeServ = document.getElementById('closeServices');\n\n            const openSubmenu = (submenu) => {\n                submenu.classList.remove('hidden');\n                setTimeout(() => submenu.classList.add('is-visible'), 10);\n                document.body.style.overflow = 'hidden';\n            };\n            const closeSubmenu = (submenu) => {\n                submenu.classList.remove('is-visible');\n                setTimeout(() => submenu.classList.add('hidden'), 300); \n                document.body.style.overflow = '';\n            };\n            \n            if(quickDonateBtn) quickDonateBtn.addEventListener('click', () => { closeSubmenu(servicesMenu); openSubmenu(quickDonateMenu); });\n            if(servicesBtn) servicesBtn.addEventListener('click', () => { closeSubmenu(quickDonateMenu); openSubmenu(servicesMenu); });\n            if(closeQuick) closeQuick.addEventListener('click', () => closeSubmenu(quickDonateMenu));\n            if(closeServ) closeServ.addEventListener('click', () => closeSubmenu(servicesMenu));\n            \n            [quickDonateMenu, servicesMenu].forEach(menu => {\n                if(menu) menu.addEventListener('click', (e) => { if(e.target === menu) closeSubmenu(menu); });\n            });\n\n            \/\/ Mega Menu Tabs\n            window.switchTab = function(tabId) {\n                 document.querySelectorAll('.program-link').forEach(el => {\n                    el.classList.remove('active', 'border-l-dt-blue', 'bg-gray-100');\n                    el.classList.add('border-transparent');\n                });\n                document.querySelectorAll('.program-content-panel').forEach(el => el.classList.remove('active'));\n\n                const activeLink = document.querySelector(`.program-link[onmouseenter=\"switchTab('${tabId}')\"]`);\n                 if(activeLink) {\n                    activeLink.classList.add('active');\n                    activeLink.classList.remove('border-transparent');\n                }\n                const activePanel = document.getElementById(`tab-${tabId}`);\n                if(activePanel) activePanel.classList.add('active');\n            };\n\n            \/\/ Modal Logic\n            const modal = document.getElementById('donationModal');\n            const backdrop = document.getElementById('modalBackdrop');\n            const panel = document.getElementById('modalPanel');\n\n            window.openModal = function() {\n                modal.classList.remove('hidden');\n                setTimeout(() => {\n                    backdrop.classList.remove('opacity-0');\n                    panel.classList.remove('opacity-0', 'translate-y-4', 'sm:translate-y-0', 'sm:scale-95');\n                    panel.classList.add('opacity-100', 'translate-y-0', 'sm:scale-100');\n                }, 10);\n                document.body.style.overflow = 'hidden';\n            }\n\n            window.closeModal = function() {\n                backdrop.classList.add('opacity-0');\n                panel.classList.remove('opacity-100', 'translate-y-0', 'sm:scale-100');\n                panel.classList.add('opacity-0', 'translate-y-4', 'sm:translate-y-0', 'sm:scale-95');\n                setTimeout(() => {\n                    modal.classList.add('hidden');\n                    document.body.style.overflow = '';\n                }, 300);\n            }\n            backdrop.addEventListener('click', closeModal);\n\n            \/\/ DYNAMIC LOADING FROM WORDPRESS (ACTIVATED)\n            loadCampaigns();\n            \n            async function loadCampaigns() {\n                const container = document.getElementById('campaign-container');\n                \/\/ Target the specific endpoint derived from your wp-admin URL\n                \/\/ Search for \"Palestine\" to filter relevant posts\n                const apiUrl = 'https:\/\/dtpeduli.com\/donate\/wp-json\/wp\/v2\/posts?search=Palestine&_embed&per_page=3';\n                \n                try {\n                    const response = await fetch(apiUrl);\n                    if (!response.ok) throw new Error('Network response was not ok');\n                    const campaigns = await response.json();\n                    \n                    if (campaigns.length > 0) {\n                        \/\/ Clear hardcoded fallback content only if we successfully found new dynamic content\n                        container.innerHTML = ''; \n                        \n                        campaigns.forEach((camp, index) => {\n                            const title = camp.title.rendered;\n                            \/\/ Clean excerpt HTML tags\n                            const desc = camp.excerpt.rendered.replace(\/<[^>]*>?\/gm, '').substring(0, 100) + '...';\n                            const img = camp._embedded?.['wp:featuredmedia']?.[0]?.source_url || 'https:\/\/placehold.co\/600x400\/e2e8f0\/1e293b?text=Palestine+Aid';\n                            const link = camp.link;\n                            \n                            const card = document.createElement('div');\n                            card.className = \"bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-2xl transition-all duration-300 flex flex-col transform hover:-translate-y-1 border border-gray-100 group campaign-card\";\n                            card.setAttribute('data-aos', 'fade-up');\n                            card.setAttribute('data-aos-delay', index * 100);\n                            \n                            card.innerHTML = `\n                                <div class=\"relative h-56 overflow-hidden\">\n                                    <img decoding=\"async\" src=\"${img}\" class=\"w-full h-full object-cover transition-transform duration-700 group-hover:scale-110\" onerror=\"this.src='https:\/\/placehold.co\/600x400\/e2e8f0\/1e293b?text=Palestine+Aid'\">\n                                    <div class=\"absolute top-3 right-3 bg-dt-blue text-white px-3 py-1 rounded-full text-xs font-bold shadow-sm\">Active<\/div>\n                                <\/div>\n                                <div class=\"p-8 text-center flex flex-col flex-grow\">\n                                    <h3 class=\"font-bold text-xl mb-2 text-gray-800 group-hover:text-dt-blue transition-colors line-clamp-2\">${title}<\/h3>\n                                    <p class=\"text-gray-600 text-sm mb-6 flex-grow\">${desc}<\/p>\n                                    <div class=\"mt-auto\">\n                                        <a href=\"${link}\" target=\"_blank\" class=\"block w-full border-2 border-dt-blue text-dt-blue font-bold py-2.5 rounded-lg hover:bg-dt-blue hover:text-white transition-all text-center\">Donate Now<\/a>\n                                    <\/div>\n                                <\/div>\n                            `;\n                            container.appendChild(card);\n                        });\n                    }\n                } catch (error) {\n                    console.log('Using fallback\/hardcoded campaigns due to API error or CORS restriction:', error);\n                    \/\/ The hardcoded HTML will remain visible\n                }\n            }\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Palestine Relief | Stand in Solidarity | DT Peduli Home About Us Profile Our Management History Official Address Programs Our [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-172","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dtpeduli.com\/donate\/wp-json\/wp\/v2\/pages\/172","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dtpeduli.com\/donate\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dtpeduli.com\/donate\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dtpeduli.com\/donate\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/dtpeduli.com\/donate\/wp-json\/wp\/v2\/comments?post=172"}],"version-history":[{"count":26,"href":"https:\/\/dtpeduli.com\/donate\/wp-json\/wp\/v2\/pages\/172\/revisions"}],"predecessor-version":[{"id":553,"href":"https:\/\/dtpeduli.com\/donate\/wp-json\/wp\/v2\/pages\/172\/revisions\/553"}],"wp:attachment":[{"href":"https:\/\/dtpeduli.com\/donate\/wp-json\/wp\/v2\/media?parent=172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}