{"id":11467,"date":"2025-06-27T17:58:34","date_gmt":"2025-06-27T17:58:34","guid":{"rendered":"https:\/\/guardianhospitalmeru.com\/?page_id=11467"},"modified":"2026-07-11T14:18:40","modified_gmt":"2026-07-11T14:18:40","slug":"our-team-2","status":"publish","type":"page","link":"https:\/\/guardianhospitalmeru.com\/index.php\/our-team-2\/","title":{"rendered":"Our Doctors"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11467\" class=\"elementor elementor-11467\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-211b20bc elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"211b20bc\" 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-2f23ed3\" data-id=\"2f23ed3\" 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-36214f6 elementor-widget elementor-widget-html\" data-id=\"36214f6\" 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\/* ===== GUARDIAN HOSPITAL DOCTORS PAGE ===== *\/\n\n.gh-doctors-section {\n    width: 100%;\n    padding: 50px 20px 70px;\n    background: #f5f7f6;\n    box-sizing: border-box;\n    font-family: Arial, Helvetica, sans-serif;\n}\n\n.gh-doctors-header {\n    max-width: 900px;\n    margin: 0 auto 40px;\n    text-align: center;\n}\n\n.gh-doctors-header h1 {\n    margin: 0 0 12px;\n    font-size: 42px;\n    line-height: 1.2;\n    color: #1f2937;\n}\n\n.gh-doctors-header p {\n    margin: 0;\n    font-size: 18px;\n    line-height: 1.6;\n    color: #64748b;\n}\n\n#gh-doctors-grid {\n    width: 100%;\n    max-width: 1250px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 25px;\n}\n\n\/* ===== DOCTOR CARD ===== *\/\n\n.gh-doctor-card {\n    background: #ffffff;\n    border-radius: 12px;\n    padding: 25px 20px;\n    text-align: center;\n    box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n}\n\n.gh-doctor-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 10px 25px rgba(0,0,0,0.13);\n}\n\n.gh-doctor-card img {\n    width: 135px;\n    height: 135px;\n    border-radius: 50%;\n    object-fit: cover;\n    border: 4px solid #00cc66;\n    margin-bottom: 18px;\n}\n\n.gh-doctor-card h2 {\n    margin: 0 0 7px;\n    font-size: 21px;\n    line-height: 1.3;\n    color: #1f2937;\n}\n\n.gh-doctor-specialty {\n    margin: 0 0 20px;\n    font-size: 15px;\n    color: #008f48;\n    font-weight: 600;\n}\n\n.gh-view-profile {\n    margin-top: auto;\n    border: none;\n    border-radius: 25px;\n    padding: 10px 24px;\n    background: #00cc66;\n    color: #ffffff;\n    font-size: 15px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: background 0.2s ease;\n}\n\n.gh-view-profile:hover {\n    background: #00994d;\n}\n\n\/* ===== MODAL ===== *\/\n\n#gh-doctor-modal {\n    position: fixed;\n    inset: 0;\n    z-index: 999999;\n    background: rgba(0, 0, 0, 0.72);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 20px;\n    box-sizing: border-box;\n    opacity: 0;\n    visibility: hidden;\n    pointer-events: none;\n    transition: opacity 0.3s ease, visibility 0.3s ease;\n}\n\n#gh-doctor-modal.gh-open {\n    opacity: 1;\n    visibility: visible;\n    pointer-events: auto;\n}\n\n.gh-modal-content {\n    position: relative;\n    width: 100%;\n    max-width: 900px;\n    max-height: 90vh;\n    overflow-y: auto;\n    background: #ffffff;\n    border-radius: 15px;\n    padding: 40px;\n    box-sizing: border-box;\n    transform: translateY(20px);\n    transition: transform 0.3s ease;\n}\n\n#gh-doctor-modal.gh-open .gh-modal-content {\n    transform: translateY(0);\n}\n\n.gh-modal-close {\n    position: absolute;\n    top: 12px;\n    right: 18px;\n    border: none;\n    background: transparent;\n    color: #555555;\n    font-size: 35px;\n    line-height: 1;\n    cursor: pointer;\n}\n\n.gh-modal-layout {\n    display: grid;\n    grid-template-columns: 250px 1fr;\n    gap: 40px;\n    align-items: start;\n}\n\n.gh-modal-left {\n    text-align: center;\n}\n\n.gh-modal-left img {\n    width: 220px;\n    height: 220px;\n    border-radius: 50%;\n    object-fit: cover;\n    border: 5px solid #00cc66;\n}\n\n.gh-modal-left h2 {\n    margin: 18px 0 7px;\n    color: #1f2937;\n    font-size: 27px;\n}\n\n#gh-modal-specialty {\n    margin: 0 0 10px;\n    color: #008f48;\n    font-size: 18px;\n    font-weight: 600;\n}\n\n#gh-modal-clinic-days {\n    margin: 0;\n    color: #64748b;\n    font-size: 15px;\n    line-height: 1.5;\n}\n\n.gh-modal-right h3 {\n    margin: 0 0 12px;\n    color: #1f2937;\n    font-size: 24px;\n}\n\n#gh-modal-bio {\n    margin: 0 0 25px;\n    color: #4b5563;\n    font-size: 16px;\n    line-height: 1.7;\n}\n\n.gh-video-wrapper {\n    width: 100%;\n    aspect-ratio: 16 \/ 9;\n    background: #e5e7eb;\n    border-radius: 10px;\n    overflow: hidden;\n}\n\n.gh-video-wrapper iframe {\n    width: 100%;\n    height: 100%;\n    border: 0;\n}\n\n\/* ===== TABLET ===== *\/\n\n@media (max-width: 1000px) {\n    #gh-doctors-grid {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n}\n\n\/* ===== SMALL TABLET ===== *\/\n\n@media (max-width: 768px) {\n\n    .gh-doctors-section {\n        padding: 40px 15px 55px;\n    }\n\n    .gh-doctors-header h1 {\n        font-size: 32px;\n    }\n\n    .gh-doctors-header p {\n        font-size: 16px;\n    }\n\n    #gh-doctors-grid {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n        gap: 18px;\n    }\n\n    .gh-modal-layout {\n        grid-template-columns: 1fr;\n    }\n\n    .gh-modal-content {\n        padding: 50px 25px 30px;\n    }\n}\n\n\/* ===== MOBILE ===== *\/\n\n@media (max-width: 520px) {\n\n    #gh-doctors-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .gh-doctor-card {\n        padding: 25px 15px;\n    }\n\n    .gh-modal-left img {\n        width: 180px;\n        height: 180px;\n    }\n\n    .gh-modal-content {\n        padding: 50px 20px 25px;\n    }\n}\n<\/style>\n\n\n<section class=\"gh-doctors-section\">\n\n    <div class=\"gh-doctors-header\">\n\n        <h1>Meet Our Esteemed Doctors<\/h1>\n\n        <p>\n            Dedicated to your health and well-being, our team of specialists\n            is here to provide exceptional care.\n        <\/p>\n\n    <\/div>\n\n    <div id=\"gh-doctors-grid\"><\/div>\n\n<\/section>\n\n\n<!-- DOCTOR PROFILE MODAL -->\n\n<div id=\"gh-doctor-modal\">\n\n    <div class=\"gh-modal-content\">\n\n        <button\n            type=\"button\"\n            class=\"gh-modal-close\"\n            id=\"gh-modal-close\"\n            aria-label=\"Close doctor profile\">\n            &times;\n        <\/button>\n\n        <div class=\"gh-modal-layout\">\n\n            <div class=\"gh-modal-left\">\n\n                <img decoding=\"async\"\n                    id=\"gh-modal-image\"\n                    src=\"\"\n                    alt=\"Doctor\">\n\n                <h2 id=\"gh-modal-name\"><\/h2>\n\n                <p id=\"gh-modal-specialty\"><\/p>\n\n                <p id=\"gh-modal-clinic-days\"><\/p>\n\n            <\/div>\n\n\n            <div class=\"gh-modal-right\">\n\n                <h3>About Me<\/h3>\n\n                <p id=\"gh-modal-bio\"><\/p>\n\n                <div\n                    id=\"gh-modal-video\"\n                    class=\"gh-video-wrapper\">\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/div>\n\n\n<script>\n(function () {\n\n    const doctors = [\n\n        {\n            id: 'dr-peter-mwika',\n            name: 'Dr. Peter Mwika',\n            specialty: 'Paediatric Surgeon',\n            image: 'https:\/\/guardianhospitalmeru.com\/wp-content\/uploads\/2025\/06\/WhatsApp-Image-2025-06-14-at-13.54.52.webp',\n            bio: 'Dr. Peter Mwika is a qualified Paediatric and General Surgeon at Guardian Hospital Meru, dedicated to children\u2019s surgical care and well-being.',\n            videoUrl: 'https:\/\/www.youtube.com\/embed\/t0e2QsPAzuo?si=EMu2qugnY0lvjcK8&start=30',\n            clinicDays: 'Friday and Saturday (9 AM - 5 PM)'\n        },\n\n        {\n            id: 'dr-mercy-gatua',\n            name: 'Dr. Mercy Gatua',\n            specialty: 'Oncologist',\n            image: 'https:\/\/guardianhospitalmeru.com\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-14-141215.png',\n            bio: 'Dr. Mercy Njeri Gatua is a physician specializing in Internal Medicine with a subspecialty in Medical Oncology. She is a Medical Oncologist at Guardian Hospital Meru and Kenyatta University Teaching, Referral and Research Hospital.',\n            \n            clinicDays: 'Friday (9 AM - 5 PM)'\n        },\n\n        {\n            id: 'dr-bruce-semo',\n            name: 'Dr. Bruce Semo',\n            specialty: 'Gynaecologist',\n            image: 'https:\/\/guardianhospitalmeru.com\/wp-content\/uploads\/2025\/06\/1711033011374-1.webp',\n            bio: 'Dr. Bruce Semo is a Consultant Obstetrician and Gynaecologist at Guardian Hospital Meru. He specializes in minimally invasive gynaecological surgery, high-risk pregnancy management, and reproductive health.',\n            \n            clinicDays: 'Friday (By Appointment Only)'\n        },\n\n        {\n            id: 'dr-sila-ontita',\n            name: 'Dr. Sila Ontita',\n            specialty: 'Orthopaedic Surgeon',\n            image: 'https:\/\/placehold.co\/400x400\/f39c12\/ffffff?text=Dr.+Sila+Ontita',\n            bio: 'Dr. Sila Ontita is an Orthopaedic Surgeon providing care for patients with bone, joint, and musculoskeletal conditions.',\n            videoUrl: '',\n            clinicDays: 'Wednesday (11 AM - 4 PM)'\n        },\n\n\n\n        {\n            id: 'dr-douglas-kiprotich',\n            name: 'Dr. Douglas Kiprotich',\n            specialty: 'General Practitioner',\n            image: 'https:\/\/guardianhospitalmeru.com\/wp-content\/uploads\/2026\/07\/drkip.png',\n            bio: 'Dr. Douglas Kiprotich is a General Practitioner providing primary care for patients of different ages.',\n            \n            clinicDays: 'Monday - Friday (General Hours)'\n        },\n\n        {\n            id: 'dr-jeremiah-njogu',\n            name: 'Dr. Jeremiah Njogu',\n            specialty: 'Urologist',\n            image: 'https:\/\/placehold.co\/400x400\/a35d6a\/ffffff?text=Dr.+Njogu',\n            bio: 'Dr. Jeremiah Njogu is a Consultant General Surgeon and Urologist practicing in Kenya.',\n            \n            clinicDays: 'Thursday (11 AM - 5 PM)'\n        },\n\n        {\n            id: 'Meshack Cheruiyot',\n            name: 'Dr. Meshack Cheruiyot',\n            specialty: 'Medical officer',\n            image: 'https:\/\/guardianhospitalmeru.com\/wp-content\/uploads\/2026\/07\/drmeshack.jpeg',\n            bio: 'Dr. Meshack Cheruiyot is a Medical Officer at Guardian Hospital Meru. He is available at the hospital throughout the week, providing medical care, assessing and treating patients and supporting the day-to-day delivery of healthcare services.',\n            \n            clinicDays: 'Full time'\n        },\n\n      {\n            id: 'Samuel Muraya',\n            name: 'Dr. Samuel Muraya',\n            specialty: 'Medical officer',\n            image: 'https:\/\/guardianhospitalmeru.com\/wp-content\/uploads\/2026\/07\/drmuraya.jpeg',\n            bio: 'Dr. Samuel Muraya is a Medical Officer at Guardian Hospital Meru. He provides comprehensive medical care, including patient assessment, diagnosis, treatment and ongoing management of various health conditions. He works closely with patients to support their health and well-being.',\n            \n            clinicDays: 'Full time'\n        },\n\n\n        {\n            id: 'dr-beth',\n            name: 'Dr. Beth',\n            specialty: 'Dermatologist',\n            image: 'https:\/\/placehold.co\/400x400\/e74c3c\/ffffff?text=Dr.+Beth',\n            bio: 'Dr. Beth provides dermatology services for patients with a range of skin conditions.',\n            videoUrl: '',\n            clinicDays: 'Wednesday (11 AM - 5 PM)'\n        }\n\n    ];\n\n\n    const doctorsGrid = document.getElementById('gh-doctors-grid');\n    const modal = document.getElementById('gh-doctor-modal');\n    const closeButton = document.getElementById('gh-modal-close');\n    const modalImage = document.getElementById('gh-modal-image');\n    const modalName = document.getElementById('gh-modal-name');\n    const modalSpecialty = document.getElementById('gh-modal-specialty');\n    const modalClinicDays = document.getElementById('gh-modal-clinic-days');\n    const modalBio = document.getElementById('gh-modal-bio');\n    const modalVideo = document.getElementById('gh-modal-video');\n\n\n    function createDoctorCard(doctor) {\n\n        const card = document.createElement('div');\n\n        card.className = 'gh-doctor-card';\n\n\n        const image = document.createElement('img');\n\n        image.src = doctor.image;\n        image.alt = doctor.name;\n        image.loading = 'lazy';\n\n\n        const name = document.createElement('h2');\n\n        name.textContent = doctor.name;\n\n\n        const specialty = document.createElement('p');\n\n        specialty.className = 'gh-doctor-specialty';\n        specialty.textContent = doctor.specialty;\n\n\n        const button = document.createElement('button');\n\n        button.type = 'button';\n        button.className = 'gh-view-profile';\n        button.textContent = 'View Profile';\n\n\n        button.addEventListener('click', function () {\n\n            openDoctorModal(doctor);\n\n        });\n\n\n        card.appendChild(image);\n        card.appendChild(name);\n        card.appendChild(specialty);\n        card.appendChild(button);\n\n\n        return card;\n    }\n\n\n    function populateDoctorsGrid() {\n\n        if (!doctorsGrid) {\n            return;\n        }\n\n        doctorsGrid.innerHTML = '';\n\n        doctors.forEach(function (doctor) {\n\n            doctorsGrid.appendChild(\n                createDoctorCard(doctor)\n            );\n\n        });\n\n    }\n\n\n    function openDoctorModal(doctor) {\n\n        modalImage.src = doctor.image;\n        modalImage.alt = doctor.name;\n\n        modalName.textContent = doctor.name;\n\n        modalSpecialty.textContent = doctor.specialty;\n\n        modalClinicDays.textContent =\n            'Clinic Days: ' + doctor.clinicDays;\n\n        modalBio.textContent = doctor.bio;\n\n\n        \/* Remove previous video *\/\n\n        modalVideo.innerHTML = '';\n\n\n        \/*\n        Show the video section only when the\n        doctor has a video URL.\n        *\/\n\n        if (doctor.videoUrl) {\n\n            modalVideo.style.display = 'block';\n\n\n            const iframe =\n                document.createElement('iframe');\n\n\n            iframe.src = doctor.videoUrl;\n\n\n            iframe.setAttribute(\n                'allow',\n                'accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture'\n            );\n\n\n            iframe.setAttribute(\n                'allowfullscreen',\n                ''\n            );\n\n\n            modalVideo.appendChild(iframe);\n\n\n        } else {\n\n\n            \/*\n            Completely hide the video section\n            for doctors without videos.\n            *\/\n\n            modalVideo.style.display = 'none';\n\n\n        }\n\n\n        modal.classList.add('gh-open');\n\n        document.body.style.overflow = 'hidden';\n\n    }\n\n\n    function closeDoctorModal() {\n\n        modal.classList.remove('gh-open');\n\n        modalVideo.innerHTML = '';\n\n        modalVideo.style.display = 'none';\n\n        document.body.style.overflow = '';\n\n    }\n\n\n    closeButton.addEventListener(\n        'click',\n        closeDoctorModal\n    );\n\n\n    modal.addEventListener(\n        'click',\n        function (event) {\n\n            if (event.target === modal) {\n\n                closeDoctorModal();\n\n            }\n\n        }\n    );\n\n\n    document.addEventListener(\n        'keydown',\n        function (event) {\n\n            if (\n                event.key === 'Escape' &&\n                modal.classList.contains('gh-open')\n            ) {\n\n                closeDoctorModal();\n\n            }\n\n        }\n    );\n\n\n    populateDoctorsGrid();\n\n})();\n<\/script>\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>Meet Our Esteemed Doctors Dedicated to your health and well-being, our team of specialists is here to provide exceptional care. &times; About Me<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","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":"set","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":""}},"_zipai_imported":false,"footnotes":""},"class_list":["post-11467","page","type-page","status-publish","hentry"],"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":"Meet Our Esteemed Doctors Dedicated to your health and well-being, our team of specialists is here to provide exceptional care. &times; About Me","_links":{"self":[{"href":"https:\/\/guardianhospitalmeru.com\/index.php\/wp-json\/wp\/v2\/pages\/11467","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/guardianhospitalmeru.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/guardianhospitalmeru.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"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=11467"}],"version-history":[{"count":70,"href":"https:\/\/guardianhospitalmeru.com\/index.php\/wp-json\/wp\/v2\/pages\/11467\/revisions"}],"predecessor-version":[{"id":11932,"href":"https:\/\/guardianhospitalmeru.com\/index.php\/wp-json\/wp\/v2\/pages\/11467\/revisions\/11932"}],"wp:attachment":[{"href":"https:\/\/guardianhospitalmeru.com\/index.php\/wp-json\/wp\/v2\/media?parent=11467"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}