{"id":365,"date":"2024-06-09T23:56:51","date_gmt":"2024-06-09T23:56:51","guid":{"rendered":"http:\/\/careox-demo.local\/?page_id=365"},"modified":"2026-02-15T14:49:13","modified_gmt":"2026-02-15T14:49:13","slug":"donate-now","status":"publish","type":"page","link":"https:\/\/acefvcaw.org\/index.php\/donate-now\/","title":{"rendered":"Donate Now"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"365\" class=\"elementor elementor-365\">\n\t\t\t\t<div class=\"elementor-element elementor-element-62cf893 e-con-full e-flex e-con e-parent\" data-id=\"62cf893\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3ada456 e-flex e-con-boxed e-con e-child\" data-id=\"3ada456\" 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-3b27ddd elementor-widget elementor-widget-text-editor\" data-id=\"3b27ddd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<!DOCTYPE html>\n<html>\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Donate \u00b7 ACEFVCAW \u00b7 Elementor Ready<\/title>\n    <style>\n        \/* === ELEMENTOR-COMPATIBLE STYLES - DONATE PAGE === *\/\n        :root {\n            --primary: #1e3c2c;         \/* deep green - growth, stability *\/\n            --primary-dark: #0f2a1c;\n            --accent: #e67e22;           \/* warm orange - hope, lifeline *\/\n            --accent-light: #f8c291;\n            --bg-warm: #fcf9f2;           \/* soft sand *\/\n            --bg-card: #ffffff;\n            --text-dark: #1f2a36;\n            --text-muted: #3d4e5e;\n            --border-soft: #e0e8e5;\n            --shadow-card: 0 18px 35px -12px rgba(0, 32, 16, 0.12);\n            --shadow-hover: 0 25px 40px -14px rgba(30, 60, 40, 0.2);\n        }\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            color: var(--text-dark);\n            line-height: 1.6;\n            margin: 0;\n            background-color: #fff;\n        }\n        h1, h2, h3, h4 {\n            font-weight: 600;\n            line-height: 1.3;\n            margin-top: 0;\n            letter-spacing: -0.02em;\n        }\n        h1 { font-size: 3.2rem; }\n        h2 { font-size: 2.4rem; color: var(--primary); }\n        h3 { font-size: 1.8rem; display: flex; align-items: center; gap: 10px; }\n        h4 { font-size: 1.4rem; }\n        p { margin-bottom: 1.3rem; color: var(--text-muted); }\n        .container {\n            max-width: 1240px;\n            margin: 0 auto;\n            padding: 0 24px;\n        }\n        .section-pad {\n            padding: 90px 0;\n        }\n        .section-pad-sm {\n            padding: 50px 0;\n        }\n        .bg-warm {\n            background-color: var(--bg-warm);\n        }\n        .card-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 30px;\n            margin: 40px 0;\n        }\n        .impact-card {\n            background: var(--bg-card);\n            border-radius: 30px;\n            padding: 32px 24px 28px;\n            box-shadow: var(--shadow-card);\n            border: 1px solid rgba(230, 126, 34, 0.1);\n            transition: all 0.25s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        .impact-card:hover {\n            transform: translateY(-6px);\n            box-shadow: var(--shadow-hover);\n            border-color: var(--accent);\n        }\n        .impact-emoji {\n            font-size: 3rem;\n            line-height: 1;\n            margin-bottom: 5px;\n        }\n        .impact-amount {\n            font-size: 2rem;\n            font-weight: 700;\n            color: var(--primary);\n            margin: 10px 0 5px;\n        }\n        .btn {\n            display: inline-block;\n            background-color: var(--primary);\n            color: white;\n            font-weight: 600;\n            padding: 16px 42px;\n            border-radius: 60px;\n            text-decoration: none;\n            font-size: 1.15rem;\n            border: none;\n            cursor: pointer;\n            transition: all 0.2s;\n            box-shadow: 0 10px 22px -8px var(--primary);\n            border: 1px solid transparent;\n        }\n        .btn:hover {\n            background-color: var(--primary-dark);\n            transform: scale(1.02);\n            box-shadow: 0 20px 30px -10px #1e3c2c;\n        }\n        .btn-outline {\n            background: transparent;\n            color: var(--primary);\n            border: 2px solid var(--primary);\n            box-shadow: none;\n        }\n        .btn-outline:hover {\n            background: var(--primary);\n            color: white;\n        }\n        .pill {\n            background: rgba(230, 126, 34, 0.08);\n            color: var(--primary-dark);\n            padding: 6px 22px;\n            border-radius: 40px;\n            font-size: 0.9rem;\n            font-weight: 600;\n            letter-spacing: 0.4px;\n            display: inline-block;\n            border-left: 4px solid var(--accent);\n            margin-bottom: 20px;\n        }\n        .table-wrap {\n            overflow-x: auto;\n            border-radius: 28px;\n            background: white;\n            border: 1px solid var(--border-soft);\n            margin: 40px 0;\n            box-shadow: var(--shadow-card);\n        }\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 600px;\n        }\n        th {\n            background-color: var(--primary);\n            color: white;\n            font-weight: 600;\n            padding: 18px 24px;\n            font-size: 1.1rem;\n        }\n        td {\n            padding: 20px 24px;\n            border-bottom: 1px solid var(--border-soft);\n            vertical-align: top;\n        }\n        tr:last-child td {\n            border-bottom: none;\n        }\n        .giving-option {\n            background: white;\n            border-radius: 30px;\n            padding: 30px 30px 20px 30px;\n            box-shadow: var(--shadow-card);\n            height: 100%;\n            border-top: 6px solid var(--accent);\n        }\n        .grid-2col {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n        }\n        .grid-3col {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 25px;\n        }\n        .icon-list {\n            list-style: none;\n            padding: 0;\n        }\n        .icon-list li {\n            padding-left: 36px;\n            background: url('data:image\/svg+xml;utf8,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"%23e67e22\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z\"\/><\/svg>') left center no-repeat;\n            background-size: 20px;\n            margin-bottom: 14px;\n        }\n        .founder-card {\n            background: var(--primary);\n            color: white;\n            border-radius: 50px;\n            padding: 50px 60px;\n            background-image: radial-gradient(circle at 10% 20%, rgba(255,255,255,0.1) 0%, transparent 30%);\n        }\n        .founder-card p, .founder-card h2 {\n            color: white;\n        }\n        .founder-card strong {\n            color: var(--accent-light);\n        }\n        hr {\n            border: 0;\n            border-top: 2px dashed #d0dcd5;\n            margin: 50px 0;\n        }\n        @media (max-width: 800px) {\n            h1 { font-size: 2.5rem; }\n            .grid-2col, .grid-3col { grid-template-columns: 1fr; }\n            .founder-card { padding: 35px 25px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- ========== HERO SECTION ========== -->\n    <div class=\"container section-pad\" style=\"padding-bottom: 30px;\">\n        <div style=\"max-width: 1000px;\">\n            <span class=\"pill\">\ud83d\udc9b give hope \u00b7 abura uganda<\/span>\n            <h1>Donate \/ Support Our Work<\/h1>\n            <p style=\"font-size: 1.8rem; font-weight: 500; color: var(--primary); margin: 15px 0 10px;\">Your Support Heals a Broken Past and Builds a Brighter Future<\/p>\n        <\/div>\n    <\/div>\n\n    <!-- ========== CONTEXT + URGENCY ========== -->\n    <div class=\"container\" style=\"margin-bottom: 40px;\">\n        <div style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;\">\n            <div>\n                <p style=\"font-size: 1.2rem;\">For the children and women of the Abura Oyam District in northern Uganda, the echoes of war are still loud. The terror inflicted by the Lord\u2019s Resistance Army (LRA) in 1996 didn&#8217;t just end with a ceasefire; it left behind a legacy of profound trauma, shattered families, and extreme poverty.<\/p>\n                <p>At <strong>Abura Community Empowerment for Vulnerable Children and Women (ACEFVCAW)<\/strong>, we witness the daily struggle of survivors grappling with the physical, mental, and economic scars of that conflict. But we also witness incredible resilience. With your help, we can turn that resilience into lasting recovery.<\/p>\n            <\/div>\n            <div style=\"background: var(--bg-warm); border-radius: 40px; padding: 35px; text-align: center; border: 2px solid var(--accent);\">\n                <span style=\"font-size: 3rem;\">\ud83e\udd32<\/span>\n                <p style=\"font-size: 1.3rem; font-weight: 600; margin: 10px 0;\">Your donation is more than just a gift. It is a lifeline. It is a statement that these children and women have not been forgotten. It is the fuel that powers our mission to rebuild lives, restore hope, and empower a generation.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- ========== THE POWER OF YOUR GIFT (IMPACT GRID) ========== -->\n    <div class=\"bg-warm section-pad-sm\">\n        <div class=\"container\">\n            <h2 style=\"text-align: center;\">\ud83c\udf1f The Power of Your Gift: See the Impact You Can Make<\/h2>\n            <p style=\"text-align: center; max-width: 700px; margin: 0 auto 40px;\">No matter the size, your contribution directly funds our holistic programs. Here is how your generosity translates into real-world change on the ground.<\/p>\n            \n            <div class=\"card-grid\">\n                <!-- $25 card -->\n                <div class=\"impact-card\">\n                    <div class=\"impact-emoji\">\ud83d\udee0\ufe0f<\/div>\n                    <div class=\"impact-amount\">$25<\/div>\n                    <h4 style=\"margin: 10px 0 5px;\">Vocational Training Tools<\/h4>\n                    <p>Equip a woman or out-of-school youth with starter tools to begin a tailoring, farming, or baking business, paving their way to self\u2011sufficiency.<\/p>\n                <\/div>\n                <!-- $50 card -->\n                <div class=\"impact-card\">\n                    <div class=\"impact-emoji\">\ud83d\udcda<\/div>\n                    <div class=\"impact-amount\">$50<\/div>\n                    <h4 style=\"margin: 10px 0 5px;\">Scholastic Materials for 10 Children<\/h4>\n                    <p>Provide backpacks, notebooks, pens, and textbooks to orphans and vulnerable children, keeping them in school and building a literate future.<\/p>\n                <\/div>\n                <!-- $100 card -->\n                <div class=\"impact-card\">\n                    <div class=\"impact-emoji\">\u26bd<\/div>\n                    <div class=\"impact-amount\">$100<\/div>\n                    <h4 style=\"margin: 10px 0 5px;\">Youth Sports &#038; Nutrition Season<\/h4>\n                    <p>Cover uniforms, equipment, and nutritious meals for a local children&#8217;s football league \u2014 promoting health, teamwork, and safe fun.<\/p>\n                <\/div>\n                <!-- $250 card -->\n                <div class=\"impact-card\">\n                    <div class=\"impact-emoji\">\ud83c\udfe1<\/div>\n                    <div class=\"impact-amount\">$250<\/div>\n                    <h4 style=\"margin: 10px 0 5px;\">Month of Safe Shelter<\/h4>\n                    <p>Fund round\u2011the\u2011clock care, food, and safety for a child in our orphanage or a woman in our rehabilitation centre, offering stability to heal.<\/p>\n                <\/div>\n                <!-- $500 card -->\n                <div class=\"impact-card\">\n                    <div class=\"impact-emoji\">\ud83c\udfe5<\/div>\n                    <div class=\"impact-amount\">$500<\/div>\n                    <h4 style=\"margin: 10px 0 5px;\">Community Health Camp<\/h4>\n                    <p>Run a full\u2011day health camp with medical screenings, HIV\/AIDS counseling, and referrals for hundreds who otherwise have no access to healthcare.<\/p>\n                <\/div>\n                <!-- $1,000+ card -->\n                <div class=\"impact-card\" style=\"border: 2px solid var(--accent);\">\n                    <div class=\"impact-emoji\">\ud83d\udc99<\/div>\n                    <div class=\"impact-amount\">$1,000+<\/div>\n                    <h4 style=\"margin: 10px 0 5px;\">Cornerstone of Hope<\/h4>\n                    <p>Become a major partner \u2014 help construct a new rehabilitation centre, launch large\u2011scale farming, or sustain operations for months.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- ========== PROGRAM BREAKDOWN (TABLE) ========== -->\n    <div class=\"container section-pad-sm\">\n        <h2>\ud83d\udcca How Your Donation Helps (Program Breakdown)<\/h2>\n        <p>100% of your public donation is directed to our core mission areas:<\/p>\n        <div class=\"table-wrap\">\n            <table>\n                <thead>\n                    <tr><th>Program Area<\/th><th>What Your Money Does<\/th><\/tr>\n                <\/thead>\n                <tbody>\n                    <tr><td><strong>Vocational Skills<\/strong><\/td><td>Purchases sewing machines, farming tools, baking ingredients, and funds entrepreneurship trainers.<\/td><\/tr>\n                    <tr><td><strong>Education &#038; Scholastics<\/strong><\/td><td>Buys uniforms, books, school fees, and runs after-school tutoring for vulnerable children.<\/td><\/tr>\n                    <tr><td><strong>Health &#038; Nutrition<\/strong><\/td><td>Provides food supplies for feeding programs, medicine for health camps, and sports equipment.<\/td><\/tr>\n                    <tr><td><strong>Counseling &#038; Psychosocial Support<\/strong><\/td><td>Funds trained counselors who run trauma-healing workshops and provide one-on-one support.<\/td><\/tr>\n                    <tr><td><strong>Shelter &#038; Rehabilitation<\/strong><\/td><td>Contributes to the construction and maintenance of safe homes for orphans and women in crisis.<\/td><\/tr>\n                    <tr><td><strong>Community Services<\/strong><\/td><td>Supplies tools for sanitation drives and materials for building proper latrines.<\/td><\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n    <\/div>\n\n    <!-- ========== OTHER WAYS TO GIVE ========== -->\n    <div class=\"bg-warm section-pad-sm\">\n        <div class=\"container\">\n            <h2 style=\"text-align: center;\">\ud83d\udc9e Other Ways to Give<\/h2>\n            <p style=\"text-align: center; max-width: 700px; margin: 0 auto 40px;\">We understand that everyone wants to support in the way that feels right for them. Here are other powerful ways you can stand with ACEFVCAW.<\/p>\n            \n            <div class=\"grid-2col\" style=\"margin-bottom: 40px;\">\n                <!-- monthly giving -->\n                <div class=\"giving-option\">\n                    <h3>\ud83d\udcc5 Monthly Giving: The Healer&#8217;s Circle<\/h3>\n                    <p>Become a consistent source of hope. A small monthly donation allows us to plan for the future and respond to emergencies with agility.<\/p>\n                    <p><strong>Sign up for a monthly gift of $10, $25, or your chosen amount.<\/strong><\/p>\n                    <a href=\"#\" class=\"btn\" style=\"margin-top: 10px;\">Join Healer&#8217;s Circle<\/a>\n                <\/div>\n                <!-- in-kind donations -->\n                <div class=\"giving-option\">\n                    <h3>\ud83d\udce6 In-Kind Donations<\/h3>\n                    <p>Do you have access to new or gently used items? We gratefully accept:<\/p>\n                    <ul class=\"icon-list\">\n                        <li>Sewing machines and tailoring supplies<\/li>\n                        <li>New or gently used children&#8217;s clothing and shoes<\/li>\n                        <li>School supplies (notebooks, pens, backpacks)<\/li>\n                        <li>Sports equipment (footballs, jerseys)<\/li>\n                        <li>Laptops or tablets for our youth training center<\/li>\n                    <\/ul>\n                    <p>Please <a href=\"#\" style=\"color: var(--primary); font-weight: 600;\">contact us<\/a> to arrange a shipment or drop-off.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"grid-2col\">\n                <!-- fundraiser -->\n                <div class=\"giving-option\">\n                    <h3>\ud83c\udf89 Fundraise for Us<\/h3>\n                    <p>Turn your passion into action! Run a marathon, host a community dinner, or start a Facebook fundraiser. You can become a champion for ACEFVCAW and rally your network to support a cause that matters.<\/p>\n                    <a href=\"#\" class=\"btn-outline btn\" style=\"margin-top: 15px;\">Start Your Fundraiser<\/a>\n                <\/div>\n                <!-- corporate -->\n                <div class=\"giving-option\">\n                    <h3>\ud83e\udd1d Corporate Partnerships<\/h3>\n                    <p>Is your company looking to make a meaningful social impact? Partner with ACEFVCAW to support community development in northern Uganda. We offer partnership packages that align with your CSR goals.<\/p>\n                    <a href=\"#\" class=\"btn-outline btn\" style=\"margin-top: 15px;\">Contact Partnerships Team<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- ========== SECURITY & TRUST ========== -->\n    <div class=\"container section-pad-sm\">\n        <div style=\"background: white; border-radius: 60px; padding: 40px; box-shadow: var(--shadow-card); text-align: center; max-width: 900px; margin: 0 auto;\">\n            <span style=\"font-size: 3rem;\">\ud83d\udd12<\/span>\n            <h2 style=\"margin-bottom: 10px;\">Your Donation is Safe and Secure<\/h2>\n            <p style=\"font-size: 1.2rem; max-width: 600px; margin: 0 auto;\">We are committed to transparency and accountability. Your financial support is handled with the utmost care and used efficiently to maximize its impact on the ground.<\/p>\n        <\/div>\n    <\/div>\n\n    <!-- ========== FOUNDER MESSAGE ========== -->\n    <div class=\"container section-pad-sm\">\n        <div class=\"founder-card\">\n            <span style=\"font-size: 3rem;\">\u201c<\/span>\n            <h2 style=\"font-weight: 500; font-size: 2rem;\">A Message from Our Founder<\/h2>\n            <p style=\"font-size: 1.3rem; font-style: italic; max-width: 850px;\">&#8220;When I walk through the villages of Abura and see the light return to a child&#8217;s eyes because they have a school uniform and a meal, or when I see a woman stand tall because she can now support her family with her tailoring business, I know that hope is alive. This work is only possible because of friends like you who refuse to look away. From the depths of our hearts here in Oyam District, thank you for standing with us.&#8221;<\/p>\n            <p style=\"font-weight: 700; margin-top: 30px;\">\u2014 <strong>Founder, ACEFVCAW<\/strong><\/p>\n        <\/div>\n    <\/div>\n\n    <!-- ========== FINAL CALL TO ACTION ========== -->\n    <div class=\"container section-pad\" style=\"text-align: center; padding-top: 20px;\">\n        <h2 style=\"font-size: 3rem;\">Make a gift now.<\/h2>\n        <div style=\"display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; margin: 40px 0;\">\n            <a href=\"#\" class=\"btn\">\ud83d\udcb3 Donate with Credit Card<\/a>\n            <a href=\"#\" class=\"btn btn-outline\">\ud83c\udd7f\ufe0f Donate with PayPal<\/a>\n        <\/div>\n        <p style=\"font-size: 1.1rem;\">\u2764\ufe0f Every dollar stays in the community. Thank you for being a lifeline.<\/p>\n    <\/div>\n\n    <!-- footer hint (privacy etc \u2013 can be extended) -->\n    <div style=\"border-top: 1px solid #dee7e2; padding: 28px 0; text-align: center; color: #4b6557;\">Abura Community Empowerment for Vulnerable Children and Women (ACEFVCAW) \u2013 501(c)(3) eligible<\/div>\n\n<\/body>\n<\/html>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Donate \u00b7 ACEFVCAW \u00b7 Elementor Ready \ud83d\udc9b give hope \u00b7 abura uganda Donate \/ Support Our Work Your Support Heals a Broken Past and Builds a Brighter Future For the children and women of the Abura Oyam District in northern Uganda, the echoes of war are still loud. The terror inflicted by the Lord\u2019s Resistance [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"give_campaign_id":0,"footnotes":""},"class_list":["post-365","page","type-page","status-publish","hentry"],"campaignId":"","_links":{"self":[{"href":"https:\/\/acefvcaw.org\/index.php\/wp-json\/wp\/v2\/pages\/365","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/acefvcaw.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/acefvcaw.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/acefvcaw.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/acefvcaw.org\/index.php\/wp-json\/wp\/v2\/comments?post=365"}],"version-history":[{"count":4,"href":"https:\/\/acefvcaw.org\/index.php\/wp-json\/wp\/v2\/pages\/365\/revisions"}],"predecessor-version":[{"id":3089,"href":"https:\/\/acefvcaw.org\/index.php\/wp-json\/wp\/v2\/pages\/365\/revisions\/3089"}],"wp:attachment":[{"href":"https:\/\/acefvcaw.org\/index.php\/wp-json\/wp\/v2\/media?parent=365"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}