{"id":289,"date":"2026-07-24T10:29:35","date_gmt":"2026-07-24T10:29:35","guid":{"rendered":"https:\/\/dahb.gov.et\/?page_id=289"},"modified":"2026-07-25T13:15:48","modified_gmt":"2026-07-25T13:15:48","slug":"community-based-health-insurance-cbhi","status":"publish","type":"page","link":"https:\/\/dahb.gov.et\/?page_id=289","title":{"rendered":"Community-Based Health Insurance (CBHI)"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"289\" class=\"elementor elementor-289\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-55683e1 e-flex e-con-boxed e-con e-parent\" data-id=\"55683e1\" 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-6622a58 elementor-widget elementor-widget-html\" data-id=\"6622a58\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!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>Community-Based Health Insurance (CBHI) - Dire Dawa Health Bureau<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&family=Merriweather:ital,wght@0,400;0,700;1,400&display=swap\">\n<style>\n  :root {\n    --bg-bleached: #f8fbff;\n    --sky-light: #f0f9ff;\n    --sky-pale: #e0f2fe;\n    --sky-mid: #bae6fd;\n    --blue-primary: #0284c7;\n    --blue-deep: #0c4a6e;\n    --white: #ffffff;\n    --ink: #1e293b;\n    --ink-soft: #475569;\n    --border: #e2e8f0;\n    --shadow-soft: 0 20px 50px -20px rgba(2, 132, 199, 0.25);\n    --shadow-card: 0 4px 10px -2px rgba(14, 165, 233, 0.06);\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: 'Inter', sans-serif;\n    color: var(--ink);\n    background: var(--bg-bleached);\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 2rem;\n  }\n\n  \/* Typography *\/\n  h1, h2, h3, h4 {\n    font-family: 'Merriweather', serif;\n    color: var(--blue-deep);\n    line-height: 1.3;\n  }\n\n  h1 {\n    font-size: clamp(2.5rem, 5vw, 4rem);\n    font-weight: 700;\n    margin-bottom: 1.5rem;\n  }\n\n  h2 {\n    font-size: clamp(1.8rem, 3vw, 2.4rem);\n    font-weight: 700;\n    margin-bottom: 1rem;\n    text-align: center;\n  }\n\n  h3 {\n    font-size: 1.4rem;\n    font-weight: 700;\n    margin-bottom: 0.75rem;\n  }\n\n  p {\n    color: var(--ink-soft);\n    font-size: 1.05rem;\n    margin-bottom: 1.5rem;\n  }\n\n  \/* Full Screen Hero *\/\n  .hero-fullscreen {\n    min-height: 100vh;\n    display: flex;\n    align-items: center;\n    background: linear-gradient(115deg, var(--white) 0%, var(--sky-light) 100%);\n    position: relative;\n    overflow: hidden;\n    border-bottom: 1px solid var(--sky-pale);\n  }\n\n  .hero-fullscreen::before {\n    content: '';\n    position: absolute;\n    top: -10%;\n    right: -5%;\n    width: 600px;\n    height: 600px;\n    background: radial-gradient(circle, var(--sky-pale) 0%, transparent 70%);\n    z-index: 0;\n  }\n\n  .hero-grid {\n    display: grid;\n    grid-template-columns: 1.1fr 0.9fr;\n    gap: 4rem;\n    align-items: center;\n    width: 100%;\n    position: relative;\n    z-index: 1;\n  }\n\n  .hero-badge {\n    display: inline-block;\n    background: var(--white);\n    color: var(--blue-primary);\n    padding: 0.5rem 1.5rem;\n    border-radius: 50px;\n    font-size: 0.85rem;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    margin-bottom: 1.5rem;\n    border: 1px solid var(--sky-mid);\n    box-shadow: 0 4px 6px -1px rgba(14, 165, 233, 0.1);\n  }\n\n  .hero-content p {\n    font-size: 1.15rem;\n    max-width: 550px;\n    margin-bottom: 2.5rem;\n  }\n\n  .hero-actions {\n    display: flex;\n    gap: 1rem;\n    flex-wrap: wrap;\n  }\n\n  .btn-primary {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--blue-primary);\n    color: var(--white);\n    padding: 1rem 2rem;\n    border-radius: 8px;\n    font-weight: 600;\n    text-decoration: none;\n    transition: background 0.3s ease, transform 0.2s ease;\n    border: none;\n    cursor: pointer;\n  }\n\n  .btn-primary:hover {\n    background: var(--blue-deep);\n    transform: translateY(-2px);\n  }\n\n  .btn-secondary {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--white);\n    color: var(--blue-deep);\n    padding: 1rem 2rem;\n    border-radius: 8px;\n    font-weight: 600;\n    text-decoration: none;\n    transition: background 0.3s ease, transform 0.2s ease;\n    border: 1px solid var(--border);\n  }\n\n  .btn-secondary:hover {\n    background: var(--sky-light);\n    border-color: var(--sky-mid);\n    transform: translateY(-2px);\n  }\n\n  \/* Hero Image \/ Visual *\/\n  .hero-visual {\n    position: relative;\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: var(--shadow-soft);\n    aspect-ratio: 4\/5;\n  }\n\n  .hero-visual img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .hero-stat-card {\n    position: absolute;\n    bottom: 20px;\n    left: 20px;\n    background: rgba(255, 255, 255, 0.95);\n    backdrop-filter: blur(5px);\n    padding: 1.5rem;\n    border-radius: 12px;\n    box-shadow: var(--shadow-card);\n    border: 1px solid var(--sky-pale);\n  }\n\n  .stat-number {\n    font-family: 'Merriweather', serif;\n    font-size: 2.5rem;\n    font-weight: 700;\n    color: var(--blue-primary);\n    line-height: 1;\n  }\n\n  .stat-text {\n    font-size: 0.9rem;\n    color: var(--ink-soft);\n    margin: 0;\n  }\n\n  \/* Section Spacing *\/\n  section {\n    padding: 6rem 0;\n  }\n\n  \/* Alternating Feature Row *\/\n  .feature-row {\n    display: flex;\n    align-items: center;\n    gap: 4rem;\n    margin-bottom: 5rem;\n  }\n  .feature-row:last-child { margin-bottom: 0; }\n  .feature-row.reverse { flex-direction: row-reverse; }\n\n  .feature-image {\n    flex: 1;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: var(--shadow-soft);\n    aspect-ratio: 4\/3;\n    background: var(--white);\n    border: 1px solid var(--sky-pale);\n  }\n  .feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }\n  .feature-image:hover img { transform: scale(1.05); }\n\n  .feature-content { flex: 1; }\n  .feature-tag {\n    display: inline-block;\n    font-size: 0.85rem;\n    color: var(--blue-primary);\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    margin-bottom: 1rem;\n  }\n\n  .check-list { list-style: none; margin-bottom: 1.5rem; }\n  .check-list li {\n    position: relative;\n    padding-left: 1.75rem;\n    margin-bottom: 0.5rem;\n    color: var(--ink-soft);\n    font-size: 1rem;\n  }\n  .check-list li::before {\n    content: '\u2713';\n    position: absolute;\n    left: 0;\n    color: var(--blue-primary);\n    font-weight: bold;\n  }\n\n  \/* Benefits Grid *\/\n  .benefits-section {\n    background: var(--white);\n    border-top: 1px solid var(--sky-pale);\n    border-bottom: 1px solid var(--sky-pale);\n  }\n\n  .section-header {\n    text-align: center;\n    max-width: 700px;\n    margin: 0 auto 4rem;\n  }\n\n  .benefits-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 2rem;\n  }\n\n  .benefit-card {\n    background: var(--bg-bleached);\n    border: 1px solid var(--sky-pale);\n    border-radius: 12px;\n    padding: 2rem;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n\n  .benefit-card:hover {\n    transform: translateY(-8px);\n    box-shadow: var(--shadow-soft);\n    background: var(--white);\n  }\n\n  .benefit-card__icon {\n    width: 48px;\n    height: 48px;\n    background: var(--sky-pale);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--blue-primary);\n    margin-bottom: 1.5rem;\n  }\n  .benefit-card:hover .benefit-card__icon {\n    background: var(--blue-primary);\n    color: var(--white);\n  }\n\n  .benefit-card h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }\n  .benefit-card p { font-size: 0.95rem; margin-bottom: 0; }\n\n  \/* Enrollment Steps *\/\n  .steps-wrapper {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 2rem;\n    margin-top: 3rem;\n    position: relative;\n  }\n\n  .step-card {\n    text-align: center;\n    position: relative;\n  }\n\n  .step-number {\n    width: 50px;\n    height: 50px;\n    background: var(--white);\n    border: 2px solid var(--blue-primary);\n    color: var(--blue-primary);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: 'Merriweather', serif;\n    font-size: 1.25rem;\n    font-weight: 700;\n    margin: 0 auto 1.5rem;\n    position: relative;\n    z-index: 2;\n    box-shadow: 0 4px 6px -1px rgba(14, 165, 233, 0.1);\n  }\n\n  .step-card h4 {\n    font-family: 'Inter', sans-serif;\n    color: var(--blue-deep);\n    font-size: 1.1rem;\n    font-weight: 600;\n    margin-bottom: 0.5rem;\n  }\n\n  .step-card p {\n    font-size: 0.9rem;\n    color: var(--ink-soft);\n  }\n\n  \/* Leadership Profile *\/\n  .leadership-section {\n    background: var(--sky-light);\n  }\n\n  .profile__card {\n    display: grid;\n    grid-template-columns: 300px 1fr;\n    gap: 3rem;\n    align-items: start;\n    background: var(--white);\n    border: 1px solid var(--sky-pale);\n    border-radius: 16px;\n    padding: 3rem;\n    box-shadow: var(--shadow-soft);\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n\n  .profile__image-frame {\n    border-radius: 12px;\n    overflow: hidden;\n    aspect-ratio: 1;\n    border: 4px solid var(--sky-pale);\n  }\n  .profile__image-frame img { width: 100%; height: 100%; object-fit: cover; }\n\n  .profile__role {\n    display: inline-block;\n    font-size: 0.85rem;\n    color: var(--white);\n    background: var(--blue-primary);\n    padding: 0.25rem 0.75rem;\n    border-radius: 4px;\n    margin-bottom: 1rem;\n    font-weight: 600;\n  }\n\n  .profile__quote {\n    border-left: 3px solid var(--blue-primary);\n    padding: 0.5rem 1.5rem;\n    margin: 1.5rem 0;\n    background: var(--bg-bleached);\n    border-radius: 0 4px 4px 0;\n  }\n\n  .profile__quote p {\n    font-family: 'Merriweather', serif;\n    font-style: italic;\n    font-size: 1.05rem;\n    color: var(--blue-deep);\n    margin: 0;\n  }\n\n  .profile__signature-name {\n    font-family: 'Merriweather', serif;\n    font-size: 1.25rem;\n    color: var(--blue-deep);\n    font-weight: 700;\n    margin-top: 1rem;\n  }\n\n  .profile__signature-title { font-size: 0.85rem; color: var(--ink-soft); }\n\n  \/* Contact Full Width *\/\n  .contact-strip {\n    background: var(--blue-deep);\n    color: var(--white);\n    padding: 4rem 0;\n  }\n  .contact-strip h2 { color: var(--white); }\n  .contact-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 2rem;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .contact-item {\n    text-align: center;\n    padding: 1.5rem;\n  }\n  .contact-item svg {\n    width: 32px;\n    height: 32px;\n    margin-bottom: 1rem;\n    color: var(--sky-mid);\n  }\n  .contact-item h4 {\n    font-family: 'Inter', sans-serif;\n    color: var(--white);\n    margin-bottom: 0.5rem;\n  }\n  .contact-item p {\n    color: rgba(255,255,255,0.8);\n    margin: 0;\n    font-size: 0.95rem;\n  }\n\n  \/* Scroll Reveal Animation *\/\n  .reveal {\n    opacity: 0;\n    transform: translateY(40px);\n    transition: opacity 0.8s ease, transform 0.8s ease;\n  }\n  .reveal.active {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 900px) {\n    .hero-grid, .feature-row, .feature-row.reverse, .profile__card {\n      grid-template-columns: 1fr;\n      gap: 2.5rem;\n    }\n    section { padding: 4rem 0; }\n    .hero-fullscreen { min-height: auto; padding: 6rem 0; }\n    .profile__card { padding: 2rem; }\n    .profile__image-frame { max-width: 220px; margin: 0 auto; }\n  }\n<\/style>\n<\/head>\n<body>\n\n  <!-- Full Screen Hero Section -->\n  <section class=\"hero-fullscreen\">\n    <div class=\"container\">\n      <div class=\"hero-grid\">\n        <div class=\"hero-content reveal\">\n          <div class=\"hero-badge\">Dire Dawa Health Bureau<\/div>\n          <h1>Community-Based Health Insurance (CBHI)<\/h1>\n          <p>\n            Protecting families from catastrophic healthcare costs. CBHI is a pre-payment system designed to ensure that every resident of Dire Dawa has access to essential medical care without facing financial hardship.\n          <\/p>\n          <div class=\"hero-actions\">\n            <a href=\"#enroll\" class=\"btn-primary\">How to Enroll<\/a>\n            <a href=\"#benefits\" class=\"btn-secondary\">View Benefits<\/a>\n          <\/div>\n        <\/div>\n        <div class=\"hero-visual reveal\">\n          <img decoding=\"async\" src=\"https:\/\/picsum.photos\/seed\/cbhi-family-support\/800\/1000\" alt=\"Family registering for health insurance\">\n          <div class=\"hero-stat-card\">\n            <div class=\"stat-number\">85%<\/div>\n            <p class=\"stat-text\">Targeted Regional Enrollment by 2025<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Overview Section -->\n  <section>\n    <div class=\"container\">\n      <div class=\"feature-row reveal\">\n        <div class=\"feature-image\">\n          <img decoding=\"async\" src=\"https:\/\/picsum.photos\/seed\/cbhi-registration-office\/800\/600\" alt=\"CBHI Registration Process\">\n        <\/div>\n        <div class=\"feature-content\">\n          <span class=\"feature-tag\">Financial Protection<\/span>\n          <h2>What is Community-Based Health Insurance?<\/h2>\n          <p>\n            CBHI is a government-led health insurance scheme where members contribute a small, affordable annual premium. In return, the insurance covers the cost of medical care at enrolled health facilities. It operates on the principle of risk-pooling, ensuring that the healthy support the sick, and the rich support the poor.\n          <\/p>\n          <ul class=\"check-list\">\n            <li>Eliminates out-of-pocket payments at the point of care.<\/li>\n            <li>Increases access to essential medicines and diagnostics.<\/li>\n            <li>Promotes equity by offering subsidized rates for vulnerable groups.<\/li>\n            <li>Improves the quality of health facilities through guaranteed revenue.<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Benefits Grid Section -->\n  <section class=\"benefits-section\" id=\"benefits\">\n    <div class=\"container\">\n      <div class=\"section-header reveal\">\n        <span class=\"feature-tag\" style=\"display: block; text-align: center;\">Member Advantages<\/span>\n        <h2>Benefits of Enrolling in CBHI<\/h2>\n        <p>By becoming a CBHI member, you secure your family's health and financial future. Here is what your membership covers:<\/p>\n      <\/div>\n\n      <div class=\"benefits-grid\">\n        <div class=\"benefit-card reveal\">\n          <div class=\"benefit-card__icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z\"><\/path><\/svg>\n          <\/div>\n          <h3>Comprehensive Care<\/h3>\n          <p>Covers outpatient consultations, inpatient hospitalization, essential surgeries, and maternity care services.<\/p>\n        <\/div>\n\n        <div class=\"benefit-card reveal\">\n          <div class=\"benefit-card__icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m11 15-3-3 3-3\"><\/path><path d=\"M16 18a4 4 0 0 0 0-8h-4\"><\/path><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"><\/rect><\/svg>\n          <\/div>\n          <h3>Free Medications<\/h3>\n          <p>Access to prescribed essential drugs and medical supplies from the facility pharmacy at no additional cost.<\/p>\n        <\/div>\n\n        <div class=\"benefit-card reveal\">\n          <div class=\"benefit-card__icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M9 2v6l4 7\"><\/path><path d=\"M15 2v6l-4 7\"><\/path><path d=\"M5 2h14\"><\/path><path d=\"M9 15h6\"><\/path><path d=\"M11.5 19.5L9 22h6l-2.5-2.5\"><\/path><\/svg>\n          <\/div>\n          <h3>Lab & Diagnostics<\/h3>\n          <p>Includes necessary laboratory tests, X-rays, and ultrasound diagnostics required for accurate treatment.<\/p>\n        <\/div>\n\n        <div class=\"benefit-card reveal\">\n          <div class=\"benefit-card__icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2v6\"><\/path><path d=\"M19 9v6a7 7 0 0 1-14 0V9\"><\/path><path d=\"M5 9h14\"><\/path><path d=\"M12 15v7\"><\/path><\/svg>\n          <\/div>\n          <h3>Referral Coverage<\/h3>\n          <p>If referred to a higher-level hospital (e.g., Dil Chora), your treatment and transport costs are covered.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Enrollment Steps Section -->\n  <section id=\"enroll\">\n    <div class=\"container\">\n      <div class=\"section-header reveal\">\n        <span class=\"feature-tag\" style=\"display: block; text-align: center;\">Simple Process<\/span>\n        <h2>How to Enroll in 4 Easy Steps<\/h2>\n        <p>Joining the CBHI scheme is straightforward. Follow these steps to secure your family's health coverage today.<\/p>\n      <\/div>\n\n      <div class=\"steps-wrapper\">\n        <div class=\"step-card reveal\">\n          <div class=\"step-number\">1<\/div>\n          <h4>Visit the CBHI Office<\/h4>\n          <p>Go to your nearest Kebele CBHI Coordination Office or the main bureau office.<\/p>\n        <\/div>\n        <div class=\"step-card reveal\">\n          <div class=\"step-number\">2<\/div>\n          <h4>Fill the Form<\/h4>\n          <p>Complete the membership registration form with accurate household details.<\/p>\n        <\/div>\n        <div class=\"step-card reveal\">\n          <div class=\"step-number\">3<\/div>\n          <h4>Pay the Premium<\/h4>\n          <p>Pay the annual subsidized premium based on your household category.<\/p>\n        <\/div>\n        <div class=\"step-card reveal\">\n          <div class=\"step-number\">4<\/div>\n          <h4>Get Your Card<\/h4>\n          <p>Receive your CBHI membership card and start accessing free healthcare immediately.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Leadership Section -->\n  <section class=\"leadership-section\">\n    <div class=\"container\">\n      <div class=\"section-header reveal\" style=\"margin-bottom: 3rem;\">\n        <span class=\"feature-tag\" style=\"display: block; text-align: center;\">Scheme Management<\/span>\n        <h2>CBHI Coordination Office<\/h2>\n      <\/div>\n\n      <div class=\"profile__card reveal\">\n        <div class=\"profile__image-frame\">\n          <img decoding=\"async\" src=\"https:\/\/picsum.photos\/seed\/cbhi-coordinator-profile\/400\/400\" alt=\"Mr. Solomon Girma\">\n        <\/div>\n        <div class=\"profile__bio\">\n          <span class=\"profile__role\">CBHI Coordinator<\/span>\n          <h3>Mr. Solomon Girma<\/h3>\n          <p>\n            Mr. Solomon Girma oversees the implementation and expansion of the Community-Based Health Insurance scheme across Dire Dawa. With a background in health economics and rural development, he has been pivotal in increasing enrollment rates among informal sector workers.\n          <\/p>\n          <p>\n            He works closely with kebele leaders and health extension workers to ensure that marginalized communities understand the value of health insurance and can access the scheme without barriers.\n          <\/p>\n          <div class=\"profile__quote\">\n            <p>\n              \"Health insurance is not a luxury for the rich; it is a safety net for all. Through CBHI, we are ensuring that no family in Dire Dawa is pushed into poverty because of medical bills.\"\n            <\/p>\n          <\/div>\n          <div class=\"profile__signature\">\n            <div class=\"profile__signature-name\">Solomon Girma<\/div>\n            <div class=\"profile__signature-title\">CBHI Coordinator, Dire Dawa Health Bureau<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Full Width Contact Strip -->\n  <section class=\"contact-strip\">\n    <div class=\"container\">\n      <div class=\"section-header reveal\" style=\"margin-bottom: 3rem;\">\n        <span class=\"feature-tag\" style=\"display: block; text-align: center; color: var(--sky-mid);\">Need Help?<\/span>\n        <h2>Contact the CBHI Office<\/h2>\n      <\/div>\n      <div class=\"contact-grid reveal\">\n        <div class=\"contact-item\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\n          <h4>Visit Us<\/h4>\n          <p>Dire Dawa Health Bureau<br>CBHI Office, Ground Floor<br>Kebele 04, Dire Dawa<\/p>\n        <\/div>\n        <div class=\"contact-item\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"><\/path><\/svg>\n          <h4>Call Us<\/h4>\n          <p>+251 25 111 3344<br>+251 25 111 3355<\/p>\n        <\/div>\n        <div class=\"contact-item\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"><\/path><polyline points=\"22,6 12,13 2,6\"><\/polyline><\/svg>\n          <h4>Email Us<\/h4>\n          <p>cbhi@ddhb.gov.et<br>info@ddhb.gov.et<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <script>\n    \/\/ Scroll Reveal Animation\n    const revealElements = document.querySelectorAll('.reveal');\n\n    const observer = new IntersectionObserver((entries) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('active');\n          observer.unobserve(entry.target);\n        }\n      });\n    }, {\n      threshold: 0.15,\n      rootMargin: '0px 0px -50px 0px'\n    });\n\n    revealElements.forEach(el => {\n      observer.observe(el);\n    });\n  <\/script>\n\n<\/body>\n<\/html>\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","protected":false},"excerpt":{"rendered":"<p>Community-Based Health Insurance (CBHI) &#8211; Dire Dawa Health Bureau Dire Dawa Health Bureau Community-Based Health Insurance (CBHI) Protecting families from catastrophic healthcare costs. CBHI is a pre-payment system designed to ensure that every resident of Dire Dawa has access to essential medical care without facing financial hardship. How to Enroll View Benefits 85% Targeted Regional [&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":{"footnotes":""},"class_list":["post-289","page","type-page","status-publish","hentry"],"blocksy_meta":{"has_hero_section":"disabled","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":7}},"_links":{"self":[{"href":"https:\/\/dahb.gov.et\/index.php?rest_route=\/wp\/v2\/pages\/289","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dahb.gov.et\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dahb.gov.et\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dahb.gov.et\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dahb.gov.et\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=289"}],"version-history":[{"count":4,"href":"https:\/\/dahb.gov.et\/index.php?rest_route=\/wp\/v2\/pages\/289\/revisions"}],"predecessor-version":[{"id":411,"href":"https:\/\/dahb.gov.et\/index.php?rest_route=\/wp\/v2\/pages\/289\/revisions\/411"}],"wp:attachment":[{"href":"https:\/\/dahb.gov.et\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=289"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}