{"id":12193,"date":"2026-08-10T19:20:50","date_gmt":"2026-08-10T19:20:50","guid":{"rendered":"https:\/\/guardianhospitalmeru.com\/?p=12193"},"modified":"2026-08-10T20:50:00","modified_gmt":"2026-08-10T20:50:00","slug":"camp-successfully-concluded-2","status":"publish","type":"post","link":"https:\/\/guardianhospitalmeru.com\/index.php\/2026\/08\/10\/camp-successfully-concluded-2\/","title":{"rendered":"Camp Successfully Concluded"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"12193\" class=\"elementor elementor-12193\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-05dc085 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"05dc085\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1acfb93\" data-id=\"1acfb93\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-77abec6 elementor-widget elementor-widget-html\" data-id=\"77abec6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n\/* =========================================================\n   GUARDIAN HOSPITAL MERU\n   HPV SCREENING & CERVICAL CANCER PREVENTION\n   POST-CAMP EXPERIENCE\n   ========================================================= *\/\n\n:root{\n    --gh-green:#00cc66;\n    --gh-green-dark:#008f4c;\n    --gh-green-deep:#006b3c;\n    --gh-yellow:#f6c400;\n    --gh-dark:#10251c;\n    --gh-text:#24352d;\n    --gh-muted:#6b7b73;\n    --gh-light:#f4fbf7;\n    --gh-white:#ffffff;\n    --gh-border:#e5eee9;\n}\n\n\/* RESET *\/\n.gh-postcamp *,\n.gh-postcamp *::before,\n.gh-postcamp *::after{\n    box-sizing:border-box;\n}\n\n.gh-postcamp{\n    width:100%;\n    font-family:\"Segoe UI\",Arial,sans-serif;\n    color:var(--gh-text);\n    background:#fff;\n    overflow:hidden;\n}\n\n.gh-postcamp a{\n    text-decoration:none;\n}\n.gh-postcamp h1{\n    color:#ffffff !important;\n}\n\n.gh-postcamp h1 strong{\n    color:#F6C400 !important;\n}\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.gh-postcamp-hero{\n    position:relative;\n    min-height:650px;\n    display:flex;\n    align-items:center;\n    padding:90px 7%;\n    background:\n        radial-gradient(circle at 85% 20%, rgba(0,204,102,.18), transparent 32%),\n        linear-gradient(135deg,#071b12 0%,#0c3020 48%,#006b3c 100%);\n    color:#fff;\n    isolation:isolate;\n}\n\n.gh-postcamp-hero::before{\n    content:\"\";\n    position:absolute;\n    width:480px;\n    height:480px;\n    border:1px solid rgba(255,255,255,.08);\n    border-radius:50%;\n    right:-130px;\n    top:-100px;\n}\n\n.gh-postcamp-hero::after{\n    content:\"\";\n    position:absolute;\n    width:300px;\n    height:300px;\n    border:1px solid rgba(246,196,0,.18);\n    border-radius:50%;\n    right:20%;\n    bottom:-180px;\n}\n\n.gh-hero-inner{\n    position:relative;\n    z-index:2;\n    width:100%;\n    max-width:1250px;\n    margin:auto;\n    display:grid;\n    grid-template-columns:1.05fr .95fr;\n    gap:70px;\n    align-items:center;\n}\n\n.gh-hero-content{\n    animation:ghFadeUp .9s ease both;\n}\n\n.gh-eyebrow{\n    display:inline-flex;\n    align-items:center;\n    gap:9px;\n    padding:9px 15px;\n    border:1px solid rgba(255,255,255,.18);\n    background:rgba(255,255,255,.08);\n    border-radius:50px;\n    font-size:13px;\n    font-weight:700;\n    letter-spacing:.8px;\n    text-transform:uppercase;\n    margin-bottom:24px;\n}\n\n.gh-eyebrow span{\n    width:8px;\n    height:8px;\n    background:var(--gh-yellow);\n    border-radius:50%;\n    box-shadow:0 0 0 5px rgba(246,196,0,.12);\n}\n\n.gh-postcamp h1{\n    margin:0 0 20px;\n    font-size:clamp(42px,5vw,72px);\n    line-height:1.03;\n    letter-spacing:-2px;\n    font-weight:800;\n}\n\n.gh-postcamp h1 strong{\n    color:var(--gh-yellow);\n}\n\n.gh-hero-description{\n    max-width:650px;\n    font-size:18px;\n    line-height:1.8;\n    color:rgba(255,255,255,.82);\n    margin-bottom:32px;\n}\n\n.gh-hero-buttons{\n    display:flex;\n    gap:14px;\n    flex-wrap:wrap;\n}\n\n.gh-btn{\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    min-height:52px;\n    padding:0 23px;\n    border-radius:12px;\n    font-weight:700;\n    font-size:15px;\n    transition:.3s ease;\n}\n\n.gh-btn-primary{\n    background:var(--gh-yellow);\n    color:#182015;\n}\n\n.gh-btn-primary:hover{\n    transform:translateY(-3px);\n    box-shadow:0 12px 30px rgba(246,196,0,.22);\n}\n\n.gh-btn-outline{\n    color:#fff;\n    border:1px solid rgba(255,255,255,.25);\n    background:rgba(255,255,255,.06);\n}\n\n.gh-btn-outline:hover{\n    background:rgba(255,255,255,.12);\n}\n\n\/* HERO VIDEO CARD *\/\n\n.gh-hero-video{\n    position:relative;\n    animation:ghFadeUp 1.1s .15s ease both;\n}\n\n.gh-video-frame{\n    position:relative;\n    background:#07150f;\n    padding:10px;\n    border-radius:26px;\n    box-shadow:\n        0 30px 80px rgba(0,0,0,.35),\n        0 0 0 1px rgba(255,255,255,.1);\n}\n\n.gh-video-frame video,\n.gh-video-placeholder{\n    width:100%;\n    aspect-ratio:16\/10;\n    display:block;\n    border-radius:18px;\n    object-fit:cover;\n    background:#0a1711;\n}\n\n.gh-video-placeholder{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    flex-direction:column;\n    padding:30px;\n    text-align:center;\n    color:#fff;\n}\n\n.gh-play{\n    width:72px;\n    height:72px;\n    border-radius:50%;\n    background:var(--gh-yellow);\n    color:#102015;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:27px;\n    margin-bottom:18px;\n    box-shadow:0 10px 30px rgba(246,196,0,.2);\n}\n\n.gh-video-placeholder strong{\n    font-size:19px;\n}\n\n.gh-video-placeholder small{\n    opacity:.65;\n    margin-top:7px;\n}\n\n.gh-video-tag{\n    position:absolute;\n    left:28px;\n    bottom:28px;\n    background:rgba(0,0,0,.65);\n    backdrop-filter:blur(10px);\n    padding:9px 13px;\n    border-radius:9px;\n    font-size:12px;\n    font-weight:600;\n}\n\n\/* =========================================================\n   INTRO\n   ========================================================= *\/\n\n.gh-section{\n    padding:90px 7%;\n}\n\n.gh-container{\n    max-width:1180px;\n    margin:auto;\n}\n\n.gh-center{\n    text-align:center;\n}\n\n.gh-section-label{\n    color:var(--gh-green-dark);\n    font-size:13px;\n    font-weight:800;\n    text-transform:uppercase;\n    letter-spacing:1.4px;\n    margin-bottom:13px;\n}\n\n.gh-section-title{\n    margin:0 auto 18px;\n    max-width:800px;\n    font-size:clamp(30px,4vw,48px);\n    line-height:1.12;\n    letter-spacing:-1px;\n    color:var(--gh-dark);\n}\n\n.gh-section-text{\n    max-width:760px;\n    margin:0 auto;\n    font-size:17px;\n    line-height:1.8;\n    color:var(--gh-muted);\n}\n\n\/* =========================================================\n   CAMP HIGHLIGHTS\n   ========================================================= *\/\n\n.gh-highlights{\n    background:var(--gh-light);\n}\n\n.gh-highlight-grid{\n    margin-top:50px;\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:20px;\n}\n\n.gh-highlight-card{\n    background:#fff;\n    border:1px solid var(--gh-border);\n    border-radius:20px;\n    padding:32px;\n    transition:.3s ease;\n    position:relative;\n    overflow:hidden;\n}\n\n.gh-highlight-card::after{\n    content:\"\";\n    position:absolute;\n    width:90px;\n    height:90px;\n    border-radius:50%;\n    background:rgba(0,204,102,.06);\n    right:-35px;\n    top:-35px;\n}\n\n.gh-highlight-card:hover{\n    transform:translateY(-7px);\n    box-shadow:0 18px 45px rgba(14,60,38,.08);\n}\n\n.gh-icon{\n    width:52px;\n    height:52px;\n    border-radius:15px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    background:#e8faf1;\n    color:var(--gh-green-dark);\n    font-size:23px;\n    margin-bottom:22px;\n}\n\n.gh-highlight-card h3{\n    margin:0 0 10px;\n    font-size:20px;\n    color:var(--gh-dark);\n}\n\n.gh-highlight-card p{\n    margin:0;\n    color:var(--gh-muted);\n    line-height:1.7;\n    font-size:15px;\n}\n\n\/* =========================================================\n   APPRECIATION\n   ========================================================= *\/\n\n.gh-appreciation{\n    position:relative;\n    background:#fff;\n}\n\n.gh-appreciation-grid{\n    display:grid;\n    grid-template-columns:.85fr 1.15fr;\n    gap:70px;\n    align-items:center;\n}\n\n.gh-appreciation-message{\n    padding:45px;\n    background:\n        linear-gradient(145deg,#f1fcf6,#ffffff);\n    border:1px solid var(--gh-border);\n    border-radius:25px;\n    position:relative;\n}\n\n.gh-quote-mark{\n    font-size:90px;\n    line-height:.5;\n    color:var(--gh-green);\n    font-weight:900;\n    opacity:.22;\n}\n\n.gh-appreciation-message p{\n    font-size:22px;\n    line-height:1.6;\n    color:var(--gh-dark);\n    font-weight:600;\n    margin:25px 0 0;\n}\n\n.gh-appreciation-copy h2{\n    font-size:clamp(30px,4vw,46px);\n    line-height:1.15;\n    margin:0 0 20px;\n    color:var(--gh-dark);\n}\n\n.gh-appreciation-copy p{\n    font-size:16px;\n    line-height:1.8;\n    color:var(--gh-muted);\n}\n\n.gh-check-list{\n    list-style:none;\n    padding:0;\n    margin:25px 0 0;\n}\n\n.gh-check-list li{\n    position:relative;\n    padding:10px 0 10px 32px;\n    color:var(--gh-text);\n    line-height:1.5;\n}\n\n.gh-check-list li::before{\n    content:\"\u2713\";\n    position:absolute;\n    left:0;\n    top:9px;\n    width:22px;\n    height:22px;\n    border-radius:50%;\n    background:#e4f9ed;\n    color:var(--gh-green-dark);\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:12px;\n    font-weight:900;\n}\n\n\/* =========================================================\n   CONTINUING CARE\n   ========================================================= *\/\n\n.gh-continuing{\n    background:\n        linear-gradient(120deg,#006b3c,#00a957);\n    color:#fff;\n    position:relative;\n    overflow:hidden;\n}\n\n.gh-continuing::before{\n    content:\"\";\n    position:absolute;\n    width:500px;\n    height:500px;\n    border:1px solid rgba(255,255,255,.1);\n    border-radius:50%;\n    right:-200px;\n    top:-200px;\n}\n\n.gh-continuing-grid{\n    position:relative;\n    z-index:2;\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:60px;\n    align-items:center;\n}\n\n.gh-continuing .gh-section-label{\n    color:var(--gh-yellow);\n}\n\n.gh-continuing h2{\n    color:#ffffff !important;\n}\n\n.gh-continuing p{\n    font-size:17px;\n    line-height:1.8;\n    color:rgba(255,255,255,.82);\n}\n\n.gh-care-card{\n    background:rgba(255,255,255,.09);\n    border:1px solid rgba(255,255,255,.16);\n    backdrop-filter:blur(12px);\n    padding:30px;\n    border-radius:22px;\n}\n\n.gh-care-card h3{\n    margin:0 0 18px;\n    color:#fff;\n    font-size:21px;\n}\n\n.gh-care-card ul{\n    list-style:none;\n    padding:0;\n    margin:0;\n}\n\n.gh-care-card li{\n    padding:13px 0;\n    border-bottom:1px solid rgba(255,255,255,.1);\n    color:rgba(255,255,255,.85);\n}\n\n.gh-care-card li:last-child{\n    border-bottom:0;\n}\n\n.gh-care-card li span{\n    color:var(--gh-yellow);\n    margin-right:8px;\n}\n\n\/* =========================================================\n   SELF SAMPLE\n   ========================================================= *\/\n\n.gh-privacy{\n    padding:90px 7%;\n    background:#fff;\n}\n\n.gh-privacy-box{\n    max-width:1050px;\n    margin:auto;\n    display:grid;\n    grid-template-columns:.8fr 1.2fr;\n    border-radius:26px;\n    overflow:hidden;\n    border:1px solid var(--gh-border);\n    box-shadow:0 20px 55px rgba(0,50,30,.06);\n}\n\n.gh-privacy-left{\n    padding:50px;\n    background:#0c3020;\n    color:#fff;\n}\n\n.gh-privacy-left .gh-section-label{\n    color:var(--gh-yellow);\n}\n\n.gh-privacy-left h2{\n    font-size:36px;\n    line-height:1.15;\n    margin:0;\n}\n\n.gh-privacy-right{\n    padding:50px;\n}\n\n.gh-privacy-right p{\n    margin:0 0 20px;\n    color:var(--gh-muted);\n    line-height:1.8;\n}\n\n.gh-privacy-feature{\n    display:flex;\n    gap:14px;\n    margin:18px 0;\n}\n\n.gh-privacy-feature-icon{\n    flex:0 0 42px;\n    width:42px;\n    height:42px;\n    border-radius:12px;\n    background:#e9faf1;\n    color:var(--gh-green-dark);\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-weight:800;\n}\n\n.gh-privacy-feature strong{\n    display:block;\n    margin-bottom:4px;\n    color:var(--gh-dark);\n}\n\n.gh-privacy-feature span{\n    color:var(--gh-muted);\n    font-size:14px;\n    line-height:1.5;\n}\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n.gh-final-cta{\n    padding:90px 7%;\n    text-align:center;\n    background:\n        radial-gradient(circle at center,rgba(0,204,102,.08),transparent 55%),\n        #f7fcf9;\n}\n\n.gh-final-cta h2{\n    margin:0 auto 15px;\n    max-width:800px;\n    font-size:clamp(32px,4vw,50px);\n    color:var(--gh-dark);\n    line-height:1.12;\n}\n\n.gh-final-cta p{\n    max-width:680px;\n    margin:0 auto 30px;\n    color:var(--gh-muted);\n    font-size:17px;\n    line-height:1.7;\n}\n\n.gh-contact{\n    margin-top:25px;\n    font-size:15px;\n    color:var(--gh-muted);\n}\n\n.gh-contact strong{\n    color:var(--gh-green-dark);\n}\n\n\/* =========================================================\n   FOOTER STRIP\n   ========================================================= *\/\n\n.gh-postcamp-footer{\n    padding:25px 7%;\n    background:#071b12;\n    color:rgba(255,255,255,.65);\n    text-align:center;\n    font-size:13px;\n}\n\n.gh-postcamp-footer strong{\n    color:#fff;\n}\n\n\/* =========================================================\n   ANIMATION\n   ========================================================= *\/\n\n@keyframes ghFadeUp{\n    from{\n        opacity:0;\n        transform:translateY(25px);\n    }\n    to{\n        opacity:1;\n        transform:translateY(0);\n    }\n}\n.gh-final-cta a.gh-btn-primary,\n.gh-final-cta a.gh-btn-primary:visited,\n.gh-final-cta a.gh-btn-primary:hover,\n.gh-final-cta a.gh-btn-primary:focus,\n.gh-final-cta a.gh-btn-primary:active {\n    background:#F6C400 !important;\n    color:#182015 !important;\n}\n\n\/* =========================================================\n   RESPONSIVE\n   ========================================================= *\/\n\n@media(max-width:900px){\n\n    .gh-postcamp-hero{\n        min-height:auto;\n        padding:70px 6%;\n    }\n\n    .gh-hero-inner,\n    .gh-appreciation-grid,\n    .gh-continuing-grid{\n        grid-template-columns:1fr;\n        gap:45px;\n    }\n\n    .gh-highlight-grid{\n        grid-template-columns:1fr;\n    }\n\n    .gh-privacy-box{\n        grid-template-columns:1fr;\n    }\n\n    .gh-postcamp h1{\n        letter-spacing:-1.2px;\n    }\n}\n\n@media(max-width:600px){\n\n    .gh-postcamp-hero{\n        padding:55px 5%;\n    }\n\n    .gh-section,\n    .gh-privacy,\n    .gh-final-cta{\n        padding:65px 5%;\n    }\n\n    .gh-postcamp h1{\n        font-size:42px;\n    }\n\n    .gh-hero-description{\n        font-size:16px;\n    }\n\n    .gh-hero-buttons{\n        flex-direction:column;\n    }\n\n    .gh-btn{\n        width:100%;\n    }\n\n    .gh-video-frame{\n        padding:6px;\n        border-radius:18px;\n    }\n\n    .gh-video-frame video,\n    .gh-video-placeholder{\n        border-radius:13px;\n    }\n\n    .gh-highlight-card{\n        padding:26px;\n    }\n\n    .gh-appreciation-message,\n    .gh-privacy-left,\n    .gh-privacy-right{\n        padding:30px;\n    }\n\n    .gh-appreciation-message p{\n        font-size:19px;\n    }\n\n    .gh-privacy-left h2{\n        font-size:30px;\n    }\n}\n.gh-privacy-left h2{\n    color:#ffffff !important;\n}\n<\/style>\n\n\n<div class=\"gh-postcamp\">\n\n    <!-- =====================================================\n         HERO\n         ===================================================== -->\n\n    <section class=\"gh-postcamp-hero\">\n\n        <div class=\"gh-hero-inner\">\n\n            <div class=\"gh-hero-content\">\n\n                <div class=\"gh-eyebrow\">\n                    <span><\/span>\n                    Camp Successfully Concluded\n                <\/div>\n\n                <h1>\n                    Protecting Women.<br>\n                    <strong>Preventing Cervical Cancer.<\/strong>\n                <\/h1>\n\n                <p class=\"gh-hero-description\">\n                    Our HPV DNA Screening & Cervical Cancer Prevention Camp\n                    brought together women, specialists, healthcare teams and\n                    partners with one shared goal \u2014 promoting early detection\n                    and prevention of cervical cancer.\n                <\/p>\n\n                <div class=\"gh-hero-buttons\">\n\n                    <a href=\"#camp-video\" class=\"gh-btn gh-btn-primary\">\n                        \u25b6 Hear From Our Specialists\n                    <\/a>\n\n                    <a href=\"#continuing-care\" class=\"gh-btn gh-btn-outline\">\n                        Continue Screening\n                    <\/a>\n\n                <\/div>\n\n            <\/div>\n\n<!-- VIDEO -->\n\n<div class=\"gh-hero-video\" id=\"camp-video\">\n\n    <div class=\"gh-video-frame\">\n\n        <video\n            controls\n            playsinline\n            preload=\"metadata\"\n            poster=\"https:\/\/guardianhospitalmeru.com\/wp-content\/uploads\/2026\/08\/Canada-Speciliasts.png\"\n        >\n            <source\n                src=\"https:\/\/guardianhospitalmeru.com\/wp-content\/uploads\/2026\/08\/HPV-DNA-Screening-Day-1.mp4\"\n                type=\"video\/mp4\"\n            >\n\n            Your browser does not support HTML5 video.\n        <\/video>\n\n        \n    <\/div>\n\n<\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         INTRO\n         ===================================================== -->\n\n    <section class=\"gh-section gh-center\">\n\n        <div class=\"gh-container\">\n\n            <div class=\"gh-section-label\">\n                Looking Back\n            <\/div>\n\n            <h2 class=\"gh-section-title\">\n                A successful camp, made possible by a shared commitment to women's health.\n            <\/h2>\n\n            <p class=\"gh-section-text\">\n                From screening and specialist consultations to education and\n                prevention, the camp created an opportunity to encourage women\n                to take an important step towards protecting their health.\n            <\/p>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         HIGHLIGHTS\n         ===================================================== -->\n\n    <section class=\"gh-section gh-highlights\">\n\n        <div class=\"gh-container\">\n\n            <div class=\"gh-center\">\n\n                <div class=\"gh-section-label\">\n                    Camp Highlights\n                <\/div>\n\n                <h2 class=\"gh-section-title\">\n                    Prevention starts with taking the first step.\n                <\/h2>\n\n            <\/div>\n\n\n            <div class=\"gh-highlight-grid\">\n\n                <div class=\"gh-highlight-card\">\n\n                    <div class=\"gh-icon\">\u25c9<\/div>\n\n                    <h3>HPV DNA Screening<\/h3>\n\n                    <p>\n                        Screening to help identify high-risk HPV infections\n                        associated with cervical cancer.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"gh-highlight-card\">\n\n                    <div class=\"gh-icon\">\uff0b<\/div>\n\n                    <h3>Specialist Care<\/h3>\n\n                    <p>\n                        Women had an opportunity to interact with healthcare\n                        professionals and receive appropriate guidance.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"gh-highlight-card\">\n\n                    <div class=\"gh-icon\">\u2713<\/div>\n\n                    <h3>Prevention & Early Detection<\/h3>\n\n                    <p>\n                        Encouraging regular screening and timely follow-up\n                        remains an important part of cervical cancer prevention.\n                    <\/p>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         APPRECIATION\n         ===================================================== -->\n\n    <section class=\"gh-section gh-appreciation\">\n\n        <div class=\"gh-container gh-appreciation-grid\">\n\n            <div class=\"gh-appreciation-message\">\n\n                <div class=\"gh-quote-mark\">\u201c<\/div>\n\n                <p>\n                    Thank you to every woman who came forward,\n                    every specialist who shared their expertise,\n                    and every partner and member of our team who\n                    helped make the camp possible.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"gh-appreciation-copy\">\n\n                <div class=\"gh-section-label\">\n                    Thank You\n                <\/div>\n\n                <h2>\n                    Together, we made prevention more accessible.\n                <\/h2>\n\n                <p>\n                    The success of this initiative reflects what is possible\n                    when healthcare professionals, partners and the community\n                    work together.\n                <\/p>\n\n                <ul class=\"gh-check-list\">\n\n                    <li>\n                        Thank you to the women who trusted us with their care.\n                    <\/li>\n\n                    <li>\n                        Thank you to our visiting specialists and healthcare teams.\n                    <\/li>\n\n                    <li>\n                        Thank you to our partners for supporting the initiative.\n                    <\/li>\n\n                    <li>\n                        Thank you to everyone who helped spread the message.\n                    <\/li>\n\n                <\/ul>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         CONTINUING CARE\n         ===================================================== -->\n\n    <section class=\"gh-section gh-continuing\" id=\"continuing-care\">\n\n        <div class=\"gh-container gh-continuing-grid\">\n\n            <div>\n\n                <div class=\"gh-section-label\">\n                    Beyond The Camp\n                <\/div>\n\n                <h2>\n                    The camp may be over. Prevention continues.\n                <\/h2>\n\n                <p>\n                    HPV DNA Screening and cervical cancer prevention services\n                    continue to be available at Guardian Hospital Kangeta \u2013\n                    Meru beyond the camp period.\n                <\/p>\n\n                <p>\n                    If you missed the camp, you can still reach out to our team\n                    for screening and guidance.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"gh-care-card\">\n\n                <h3>\n                    HPV DNA Screening\n                <\/h3>\n\n                <ul>\n\n                    <li>\n                        <span>\u2713<\/span>\n                        HPV DNA Screening\n                    <\/li>\n\n                    <li>\n                        <span>\u2713<\/span>\n                        Cervical cancer prevention services\n                    <\/li>\n\n                    <li>\n                        <span>\u2713<\/span>\n                        Specialist guidance and follow-up\n                    <\/li>\n\n                    <li>\n                        <span>\u2713<\/span>\n                        Self-sample collection option for added privacy\n                    <\/li>\n\n                <\/ul>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         PRIVACY \/ SELF SAMPLE\n         ===================================================== -->\n\n    <section class=\"gh-privacy\">\n\n        <div class=\"gh-privacy-box\">\n\n            <div class=\"gh-privacy-left\">\n\n                <div class=\"gh-section-label\">\n                    Your Comfort Matters\n                <\/div>\n\n                <h2>\n                    Screening can be private, simple and respectful.\n                <\/h2>\n\n            <\/div>\n\n\n            <div class=\"gh-privacy-right\">\n\n                <p>\n                    We understand that cervical cancer screening can feel\n                    personal. Our approach is designed to support women\n                    throughout the screening process.\n                <\/p>\n\n\n                <div class=\"gh-privacy-feature\">\n\n                    <div class=\"gh-privacy-feature-icon\">\n                        \u2713\n                    <\/div>\n\n                    <div>\n                        <strong>Self-sample collection option<\/strong>\n\n                        <span>\n                            An option is available for women who prefer\n                            self-sample collection.\n                        <\/span>\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"gh-privacy-feature\">\n\n                    <div class=\"gh-privacy-feature-icon\">\n                        \u2713\n                    <\/div>\n\n                    <div>\n                        <strong>Professional guidance<\/strong>\n\n                        <span>\n                            Our healthcare team is available to guide you\n                            through the screening process.\n                        <\/span>\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"gh-privacy-feature\">\n\n                    <div class=\"gh-privacy-feature-icon\">\n                        \u2713\n                    <\/div>\n\n                    <div>\n                        <strong>Follow-up care<\/strong>\n\n                        <span>\n                            Appropriate guidance is provided based on\n                            screening results.\n                        <\/span>\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         FINAL CTA\n         ===================================================== -->\n\n    <section class=\"gh-final-cta\">\n\n        <div class=\"gh-container\">\n\n            <div class=\"gh-section-label\">\n                Take The Next Step\n            <\/div>\n\n            <h2>\n                Your health deserves attention before a problem becomes serious.\n            <\/h2>\n\n            <p>\n                Missed the camp? You can still contact Guardian Hospital\n                Kangeta \u2013 Meru to learn more about HPV DNA Screening and\n                cervical cancer prevention services.\n            <\/p>\n\n            <a\n                href=\"tel:0703847379\"\n                class=\"gh-btn gh-btn-primary\"\n            >\n                \ud83d\udcde Call 0703 847 379\n            <\/a>\n\n            <div class=\"gh-contact\">\n                <strong>Guardian Hospital \u2013 Meru<\/strong>\n                <br>\n                Quality Healthcare for Everyone\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- =====================================================\n         FOOTER\n         ===================================================== -->\n\n    <div class=\"gh-postcamp-footer\">\n\n        <strong>Guardian Hospital Meru<\/strong>\n        &nbsp; | &nbsp;\n        Quality Healthcare for Everyone\n\n    <\/div>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Camp Successfully Concluded Protecting Women. Preventing Cervical Cancer. Our HPV DNA Screening &#038; Cervical Cancer Prevention Camp brought together women, specialists, healthcare teams and partners with one shared goal \u2014 promoting early detection and prevention of cervical cancer. \u25b6 Hear From Our Specialists Continue Screening Your browser does not support HTML5 video. Looking Back A [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_eb_attr":"","_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[],"class_list":["post-12193","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"spectra_blocks_featured_image_url":null,"spectra_blocks_author_info":{"display_name":"admin","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/06771eba17c0edb1882c130f145861758a7aedb25829a6782d81247efb96a945?s=96&d=mm&r=g","author_link":"https:\/\/guardianhospitalmeru.com\/index.php\/author\/admin\/","description":"The hospital is a 250 bed referral and specialist centre located in Meru County along Meru-Maus road."},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/guardianhospitalmeru.com\/index.php\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"Camp Successfully Concluded Protecting Women. Preventing Cervical Cancer. Our HPV DNA Screening &#038; Cervical Cancer Prevention Camp brought together women, specialists, healthcare teams and partners with one shared goal \u2014 promoting early detection and prevention of cervical cancer. \u25b6 Hear From Our Specialists Continue Screening Your browser does not support HTML5 video. Looking Back A&hellip;","_links":{"self":[{"href":"https:\/\/guardianhospitalmeru.com\/index.php\/wp-json\/wp\/v2\/posts\/12193","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/guardianhospitalmeru.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/guardianhospitalmeru.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/guardianhospitalmeru.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/guardianhospitalmeru.com\/index.php\/wp-json\/wp\/v2\/comments?post=12193"}],"version-history":[{"count":9,"href":"https:\/\/guardianhospitalmeru.com\/index.php\/wp-json\/wp\/v2\/posts\/12193\/revisions"}],"predecessor-version":[{"id":12203,"href":"https:\/\/guardianhospitalmeru.com\/index.php\/wp-json\/wp\/v2\/posts\/12193\/revisions\/12203"}],"wp:attachment":[{"href":"https:\/\/guardianhospitalmeru.com\/index.php\/wp-json\/wp\/v2\/media?parent=12193"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/guardianhospitalmeru.com\/index.php\/wp-json\/wp\/v2\/categories?post=12193"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/guardianhospitalmeru.com\/index.php\/wp-json\/wp\/v2\/tags?post=12193"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}