{"id":1553,"date":"2026-09-02T12:54:46","date_gmt":"2026-09-02T12:54:46","guid":{"rendered":"http:\/\/185.113.249.20\/bwasco\/?page_id=1553"},"modified":"2026-09-02T12:56:31","modified_gmt":"2026-09-02T12:56:31","slug":"completed-projects","status":"publish","type":"page","link":"http:\/\/185.113.249.20\/bwasco\/index.php\/completed-projects\/","title":{"rendered":"Completed Projects"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1553\" class=\"elementor elementor-1553\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ad95b6 e-flex e-con-boxed e-con e-parent\" data-id=\"3ad95b6\" 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-5d4a505 elementor-widget elementor-widget-html\" data-id=\"5d4a505\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- =========================================================\n     BWASCO - COMPLETED PROJECTS\n     Elementor HTML Widget\n     ========================================================= -->\n\n<style>\n\/* =========================================================\n   BWASCO COMPLETED PROJECTS\n   ========================================================= *\/\n\n.bwasco-projects-page {\n    --bp-blue: #0066b3;\n    --bp-dark: #063b66;\n    --bp-light: #eef7fc;\n    --bp-accent: #10a7df;\n    --bp-text: #263746;\n    --bp-muted: #68798a;\n    --bp-border: #dce8f0;\n    --bp-white: #ffffff;\n    --bp-success: #16865b;\n\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--bp-text);\n    line-height: 1.7;\n    max-width: 1200px;\n    margin: 0 auto;\n    box-sizing: border-box;\n}\n\n.bwasco-projects-page *,\n.bwasco-projects-page *::before,\n.bwasco-projects-page *::after {\n    box-sizing: border-box;\n}\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.bwasco-projects-hero {\n    position: relative;\n    overflow: hidden;\n    background:\n        linear-gradient(135deg, rgba(3,59,102,.98), rgba(0,102,179,.94));\n    border-radius: 24px;\n    padding: 70px 55px;\n    margin-bottom: 45px;\n    color: #fff;\n}\n\n.bwasco-projects-hero::before {\n    content: \"\";\n    position: absolute;\n    width: 340px;\n    height: 340px;\n    border: 1px solid rgba(255,255,255,.12);\n    border-radius: 50%;\n    right: -100px;\n    top: -120px;\n}\n\n.bwasco-projects-hero::after {\n    content: \"\";\n    position: absolute;\n    width: 220px;\n    height: 220px;\n    border: 1px solid rgba(255,255,255,.10);\n    border-radius: 50%;\n    right: 80px;\n    bottom: -160px;\n}\n\n.bwasco-projects-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 850px;\n}\n\n.bwasco-projects-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 8px 15px;\n    background: rgba(255,255,255,.13);\n    border: 1px solid rgba(255,255,255,.20);\n    border-radius: 50px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1px;\n    margin-bottom: 20px;\n}\n\n.bwasco-projects-hero h1 {\n    margin: 0 0 18px;\n    color: #fff;\n    font-size: 46px;\n    line-height: 1.15;\n    font-weight: 800;\n}\n\n.bwasco-projects-hero p {\n    margin: 0;\n    color: rgba(255,255,255,.90);\n    font-size: 18px;\n    max-width: 780px;\n}\n\n\/* =========================================================\n   INTRO\n   ========================================================= *\/\n\n.bwasco-projects-intro {\n    background: var(--bp-light);\n    border: 1px solid #d9edf8;\n    border-radius: 20px;\n    padding: 35px;\n    margin-bottom: 50px;\n}\n\n.bwasco-projects-intro h2 {\n    margin: 0 0 12px;\n    color: var(--bp-dark);\n    font-size: 28px;\n}\n\n.bwasco-projects-intro p {\n    margin: 0;\n    font-size: 16px;\n}\n\n\/* =========================================================\n   SECTION HEADER\n   ========================================================= *\/\n\n.bwasco-projects-section-header {\n    text-align: center;\n    max-width: 760px;\n    margin: 0 auto 32px;\n}\n\n.bwasco-projects-eyebrow {\n    color: var(--bp-blue);\n    text-transform: uppercase;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1.4px;\n    margin-bottom: 8px;\n}\n\n.bwasco-projects-section-header h2 {\n    color: var(--bp-dark);\n    font-size: 32px;\n    line-height: 1.25;\n    margin: 0 0 12px;\n}\n\n.bwasco-projects-section-header p {\n    color: var(--bp-muted);\n    margin: 0;\n}\n\n\/* =========================================================\n   PROJECT GRID\n   ========================================================= *\/\n\n.bwasco-project-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 24px;\n    margin-bottom: 55px;\n}\n\n.bwasco-project-card {\n    position: relative;\n    background: #fff;\n    border: 1px solid var(--bp-border);\n    border-radius: 20px;\n    padding: 30px;\n    overflow: hidden;\n    transition: all .25s ease;\n}\n\n.bwasco-project-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 14px 32px rgba(0,70,120,.10);\n}\n\n.bwasco-project-card::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    width: 5px;\n    height: 100%;\n    background: var(--bp-blue);\n}\n\n.bwasco-project-top {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-start;\n    gap: 15px;\n    margin-bottom: 18px;\n}\n\n.bwasco-project-icon {\n    width: 55px;\n    height: 55px;\n    flex: 0 0 55px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--bp-light);\n    color: var(--bp-blue);\n    border-radius: 15px;\n    font-size: 23px;\n    font-weight: 800;\n}\n\n.bwasco-project-status {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    padding: 6px 11px;\n    background: #edf9f4;\n    color: var(--bp-success);\n    border: 1px solid #cfeee0;\n    border-radius: 50px;\n    font-size: 11px;\n    font-weight: 800;\n    white-space: nowrap;\n}\n\n.bwasco-project-status span {\n    width: 7px;\n    height: 7px;\n    background: var(--bp-success);\n    border-radius: 50%;\n}\n\n.bwasco-project-card h3 {\n    color: var(--bp-dark);\n    font-size: 21px;\n    line-height: 1.35;\n    margin: 0 0 11px;\n}\n\n.bwasco-project-card p {\n    color: var(--bp-muted);\n    font-size: 14px;\n    margin: 0 0 18px;\n}\n\n.bwasco-project-location {\n    padding-top: 15px;\n    border-top: 1px solid #edf2f5;\n    color: var(--bp-text);\n    font-size: 13px;\n    font-weight: 700;\n}\n\n\/* =========================================================\n   FEATURE PROJECT\n   ========================================================= *\/\n\n.bwasco-feature-project {\n    position: relative;\n    overflow: hidden;\n    background: linear-gradient(135deg, #063b66, #0078bd);\n    border-radius: 24px;\n    color: #fff;\n    padding: 45px;\n    margin-bottom: 55px;\n}\n\n.bwasco-feature-project::before {\n    content: \"\";\n    position: absolute;\n    width: 290px;\n    height: 290px;\n    border: 1px solid rgba(255,255,255,.12);\n    border-radius: 50%;\n    right: -90px;\n    top: -110px;\n}\n\n.bwasco-feature-content {\n    position: relative;\n    z-index: 2;\n    max-width: 850px;\n}\n\n.bwasco-feature-label {\n    display: inline-block;\n    padding: 7px 13px;\n    background: rgba(255,255,255,.13);\n    border: 1px solid rgba(255,255,255,.20);\n    border-radius: 50px;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: .8px;\n    margin-bottom: 15px;\n}\n\n.bwasco-feature-project h2 {\n    color: #fff;\n    font-size: 32px;\n    line-height: 1.25;\n    margin: 0 0 14px;\n}\n\n.bwasco-feature-project p {\n    color: rgba(255,255,255,.90);\n    margin: 0;\n    font-size: 16px;\n}\n\n\/* =========================================================\n   SANITATION PROJECTS\n   ========================================================= *\/\n\n.bwasco-sanitation-section {\n    margin-bottom: 55px;\n}\n\n.bwasco-sanitation-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n}\n\n.bwasco-sanitation-card {\n    background: #fff;\n    border: 1px solid var(--bp-border);\n    border-radius: 18px;\n    padding: 25px;\n}\n\n.bwasco-sanitation-number {\n    width: 42px;\n    height: 42px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--bp-light);\n    color: var(--bp-blue);\n    border-radius: 12px;\n    font-size: 17px;\n    font-weight: 800;\n    margin-bottom: 16px;\n}\n\n.bwasco-sanitation-card h3 {\n    margin: 0 0 9px;\n    color: var(--bp-dark);\n    font-size: 19px;\n    line-height: 1.35;\n}\n\n.bwasco-sanitation-card p {\n    margin: 0;\n    color: var(--bp-muted);\n    font-size: 14px;\n}\n\n\/* =========================================================\n   IMPACT STRIP\n   ========================================================= *\/\n\n.bwasco-impact {\n    background: #f8fbfd;\n    border: 1px solid var(--bp-border);\n    border-radius: 22px;\n    padding: 38px;\n    margin-bottom: 55px;\n}\n\n.bwasco-impact-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n}\n\n.bwasco-impact-item {\n    text-align: center;\n    padding: 15px;\n}\n\n.bwasco-impact-icon {\n    width: 48px;\n    height: 48px;\n    margin: 0 auto 13px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--bp-light);\n    color: var(--bp-blue);\n    border-radius: 50%;\n    font-size: 19px;\n    font-weight: 800;\n}\n\n.bwasco-impact-item h3 {\n    margin: 0 0 6px;\n    color: var(--bp-dark);\n    font-size: 17px;\n}\n\n.bwasco-impact-item p {\n    margin: 0;\n    color: var(--bp-muted);\n    font-size: 13px;\n}\n\n\/* =========================================================\n   PROJECT PRINCIPLES\n   ========================================================= *\/\n\n.bwasco-principles {\n    margin-bottom: 55px;\n}\n\n.bwasco-principles-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 18px;\n}\n\n.bwasco-principle {\n    padding: 24px 20px;\n    background: #fff;\n    border: 1px solid var(--bp-border);\n    border-radius: 17px;\n}\n\n.bwasco-principle h3 {\n    margin: 0 0 7px;\n    color: var(--bp-dark);\n    font-size: 17px;\n}\n\n.bwasco-principle p {\n    margin: 0;\n    color: var(--bp-muted);\n    font-size: 13px;\n}\n\n\/* =========================================================\n   DISCLAIMER \/ SOURCE NOTE\n   ========================================================= *\/\n\n.bwasco-project-note {\n    background: #fff8e8;\n    border: 1px solid #f1dfae;\n    border-radius: 14px;\n    padding: 20px 22px;\n    margin-bottom: 35px;\n    color: #665323;\n    font-size: 13px;\n}\n\n.bwasco-project-note strong {\n    color: #4f411d;\n}\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n.bwasco-projects-cta {\n    text-align: center;\n    background: linear-gradient(135deg, #edf8fd, #f8fbfd);\n    border: 1px solid #d8edf7;\n    border-radius: 22px;\n    padding: 45px 30px;\n    margin-bottom: 20px;\n}\n\n.bwasco-projects-cta h2 {\n    color: var(--bp-dark);\n    margin: 0 0 10px;\n    font-size: 30px;\n}\n\n.bwasco-projects-cta p {\n    max-width: 700px;\n    margin: 0 auto;\n    color: var(--bp-muted);\n    font-size: 15px;\n}\n\n\/* =========================================================\n   RESPONSIVE\n   ========================================================= *\/\n\n@media (max-width: 900px) {\n\n    .bwasco-projects-hero {\n        padding: 55px 35px;\n    }\n\n    .bwasco-projects-hero h1 {\n        font-size: 38px;\n    }\n\n    .bwasco-project-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .bwasco-sanitation-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    .bwasco-principles-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    .bwasco-impact-grid {\n        grid-template-columns: repeat(3, 1fr);\n    }\n}\n\n@media (max-width: 650px) {\n\n    .bwasco-projects-page {\n        padding: 0 12px;\n    }\n\n    .bwasco-projects-hero {\n        padding: 42px 25px;\n        border-radius: 18px;\n        margin-bottom: 30px;\n    }\n\n    .bwasco-projects-hero h1 {\n        font-size: 32px;\n    }\n\n    .bwasco-projects-hero p {\n        font-size: 16px;\n    }\n\n    .bwasco-projects-intro,\n    .bwasco-feature-project,\n    .bwasco-impact {\n        padding: 28px 22px;\n    }\n\n    .bwasco-sanitation-grid,\n    .bwasco-principles-grid,\n    .bwasco-impact-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .bwasco-projects-section-header h2 {\n        font-size: 27px;\n    }\n\n    .bwasco-feature-project h2 {\n        font-size: 27px;\n    }\n\n    .bwasco-project-card {\n        padding: 25px;\n    }\n}\n<\/style>\n\n\n<div class=\"bwasco-projects-page\">\n\n    <!-- =====================================================\n         HERO\n         ===================================================== -->\n\n    <section class=\"bwasco-projects-hero\">\n\n        <div class=\"bwasco-projects-hero-content\">\n\n            <div class=\"bwasco-projects-badge\">\n                \u25cf INFRASTRUCTURE & DEVELOPMENT\n            <\/div>\n\n            <h1>Completed Projects<\/h1>\n\n            <p>\n                A record of completed water, sanitation and network extension\n                initiatives that have contributed to improved service delivery,\n                infrastructure development and access to water and sanitation\n                services within BWASCO's service areas.\n            <\/p>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         INTRODUCTION\n         ===================================================== -->\n\n    <section class=\"bwasco-projects-intro\">\n\n        <h2>Building Water & Sanitation Infrastructure<\/h2>\n\n        <p>\n            BWASCO's infrastructure development programme includes water supply\n            extensions, network improvements and sanitation initiatives undertaken\n            independently and in partnership with sector institutions and\n            development partners. These projects have helped extend service\n            infrastructure and strengthen water and sanitation services for\n            communities.\n        <\/p>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         WATER EXTENSION PROJECTS\n         ===================================================== -->\n\n    <section>\n\n        <div class=\"bwasco-projects-section-header\">\n\n            <div class=\"bwasco-projects-eyebrow\">\n                Water Supply Infrastructure\n            <\/div>\n\n            <h2>Completed Water Extension Projects<\/h2>\n\n            <p>\n                Water network extension works documented by BWASCO's predecessor\n                organisation in its stakeholder presentation.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"bwasco-project-grid\">\n\n            <!-- PROJECT 1 -->\n\n            <article class=\"bwasco-project-card\">\n\n                <div class=\"bwasco-project-top\">\n\n                    <div class=\"bwasco-project-icon\">\n                        W\n                    <\/div>\n\n                    <div class=\"bwasco-project-status\">\n                        <span><\/span>\n                        COMPLETED\n                    <\/div>\n\n                <\/div>\n\n                <h3>\n                    Waitaluk \u2013 Amagoro \u2013 Kapkoi\n                    Water Extension Line\n                <\/h3>\n\n                <p>\n                    A completed water extension initiative documented by\n                    BWASCO\/Nzoia Water as part of its infrastructure development\n                    and service expansion activities.\n                <\/p>\n\n                <div class=\"bwasco-project-location\">\n                    Water Supply Extension\n                <\/div>\n\n            <\/article>\n\n\n            <!-- PROJECT 2 -->\n\n            <article class=\"bwasco-project-card\">\n\n                <div class=\"bwasco-project-top\">\n\n                    <div class=\"bwasco-project-icon\">\n                        W\n                    <\/div>\n\n                    <div class=\"bwasco-project-status\">\n                        <span><\/span>\n                        COMPLETED\n                    <\/div>\n\n                <\/div>\n\n                <h3>\n                    Rotich \u2013 Maliki\n                    Water Extension Line\n                <\/h3>\n\n                <p>\n                    A completed water extension line that contributed to the\n                    expansion of the distribution network and creation of\n                    additional customer connections.\n                <\/p>\n\n                <div class=\"bwasco-project-location\">\n                    Water Supply Extension\n                <\/div>\n\n            <\/article>\n\n\n            <!-- PROJECT 3 -->\n\n            <article class=\"bwasco-project-card\">\n\n                <div class=\"bwasco-project-top\">\n\n                    <div class=\"bwasco-project-icon\">\n                        W\n                    <\/div>\n\n                    <div class=\"bwasco-project-status\">\n                        <span><\/span>\n                        COMPLETED\n                    <\/div>\n\n                <\/div>\n\n                <h3>\n                    Sikata \u2013 Lusaka Road\n                    Water Extension Line\n                <\/h3>\n\n                <p>\n                    A completed water extension initiative documented among\n                    the company's recently completed infrastructure projects.\n                <\/p>\n\n                <div class=\"bwasco-project-location\">\n                    Water Supply Extension\n                <\/div>\n\n            <\/article>\n\n\n            <!-- PROJECT 4 -->\n\n            <article class=\"bwasco-project-card\">\n\n                <div class=\"bwasco-project-top\">\n\n                    <div class=\"bwasco-project-icon\">\n                        K\n                    <\/div>\n\n                    <div class=\"bwasco-project-status\">\n                        <span><\/span>\n                        COMPLETED\n                    <\/div>\n\n                <\/div>\n\n                <h3>\n                    KOICA I Water Project\n                <\/h3>\n\n                <p>\n                    KOICA I was reported as completed and operational in\n                    BWASCO\/Nzoia Water's stakeholder presentation. The project\n                    formed part of joint infrastructure development with\n                    sector partners.\n                <\/p>\n\n                <div class=\"bwasco-project-location\">\n                    Sirisia \u2013 Chwele \/ Bungoma\n                <\/div>\n\n            <\/article>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         FEATURE PROJECT\n         ===================================================== -->\n\n    <section class=\"bwasco-feature-project\">\n\n        <div class=\"bwasco-feature-content\">\n\n            <div class=\"bwasco-feature-label\">\n                COMPLETED & OPERATIONAL\n            <\/div>\n\n            <h2>\n                Sirisia \u2013 Chwele Water Supply\n                Development\n            <\/h2>\n\n            <p>\n                The Sirisia\u2013Chwele KOICA water project is documented in national\n                water-sector records as a completed project. BWASCO\/Nzoia Water\n                records also identify KOICA I as completed and operating,\n                demonstrating the importance of partnership-based infrastructure\n                development in strengthening water services.\n            <\/p>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         SANITATION PROJECTS\n         ===================================================== -->\n\n    <section class=\"bwasco-sanitation-section\">\n\n        <div class=\"bwasco-projects-section-header\">\n\n            <div class=\"bwasco-projects-eyebrow\">\n                Sanitation Infrastructure\n            <\/div>\n\n            <h2>Completed Sanitation Initiatives<\/h2>\n\n            <p>\n                Historical sanitation initiatives supported through the Water\n                Sector Trust Fund and documented as completed works.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"bwasco-sanitation-grid\">\n\n            <div class=\"bwasco-sanitation-card\">\n\n                <div class=\"bwasco-sanitation-number\">\n                    01\n                <\/div>\n\n                <h3>\n                    Nzoia Bungoma Household\n                    Sanitation Project \u2013 Phase II\n                <\/h3>\n\n                <p>\n                    A sanitation programme supported through the Water Sector\n                    Trust Fund's Up-Scaling Basic Sanitation for the Urban Poor\n                    initiative.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"bwasco-sanitation-card\">\n\n                <div class=\"bwasco-sanitation-number\">\n                    02\n                <\/div>\n\n                <h3>\n                    Bungoma Town Household\n                    Sanitation Project\n                <\/h3>\n\n                <p>\n                    A household sanitation initiative implemented under the\n                    WSTF-supported sanitation programme for improved urban\n                    sanitation.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"bwasco-sanitation-card\">\n\n                <div class=\"bwasco-sanitation-number\">\n                    03\n                <\/div>\n\n                <h3>\n                    Chwele Public Sanitation\n                    Project\n                <\/h3>\n\n                <p>\n                    A public sanitation initiative funded under the Urban\n                    Project Concept and documented among completed works.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         HISTORICAL PROJECT CONTEXT\n         ===================================================== -->\n\n    <section class=\"bwasco-impact\">\n\n        <div class=\"bwasco-projects-section-header\">\n\n            <div class=\"bwasco-projects-eyebrow\">\n                Project Contribution\n            <\/div>\n\n            <h2>\n                How Completed Projects Support Service Delivery\n            <\/h2>\n\n            <p>\n                Completed infrastructure contributes to the long-term development\n                of reliable and sustainable water and sanitation services.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"bwasco-impact-grid\">\n\n            <div class=\"bwasco-impact-item\">\n\n                <div class=\"bwasco-impact-icon\">\n                    +\n                <\/div>\n\n                <h3>Network Expansion<\/h3>\n\n                <p>\n                    Extension of water distribution infrastructure into\n                    additional service areas.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"bwasco-impact-item\">\n\n                <div class=\"bwasco-impact-icon\">\n                    C\n                <\/div>\n\n                <h3>New Connections<\/h3>\n\n                <p>\n                    Infrastructure extensions create opportunities for\n                    additional customer connections.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"bwasco-impact-item\">\n\n                <div class=\"bwasco-impact-icon\">\n                    S\n                <\/div>\n\n                <h3>Improved Sanitation<\/h3>\n\n                <p>\n                    Sanitation initiatives support healthier communities and\n                    improved environmental conditions.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         PROJECT DEVELOPMENT PRINCIPLES\n         ===================================================== -->\n\n    <section class=\"bwasco-principles\">\n\n        <div class=\"bwasco-projects-section-header\">\n\n            <div class=\"bwasco-projects-eyebrow\">\n                Development Approach\n            <\/div>\n\n            <h2>\n                Infrastructure Development Priorities\n            <\/h2>\n\n            <p>\n                BWASCO continues to focus on infrastructure development,\n                rehabilitation and service improvement as part of its mandate\n                to provide water and sanitation services.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"bwasco-principles-grid\">\n\n            <div class=\"bwasco-principle\">\n\n                <h3>Water Access<\/h3>\n\n                <p>\n                    Expanding and improving water infrastructure to support\n                    access to reliable water services.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"bwasco-principle\">\n\n                <h3>Infrastructure<\/h3>\n\n                <p>\n                    Developing and maintaining pipelines, treatment facilities,\n                    reservoirs and related infrastructure.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"bwasco-principle\">\n\n                <h3>Sanitation<\/h3>\n\n                <p>\n                    Strengthening wastewater and sanitation infrastructure\n                    to protect public health and the environment.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"bwasco-principle\">\n\n                <h3>Partnerships<\/h3>\n\n                <p>\n                    Working with government institutions, development partners\n                    and other sector stakeholders to support infrastructure\n                    development.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         IMPORTANT NOTE\n         ===================================================== -->\n\n    <div class=\"bwasco-project-note\">\n\n        <strong>Project information note:<\/strong>\n        This page presents completed projects and initiatives that could be\n        verified from publicly available BWASCO\/Nzoia Water records and\n        supporting official sector documents. Where a project cost, exact\n        completion date, beneficiary figure or detailed technical specification\n        was not publicly verified, it has intentionally not been stated.\n        This approach helps maintain accurate and accountable public information.\n\n    <\/div>\n\n\n    <!-- =====================================================\n         CTA\n         ===================================================== -->\n\n    <section class=\"bwasco-projects-cta\">\n\n        <h2>\n            Building for Better Water Services\n        <\/h2>\n\n        <p>\n            Completed projects form part of BWASCO's continuing investment in\n            water supply, sanitation infrastructure and improved service\n            delivery for communities.\n        <\/p>\n\n    <\/section>\n\n<\/div>\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>\u25cf INFRASTRUCTURE &#038; DEVELOPMENT Completed Projects A record of completed water, sanitation and network [&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-1553","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/185.113.249.20\/bwasco\/index.php\/wp-json\/wp\/v2\/pages\/1553","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/185.113.249.20\/bwasco\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/185.113.249.20\/bwasco\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/185.113.249.20\/bwasco\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/185.113.249.20\/bwasco\/index.php\/wp-json\/wp\/v2\/comments?post=1553"}],"version-history":[{"count":4,"href":"http:\/\/185.113.249.20\/bwasco\/index.php\/wp-json\/wp\/v2\/pages\/1553\/revisions"}],"predecessor-version":[{"id":1558,"href":"http:\/\/185.113.249.20\/bwasco\/index.php\/wp-json\/wp\/v2\/pages\/1553\/revisions\/1558"}],"wp:attachment":[{"href":"http:\/\/185.113.249.20\/bwasco\/index.php\/wp-json\/wp\/v2\/media?parent=1553"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}