{"id":156,"date":"2025-06-26T11:00:47","date_gmt":"2025-06-26T11:00:47","guid":{"rendered":"https:\/\/daughtersofthekingcm.com\/pwc\/pwc\/?page_id=156"},"modified":"2026-08-29T23:29:26","modified_gmt":"2026-08-29T23:29:26","slug":"donate","status":"publish","type":"page","link":"https:\/\/daughtersofthekingcm.com\/pwc\/donate\/","title":{"rendered":"Donate"},"content":{"rendered":"<div class=\"et_d4_element et_pb_section et_pb_section_0  et_pb_css_mix_blend_mode et_pb_fullwidth_section et_section_regular et_block_section\" >\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module et_d4_element et_pb_fullwidth_code et_pb_fullwidth_code_0\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_code_inner\"><!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Support Purposeful Woman Conference<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;800;900&family=Montserrat:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        .pwc-donate-page {\n            font-family: 'Montserrat', sans-serif;\n            background: linear-gradient(135deg, #1a0d1f, #3d184b, #6b21a8);\n            color: white;\n            width: 100%;\n            padding: 80px 20px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .donate-container {\n            max-width: 800px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 10;\n        }\n        \n        .donate-header {\n            position: relative;\n            margin-bottom: 60px;\n        }\n        \n        .donate-header::after {\n            content: '';\n            position: absolute;\n            bottom: -25px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 120px;\n            height: 4px;\n            background: linear-gradient(90deg, #8B5CF6, #c1197c);\n            border-radius: 2px;\n        }\n        \n        .logo {\n            width: 120px;\n            height: 120px;\n            margin: 0 auto 30px;\n            background: linear-gradient(45deg, #8B5CF6, #c1197c);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 50px;\n            box-shadow: 0 10px 35px rgba(139, 92, 246, 0.5);\n        }\n        \n        h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 3.8rem;\n            font-weight: 800;\n            margin-bottom: 15px;\n            background: linear-gradient(to right, #ffffff, #f3e8ff);\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            line-height: 1.2;\n            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n        }\n        \n        .subtitle {\n            font-size: 1.6rem;\n            color: #e2d1f3;\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n        \n        .donate-card {\n            background: rgba(22, 12, 28, 0.85);\n            border-radius: 15px;\n            padding: 50px 40px;\n            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            position: relative;\n            overflow: hidden;\n            transition: transform 0.4s ease, box-shadow 0.4s ease;\n            margin: 0 auto;\n            max-width: 700px;\n        }\n        \n        .donate-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);\n        }\n        \n        .donate-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #8B5CF6, #c1197c, #8B5CF6);\n            background-size: 200% 200%;\n            animation: gradientBar 3s ease infinite;\n        }\n        \n        @keyframes gradientBar {\n            0% { background-position: 0% 50%; }\n            50% { background-position: 100% 50%; }\n            100% { background-position: 0% 50%; }\n        }\n        \n        .card-icon {\n            font-size: 4rem;\n            margin-bottom: 30px;\n            color: #8B5CF6;\n            text-shadow: 0 0 15px rgba(139, 92, 246, 0.4);\n        }\n        \n        .card-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.4rem;\n            margin-bottom: 25px;\n            color: #f3e8ff;\n        }\n        \n        .card-content {\n            font-size: 1.2rem;\n            line-height: 1.8;\n            margin-bottom: 35px;\n            color: #f9e6ff;\n        }\n        \n        .card-content p {\n            margin-bottom: 20px;\n        }\n        \n        .whatsapp-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 15px;\n            background: linear-gradient(45deg, #25D366, #128C7E);\n            color: white;\n            font-size: 1.4rem;\n            font-weight: 700;\n            padding: 22px 60px;\n            border-radius: 50px;\n            text-decoration: none;\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            box-shadow: 0 10px 30px rgba(18, 140, 126, 0.5);\n            margin-top: 15px;\n        }\n        \n        .whatsapp-btn:hover {\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 18px 35px rgba(18, 140, 126, 0.7);\n            background: linear-gradient(45deg, #2eff78, #1baa9a);\n        }\n        \n        .contact-info {\n            background: rgba(165, 14, 118, 0.2);\n            border-radius: 15px;\n            padding: 30px;\n            max-width: 700px;\n            margin: 50px auto 0;\n            border: 1px solid rgba(255, 255, 255, 0.1);\n        }\n        \n        .contact-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2rem;\n            margin-bottom: 25px;\n            color: #f3e8ff;\n        }\n        \n        .contact-details {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 30px;\n            margin-top: 20px;\n        }\n        \n        .contact-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            font-size: 1.2rem;\n            color: #e2d1f3;\n        }\n        \n        .contact-item i {\n            font-size: 1.8rem;\n            color: #c1197c;\n        }\n        \n        .contact-item a {\n            color: #f3e8ff;\n            text-decoration: none;\n            transition: color 0.3s;\n        }\n        \n        .contact-item a:hover {\n            color: #8B5CF6;\n            text-decoration: underline;\n        }\n        \n        .floating-element {\n            position: absolute;\n            border-radius: 50%;\n            z-index: 1;\n            animation: float 18s infinite ease-in-out;\n            filter: blur(50px);\n            opacity: 0.15;\n        }\n        \n        .element1 {\n            width: 350px;\n            height: 350px;\n            background: radial-gradient(circle, #c1197c, transparent);\n            top: 10%;\n            left: 5%;\n            animation-delay: 0s;\n        }\n        \n        .element2 {\n            width: 300px;\n            height: 300px;\n            background: radial-gradient(circle, #8B5CF6, transparent);\n            bottom: 15%;\n            right: 5%;\n            animation-delay: 3s;\n        }\n        \n        .element3 {\n            width: 250px;\n            height: 250px;\n            background: radial-gradient(circle, #6B21A8, transparent);\n            top: 40%;\n            left: 15%;\n            animation-delay: 6s;\n        }\n        \n        @keyframes float {\n            0%, 100% { transform: translate(0, 0) rotate(0deg); }\n            25% { transform: translate(-40px, 30px) rotate(5deg); }\n            50% { transform: translate(20px, -30px) rotate(-5deg); }\n            75% { transform: translate(30px, 20px) rotate(3deg); }\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 3rem;\n            }\n            \n            .subtitle {\n                font-size: 1.3rem;\n            }\n            \n            .card-title {\n                font-size: 2rem;\n            }\n            \n            .card-content {\n                font-size: 1.1rem;\n            }\n            \n            .whatsapp-btn {\n                font-size: 1.2rem;\n                padding: 18px 45px;\n            }\n            \n            .logo {\n                width: 100px;\n                height: 100px;\n                font-size: 40px;\n            }\n        }\n        \n        @media (max-width: 576px) {\n            .pwc-donate-page {\n                padding: 60px 15px;\n            }\n            \n            h1 {\n                font-size: 2.4rem;\n            }\n            \n            .subtitle {\n                font-size: 1.1rem;\n            }\n            \n            .card-title {\n                font-size: 1.8rem;\n            }\n            \n            .card-content {\n                font-size: 1rem;\n            }\n            \n            .whatsapp-btn {\n                width: 100%;\n                padding: 18px 20px;\n                font-size: 1.1rem;\n            }\n            \n            .logo {\n                width: 90px;\n                height: 90px;\n                font-size: 35px;\n            }\n            \n            .donate-card {\n                padding: 35px 25px;\n            }\n            \n            .contact-item {\n                font-size: 1rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"pwc-donate-page\">\n        <div class=\"floating-element element1\"><\/div>\n        <div class=\"floating-element element2\"><\/div>\n        <div class=\"floating-element element3\"><\/div>\n        \n        <div class=\"donate-container\">\n            <div class=\"donate-header\">\n                <div class=\"logo\">\n                    <i class=\"fas fa-hands-helping\"><\/i>\n                <\/div>\n                \n                <h1>Support Our Conference<\/h1>\n                \n                <p class=\"subtitle\">\n                    Your generous donation empowers women to discover and fulfill their divine purpose\n                \n            <\/div>\n            \n            <div class=\"donate-card\">\n                <div class=\"card-icon\">\n                    <i class=\"fas fa-heart-circle-check\"><\/i>\n                <\/div>\n                \n                <h2 class=\"card-title\">Why Donate?<\/h2>\n                \n                <div class=\"card-content\">\n                    The Purposeful Woman Conference is made possible through the support of generous donors like you. Your contribution will help us cover expenses for venue, speakers, materials, and scholarships for women who otherwise couldn't attend.\n                    Every donation, no matter the size, makes a significant impact in empowering women to discover and fulfill their divine purpose.\n                <\/div>\n                \n                <a href=\"https:\/\/wa.me\/237678995434?text=Hello%20PWC%20Team,%20I%20would%20like%20to%20donate%20to%20the%20Purposeful%20Woman%20Conference\" \n                   class=\"whatsapp-btn\">\n                    <i class=\"fab fa-whatsapp\"><\/i> Contact to Donate via WhatsApp\n                <\/a>\n            <\/div>\n            \n            <div class=\"contact-info\">\n                <h3 class=\"contact-title\">Other Ways to Support<\/h3>\n                \n                <div class=\"contact-details\">\n                    <div class=\"contact-item\">\n                        <i class=\"fas fa-envelope\"><\/i>\n                        <span>Email: <a href=\"mailto:donations@daughtersofthekingcm.com\/pwc\">donations@daughtersofthekingcm.com\/pwc<\/a><\/span>\n                    <\/div>\n                    \n                    <div class=\"contact-item\">\n                        <i class=\"fas fa-phone-alt\"><\/i>\n                        <span>Phone: <a href=\"tel:+237678995434\">+237 678 995 434<\/a><\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n    <script>\n        \/\/ Add button hover effect\n        const whatsappBtn = document.querySelector('.whatsapp-btn');\n        whatsappBtn.addEventListener('mouseenter', function() {\n            this.style.transform = 'translateY(-5px) scale(1.05)';\n        });\n        \n        whatsappBtn.addEventListener('mouseleave', function() {\n            this.style.transform = '';\n        });\n        \n        \/\/ Add subtle animation to the card on load\n        const donateCard = document.querySelector('.donate-card');\n        setTimeout(() => {\n            donateCard.style.transform = 'translateY(20px)';\n            donateCard.style.opacity = '0';\n            donateCard.style.transition = 'transform 0.8s ease, opacity 0.8s ease';\n            \n            setTimeout(() => {\n                donateCard.style.transform = 'translateY(0)';\n                donateCard.style.opacity = '1';\n            }, 100);\n        }, 500);\n    <\/script>\n<\/body>\n<\/html><\/div>\n\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-156","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/daughtersofthekingcm.com\/pwc\/wp-json\/wp\/v2\/pages\/156","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/daughtersofthekingcm.com\/pwc\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/daughtersofthekingcm.com\/pwc\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/daughtersofthekingcm.com\/pwc\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/daughtersofthekingcm.com\/pwc\/wp-json\/wp\/v2\/comments?post=156"}],"version-history":[{"count":0,"href":"https:\/\/daughtersofthekingcm.com\/pwc\/wp-json\/wp\/v2\/pages\/156\/revisions"}],"wp:attachment":[{"href":"https:\/\/daughtersofthekingcm.com\/pwc\/wp-json\/wp\/v2\/media?parent=156"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}