{"id":848,"date":"2026-06-30T11:12:03","date_gmt":"2026-06-30T11:12:03","guid":{"rendered":"https:\/\/carehub.co.ke\/?page_id=848"},"modified":"2026-07-03T10:57:23","modified_gmt":"2026-07-03T10:57:23","slug":"faqs","status":"publish","type":"page","link":"https:\/\/carehub.co.ke\/index.php\/faqs\/","title":{"rendered":"FAQs"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"848\" class=\"elementor elementor-848\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0670c63 e-con-full e-flex e-con e-parent\" data-id=\"0670c63\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-775d618 elementor-widget elementor-widget-html\" data-id=\"775d618\" 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<!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>CareHub \u00b7 FAQs<\/title>\n\n    <!-- Google Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900&display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.2\/css\/all.min.css\">\n\n    <style>\n        \/* ============================================\n           RESET & BASE\n           ============================================ *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .ch-faq-section {\n            font-family: 'Inter', sans-serif;\n            background: #f8f9fc;\n            padding: 60px 24px 70px;\n        }\n\n        .ch-faq-container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        \/* ============================================\n           HEADER\n           ============================================ *\/\n        .ch-faq-header {\n            text-align: center;\n            margin-bottom: 48px;\n        }\n\n        .ch-faq-label {\n            display: inline-block;\n            color: #ec2f83;\n            font-size: 13px;\n            font-weight: 700;\n            letter-spacing: .18em;\n            text-transform: uppercase;\n            margin-bottom: 12px;\n        }\n\n        .ch-faq-title {\n            font-size: 44px;\n            font-weight: 900;\n            color: #171d29;\n            letter-spacing: -0.04em;\n            margin: 0 0 14px;\n            line-height: 1.1;\n        }\n\n        .ch-faq-subtitle {\n            font-size: 18px;\n            color: #666f7d;\n            line-height: 1.6;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        \/* ============================================\n           CATEGORY HEADERS\n           ============================================ *\/\n        .ch-faq-category-header {\n            grid-column: 1 \/ -1;\n            margin: 12px 0 6px;\n            padding: 10px 0 6px 4px;\n            border-bottom: 2px solid #ec2f83;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .ch-faq-category-header h3 {\n            font-size: 18px;\n            font-weight: 800;\n            color: #171d29;\n            letter-spacing: -0.3px;\n        }\n\n        .ch-faq-category-header span {\n            font-size: 13px;\n            color: #ec2f83;\n            font-weight: 600;\n            background: #fde8f1;\n            padding: 2px 12px;\n            border-radius: 20px;\n        }\n\n        \/* ============================================\n           ACCORDION GRID\n           ============================================ *\/\n        .ch-faq-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 16px 24px;\n            align-items: start;\n        }\n\n        .ch-faq-item {\n            background: #fff;\n            border-radius: 12px;\n            border: 1px solid #eef1f7;\n            overflow: hidden;\n            transition: all 0.3s ease;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);\n        }\n\n        .ch-faq-item:hover {\n            border-color: #ec2f83;\n            box-shadow: 0 4px 16px rgba(236, 47, 131, 0.08);\n        }\n\n        .ch-faq-item.active {\n            border-color: #ec2f83;\n            box-shadow: 0 4px 20px rgba(236, 47, 131, 0.10);\n        }\n\n        .ch-faq-question {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            gap: 12px;\n            padding: 14px 18px;\n            cursor: pointer;\n            background: none;\n            border: none;\n            width: 100%;\n            text-align: left;\n            font-family: 'Inter', sans-serif;\n            font-size: 14px;\n            font-weight: 600;\n            color: #171d29;\n            transition: all 0.25s ease;\n            line-height: 1.4;\n        }\n\n        .ch-faq-question:hover {\n            color: #ec2f83;\n        }\n\n        .ch-faq-question .ch-faq-icon {\n            flex-shrink: 0;\n            width: 24px;\n            height: 24px;\n            border-radius: 50%;\n            background: #fde8f1;\n            color: #ec2f83;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 11px;\n            transition: all 0.3s ease;\n        }\n\n        .ch-faq-item.active .ch-faq-question .ch-faq-icon {\n            background: #ec2f83;\n            color: #fff;\n            transform: rotate(180deg);\n        }\n\n        .ch-faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.35s ease, padding 0.3s ease;\n        }\n\n        .ch-faq-answer-inner {\n            padding: 0 18px 16px;\n            color: #626b78;\n            font-size: 14px;\n            line-height: 1.65;\n            font-weight: 400;\n        }\n\n        .ch-faq-item.active .ch-faq-answer {\n            max-height: 300px;\n        }\n\n        \/* ============================================\n           RESPONSIVE\n           ============================================ *\/\n        @media (max-width: 1024px) {\n            .ch-faq-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 14px 20px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .ch-faq-section {\n                padding: 40px 16px 50px;\n            }\n\n            .ch-faq-title {\n                font-size: 32px;\n            }\n\n            .ch-faq-subtitle {\n                font-size: 16px;\n            }\n\n            .ch-faq-grid {\n                grid-template-columns: 1fr;\n                gap: 10px;\n            }\n\n            .ch-faq-question {\n                font-size: 14px;\n                padding: 12px 14px;\n            }\n\n            .ch-faq-answer-inner {\n                font-size: 13px;\n                padding: 0 14px 14px;\n            }\n\n            .ch-faq-question .ch-faq-icon {\n                width: 22px;\n                height: 22px;\n                font-size: 10px;\n            }\n\n            .ch-faq-category-header h3 {\n                font-size: 16px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .ch-faq-title {\n                font-size: 28px;\n            }\n\n            .ch-faq-question {\n                font-size: 13px;\n                padding: 10px 12px;\n            }\n\n            .ch-faq-answer-inner {\n                font-size: 12px;\n                padding: 0 12px 12px;\n            }\n\n            .ch-faq-category-header h3 {\n                font-size: 14px;\n            }\n\n            .ch-faq-category-header span {\n                font-size: 11px;\n                padding: 1px 10px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"ch-faq-section\">\n        <div class=\"ch-faq-container\">\n\n            <!-- HEADER -->\n            <header class=\"ch-faq-header\">\n                <div class=\"ch-faq-label\">FAQs<\/div>\n                <h1 class=\"ch-faq-title\">Frequently asked questions<\/h1>\n                <p class=\"ch-faq-subtitle\">Quick answers to the questions our patients ask most often.<\/p>\n            <\/header>\n\n            <!-- ACCORDION GRID -->\n            <div class=\"ch-faq-grid\">\n\n                <!-- ===== APPOINTMENTS ===== -->\n                <div class=\"ch-faq-category-header\">\n                    <h3>Appointments<\/h3>\n                    <span>4<\/span>\n                <\/div>\n\n                <div class=\"ch-faq-item active\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"true\">\n                        <span>Do I need a referral to book?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">No. You can book directly with any of our specialists online or by phone.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>How do I book an appointment?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Use our online booking page, call +254 796 133361 or email info@carehub.co.ke.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Can I reschedule?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Yes, please give at least 12 hours notice so we can offer the slot to another patient.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Do you offer home visits?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Yes, home visits are available within Nairobi for eligible cases.<\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- ===== TREATMENT ===== -->\n                <div class=\"ch-faq-category-header\">\n                    <h3>Treatment<\/h3>\n                    <span>4<\/span>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>What should I wear?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Comfortable, loose clothing that allows easy movement and access to the area being treated.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>How long is a session?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Initial assessments are 60 minutes; follow-up sessions are typically 30\u201345 minutes.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Will treatment be painful?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Some techniques cause short-term discomfort but should never feel unsafe. We adjust to your tolerance.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>How many sessions will I need?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Most patients see significant change within 4\u20138 sessions, depending on the condition.<\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- ===== INSURANCE & PAYMENTS ===== -->\n                <div class=\"ch-faq-category-header\">\n                    <h3>Insurance &amp; Payments<\/h3>\n                    <span>4<\/span>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Do you accept medical insurance?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">We work with major Kenyan insurers. Please contact us to confirm your provider.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Do you issue receipts for claims?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Yes, we provide itemised receipts for insurance reimbursement.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>What payment methods do you accept?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">M-Pesa, cash, card and bank transfer.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Are there package discounts?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Yes, multi-session rehabilitation packages offer meaningful savings.<\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- ===== RECOVERY & REHAB ===== -->\n                <div class=\"ch-faq-category-header\">\n                    <h3>Recovery &amp; Rehabilitation<\/h3>\n                    <span>4<\/span>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>How can I speed up my recovery?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Attend sessions consistently, follow your home programme and prioritise sleep and nutrition.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Should I rest or stay active?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Most conditions improve faster with guided movement rather than complete rest.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Do you handle post-surgical cases?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Yes, we coordinate with surgeons to deliver structured post-op rehabilitation.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Can you support stroke recovery?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Yes, our neuro team specialises in stroke and other neurological conditions.<\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- ===== CHILDREN & SPEECH ===== -->\n                <div class=\"ch-faq-category-header\">\n                    <h3>Children &amp; Speech<\/h3>\n                    <span>4<\/span>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Do you treat children?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Yes. We have paediatric physiotherapy and speech therapy services.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Can parents stay in the room?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Absolutely. Parental involvement is encouraged for paediatric care.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>When should I worry about my child's speech?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">If you have concerns, an assessment is worthwhile from around 18 months.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Do you support adults with speech issues?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Yes, including post-stroke speech, voice and swallowing therapy.<\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- ===== CORPORATE & NUTRITION ===== -->\n                <div class=\"ch-faq-category-header\">\n                    <h3>Corporate &amp; Nutrition<\/h3>\n                    <span>4<\/span>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Do you offer on-site corporate services?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Yes, including ergonomic assessments, workshops and screening clinics.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Can you assess remote teams?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Yes, our virtual ergonomic assessments are ideal for home-based workers.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Do you create meal plans?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Yes, including options that fit local Kenyan cuisine and budgets.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Can nutrition help my joint pain?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Often yes, especially through weight management and anti-inflammatory choices.<\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- ===== CHIROPRACTIC & COUNSELLING ===== -->\n                <div class=\"ch-faq-category-header\">\n                    <h3>Chiropractic &amp; Counselling<\/h3>\n                    <span>4<\/span>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Is chiropractic safe?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Yes, when delivered by qualified professionals after a thorough assessment.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Can it help posture?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Yes, combined with exercise and ergonomic advice.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Is counselling confidential?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Yes, strictly within professional ethical and legal limits.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Do you offer couples therapy?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Yes, including marriage, pre-marital and family therapy.<\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- ===== GENERAL ===== -->\n                <div class=\"ch-faq-category-header\">\n                    <h3>General<\/h3>\n                    <span>8<\/span>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Where are you located?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Mwanzi Road, Westlands, Nairobi \u2014 opposite Landmark Suites, near Westgate Mall.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>What are your hours?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Mon\u2013Fri 8am\u20136pm, Sat 8am\u20132pm. Closed on Sundays.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Is parking available?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Yes, secure parking is available for our patients.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Do you treat sports teams?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Yes, we partner with schools and sports clubs across Nairobi.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Can I get a second opinion?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Of course. We are happy to review your case and recommend next steps.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Are your therapists licensed?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">All clinicians are registered with the relevant Kenyan professional councils.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>Can I bring my own scans?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Yes, please bring any recent imaging or reports to your first visit.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ch-faq-item\">\n                    <button class=\"ch-faq-question\" aria-expanded=\"false\">\n                        <span>How do I prepare for my first visit?<\/span>\n                        <span class=\"ch-faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"ch-faq-answer\">\n                        <div class=\"ch-faq-answer-inner\">Wear comfortable clothing, bring any scans, and arrive 10 minutes early.<\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- ============================================\n    ACCORDION JAVASCRIPT\n    ============================================ -->\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const items = document.querySelectorAll('.ch-faq-item');\n\n            items.forEach(item => {\n                const question = item.querySelector('.ch-faq-question');\n\n                question.addEventListener('click', function() {\n                    const isActive = item.classList.contains('active');\n\n                    \/\/ Close all items in the same category\n                    const category = item.closest('.ch-faq-grid');\n                    const allItems = category.querySelectorAll('.ch-faq-item');\n                    allItems.forEach(otherItem => {\n                        otherItem.classList.remove('active');\n                        otherItem.querySelector('.ch-faq-question').setAttribute('aria-expanded', 'false');\n                    });\n\n                    \/\/ Toggle current\n                    if (!isActive) {\n                        item.classList.add('active');\n                        item.querySelector('.ch-faq-question').setAttribute('aria-expanded', 'true');\n                    }\n                });\n            });\n\n            \/\/ Open first item in each category by default\n            const categories = document.querySelectorAll('.ch-faq-grid');\n            categories.forEach(grid => {\n                const firstItem = grid.querySelector('.ch-faq-item');\n                if (firstItem) {\n                    firstItem.classList.add('active');\n                    firstItem.querySelector('.ch-faq-question').setAttribute('aria-expanded', 'true');\n                }\n            });\n        });\n    <\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\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>CareHub \u00b7 FAQs FAQs Frequently asked questions Quick answers to the questions our patients ask most often. Appointments 4 Do I need a referral to book? No. You can book directly with any of our specialists online or by phone. How do I book an appointment? Use our online booking page, call +254 796 133361 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_eb_attr":"","site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","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":"disabled","footer-sml-layout":"disabled","ast-disable-related-posts":"","theme-transparent-header-meta":"disabled","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-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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"yst_prominent_words":[],"class_list":["post-848","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/carehub.co.ke\/index.php\/wp-json\/wp\/v2\/pages\/848","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/carehub.co.ke\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/carehub.co.ke\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/carehub.co.ke\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/carehub.co.ke\/index.php\/wp-json\/wp\/v2\/comments?post=848"}],"version-history":[{"count":13,"href":"https:\/\/carehub.co.ke\/index.php\/wp-json\/wp\/v2\/pages\/848\/revisions"}],"predecessor-version":[{"id":1180,"href":"https:\/\/carehub.co.ke\/index.php\/wp-json\/wp\/v2\/pages\/848\/revisions\/1180"}],"wp:attachment":[{"href":"https:\/\/carehub.co.ke\/index.php\/wp-json\/wp\/v2\/media?parent=848"}],"wp:term":[{"taxonomy":"yst_prominent_words","embeddable":true,"href":"https:\/\/carehub.co.ke\/index.php\/wp-json\/wp\/v2\/yst_prominent_words?post=848"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}