{"id":16,"date":"2026-04-30T09:42:39","date_gmt":"2026-04-30T09:42:39","guid":{"rendered":"https:\/\/mbizdevelopmentfoundation.org\/?page_id=16"},"modified":"2026-04-30T10:20:23","modified_gmt":"2026-04-30T10:20:23","slug":"home","status":"publish","type":"page","link":"https:\/\/mbizdevelopmentfoundation.org\/","title":{"rendered":"home"},"content":{"rendered":"\n<!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, viewport-fit=cover\">\n  <title>Mbiz Development Foundation | MDF \u2013 Conservation, Human Rights &#038; Research<\/title>\n  <!-- Google Fonts & Simple Icons (Font Awesome free) -->\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:opsz,wght@14..32,300;14..32,400;14..32,600;14..32,700;14..32,800&#038;display=swap\" rel=\"stylesheet\">\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n  <style>\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: 'Inter', sans-serif;\n      background-color: #fefef7;\n      color: #1e2f2f;\n      line-height: 1.5;\n      scroll-behavior: smooth;\n    }\n\n    .container {\n      max-width: 1280px;\n      margin: 0 auto;\n      padding: 0 32px;\n    }\n\n    \/* header & navigation *\/\n    .navbar {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: space-between;\n      align-items: center;\n      padding: 24px 0;\n      gap: 20px;\n    }\n\n    .logo h1 {\n      font-size: 1.8rem;\n      font-weight: 800;\n      letter-spacing: -0.02em;\n      background: linear-gradient(135deg, #1a6d4d, #2b8c5e);\n      background-clip: text;\n      -webkit-background-clip: text;\n      color: transparent;\n    }\n\n    .logo span {\n      font-size: 0.85rem;\n      font-weight: 400;\n      color: #4a6a5e;\n      display: block;\n      letter-spacing: 0.3px;\n    }\n\n    .nav-links {\n      display: flex;\n      gap: 32px;\n      list-style: none;\n    }\n\n    .nav-links a {\n      text-decoration: none;\n      font-weight: 600;\n      color: #1e3a2f;\n      transition: 0.2s;\n    }\n\n    .nav-links a:hover {\n      color: #0f7b4a;\n    }\n\n    .btn-outline {\n      border: 2px solid #1e6f4c;\n      padding: 8px 20px;\n      border-radius: 40px;\n      background: transparent;\n      font-weight: 700;\n      color: #1e6f4c;\n      transition: 0.25s;\n    }\n\n    .btn-outline:hover {\n      background: #1e6f4c;\n      color: white;\n    }\n\n    \/* Hero section *\/\n    .hero {\n      background: linear-gradient(105deg, #eef5f0 0%, #e2efe7 100%);\n      border-radius: 48px;\n      margin: 24px 0 48px 0;\n      padding: 64px 48px;\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: space-between;\n      align-items: center;\n      gap: 48px;\n    }\n\n    .hero-content {\n      flex: 1.2;\n    }\n\n    .hero-badge {\n      background: #dff0e8;\n      color: #1b6b48;\n      display: inline-block;\n      padding: 6px 14px;\n      border-radius: 30px;\n      font-size: 0.85rem;\n      font-weight: 700;\n      margin-bottom: 24px;\n    }\n\n    .hero-content h2 {\n      font-size: 3rem;\n      font-weight: 800;\n      line-height: 1.2;\n      margin-bottom: 24px;\n      color: #1a3d32;\n    }\n\n    .hero-content p {\n      font-size: 1.1rem;\n      color: #2c4a3e;\n      margin-bottom: 32px;\n      max-width: 90%;\n    }\n\n    .hero-stats {\n      display: flex;\n      gap: 32px;\n      margin-top: 16px;\n    }\n\n    .stat-item {\n      font-weight: 700;\n    }\n\n    .stat-number {\n      font-size: 1.8rem;\n      font-weight: 800;\n      color: #1b764e;\n    }\n\n    .hero-image {\n      flex: 0.8;\n      background: #cbdcd2;\n      border-radius: 32px;\n      padding: 28px;\n      text-align: center;\n      background-image: radial-gradient(circle at 10% 30%, rgba(70,130,100,0.1) 2%, transparent 2.5%);\n      background-size: 28px 28px;\n    }\n\n    .hero-image i {\n      font-size: 6rem;\n      color: #2c6e4f;\n      margin-bottom: 16px;\n    }\n\n    .hero-image p {\n      font-weight: 500;\n      color: #2b5b46;\n    }\n\n    \/* Section styling *\/\n    section {\n      margin: 80px 0;\n    }\n\n    .section-title {\n      font-size: 2.2rem;\n      font-weight: 800;\n      color: #1e4638;\n      margin-bottom: 16px;\n    }\n\n    .section-sub {\n      font-size: 1.1rem;\n      color: #4c6a5f;\n      max-width: 720px;\n      margin-bottom: 48px;\n    }\n\n    .grid-3, .grid-values, .grid-programs {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 32px;\n    }\n\n    .card {\n      background: white;\n      border-radius: 28px;\n      padding: 28px 24px;\n      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0, 0, 0, 0.05);\n      transition: all 0.25s ease;\n      border: 1px solid #e2ede6;\n    }\n\n    .card:hover {\n      transform: translateY(-6px);\n      box-shadow: 0 20px 30px -12px rgba(32, 77, 62, 0.12);\n      border-color: #c2dfcf;\n    }\n\n    .card-icon {\n      font-size: 2.4rem;\n      color: #278a60;\n      margin-bottom: 20px;\n    }\n\n    .card h3 {\n      font-size: 1.6rem;\n      margin-bottom: 16px;\n      font-weight: 700;\n    }\n\n    .card ul {\n      padding-left: 20px;\n      margin-top: 12px;\n      list-style-type: none;\n    }\n\n    .card li {\n      margin-bottom: 10px;\n      display: flex;\n      align-items: baseline;\n      gap: 8px;\n    }\n\n    .card li i {\n      font-size: 0.8rem;\n      color: #218f62;\n      width: 18px;\n      margin-top: 4px;\n    }\n\n    .value-item {\n      text-align: center;\n      background: #fafdf9;\n    }\n\n    .value-item i {\n      font-size: 2rem;\n      background: #e2f0e9;\n      padding: 16px;\n      border-radius: 60px;\n      color: #1b6f4c;\n    }\n\n    .value-item h4 {\n      margin: 16px 0 8px;\n      font-weight: 700;\n    }\n\n    .program-highlight {\n      background: linear-gradient(120deg, #eef6f1, #ffffff);\n      border-left: 6px solid #278e60;\n    }\n\n    .btn-primary {\n      background: #1c7651;\n      border: none;\n      padding: 12px 28px;\n      border-radius: 40px;\n      font-weight: 600;\n      color: white;\n      display: inline-block;\n      text-decoration: none;\n      transition: background 0.2s;\n    }\n\n    .btn-primary:hover {\n      background: #0f5c3f;\n    }\n\n    .flex-between {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: space-between;\n      align-items: center;\n      gap: 20px;\n    }\n\n    \/* priority group *\/\n    .priority-box {\n      background: #1f463b;\n      color: white;\n      border-radius: 40px;\n      padding: 48px 40px;\n      text-align: center;\n    }\n\n    .priority-box h3 {\n      font-size: 2rem;\n      margin-bottom: 16px;\n    }\n\n    \/* No footer styles needed \u2014 removed entirely *\/\n    .final-note {\n      text-align: center;\n      margin: 48px 0 64px;\n      padding: 20px;\n      background: #f0f6f2;\n      border-radius: 40px;\n    }\n\n    @media (max-width: 800px) {\n      .navbar {\n        flex-direction: column;\n        text-align: center;\n      }\n      .hero {\n        padding: 32px 24px;\n      }\n      .hero-content h2 {\n        font-size: 2.2rem;\n      }\n      .container {\n        padding: 0 20px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<div class=\"container\">\n  <!-- Header Navigation -->\n  <nav class=\"navbar\">\n    <div class=\"logo\">\n      <h1>MBIZ Development Foundation<\/h1>\n      <span>MDF | Conservation \u00b7 Human Rights \u00b7 Research<\/span>\n    <\/div>\n    <ul class=\"nav-links\">\n      <li><a href=\"#\">Home<\/a><\/li>\n      <li><a href=\"#\">About<\/a><\/li>\n      <li><a href=\"#\">What We Do<\/a><\/li>\n      <li><a href=\"#\">Programs<\/a><\/li>\n      <li><a href=\"#\">Get involved<\/a><\/li>\n    <\/ul>\n    <a href=\"#\" class=\"btn-outline\"><i class=\"fas fa-hand-holding-heart\"><\/i> Partner with us<\/a>\n  <\/nav>\n\n  <!-- Hero Section (improved content) -->\n  <div class=\"hero\">\n    <div class=\"hero-content\">\n      <div class=\"hero-badge\"><i class=\"fas fa-leaf\"><\/i> Registered in Uganda (Reg No. 80020001396116)<\/div>\n      <h2>Empowering communities,<br> protecting nature &#038; human dignity<\/h2>\n      <p>MBIZ Development Foundation (MDF) is a registered development organization committed to conservation, human rights, and collaborative development research. We place communities at the heart of lasting change.<\/p>\n      <div class=\"hero-stats\">\n        <div class=\"stat-item\"><span class=\"stat-number\">2,000+<\/span><br>masks distributed<\/div>\n        <div class=\"stat-item\"><span class=\"stat-number\">2018<\/span><br>year of impact<\/div>\n        <div class=\"stat-item\"><span class=\"stat-number\">20+<\/span><br>agroforestry nurseries<\/div>\n      <\/div>\n      <a href=\"#\" class=\"btn-primary\" style=\"margin-top: 20px; display: inline-block;\">Explore our work <i class=\"fas fa-arrow-right\"><\/i><\/a>\n    <\/div>\n    <div class=\"hero-image\">\n      <i class=\"fas fa-tree\"><\/i>\n      <i class=\"fas fa-hands-helping\" style=\"margin-left: 12px;\"><\/i>\n      <i class=\"fas fa-chart-line\"><\/i>\n      <p>Community-led solutions \u2022 Climate resilience \u2022 Human rights advocacy<\/p>\n      <small style=\"display: block; margin-top: 12px;\">In partnership with Kisoro District Local Government &#038; DCDO<\/small>\n    <\/div>\n  <\/div>\n\n  <!-- Vision & Mission (improved clarity) -->\n  <section>\n    <div class=\"grid-3\" style=\"grid-template-columns: repeat(auto-fit, minmax(300px,1fr));\">\n      <div class=\"card\">\n        <i class=\"fas fa-eye card-icon\"><\/i>\n        <h3>Vision<\/h3>\n        <p>To become a regional leader in holistic development \u2014 strengthening families, communities, and institutions for dignified humanity and meaningful progress in a secure and sustainable environment.<\/p>\n      <\/div>\n      <div class=\"card\">\n        <i class=\"fas fa-bullseye card-icon\"><\/i>\n        <h3>Mission<\/h3>\n        <p>Foster safe and dignified human activities through conservation, human rights advocacy, and evidence-based policy. We place communities at the core, using collaboration, advocacy, and social mobilization.<\/p>\n      <\/div>\n      <div class=\"card\">\n        <i class=\"fas fa-heart card-icon\"><\/i>\n        <h3>Core Commitment<\/h3>\n        <p>Operating under Uganda Registration Services Bureau &#038; Kisoro District Local Government \u2014 coordinated with DCDO, we ensure transparency and local ownership in all initiatives.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Our Values (refreshed) -->\n  <section>\n    <h2 class=\"section-title\">Our values \u2022 foundation of change<\/h2>\n    <p class=\"section-sub\">Guided by integrity, community leadership, and compassion \u2014 every action reflects our principles.<\/p>\n    <div class=\"grid-values grid-3\">\n      <div class=\"card value-item\"><i class=\"fas fa-check-circle\"><\/i><h4>Dutifulness &#038; accountability<\/h4><p>Responsible stewardship of resources and commitments.<\/p><\/div>\n      <div class=\"card value-item\"><i class=\"fas fa-globe-africa\"><\/i><h4>Humanity at the core<\/h4><p>All activities prioritize human dignity and wellbeing.<\/p><\/div>\n      <div class=\"card value-item\"><i class=\"fas fa-brain\"><\/i><h4>Evidence-based strategies<\/h4><p>Transparent decisions rooted in research and data.<\/p><\/div>\n      <div class=\"card value-item\"><i class=\"fas fa-handshake\"><\/i><h4>Partnerships &#038; collaborations<\/h4><p>Strong alliances for sustainable results.<\/p><\/div>\n      <div class=\"card value-item\"><i class=\"fas fa-leaf\"><\/i><h4>Community-led development<\/h4><p>Local solutions designed and owned by communities.<\/p><\/div>\n      <div class=\"card value-item\"><i class=\"fas fa-smile\"><\/i><h4>Modesty, courtesy &#038; compassion<\/h4><p>Respectful, flexible and empathetic approach.<\/p><\/div>\n    <\/div>\n  <\/section>\n\n  <!-- What We Do: Conservation, Human Rights, Development Research (expanded & improved) -->\n  <section>\n    <h2 class=\"section-title\">What we do<\/h2>\n    <p class=\"section-sub\">Integrated action areas that create sustainable livelihoods and protect our planet &#038; people.<\/p>\n    <div class=\"grid-3\">\n      <!-- Conservation -->\n      <div class=\"card\">\n        <i class=\"fas fa-mountain card-icon\"><\/i>\n        <h3>Conservation<\/h3>\n        <ul>\n          <li><i class=\"fas fa-paw\"><\/i> Wildlife habitat protection<\/li>\n          <li><i class=\"fas fa-seedling\"><\/i> Reforestation &#038; agroforestry (bamboo seedlings)<\/li>\n          <li><i class=\"fas fa-water\"><\/i> Water body protection &#038; anti-silting<\/li>\n          <li><i class=\"fas fa-trash-alt\"><\/i> Innovative waste management &#038; safe disposal<\/li>\n          <li><i class=\"fas fa-umbrella-beach\"><\/i> Tourism promotion &#038; cultural conservation<\/li>\n          <li><i class=\"fas fa-tachometer-alt\"><\/i> Soil erosion prevention &#038; fertility tech<\/li>\n        <\/ul>\n      <\/div>\n      <!-- Human Rights -->\n      <div class=\"card\">\n        <i class=\"fas fa-fist-raised card-icon\"><\/i>\n        <h3>Human Rights<\/h3>\n        <ul>\n          <li><i class=\"fas fa-gavel\"><\/i> Advocacy: education, health, housing, safe workplaces<\/li>\n          <li><i class=\"fas fa-heartbeat\"><\/i> Healthy lifestyles (nutrition, smoking cessation, physical activity)<\/li>\n          <li><i class=\"fas fa-baby-carriage\"><\/i> Safe motherhood &#038; protection against GBV<\/li>\n          <li><i class=\"fas fa-female\"><\/i> Women\u2019s rights to asset ownership, including land<\/li>\n          <li><i class=\"fas fa-hand-holding-medical\"><\/i> Disaster prevention, relief access, post-disaster support<\/li>\n          <li><i class=\"fas fa-globe\"><\/i> Cultural rights &#038; freedoms<\/li>\n        <\/ul>\n      <\/div>\n      <!-- Development Research -->\n      <div class=\"card\">\n        <i class=\"fas fa-chalkboard-teacher card-icon\"><\/i>\n        <h3>Development Research<\/h3>\n        <ul>\n          <li><i class=\"fas fa-microscope\"><\/i> Community-centered study protocols<\/li>\n          <li><i class=\"fas fa-lightbulb\"><\/i> Social Innovation Movement (SIM) establishment<\/li>\n          <li><i class=\"fas fa-university\"><\/i> Partnerships with public, private, academia &#038; civil society<\/li>\n          <li><i class=\"fas fa-chart-bar\"><\/i> Identifying &#038; scaling applicable technologies<\/li>\n          <li><i class=\"fas fa-book-open\"><\/i> Joint research publications &#038; policy influence<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Current Programs & Achievements (improved storytelling) -->\n  <section>\n    <div class=\"flex-between\">\n      <h2 class=\"section-title\" style=\"margin-bottom: 0;\">Impact in action<\/h2>\n      <span class=\"hero-badge\" style=\"background:#d5e8de;\">Since incorporation in 2018<\/span>\n    <\/div>\n    <div class=\"grid-programs grid-3\" style=\"margin-top: 32px;\">\n      <div class=\"card program-highlight\">\n        <i class=\"fas fa-head-side-mask\"><\/i>\n        <h3>COVID-19 resilience<\/h3>\n        <p>Promoted safety standards, distributed <strong>2,000 branded cotton face masks<\/strong>, and mobilized caregivers during National Family Days to boost child immunization, nutrition, and safe motherhood.<\/p>\n      <\/div>\n      <div class=\"card program-highlight\">\n        <i class=\"fas fa-tree\"><\/i>\n        <h3>Agroforestry nurseries<\/h3>\n        <p>Established and maintained multiple agroforestry nursery beds including <strong>bamboo seedlings<\/strong> for erosion control, carbon sequestration, and sustainable livelihoods.<\/p>\n      <\/div>\n      <div class=\"card program-highlight\">\n        <i class=\"fas fa-users\"><\/i>\n        <h3>Community mobilization<\/h3>\n        <p>Partnered with Kisoro DCDO to promote safe motherhood, child health, and rights awareness \u2014 reaching remote, vulnerable populations with evidence-based outreach.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Priority Target Groups (improved call to action) -->\n  <div class=\"priority-box\">\n    <i class=\"fas fa-venus-mars\" style=\"font-size: 2.5rem; margin-bottom: 16px; display: inline-block;\"><\/i>\n    <h3>Priority: Women, Girls &#038; Vulnerable Groups<\/h3>\n    <p style=\"max-width: 760px; margin: 0 auto; font-size: 1.1rem;\">We strategically focus on empowering women, girls, and marginalized communities \u2014 ensuring they thrive in environments where human rights are respected, upheld, and celebrated. Our gender-transformative approach builds resilience and lasting equality.<\/p>\n    <a href=\"#\" style=\"display: inline-block; margin-top: 32px; background: white; color: #1f463b; padding: 10px 28px; border-radius: 40px; font-weight: bold; text-decoration: none;\">Support a girl&#8217;s future \u2192<\/a>\n  <\/div>\n\n  <!-- Partnership & Collaboration note (closing content, no footer) -->\n  <div class=\"final-note\">\n    <i class=\"fas fa-handshake\" style=\"font-size: 2.5rem; color: #278a60; margin-bottom: 16px; display: inline-block;\"><\/i>\n    <h3 style=\"font-size: 1.6rem; margin: 8px 0;\">Working hand-in-hand with public, private &#038; civil society<\/h3>\n    <p style=\"max-width: 800px; margin: 12px auto 0;\">MDF operates in close coordination with Kisoro District Local Government, District Community Development Office (DCDO), and academic partners to drive evidence-based policy and sustainable development research. We invite collaborations that advance social innovation.<\/p>\n    <p style=\"margin-top: 24px; font-size: 0.9rem; color: #5d7a6e;\"><i class=\"fas fa-registered\"><\/i> Registration No. 80020001396116 \u2014 Company Limited by Guarantee, Uganda<\/p>\n  <\/div>\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Mbiz Development Foundation | MDF \u2013 Conservation, Human Rights &#038; Research MBIZ Development Foundation MDF | Conservation \u00b7 Human Rights \u00b7 Research Home About What We Do Programs Get involved Partner with us Registered in Uganda (Reg No. 80020001396116) Empowering communities, protecting nature &#038; human dignity MBIZ Development Foundation (MDF) is a registered development organization [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-16","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mbizdevelopmentfoundation.org\/index.php\/wp-json\/wp\/v2\/pages\/16","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mbizdevelopmentfoundation.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mbizdevelopmentfoundation.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mbizdevelopmentfoundation.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mbizdevelopmentfoundation.org\/index.php\/wp-json\/wp\/v2\/comments?post=16"}],"version-history":[{"count":6,"href":"https:\/\/mbizdevelopmentfoundation.org\/index.php\/wp-json\/wp\/v2\/pages\/16\/revisions"}],"predecessor-version":[{"id":29,"href":"https:\/\/mbizdevelopmentfoundation.org\/index.php\/wp-json\/wp\/v2\/pages\/16\/revisions\/29"}],"wp:attachment":[{"href":"https:\/\/mbizdevelopmentfoundation.org\/index.php\/wp-json\/wp\/v2\/media?parent=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}