{"id":117,"date":"2026-07-16T07:56:15","date_gmt":"2026-07-16T07:56:15","guid":{"rendered":"https:\/\/athomecare.in\/mohali\/?p=117"},"modified":"2026-07-16T07:56:16","modified_gmt":"2026-07-16T07:56:16","slug":"multiple-sclerosis-home-care-case-study-in-mohali","status":"publish","type":"post","link":"https:\/\/athomecare.in\/mohali\/multiple-sclerosis-home-care-case-study-in-mohali\/","title":{"rendered":"Multiple Sclerosis Home Care Case Study in Mohali"},"content":{"rendered":"\n<!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>Multiple Sclerosis Home Care Case Study in Mohali<\/title>\n    <meta name=\"description\" content=\"Read a fictional Multiple Sclerosis home care case study from Mohali highlighting relapse recovery, physiotherapy, home nursing, and caregiver education.\">\n    <meta name=\"robots\" content=\"index, follow\">\n    <link rel=\"canonical\" href=\"https:\/\/athomecare.in\/multiple-sclerosis-home-care-case-study-mohali\">\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;family=Merriweather:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n    <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    fontFamily: {\n                        sans: ['Inter', 'sans-serif'],\n                        serif: ['Merriweather', 'serif'],\n                    },\n                    colors: {\n                        brand: {\n                            50: '#f0fdfa',\n                            100: '#ccfbf1',\n                            200: '#99f6e4',\n                            300: '#5eead4',\n                            400: '#2dd4bf',\n                            500: '#14b8a6',\n                            600: '#0d9488',\n                            700: '#0f766e',\n                            800: '#115e59',\n                            900: '#134e4a',\n                        },\n                        navy: {\n                            50: '#f0f4f8',\n                            100: '#d9e2ec',\n                            200: '#bcccdc',\n                            300: '#9fb3c8',\n                            400: '#829ab1',\n                            500: '#627d98',\n                            600: '#486581',\n                            700: '#334e68',\n                            800: '#243b53',\n                            900: '#1e3a5f',\n                        }\n                    }\n                }\n            }\n        }\n    <\/script>\n    <style>\n        body {\n            font-family: 'Inter', sans-serif;\n            background-color: #f8fafc;\n            color: #1e293b;\n        }\n        .font-serif { font-family: 'Merriweather', serif; }\n        .hero-gradient {\n            background: linear-gradient(135deg, #0f766e 0%, #115e59 40%, #1e3a5f 100%);\n        }\n        .timeline-line {\n            position: absolute;\n            left: 1.25rem;\n            top: 0;\n            bottom: 0;\n            width: 2px;\n            background: linear-gradient(to bottom, #0f766e, #14b8a6, #99f6e4);\n        }\n        .timeline-dot {\n            position: absolute;\n            left: 0.75rem;\n            width: 1.1rem;\n            height: 1.1rem;\n            border-radius: 50%;\n            background: #0f766e;\n            border: 3px solid #ccfbf1;\n            z-index: 2;\n        }\n        .clinical-table th {\n            background-color: #0f766e;\n            color: white;\n            font-weight: 600;\n            font-size: 0.8rem;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            padding: 0.75rem 1rem;\n            text-align: left;\n        }\n        .clinical-table td {\n            padding: 0.65rem 1rem;\n            border-bottom: 1px solid #e2e8f0;\n            font-size: 0.9rem;\n            color: #334155;\n        }\n        .clinical-table tr:nth-child(even) td {\n            background-color: #f8fafc;\n        }\n        .clinical-table tr:hover td {\n            background-color: #f0fdfa;\n        }\n        .alert-box {\n            border-left: 4px solid;\n            padding: 1rem 1.25rem;\n            border-radius: 0 0.5rem 0.5rem 0;\n            margin: 1.25rem 0;\n        }\n        .alert-blue { border-color: #1e40af; background: #eff6ff; }\n        .alert-green { border-color: #166534; background: #f0fdf4; }\n        .alert-yellow { border-color: #854d0e; background: #fefce8; }\n        .alert-red { border-color: #991b1b; background: #fef2f2; }\n        .alert-teal { border-color: #0f766e; background: #f0fdfa; }\n        .card-hover {\n            transition: box-shadow 0.3s ease, transform 0.2s ease;\n        }\n        .card-hover:hover {\n            box-shadow: 0 10px 30px -5px rgba(0,0,0,0.1);\n            transform: translateY(-2px);\n        }\n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease, padding 0.3s ease;\n        }\n        .faq-answer.open {\n            max-height: 500px;\n            padding-top: 0.75rem;\n        }\n        .faq-chevron {\n            transition: transform 0.3s ease;\n        }\n        .faq-chevron.rotated {\n            transform: rotate(180deg);\n        }\n        .link-text {\n            color: #0f766e;\n            text-decoration: underline;\n            text-underline-offset: 2px;\n            font-weight: 500;\n        }\n        .link-text:hover {\n            color: #115e59;\n        }\n        a { text-decoration: none; }\n        @media (max-width: 768px) {\n            .timeline-line { left: 1rem; }\n            .timeline-dot { left: 0.5rem; width: 1rem; height: 1rem; }\n        }\n        .scroll-indicator {\n            animation: bounce 2s infinite;\n        }\n        @keyframes bounce {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(6px); }\n        }\n        .progress-bar {\n            height: 6px;\n            border-radius: 3px;\n            background: #e2e8f0;\n            overflow: hidden;\n        }\n        .progress-fill {\n            height: 100%;\n            border-radius: 3px;\n            transition: width 1s ease;\n        }\n        .toc-link {\n            display: block;\n            padding: 0.4rem 0;\n            color: #475569;\n            font-size: 0.85rem;\n            transition: color 0.2s, padding-left 0.2s;\n        }\n        .toc-link:hover {\n            color: #0f766e;\n            padding-left: 0.5rem;\n        }\n    <\/style>\n\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"MedicalWebPage\",\n        \"name\": \"Fictional Multiple Sclerosis Home Care Case Study - Mohali\",\n        \"description\": \"A detailed fictional case study of Relapsing-Remitting Multiple Sclerosis home care in Mohali, covering relapse recovery, physiotherapy, home nursing, and caregiver education.\",\n        \"url\": \"https:\/\/athomecare.in\/multiple-sclerosis-home-care-case-study-mohali\",\n        \"about\": {\n            \"@type\": \"MedicalCondition\",\n            \"name\": \"Relapsing-Remitting Multiple Sclerosis\"\n        },\n        \"author\": {\n            \"@type\": \"Physician\",\n            \"name\": \"Dr. Ekta Fageriya\",\n            \"credential\": \"MBBS\",\n            \"medicalSpecialty\": \"Geriatric Medicine\"\n        },\n        \"publisher\": {\n            \"@type\": \"Organization\",\n            \"name\": \"AtHomeCare\"\n        }\n    }\n    <\/script>\n<\/head>\n<body class=\"antialiased\">\n\n    <!-- Hero Section -->\n    <header class=\"hero-gradient text-white relative overflow-hidden\">\n        <div class=\"absolute inset-0 opacity-10\">\n            <div class=\"absolute top-10 right-10 w-72 h-72 bg-white rounded-full blur-3xl\"><\/div>\n            <div class=\"absolute bottom-10 left-10 w-96 h-96 bg-brand-300 rounded-full blur-3xl\"><\/div>\n        <\/div>\n        <div class=\"relative max-w-5xl mx-auto px-4 sm:px-6 py-12 sm:py-16 lg:py-20\">\n            <div class=\"inline-block bg-white\/15 backdrop-blur-sm rounded-full px-4 py-1.5 text-xs font-medium tracking-wider uppercase mb-6\">\n                Case Study\n            <\/div>\n            <h1 class=\"font-serif text-2xl sm:text-3xl lg:text-4xl font-bold leading-tight mb-4 max-w-4xl\">\n                Multiple Sclerosis Home Care Case Study\n            <\/h1>\n            <p class=\"text-base sm:text-lg text-brand-100 max-w-3xl leading-relaxed mb-8\">\n                A detailed clinical account of how structured home rehabilitation supported a 42-year-old woman in Mohali through post-relapse recovery from Relapsing-Remitting Multiple Sclerosis.\n            <\/p>\n            <div class=\"grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-6 gap-3 sm:gap-4\">\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-lg p-3 text-center\">\n                    <div class=\"text-[10px] uppercase tracking-wider text-brand-200 mb-1\">Age<\/div>\n                    <div class=\"text-lg font-semibold\">42 Years<\/div>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-lg p-3 text-center\">\n                    <div class=\"text-[10px] uppercase tracking-wider text-brand-200 mb-1\">Gender<\/div>\n                    <div class=\"text-lg font-semibold\">Female<\/div>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-lg p-3 text-center\">\n                    <div class=\"text-[10px] uppercase tracking-wider text-brand-200 mb-1\">Location<\/div>\n                    <div class=\"text-lg font-semibold\">Mohali<\/div>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-lg p-3 text-center\">\n                    <div class=\"text-[10px] uppercase tracking-wider text-brand-200 mb-1\">Condition<\/div>\n                    <div class=\"text-sm font-semibold\">RRMS<\/div>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-lg p-3 text-center\">\n                    <div class=\"text-[10px] uppercase tracking-wider text-brand-200 mb-1\">Duration<\/div>\n                    <div class=\"text-lg font-semibold\">12 Weeks<\/div>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-lg p-3 text-center\">\n                    <div class=\"text-[10px] uppercase tracking-wider text-brand-200 mb-1\">Outcome<\/div>\n                    <div class=\"text-sm font-semibold text-brand-200\">Improved<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"text-center pb-4 scroll-indicator\">\n            <i data-lucide=\"chevron-down\" class=\"w-5 h-5 mx-auto text-white\/60\"><\/i>\n        <\/div>\n    <\/header>\n\n    <!-- Main Content -->\n    <main class=\"max-w-5xl mx-auto px-4 sm:px-6 py-10 lg:py-14\">\n\n        <!-- Table of Contents -->\n        <nav class=\"bg-white rounded-xl border border-slate-200 p-5 sm:p-6 mb-10 shadow-sm\">\n            <h2 class=\"text-sm font-semibold uppercase tracking-wider text-navy-700 mb-3 flex items-center gap-2\">\n                <i data-lucide=\"list\" class=\"w-4 h-4 text-brand-700\"><\/i>\n                In This Article\n            <\/h2>\n            <div class=\"grid sm:grid-cols-2 lg:grid-cols-3 gap-x-6 gap-y-0\">\n                <a href=\"#background\" class=\"toc-link\">Patient Background<\/a>\n                <a href=\"#diagnosis\" class=\"toc-link\">Clinical Diagnosis<\/a>\n                <a href=\"#hospital\" class=\"toc-link\">Hospital Treatment<\/a>\n                <a href=\"#why-home\" class=\"toc-link\">Why Home Healthcare Was Needed<\/a>\n                <a href=\"#care-plan\" class=\"toc-link\">Home Care Plan<\/a>\n                <a href=\"#timeline\" class=\"toc-link\">Recovery Timeline<\/a>\n                <a href=\"#clinical-evidence\" class=\"toc-link\">Clinical Evidence<\/a>\n                <a href=\"#authority\" class=\"toc-link\">Medical Authority<\/a>\n                <a href=\"#outcome\" class=\"toc-link\">Recovery Outcome<\/a>\n                <a href=\"#learnings\" class=\"toc-link\">Clinical Learnings<\/a>\n                <a href=\"#faqs\" class=\"toc-link\">Frequently Asked Questions<\/a>\n                <a href=\"#contact\" class=\"toc-link\">Contact Information<\/a>\n            <\/div>\n        <\/nav>\n\n        <!-- Patient Background -->\n        <section id=\"background\" class=\"mb-12 scroll-mt-8\">\n            <div class=\"flex items-center gap-3 mb-5\">\n                <div class=\"w-8 h-8 rounded-lg bg-brand-100 flex items-center justify-center\">\n                    <i data-lucide=\"user\" class=\"w-4 h-4 text-brand-700\"><\/i>\n                <\/div>\n                <h2 class=\"font-serif text-xl sm:text-2xl font-bold text-navy-900\">Patient Background<\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-xl border border-slate-200 p-5 sm:p-7 shadow-sm mb-5\">\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    Mrs. Harleen Kaur Sandhu is a 42-year-old woman living in Mohali with her husband and extended family nearby. She works as a Human Resources Manager for a mid-sized company, a role that requires long hours of desk work, regular meetings, and occasional travel to the office from her remote setup.\n                <\/p>\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    Before this episode, she led an active life. She managed her household responsibilities alongside her professional duties. Her husband serves as her primary caregiver, and her younger sister provides additional support when needed. Neither had prior experience managing a chronic neurological condition.\n                <\/p>\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    Over the 18 months before her diagnosis, Mrs. Sandhu noticed several symptoms that appeared and then seemed to go away on their own. She experienced episodes of blurred vision, numbness in her right arm, unusual tiredness, and occasional weakness in both legs. Because these symptoms resolved without treatment, she did not seek medical evaluation during that period. This pattern of improvement is common in Relapsing-Remitting Multiple Sclerosis and often leads to delayed diagnosis.\n                <\/p>\n\n                <div class=\"alert-box alert-yellow mt-5\">\n                    <div class=\"flex items-start gap-2\">\n                        <i data-lucide=\"alert-triangle\" class=\"w-4 h-4 text-yellow-700 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-yellow-800\">\n                            <strong>Clinical Note:<\/strong> In MS, symptoms that resolve on their own do not mean the disease is absent. Each episode can cause subtle damage that accumulates over time. Early diagnosis allows for timely treatment with disease-modifying therapies, which may reduce the frequency and severity of future relapses.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"grid sm:grid-cols-2 gap-4\">\n                <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm\">\n                    <h3 class=\"text-xs font-semibold uppercase tracking-wider text-navy-500 mb-3\">Associated Conditions<\/h3>\n                    <ul class=\"space-y-2.5\">\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <span class=\"w-1.5 h-1.5 rounded-full bg-brand-500 mt-1.5 flex-shrink-0\"><\/span>\n                            Vitamin D Deficiency\n                        <\/li>\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <span class=\"w-1.5 h-1.5 rounded-full bg-brand-500 mt-1.5 flex-shrink-0\"><\/span>\n                            Migraine without Aura\n                        <\/li>\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <span class=\"w-1.5 h-1.5 rounded-full bg-brand-500 mt-1.5 flex-shrink-0\"><\/span>\n                            Mild Anxiety Disorder\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm\">\n                    <h3 class=\"text-xs font-semibold uppercase tracking-wider text-navy-500 mb-3\">Risk Factors Noted<\/h3>\n                    <ul class=\"space-y-2.5\">\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <span class=\"w-1.5 h-1.5 rounded-full bg-amber-500 mt-1.5 flex-shrink-0\"><\/span>\n                            Female gender (MS is more common in women)\n                        <\/li>\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <span class=\"w-1.5 h-1.5 rounded-full bg-amber-500 mt-1.5 flex-shrink-0\"><\/span>\n                            Vitamin D deficiency (linked to MS risk)\n                        <\/li>\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <span class=\"w-1.5 h-1.5 rounded-full bg-amber-500 mt-1.5 flex-shrink-0\"><\/span>\n                            Delayed medical evaluation of symptoms\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Clinical Diagnosis -->\n        <section id=\"diagnosis\" class=\"mb-12 scroll-mt-8\">\n            <div class=\"flex items-center gap-3 mb-5\">\n                <div class=\"w-8 h-8 rounded-lg bg-brand-100 flex items-center justify-center\">\n                    <i data-lucide=\"stethoscope\" class=\"w-4 h-4 text-brand-700\"><\/i>\n                <\/div>\n                <h2 class=\"font-serif text-xl sm:text-2xl font-bold text-navy-900\">Clinical Diagnosis<\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-xl border border-slate-200 p-5 sm:p-7 shadow-sm mb-5\">\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    A recent relapse brought Mrs. Sandhu to a tertiary neurology center in the Mohali and Chandigarh region. This time, her symptoms were more pronounced and persistent. She developed worsening weakness in both legs and found it difficult to maintain her balance while walking. These symptoms did not improve on their own, which prompted her to seek medical attention.\n                <\/p>\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    The neurology team conducted a thorough evaluation. They ordered several diagnostic tests to confirm the diagnosis and rule out other conditions that could mimic MS. Families in the Tricity area, including those from nearby <a href=\"https:\/\/athomecare.in\/chandigarh\/services\/home-healthcare-services-chandigarh-mohali-panchkula\" class=\"link-text\">Chandigarh, Mohali, and Panchkula<\/a>, often have access to tertiary neurology centers capable of performing these specialized investigations.\n                <\/p>\n            <\/div>\n\n            <!-- Diagnostic Procedures -->\n            <h3 class=\"text-base font-semibold text-navy-800 mb-3\">Diagnostic Procedures Performed<\/h3>\n            <div class=\"grid sm:grid-cols-2 lg:grid-cols-3 gap-3 mb-6\">\n                <div class=\"bg-white rounded-lg border border-slate-200 p-4 card-hover\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"scan\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                        <span class=\"text-sm font-semibold text-navy-800\">MRI Brain<\/span>\n                    <\/div>\n                    <p class=\"text-xs text-slate-600 leading-relaxed\">Revealed multiple demyelinating lesions in the brain, a hallmark finding in MS that shows areas where the protective covering of nerve fibers has been damaged.<\/p>\n                <\/div>\n                <div class=\"bg-white rounded-lg border border-slate-200 p-4 card-hover\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"scan\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                        <span class=\"text-sm font-semibold text-navy-800\">MRI Cervical Spine<\/span>\n                    <\/div>\n                    <p class=\"text-xs text-slate-600 leading-relaxed\">Showed demyelinating lesions in the cervical spinal cord, explaining the leg weakness and balance difficulties the patient experienced.<\/p>\n                <\/div>\n                <div class=\"bg-white rounded-lg border border-slate-200 p-4 card-hover\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"syringe\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                        <span class=\"text-sm font-semibold text-navy-800\">Lumbar Puncture<\/span>\n                    <\/div>\n                    <p class=\"text-xs text-slate-600 leading-relaxed\">Cerebrospinal fluid analysis showed oligoclonal bands, indicating an abnormal immune response within the central nervous system consistent with MS.<\/p>\n                <\/div>\n                <div class=\"bg-white rounded-lg border border-slate-200 p-4 card-hover\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"eye\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                        <span class=\"text-sm font-semibold text-navy-800\">Visual Evoked Potential<\/span>\n                    <\/div>\n                    <p class=\"text-xs text-slate-600 leading-relaxed\">Measured the electrical activity in the brain in response to visual stimuli, helping detect subclinical optic nerve involvement related to her earlier blurred vision episodes.<\/p>\n                <\/div>\n                <div class=\"bg-white rounded-lg border border-slate-200 p-4 card-hover\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"clipboard-check\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                        <span class=\"text-sm font-semibold text-navy-800\">Neurological Functional Assessment<\/span>\n                    <\/div>\n                    <p class=\"text-xs text-slate-600 leading-relaxed\">A structured evaluation of muscle strength, coordination, sensation, balance, and functional abilities to establish a baseline for tracking recovery.<\/p>\n                <\/div>\n                <div class=\"bg-white rounded-lg border border-slate-200 p-4 card-hover\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"activity\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                        <span class=\"text-sm font-semibold text-navy-800\">Bladder Function Assessment<\/span>\n                    <\/div>\n                    <p class=\"text-xs text-slate-600 leading-relaxed\">Evaluated urinary symptoms, as bladder dysfunction is common in MS and can significantly affect daily comfort and quality of life.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Neurological Findings -->\n            <h3 class=\"text-base font-semibold text-navy-800 mb-3\">Neurological Assessment Findings<\/h3>\n            <div class=\"bg-white rounded-xl border border-slate-200 overflow-hidden shadow-sm mb-5\">\n                <table class=\"w-full clinical-table\">\n                    <thead>\n                        <tr>\n                            <th>Parameter<\/th>\n                            <th>Finding<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td class=\"font-medium text-navy-700\">Upper Limb Strength<\/td>\n                            <td>5\/5 (Normal)<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"font-medium text-navy-700\">Lower Limb Strength<\/td>\n                            <td>4\/5 (Mild weakness)<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"font-medium text-navy-700\">Spasticity<\/td>\n                            <td>Mild, present in both legs<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"font-medium text-navy-700\">Tandem Walking<\/td>\n                            <td>Slightly impaired<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"font-medium text-navy-700\">Vibration Sensation<\/td>\n                            <td>Decreased over right foot<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"font-medium text-navy-700\">Speech and Swallowing<\/td>\n                            <td>Normal<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"font-medium text-navy-700\">Cognition<\/td>\n                            <td>Fully intact<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"font-medium text-navy-700\">Fatigue<\/td>\n                            <td>Mild, affecting endurance<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <!-- Vital Signs -->\n            <h3 class=\"text-base font-semibold text-navy-800 mb-3\">Vital Signs at Discharge<\/h3>\n            <div class=\"grid grid-cols-2 sm:grid-cols-5 gap-3\">\n                <div class=\"bg-white rounded-lg border border-slate-200 p-3 text-center\">\n                    <div class=\"text-[10px] uppercase tracking-wider text-slate-500 mb-1\">Blood Pressure<\/div>\n                    <div class=\"text-sm font-semibold text-navy-800\">118\/74 mmHg<\/div>\n                <\/div>\n                <div class=\"bg-white rounded-lg border border-slate-200 p-3 text-center\">\n                    <div class=\"text-[10px] uppercase tracking-wider text-slate-500 mb-1\">Heart Rate<\/div>\n                    <div class=\"text-sm font-semibold text-navy-800\">74 bpm<\/div>\n                <\/div>\n                <div class=\"bg-white rounded-lg border border-slate-200 p-3 text-center\">\n                    <div class=\"text-[10px] uppercase tracking-wider text-slate-500 mb-1\">Respiratory Rate<\/div>\n                    <div class=\"text-sm font-semibold text-navy-800\">16\/min<\/div>\n                <\/div>\n                <div class=\"bg-white rounded-lg border border-slate-200 p-3 text-center\">\n                    <div class=\"text-[10px] uppercase tracking-wider text-slate-500 mb-1\">Temperature<\/div>\n                    <div class=\"text-sm font-semibold text-navy-800\">98.4 F<\/div>\n                <\/div>\n                <div class=\"bg-white rounded-lg border border-slate-200 p-3 text-center col-span-2 sm:col-span-1\">\n                    <div class=\"text-[10px] uppercase tracking-wider text-slate-500 mb-1\">SpO2<\/div>\n                    <div class=\"text-sm font-semibold text-navy-800\">99% (RA)<\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Hospital Treatment -->\n        <section id=\"hospital\" class=\"mb-12 scroll-mt-8\">\n            <div class=\"flex items-center gap-3 mb-5\">\n                <div class=\"w-8 h-8 rounded-lg bg-brand-100 flex items-center justify-center\">\n                    <i data-lucide=\"building-2\" class=\"w-4 h-4 text-brand-700\"><\/i>\n                <\/div>\n                <h2 class=\"font-serif text-xl sm:text-2xl font-bold text-navy-900\">Hospital Treatment<\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-xl border border-slate-200 p-5 sm:p-7 shadow-sm mb-5\">\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    Mrs. Sandhu was admitted to a tertiary neurology center for 8 days. The primary goal of her hospital stay was to manage the acute relapse, establish a definitive diagnosis, and initiate long-term treatment to reduce the risk of future episodes.\n                <\/p>\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    During her admission, she received high-dose intravenous methylprednisolone. This corticosteroid treatment is the standard approach for managing acute MS relapses. It works by reducing inflammation in the central nervous system, which helps shorten the duration and severity of the relapse. The treatment does not cure MS or prevent future relapses on its own, but it addresses the immediate inflammatory damage.\n                <\/p>\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    Alongside steroid therapy, the hospital team initiated disease-modifying therapy (DMT). These medications are designed to reduce the frequency of relapses and slow the progression of disability over time. Starting DMT early after diagnosis is considered important for long-term outcomes in RRMS.\n                <\/p>\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    During her hospital stay, Mrs. Sandhu also received physiotherapy and occupational therapy to begin addressing her mobility limitations. Fatigue management counseling was provided to help her understand how to pace her activities. A bladder function assessment was completed to evaluate her urinary urgency symptoms.\n                <\/p>\n            <\/div>\n\n            <div class=\"alert-box alert-blue\">\n                <div class=\"flex items-start gap-2\">\n                    <i data-lucide=\"info\" class=\"w-4 h-4 text-blue-700 mt-0.5 flex-shrink-0\"><\/i>\n                    <div>\n                        <p class=\"text-sm text-blue-800 font-medium mb-1\">Why Steroids for an MS Relapse?<\/p>\n                        <p class=\"text-sm text-blue-800\">\n                            During a relapse, the immune system attacks myelin, causing inflammation. Corticosteroids like methylprednisolone suppress this inflammatory response. The treatment typically shortens the relapse duration and may improve recovery, though some residual symptoms can persist depending on the extent of nerve damage.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Why Home Healthcare Was Needed -->\n        <section id=\"why-home\" class=\"mb-12 scroll-mt-8\">\n            <div class=\"flex items-center gap-3 mb-5\">\n                <div class=\"w-8 h-8 rounded-lg bg-brand-100 flex items-center justify-center\">\n                    <i data-lucide=\"home\" class=\"w-4 h-4 text-brand-700\"><\/i>\n                <\/div>\n                <h2 class=\"font-serif text-xl sm:text-2xl font-bold text-navy-900\">Why Home Healthcare Was Needed<\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-xl border border-slate-200 p-5 sm:p-7 shadow-sm mb-5\">\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    At the time of discharge, Mrs. Sandhu&#8217;s acute inflammation had been addressed with steroids. However, she was left with residual weakness, reduced balance, muscle stiffness, and significant fatigue. These are common after an MS relapse and do not resolve simply because the patient has left the hospital.\n                <\/p>\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    The neurology team recommended home healthcare for several specific clinical reasons. Understanding these reasons helps families make informed decisions when facing similar situations, whether they are in Mohali, <a href=\"https:\/\/athomecare.in\/home-care-services-in-gurgaon\/\" class=\"link-text\">Gurgaon<\/a>, or any other city where <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"link-text\">home nursing services<\/a> are available.\n                <\/p>\n            <\/div>\n\n            <div class=\"space-y-4\">\n                <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm card-hover\">\n                    <div class=\"flex items-start gap-3\">\n                        <div class=\"w-7 h-7 rounded-full bg-brand-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-xs font-bold text-brand-700\">1<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"text-sm font-semibold text-navy-800 mb-1\">Ongoing Rehabilitation Required<\/h4>\n                            <p class=\"text-sm text-slate-600 leading-relaxed\">\n                                Post-relapse recovery in MS benefits greatly from continued physiotherapy and occupational therapy. Without structured rehabilitation, residual weakness and stiffness can persist or even worsen due to disuse. Daily sessions at home are more practical and consistent than traveling to a clinic, especially for a patient who experiences fatigue with exertion.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm card-hover\">\n                    <div class=\"flex items-start gap-3\">\n                        <div class=\"w-7 h-7 rounded-full bg-brand-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-xs font-bold text-brand-700\">2<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"text-sm font-semibold text-navy-800 mb-1\">Medication Monitoring and Safety<\/h4>\n                            <p class=\"text-sm text-slate-600 leading-relaxed\">\n                                Disease-modifying therapies require regular monitoring for side effects and adherence. A <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"link-text\">home nurse<\/a> can track how the patient is tolerating the new medication, educate about expected effects, and identify any adverse reactions early. This is particularly important in the first few months after starting a DMT.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm card-hover\">\n                    <div class=\"flex items-start gap-3\">\n                        <div class=\"w-7 h-7 rounded-full bg-brand-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-xs font-bold text-brand-700\">3<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"text-sm font-semibold text-navy-800 mb-1\">Fall Risk Management<\/h4>\n                            <p class=\"text-sm text-slate-600 leading-relaxed\">\n                                With reduced balance, mild leg weakness, and fatigue-related instability, Mrs. Sandhu had a moderate risk of falls. <a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-fall-prevention-protecting-your-loved-ones\/\" class=\"link-text\">Fall prevention<\/a> in the home environment is a critical safety measure. A trained attendant can provide physical support during mobility, ensure the home environment is safe, and assist during high-risk activities like climbing stairs or walking outdoors.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm card-hover\">\n                    <div class=\"flex items-start gap-3\">\n                        <div class=\"w-7 h-7 rounded-full bg-brand-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-xs font-bold text-brand-700\">4<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"text-sm font-semibold text-navy-800 mb-1\">Fatigue Management in a Real-World Setting<\/h4>\n                            <p class=\"text-sm text-slate-600 leading-relaxed\">\n                                Fatigue in MS is not simply feeling tired. It is a neurological symptom that can be disabling. Teaching energy conservation techniques is most effective when done in the patient&#8217;s actual living environment, where daily routines, home layout, and personal activities can be directly observed and modified. This is something hospital-based counseling cannot fully address.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm card-hover\">\n                    <div class=\"flex items-start gap-3\">\n                        <div class=\"w-7 h-7 rounded-full bg-brand-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-xs font-bold text-brand-700\">5<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"text-sm font-semibold text-navy-800 mb-1\">Caregiver Education and Support<\/h4>\n                            <p class=\"text-sm text-slate-600 leading-relaxed\">\n                                Her husband and sister needed structured education about recognizing relapse warning signs, understanding heat sensitivity, managing bladder symptoms, and providing appropriate support without being overprotective. <a href=\"https:\/\/athomecare.in\/recognizing-caregiver-stress-signs-and-symptoms-you-shouldnt-ignore\/\" class=\"link-text\">Caregiver education<\/a> reduces anxiety and empowers the family to participate meaningfully in the recovery process.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm card-hover\">\n                    <div class=\"flex items-start gap-3\">\n                        <div class=\"w-7 h-7 rounded-full bg-brand-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-xs font-bold text-brand-700\">6<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"text-sm font-semibold text-navy-800 mb-1\">Relapse Surveillance<\/h4>\n                            <p class=\"text-sm text-slate-600 leading-relaxed\">\n                                After a confirmed MS diagnosis, ongoing neurological monitoring is essential. Regular <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"link-text\">doctor home visits<\/a> allow the treating physician to track recovery, assess for new symptoms, and make timely adjustments to the treatment plan without requiring the patient to travel repeatedly.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Home Care Plan -->\n        <section id=\"care-plan\" class=\"mb-12 scroll-mt-8\">\n            <div class=\"flex items-center gap-3 mb-5\">\n                <div class=\"w-8 h-8 rounded-lg bg-brand-100 flex items-center justify-center\">\n                    <i data-lucide=\"clipboard-list\" class=\"w-4 h-4 text-brand-700\"><\/i>\n                <\/div>\n                <h2 class=\"font-serif text-xl sm:text-2xl font-bold text-navy-900\">Home Care Plan by AtHomeCare<\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-xl border border-slate-200 p-5 sm:p-7 shadow-sm mb-5\">\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    The home care plan for Mrs. Sandhu was developed based on her hospital discharge summary, neurological assessment findings, and functional limitations. It involved four core components delivered by different members of the home healthcare team. Each component addressed specific aspects of her recovery.\n                <\/p>\n            <\/div>\n\n            <!-- Home Nursing -->\n            <div class=\"bg-white rounded-xl border border-slate-200 overflow-hidden shadow-sm mb-5\">\n                <div class=\"bg-brand-50 px-5 sm:px-7 py-4 border-b border-brand-100\">\n                    <div class=\"flex items-center gap-2.5\">\n                        <i data-lucide=\"heart-pulse\" class=\"w-5 h-5 text-brand-700\"><\/i>\n                        <h3 class=\"text-base font-semibold text-brand-800\">Home Nursing<\/h3>\n                    <\/div>\n                <\/div>\n                <div class=\"p-5 sm:p-7\">\n                    <p class=\"text-sm text-slate-700 leading-relaxed mb-4\">\n                        A trained <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"link-text\">home nurse<\/a> was assigned to provide skilled clinical oversight. The nurse&#8217;s role went beyond basic monitoring. In a condition like MS, where new symptoms can appear gradually and may be confused with regular fatigue or stress, having a clinically trained professional observe the patient daily is valuable.\n                    <\/p>\n                    <p class=\"text-sm text-slate-700 leading-relaxed mb-4\">\n                        The nurse monitored neurological symptoms systematically. This included tracking changes in muscle strength, sensation, balance, and bladder function. Any new or worsening symptom was documented and reported to the supervising physician for evaluation. This systematic approach ensures that a new relapse is identified early rather than being dismissed as a bad day.\n                    <\/p>\n                    <p class=\"text-sm text-slate-700 leading-relaxed mb-3\">\n                        Specific nursing responsibilities included:\n                    <\/p>\n                    <ul class=\"space-y-2 mb-4\">\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-brand-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Educating the patient about her disease-modifying medication, including dosing schedule, expected effects, and potential side effects to watch for\n                        <\/li>\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-brand-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Monitoring for medication adverse effects such as flu-like symptoms, injection site reactions, or mood changes depending on the specific DMT prescribed\n                        <\/li>\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-brand-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Assessing bladder symptoms regularly and watching for signs of urinary tract infection, which can mimic an MS relapse or trigger one\n                        <\/li>\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-brand-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Reinforcing fatigue management strategies discussed during hospitalization and helping the patient apply them to her daily routine\n                        <\/li>\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-brand-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Coordinating specialist follow-up appointments and ensuring discharge instructions were being followed\n                        <\/li>\n                    <\/ul>\n                    <p class=\"text-sm text-slate-700 leading-relaxed\">\n                        Proper <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\" class=\"link-text\">medication management<\/a> is particularly important in MS because patients are often on multiple medications. Along with the DMT, Mrs. Sandhu needed supplements for her vitamin D deficiency, medications for migraine management, and treatment for her anxiety. The nurse helped ensure these were taken correctly and monitored for interactions.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Patient Attendant -->\n            <div class=\"bg-white rounded-xl border border-slate-200 overflow-hidden shadow-sm mb-5\">\n                <div class=\"bg-slate-50 px-5 sm:px-7 py-4 border-b border-slate-200\">\n                    <div class=\"flex items-center gap-2.5\">\n                        <i data-lucide=\"user-check\" class=\"w-5 h-5 text-navy-600\"><\/i>\n                        <h3 class=\"text-base font-semibold text-navy-800\">Patient Attendant<\/h3>\n                    <\/div>\n                <\/div>\n                <div class=\"p-5 sm:p-7\">\n                    <p class=\"text-sm text-slate-700 leading-relaxed mb-4\">\n                        A <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\" class=\"link-text\">trained patient attendant<\/a> was assigned to provide daily living support and ensure safety. While the nurse focused on clinical tasks, the attendant handled the practical aspects of daily care that became challenging for Mrs. Sandhu during her recovery period.\n                    <\/p>\n                    <p class=\"text-sm text-slate-700 leading-relaxed mb-3\">\n                        The attendant&#8217;s responsibilities included:\n                    <\/p>\n                    <ul class=\"space-y-2 mb-4\">\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-navy-500 mt-0.5 flex-shrink-0\"><\/i>\n                            Assisting during community outings and outdoor walks, providing physical support on uneven surfaces\n                        <\/li>\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-navy-500 mt-0.5 flex-shrink-0\"><\/i>\n                            Encouraging energy conservation techniques during daily tasks, such as sitting while preparing light meals or using a stool during kitchen work\n                        <\/li>\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-navy-500 mt-0.5 flex-shrink-0\"><\/i>\n                            Supporting exercise adherence by reminding and accompanying the patient during prescribed home exercise sessions\n                        <\/li>\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-navy-500 mt-0.5 flex-shrink-0\"><\/i>\n                            Assisting with household tasks during fatigue episodes, stepping in when the patient needed to rest rather than push through symptoms\n                        <\/li>\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-navy-500 mt-0.5 flex-shrink-0\"><\/i>\n                            Ensuring adequate hydration, particularly during warmer weather, as heat sensitivity can worsen MS symptoms and dehydration compounds fatigue\n                        <\/li>\n                    <\/ul>\n                    <p class=\"text-sm text-slate-700 leading-relaxed\">\n                        The distinction between a trained attendant and untrained domestic help is important here. A <a href=\"https:\/\/athomecare.in\/professional-patient-care-vs-domestic-help-gurgaon\/\" class=\"link-text\">trained patient attendant<\/a> understands why certain activities must be done in specific ways, recognizes when a patient is struggling beyond normal fatigue, and knows when to escalate concerns to the nursing or medical team.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Physiotherapy -->\n            <div class=\"bg-white rounded-xl border border-slate-200 overflow-hidden shadow-sm mb-5\">\n                <div class=\"bg-brand-50 px-5 sm:px-7 py-4 border-b border-brand-100\">\n                    <div class=\"flex items-center gap-2.5\">\n                        <i data-lucide=\"footprints\" class=\"w-5 h-5 text-brand-700\"><\/i>\n                        <h3 class=\"text-base font-semibold text-brand-800\">Physiotherapy at Home<\/h3>\n                    <\/div>\n                <\/div>\n                <div class=\"p-5 sm:p-7\">\n                    <p class=\"text-sm text-slate-700 leading-relaxed mb-4\">\n                        <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"link-text\">Physiotherapy at home<\/a> formed the core of Mrs. Sandhu&#8217;s rehabilitation. The treating neurologist specifically recommended continued physiotherapy after discharge because the evidence for exercise in MS recovery is strong. Research consistently shows that targeted exercise after a relapse improves strength, mobility, balance, and overall functional recovery.\n                    <\/p>\n                    <p class=\"text-sm text-slate-700 leading-relaxed mb-3\">\n                        The physiotherapy program had clearly defined treatment goals:\n                    <\/p>\n                    <ul class=\"space-y-2 mb-4\">\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <i data-lucide=\"target\" class=\"w-4 h-4 text-brand-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Improve lower limb strength from 4\/5 back toward normal\n                        <\/li>\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <i data-lucide=\"target\" class=\"w-4 h-4 text-brand-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Reduce muscle stiffness and spasticity in both legs through stretching and range-of-motion exercises\n                        <\/li>\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <i data-lucide=\"target\" class=\"w-4 h-4 text-brand-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Improve balance and reduce fall risk through specific balance training exercises\n                        <\/li>\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <i data-lucide=\"target\" class=\"w-4 h-4 text-brand-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Increase walking endurance progressively, building from her baseline of 180 meters\n                        <\/li>\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <i data-lucide=\"target\" class=\"w-4 h-4 text-brand-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Prevent deconditioning that can occur when a patient reduces activity due to fear of falling or fatigue\n                        <\/li>\n                        <li class=\"flex items-start gap-2.5 text-sm text-slate-700\">\n                            <i data-lucide=\"target\" class=\"w-4 h-4 text-brand-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Teach energy conservation techniques that integrate exercise into daily life without causing excessive fatigue\n                        <\/li>\n                    <\/ul>\n\n                    <div class=\"alert-box alert-teal mt-4\">\n                        <div class=\"flex items-start gap-2\">\n                            <i data-lucide=\"thermometer\" class=\"w-4 h-4 text-brand-700 mt-0.5 flex-shrink-0\"><\/i>\n                            <p class=\"text-sm text-brand-800\">\n                                <strong>Heat Sensitivity Consideration:<\/strong> Mrs. Sandhu experienced heat-related symptom worsening, known as Uhthoff&#8217;s phenomenon. The physiotherapist planned sessions during cooler parts of the day and used a cooling vest during outdoor exercise. This is a practical example of how home-based therapy can be adapted to individual patient needs more easily than clinic-based programs.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Doctor Home Visit -->\n            <div class=\"bg-white rounded-xl border border-slate-200 overflow-hidden shadow-sm mb-5\">\n                <div class=\"bg-slate-50 px-5 sm:px-7 py-4 border-b border-slate-200\">\n                    <div class=\"flex items-center gap-2.5\">\n                        <i data-lucide=\"badge-check\" class=\"w-5 h-5 text-navy-600\"><\/i>\n                        <h3 class=\"text-base font-semibold text-navy-800\">Doctor Home Visit<\/h3>\n                    <\/div>\n                <\/div>\n                <div class=\"p-5 sm:p-7\">\n                    <p class=\"text-sm text-slate-700 leading-relaxed mb-4\">\n                        Regular <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"link-text\">doctor home visits<\/a> provided medical oversight without requiring Mrs. Sandhu to travel to the hospital for each follow-up. The visiting physician monitored her neurological recovery, reviewed the effectiveness and tolerability of her disease-modifying therapy, assessed for any signs of a new relapse, and evaluated her rehabilitation progress.\n                    <\/p>\n                    <p class=\"text-sm text-slate-700 leading-relaxed mb-4\">\n                        This coordination between the home doctor, the home nurse, and the physiotherapist ensured that all members of the care team were aligned. If the physiotherapist noticed a new symptom during a session, this was communicated to the nurse, who documented it and relayed it to the doctor during the next visit. This structured communication loop is a key advantage of organized home healthcare.\n                    <\/p>\n                    <p class=\"text-sm text-slate-700 leading-relaxed\">\n                        The doctor also played an important role in coordinating long-term management, including scheduling MRI reviews, neurology follow-up visits, and adjusting the overall treatment plan based on Mrs. Sandhu&#8217;s recovery trajectory.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Equipment Used -->\n            <h3 class=\"text-base font-semibold text-navy-800 mb-3 mt-6\">Equipment Used During Home Care<\/h3>\n            <div class=\"grid grid-cols-2 sm:grid-cols-3 gap-3\">\n                <div class=\"bg-white rounded-lg border border-slate-200 p-4 text-center card-hover\">\n                    <i data-lucide=\"mountain\" class=\"w-5 h-5 text-brand-600 mx-auto mb-2\"><\/i>\n                    <p class=\"text-xs font-medium text-navy-700\">Trekking Pole<\/p>\n                    <p class=\"text-[10px] text-slate-500 mt-1\">Outdoor mobility support<\/p>\n                <\/div>\n                <div class=\"bg-white rounded-lg border border-slate-200 p-4 text-center card-hover\">\n                    <i data-lucide=\"dumbbell\" class=\"w-5 h-5 text-brand-600 mx-auto mb-2\"><\/i>\n                    <p class=\"text-xs font-medium text-navy-700\">Resistance Bands<\/p>\n                    <p class=\"text-[10px] text-slate-500 mt-1\">Strengthening exercises<\/p>\n                <\/div>\n                <div class=\"bg-white rounded-lg border border-slate-200 p-4 text-center card-hover\">\n                    <i data-lucide=\"square\" class=\"w-5 h-5 text-brand-600 mx-auto mb-2\"><\/i>\n                    <p class=\"text-xs font-medium text-navy-700\">Yoga Mat<\/p>\n                    <p class=\"text-[10px] text-slate-500 mt-1\">Floor exercises and stretching<\/p>\n                <\/div>\n                <div class=\"bg-white rounded-lg border border-slate-200 p-4 text-center card-hover\">\n                    <i data-lucide=\"gauge\" class=\"w-5 h-5 text-brand-600 mx-auto mb-2\"><\/i>\n                    <p class=\"text-xs font-medium text-navy-700\">BP Monitor<\/p>\n                    <p class=\"text-[10px] text-slate-500 mt-1\">Regular vital checks<\/p>\n                <\/div>\n                <div class=\"bg-white rounded-lg border border-slate-200 p-4 text-center card-hover\">\n                    <i data-lucide=\"wind\" class=\"w-5 h-5 text-brand-600 mx-auto mb-2\"><\/i>\n                    <p class=\"text-xs font-medium text-navy-700\">Pulse Oximeter<\/p>\n                    <p class=\"text-[10px] text-slate-500 mt-1\">Oxygen saturation monitoring<\/p>\n                <\/div>\n                <div class=\"bg-white rounded-lg border border-slate-200 p-4 text-center card-hover\">\n                    <i data-lucide=\"snowflake\" class=\"w-5 h-5 text-brand-600 mx-auto mb-2\"><\/i>\n                    <p class=\"text-xs font-medium text-navy-700\">Cooling Vest<\/p>\n                    <p class=\"text-[10px] text-slate-500 mt-1\">Heat sensitivity management<\/p>\n                <\/div>\n            <\/div>\n            <p class=\"text-xs text-slate-500 mt-3\">\n                Some of this equipment was arranged through <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"link-text\">medical equipment rental<\/a> services, making it accessible without a large upfront cost. Families in Maholi, Delhi NCR, and other regions can similarly access <a href=\"https:\/\/athomecare.in\/medical-equipment-on-rent-delhi-ncr\/\" class=\"link-text\">medical equipment on rent<\/a> for home-based rehabilitation.\n            <\/p>\n\n            <!-- Daily Care Plan -->\n            <h3 class=\"text-base font-semibold text-navy-800 mb-3 mt-8\">Structured Daily Care Plan<\/h3>\n            <div class=\"bg-white rounded-xl border border-slate-200 overflow-hidden shadow-sm\">\n                <div class=\"grid sm:grid-cols-2 lg:grid-cols-4\">\n                    <div class=\"p-4 sm:p-5 border-b sm:border-b-0 sm:border-r border-slate-200\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <i data-lucide=\"sunrise\" class=\"w-4 h-4 text-amber-500\"><\/i>\n                            <span class=\"text-xs font-semibold uppercase tracking-wider text-amber-700\">Morning<\/span>\n                        <\/div>\n                        <ul class=\"space-y-2\">\n                            <li class=\"text-xs text-slate-600 flex items-start gap-1.5\">\n                                <span class=\"text-amber-400 mt-0.5\">&#8226;<\/span> Stretching exercises\n                            <\/li>\n                            <li class=\"text-xs text-slate-600 flex items-start gap-1.5\">\n                                <span class=\"text-amber-400 mt-0.5\">&#8226;<\/span> Morning medications\n                            <\/li>\n                            <li class=\"text-xs text-slate-600 flex items-start gap-1.5\">\n                                <span class=\"text-amber-400 mt-0.5\">&#8226;<\/span> Protein-rich breakfast\n                            <\/li>\n                            <li class=\"text-xs text-slate-600 flex items-start gap-1.5\">\n                                <span class=\"text-amber-400 mt-0.5\">&#8226;<\/span> Balance exercises\n                            <\/li>\n                            <li class=\"text-xs text-slate-600 flex items-start gap-1.5\">\n                                <span class=\"text-amber-400 mt-0.5\">&#8226;<\/span> Short supervised walk\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"p-4 sm:p-5 border-b lg:border-b-0 sm:border-r border-slate-200\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <i data-lucide=\"sun\" class=\"w-4 h-4 text-orange-500\"><\/i>\n                            <span class=\"text-xs font-semibold uppercase tracking-wider text-orange-700\">Afternoon<\/span>\n                        <\/div>\n                        <ul class=\"space-y-2\">\n                            <li class=\"text-xs text-slate-600 flex items-start gap-1.5\">\n                                <span class=\"text-orange-400 mt-0.5\">&#8226;<\/span> Physiotherapy session\n                            <\/li>\n                            <li class=\"text-xs text-slate-600 flex items-start gap-1.5\">\n                                <span class=\"text-orange-400 mt-0.5\">&#8226;<\/span> Occupational therapy exercises\n                            <\/li>\n                            <li class=\"text-xs text-slate-600 flex items-start gap-1.5\">\n                                <span class=\"text-orange-400 mt-0.5\">&#8226;<\/span> Nutritious lunch\n                            <\/li>\n                            <li class=\"text-xs text-slate-600 flex items-start gap-1.5\">\n                                <span class=\"text-orange-400 mt-0.5\">&#8226;<\/span> Planned rest period\n                            <\/li>\n                            <li class=\"text-xs text-slate-600 flex items-start gap-1.5\">\n                                <span class=\"text-orange-400 mt-0.5\">&#8226;<\/span> Hydration monitoring\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"p-4 sm:p-5 border-b sm:border-b-0 sm:border-r border-slate-200\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <i data-lucide=\"sunset\" class=\"w-4 h-4 text-rose-500\"><\/i>\n                            <span class=\"text-xs font-semibold uppercase tracking-wider text-rose-700\">Evening<\/span>\n                        <\/div>\n                        <ul class=\"space-y-2\">\n                            <li class=\"text-xs text-slate-600 flex items-start gap-1.5\">\n                                <span class=\"text-rose-400 mt-0.5\">&#8226;<\/span> Strengthening exercises\n                            <\/li>\n                            <li class=\"text-xs text-slate-600 flex items-start gap-1.5\">\n                                <span class=\"text-rose-400 mt-0.5\">&#8226;<\/span> Relaxation techniques\n                            <\/li>\n                            <li class=\"text-xs text-slate-600 flex items-start gap-1.5\">\n                                <span class=\"text-rose-400 mt-0.5\">&#8226;<\/span> Family walk\n                            <\/li>\n                            <li class=\"text-xs text-slate-600 flex items-start gap-1.5\">\n                                <span class=\"text-rose-400 mt-0.5\">&#8226;<\/span> Cooling measures if needed\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"p-4 sm:p-5\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <i data-lucide=\"moon\" class=\"w-4 h-4 text-indigo-500\"><\/i>\n                            <span class=\"text-xs font-semibold uppercase tracking-wider text-indigo-700\">Night<\/span>\n                        <\/div>\n                        <ul class=\"space-y-2\">\n                            <li class=\"text-xs text-slate-600 flex items-start gap-1.5\">\n                                <span class=\"text-indigo-400 mt-0.5\">&#8226;<\/span> Evening medications\n                            <\/li>\n                            <li class=\"text-xs text-slate-600 flex items-start gap-1.5\">\n                                <span class=\"text-indigo-400 mt-0.5\">&#8226;<\/span> Gentle stretching\n                            <\/li>\n                            <li class=\"text-xs text-slate-600 flex items-start gap-1.5\">\n                                <span class=\"text-indigo-400 mt-0.5\">&#8226;<\/span> Sleep hygiene routine\n                            <\/li>\n                            <li class=\"text-xs text-slate-600 flex items-start gap-1.5\">\n                                <span class=\"text-indigo-400 mt-0.5\">&#8226;<\/span> Symptom diary update\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Risks Monitored -->\n        <section class=\"mb-12\">\n            <div class=\"bg-white rounded-xl border border-slate-200 p-5 sm:p-7 shadow-sm\">\n                <h3 class=\"text-base font-semibold text-navy-800 mb-4 flex items-center gap-2\">\n                    <i data-lucide=\"shield-alert\" class=\"w-5 h-5 text-red-500\"><\/i>\n                    Risks Actively Monitored During Home Care\n                <\/h3>\n                <div class=\"grid sm:grid-cols-2 gap-3\">\n                    <div class=\"flex items-center gap-2.5 p-3 bg-red-50 rounded-lg\">\n                        <i data-lucide=\"alert-circle\" class=\"w-4 h-4 text-red-600 flex-shrink-0\"><\/i>\n                        <span class=\"text-sm text-red-800\">MS relapse (new or worsening symptoms)<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-2.5 p-3 bg-red-50 rounded-lg\">\n                        <i data-lucide=\"alert-circle\" class=\"w-4 h-4 text-red-600 flex-shrink-0\"><\/i>\n                        <span class=\"text-sm text-red-800\">Falls due to balance impairment<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-2.5 p-3 bg-amber-50 rounded-lg\">\n                        <i data-lucide=\"alert-circle\" class=\"w-4 h-4 text-amber-600 flex-shrink-0\"><\/i>\n                        <span class=\"text-sm text-amber-800\">Muscle spasticity progression<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-2.5 p-3 bg-amber-50 rounded-lg\">\n                        <i data-lucide=\"alert-circle\" class=\"w-4 h-4 text-amber-600 flex-shrink-0\"><\/i>\n                        <span class=\"text-sm text-amber-800\">Fatigue-related injuries<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-2.5 p-3 bg-amber-50 rounded-lg\">\n                        <i data-lucide=\"alert-circle\" class=\"w-4 h-4 text-amber-600 flex-shrink-0\"><\/i>\n                        <span class=\"text-sm text-amber-800\">Urinary tract infection<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-2.5 p-3 bg-amber-50 rounded-lg\">\n                        <i data-lucide=\"alert-circle\" class=\"w-4 h-4 text-amber-600 flex-shrink-0\"><\/i>\n                        <span class=\"text-sm text-amber-800\">Reduced mobility from disuse<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-2.5 p-3 bg-yellow-50 rounded-lg\">\n                        <i data-lucide=\"alert-circle\" class=\"w-4 h-4 text-yellow-600 flex-shrink-0\"><\/i>\n                        <span class=\"text-sm text-yellow-800\">Depression or emotional worsening<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-2.5 p-3 bg-yellow-50 rounded-lg\">\n                        <i data-lucide=\"alert-circle\" class=\"w-4 h-4 text-yellow-600 flex-shrink-0\"><\/i>\n                        <span class=\"text-sm text-yellow-800\">Medication adverse effects<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-2.5 p-3 bg-yellow-50 rounded-lg\">\n                        <i data-lucide=\"alert-circle\" class=\"w-4 h-4 text-yellow-600 flex-shrink-0\"><\/i>\n                        <span class=\"text-sm text-yellow-800\">Heat-related symptom worsening<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-2.5 p-3 bg-yellow-50 rounded-lg\">\n                        <i data-lucide=\"alert-circle\" class=\"w-4 h-4 text-yellow-600 flex-shrink-0\"><\/i>\n                        <span class=\"text-sm text-yellow-800\">Functional decline in daily activities<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Recovery Timeline -->\n        <section id=\"timeline\" class=\"mb-12 scroll-mt-8\">\n            <div class=\"flex items-center gap-3 mb-5\">\n                <div class=\"w-8 h-8 rounded-lg bg-brand-100 flex items-center justify-center\">\n                    <i data-lucide=\"calendar-clock\" class=\"w-4 h-4 text-brand-700\"><\/i>\n                <\/div>\n                <h2 class=\"font-serif text-xl sm:text-2xl font-bold text-navy-900\">Recovery Timeline<\/h2>\n            <\/div>\n\n            <div class=\"relative pl-10 sm:pl-12 space-y-8\">\n                <div class=\"timeline-line\"><\/div>\n\n                <!-- Day 1 -->\n                <div class=\"relative\">\n                    <div class=\"timeline-dot\" style=\"top: 0.35rem;\"><\/div>\n                    <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm card-hover\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <span class=\"text-xs font-semibold bg-brand-100 text-brand-800 px-2.5 py-0.5 rounded-full\">Day 1<\/span>\n                            <span class=\"text-xs text-slate-500\">Discharge to Home<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-slate-700 leading-relaxed mb-2\">\n                            Mrs. Sandhu arrived home after 8 days in the hospital. The home nursing team conducted an initial assessment, reviewing the discharge summary and verifying all medications. The patient was able to walk indoors independently but used a trekking pole for outdoor movement. Her walking endurance was approximately 180 meters.\n                        <\/p>\n                        <p class=\"text-sm text-slate-600\">\n                            <strong>Nursing intervention:<\/strong> Baseline vital signs recorded. Symptom diary initiated. First dose of disease-modifying therapy administered under supervision. Husband and sister received initial orientation about the daily schedule and <a href=\"https:\/\/athomecare.in\/warning-signs-emergency-response-elderly\/\" class=\"link-text\">warning signs requiring immediate attention<\/a>.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Day 3 -->\n                <div class=\"relative\">\n                    <div class=\"timeline-dot\" style=\"top: 0.35rem;\"><\/div>\n                    <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm card-hover\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <span class=\"text-xs font-semibold bg-brand-100 text-brand-800 px-2.5 py-0.5 rounded-full\">Day 3<\/span>\n                            <span class=\"text-xs text-slate-500\">Routine Establishing<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-slate-700 leading-relaxed mb-2\">\n                            The daily care plan began taking shape. Morning stretching and balance exercises were introduced at a gentle pace. The physiotherapist conducted a detailed baseline assessment of strength, range of motion, and balance. Mrs. Sandhu reported that the structured routine gave her a sense of control, which helped reduce her anxiety.\n                        <\/p>\n                        <p class=\"text-sm text-slate-600\">\n                            <strong>Family observation:<\/strong> Her husband noted that she seemed more confident when someone was present during her walks. The attendant began accompanying her for short outdoor walks in the evening.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Week 1 -->\n                <div class=\"relative\">\n                    <div class=\"timeline-dot\" style=\"top: 0.35rem;\"><\/div>\n                    <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm card-hover\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <span class=\"text-xs font-semibold bg-brand-100 text-brand-800 px-2.5 py-0.5 rounded-full\">Week 1<\/span>\n                            <span class=\"text-xs text-slate-500\">Early Adaptation<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-slate-700 leading-relaxed mb-2\">\n                            Physiotherapy sessions became more structured. Resistance band exercises for lower limb strengthening were added. The nurse educated the family about heat sensitivity, explaining why Mrs. Sandhu&#8217;s symptoms seemed worse on warmer afternoons. The cooling vest was introduced for outdoor activities.\n                        <\/p>\n                        <p class=\"text-sm text-slate-600\">\n                            <strong>Doctor review:<\/strong> The visiting physician assessed neurological status. No new symptoms were detected. Vitamin D supplementation was confirmed to be on track. The doctor discussed the importance of adhering to the DMT and addressed Mrs. Sandhu&#8217;s questions about long-term prognosis.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Week 2 -->\n                <div class=\"relative\">\n                    <div class=\"timeline-dot\" style=\"top: 0.35rem;\"><\/div>\n                    <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm card-hover\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <span class=\"text-xs font-semibold bg-brand-200 text-brand-900 px-2.5 py-0.5 rounded-full\">Week 2<\/span>\n                            <span class=\"text-xs text-slate-500\">Gradual Progress<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-slate-700 leading-relaxed mb-2\">\n                            Walking endurance improved noticeably. Mrs. Sandhu could walk approximately 300 meters with the trekking pole, up from 180 meters at discharge. Muscle stiffness in the legs reduced with consistent stretching. She began attempting stairs with the attendant standing nearby for safety.\n                        <\/p>\n                        <p class=\"text-sm text-slate-600\">\n                            <strong>Patient response:<\/strong> Mrs. Sandhu reported that fatigue was still her biggest challenge, but the planned rest periods in the afternoon were helping. She started using a symptom diary consistently, which helped her and the care team identify patterns in her energy levels throughout the day.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Week 4 -->\n                <div class=\"relative\">\n                    <div class=\"timeline-dot\" style=\"top: 0.35rem;\"><\/div>\n                    <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm card-hover\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <span class=\"text-xs font-semibold bg-brand-200 text-brand-900 px-2.5 py-0.5 rounded-full\">Week 4<\/span>\n                            <span class=\"text-xs text-slate-500\">Meanful Functional Gains<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-slate-700 leading-relaxed mb-2\">\n                            Lower limb strength had improved. Walking endurance reached approximately 450 meters. Mrs. Sandhu began reducing her reliance on the trekking pole for shorter indoor distances. Balance exercises showed measurable improvement. She resumed light computer-based HR work from home during her higher-energy morning hours.\n                        <\/p>\n                        <p class=\"text-sm text-slate-600\">\n                            <strong>Nursing intervention:<\/strong> The nurse noted that bladder urgency symptoms had not worsened, which was a positive sign. Medication side effects were minimal. The nurse reinforced the importance of not stopping the DMT even when feeling better, as these medications work preventively.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Month 2 -->\n                <div class=\"relative\">\n                    <div class=\"timeline-dot\" style=\"top: 0.35rem;\"><\/div>\n                    <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm card-hover\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <span class=\"text-xs font-semibold bg-brand-300 text-brand-900 px-2.5 py-0.5 rounded-full\">Month 2<\/span>\n                            <span class=\"text-xs text-slate-500\">Returning to Normalcy<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-slate-700 leading-relaxed mb-2\">\n                            Mrs. Sandhu transitioned to full-time remote work. Her walking endurance continued to improve, reaching approximately 600 meters. She no longer needed the trekking pole for indoor movement and used it only occasionally during longer outdoor walks. Fatigue episodes became less frequent as energy conservation techniques became habitual.\n                        <\/p>\n                        <p class=\"text-sm text-slate-600\">\n                            <strong>Doctor review:<\/strong> Neurological assessment showed continued improvement. Lower limb strength was graded at 5-\/5, meaning nearly normal with minimal detectable weakness. The doctor discussed the plan for gradually reintroducing office visits and coordinated with the neurologist for a follow-up MRI at the appropriate interval.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Month 3 -->\n                <div class=\"relative\">\n                    <div class=\"timeline-dot\" style=\"top: 0.35rem;\"><\/div>\n                    <div class=\"bg-white rounded-xl border border-brand-200 p-5 shadow-sm card-hover bg-brand-50\/30\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <span class=\"text-xs font-semibold bg-brand-700 text-white px-2.5 py-0.5 rounded-full\">Month 3<\/span>\n                            <span class=\"text-xs text-brand-700 font-medium\">12-Week Outcome<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-slate-700 leading-relaxed mb-2\">\n                            Walking endurance reached 720 meters with only occasional trekking pole use outdoors. Lower limb strength improved from 4\/5 to 5-\/5. Balance improved significantly, reducing fall risk. Mrs. Sandhu resumed full-time remote HR responsibilities and began gradual office visits. No further relapses or hospital admissions occurred during the entire 12-week period.\n                        <\/p>\n                        <p class=\"text-sm text-slate-600\">\n                            <strong>Overall assessment:<\/strong> The patient&#8217;s confidence in daily activities had improved significantly. Her anxiety about future relapses reduced, though it had not completely resolved. The care team discussed transitioning to a maintenance phase with reduced visit frequency while continuing self-management strategies.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Clinical Evidence -->\n        <section id=\"clinical-evidence\" class=\"mb-12 scroll-mt-8\">\n            <div class=\"flex items-center gap-3 mb-5\">\n                <div class=\"w-8 h-8 rounded-lg bg-brand-100 flex items-center justify-center\">\n                    <i data-lucide=\"bar-chart-3\" class=\"w-4 h-4 text-brand-700\"><\/i>\n                <\/div>\n                <h2 class=\"font-serif text-xl sm:text-2xl font-bold text-navy-900\">Clinical Evidence<\/h2>\n            <\/div>\n\n            <!-- Functional Status Comparison -->\n            <h3 class=\"text-base font-semibold text-navy-800 mb-3\">Functional Status: Discharge vs 12 Weeks<\/h3>\n            <div class=\"bg-white rounded-xl border border-slate-200 overflow-hidden shadow-sm mb-6\">\n                <div class=\"overflow-x-auto\">\n                    <table class=\"w-full clinical-table min-w-[500px]\">\n                        <thead>\n                            <tr>\n                                <th>Parameter<\/th>\n                                <th>At Discharge<\/th>\n                                <th>At 12 Weeks<\/th>\n                                <th>Change<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td class=\"font-medium text-navy-700\">Walking Endurance<\/td>\n                                <td>180 meters (with pole)<\/td>\n                                <td>720 meters (occasional pole)<\/td>\n                                <td><span class=\"text-green-700 font-medium\">+300%<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium text-navy-700\">Lower Limb Strength<\/td>\n                                <td>4\/5<\/td>\n                                <td>5-\/5<\/td>\n                                <td><span class=\"text-green-700 font-medium\">Improved<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium text-navy-700\">Indoor Mobility<\/td>\n                                <td>Independent<\/td>\n                                <td>Independent (no aid)<\/td>\n                                <td><span class=\"text-green-700 font-medium\">Improved<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium text-navy-700\">Balance<\/td>\n                                <td>Impaired tandem walk<\/td>\n                                <td>Improved, reduced fall risk<\/td>\n                                <td><span class=\"text-green-700 font-medium\">Improved<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium text-navy-700\">Muscle Stiffness<\/td>\n                                <td>Mild spasticity both legs<\/td>\n                                <td>Reduced with stretching<\/td>\n                                <td><span class=\"text-green-700 font-medium\">Reduced<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium text-navy-700\">Fatigue<\/td>\n                                <td>Frequent episodes<\/td>\n                                <td>Less frequent with management<\/td>\n                                <td><span class=\"text-green-700 font-medium\">Improved<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium text-navy-700\">Work Status<\/td>\n                                <td>On leave<\/td>\n                                <td>Full-time remote + office visits<\/td>\n                                <td><span class=\"text-green-700 font-medium\">Resumed<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium text-navy-700\">MS Relapses<\/td>\n                                <td>Active relapse at admission<\/td>\n                                <td>No relapses during 12 weeks<\/td>\n                                <td><span class=\"text-green-700 font-medium\">Stable<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium text-navy-700\">Hospital Readmissions<\/td>\n                                <td>N\/A<\/td>\n                                <td>None<\/td>\n                                <td><span class=\"text-green-700 font-medium\">None<\/span><\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n\n            <!-- Visual Progress Bars -->\n            <h3 class=\"text-base font-semibold text-navy-800 mb-3\">Recovery Progress Indicators<\/h3>\n            <div class=\"bg-white rounded-xl border border-slate-200 p-5 sm:p-7 shadow-sm mb-6\">\n                <div class=\"space-y-5\">\n                    <div>\n                        <div class=\"flex justify-between items-center mb-1.5\">\n                            <span class=\"text-sm font-medium text-navy-700\">Walking Endurance<\/span>\n                            <span class=\"text-xs text-slate-500\">180m to 720m<\/span>\n                        <\/div>\n                        <div class=\"progress-bar\">\n                            <div class=\"progress-fill bg-brand-600\" style=\"width: 90%\"><\/div>\n                        <\/div>\n                    <\/div>\n                    <div>\n                        <div class=\"flex justify-between items-center mb-1.5\">\n                            <span class=\"text-sm font-medium text-navy-700\">Lower Limb Strength<\/span>\n                            <span class=\"text-xs text-slate-500\">4\/5 to 5-\/5<\/span>\n                        <\/div>\n                        <div class=\"progress-bar\">\n                            <div class=\"progress-fill bg-brand-500\" style=\"width: 85%\"><\/div>\n                        <\/div>\n                    <\/div>\n                    <div>\n                        <div class=\"flex justify-between items-center mb-1.5\">\n                            <span class=\"text-sm font-medium text-navy-700\">Balance Improvement<\/span>\n                            <span class=\"text-xs text-slate-500\">Significant progress<\/span>\n                        <\/div>\n                        <div class=\"progress-bar\">\n                            <div class=\"progress-fill bg-brand-400\" style=\"width: 80%\"><\/div>\n                        <\/div>\n                    <\/div>\n                    <div>\n                        <div class=\"flex justify-between items-center mb-1.5\">\n                            <span class=\"text-sm font-medium text-navy-700\">Fatigue Management<\/span>\n                            <span class=\"text-xs text-slate-500\">Episodes less frequent<\/span>\n                        <\/div>\n                        <div class=\"progress-bar\">\n                            <div class=\"progress-fill bg-teal-400\" style=\"width: 75%\"><\/div>\n                        <\/div>\n                    <\/div>\n                    <div>\n                        <div class=\"flex justify-between items-center mb-1.5\">\n                            <span class=\"text-sm font-medium text-navy-700\">Work Functionality<\/span>\n                            <span class=\"text-xs text-slate-500\">Full-time resumed<\/span>\n                        <\/div>\n                        <div class=\"progress-bar\">\n                            <div class=\"progress-fill bg-teal-500\" style=\"width: 95%\"><\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- ADL Assessment -->\n            <h3 class=\"text-base font-semibold text-navy-800 mb-3\">Activities of Daily Living Assessment<\/h3>\n            <div class=\"grid sm:grid-cols-2 gap-4\">\n                <div class=\"bg-white rounded-xl border border-green-200 p-5 shadow-sm\">\n                    <h4 class=\"text-xs font-semibold uppercase tracking-wider text-green-700 mb-3 flex items-center gap-2\">\n                        <i data-lucide=\"check\" class=\"w-4 h-4\"><\/i>\n                        Independent\n                    <\/h4>\n                    <ul class=\"space-y-2\">\n                        <li class=\"text-sm text-slate-700 flex items-center gap-2\">\n                            <i data-lucide=\"circle-check\" class=\"w-3.5 h-3.5 text-green-500 flex-shrink-0\"><\/i>\n                            Bathing\n                        <\/li>\n                        <li class=\"text-sm text-slate-700 flex items-center gap-2\">\n                            <i data-lucide=\"circle-check\" class=\"w-3.5 h-3.5 text-green-500 flex-shrink-0\"><\/i>\n                            Dressing\n                        <\/li>\n                        <li class=\"text-sm text-slate-700 flex items-center gap-2\">\n                            <i data-lucide=\"circle-check\" class=\"w-3.5 h-3.5 text-green-500 flex-shrink-0\"><\/i>\n                            Toileting\n                        <\/li>\n                        <li class=\"text-sm text-slate-700 flex items-center gap-2\">\n                            <i data-lucide=\"circle-check\" class=\"w-3.5 h-3.5 text-green-500 flex-shrink-0\"><\/i>\n                            Eating\n                        <\/li>\n                        <li class=\"text-sm text-slate-700 flex items-center gap-2\">\n                            <i data-lucide=\"circle-check\" class=\"w-3.5 h-3.5 text-green-500 flex-shrink-0\"><\/i>\n                            Communication\n                        <\/li>\n                        <li class=\"text-sm text-slate-700 flex items-center gap-2\">\n                            <i data-lucide=\"circle-check\" class=\"w-3.5 h-3.5 text-green-500 flex-shrink-0\"><\/i>\n                            Computer work\n                        <\/li>\n                        <li class=\"text-sm text-slate-700 flex items-center gap-2\">\n                            <i data-lucide=\"circle-check\" class=\"w-3.5 h-3.5 text-green-500 flex-shrink-0\"><\/i>\n                            Medication self-administration\n                        <\/li>\n                        <li class=\"text-sm text-slate-700 flex items-center gap-2\">\n                            <i data-lucide=\"circle-check\" class=\"w-3.5 h-3.5 text-green-500 flex-shrink-0\"><\/i>\n                            Decision-making\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"bg-white rounded-xl border border-amber-200 p-5 shadow-sm\">\n                    <h4 class=\"text-xs font-semibold uppercase tracking-wider text-amber-700 mb-3 flex items-center gap-2\">\n                        <i data-lucide=\"alert-triangle\" class=\"w-4 h-4\"><\/i>\n                        Required Assistance\n                    <\/h4>\n                    <ul class=\"space-y-2\">\n                        <li class=\"text-sm text-slate-700 flex items-center gap-2\">\n                            <i data-lucide=\"circle-alert\" class=\"w-3.5 h-3.5 text-amber-500 flex-shrink-0\"><\/i>\n                            Long-distance walking\n                        <\/li>\n                        <li class=\"text-sm text-slate-700 flex items-center gap-2\">\n                            <i data-lucide=\"circle-alert\" class=\"w-3.5 h-3.5 text-amber-500 flex-shrink-0\"><\/i>\n                            Heavy household cleaning\n                        <\/li>\n                        <li class=\"text-sm text-slate-700 flex items-center gap-2\">\n                            <i data-lucide=\"circle-alert\" class=\"w-3.5 h-3.5 text-amber-500 flex-shrink-0\"><\/i>\n                            Grocery shopping\n                        <\/li>\n                        <li class=\"text-sm text-slate-700 flex items-center gap-2\">\n                            <i data-lucide=\"circle-alert\" class=\"w-3.5 h-3.5 text-amber-500 flex-shrink-0\"><\/i>\n                            Carrying heavy objects\n                        <\/li>\n                        <li class=\"text-sm text-slate-700 flex items-center gap-2\">\n                            <i data-lucide=\"circle-alert\" class=\"w-3.5 h-3.5 text-amber-500 flex-shrink-0\"><\/i>\n                            Fatigue management planning\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Medical Authority -->\n        <section id=\"authority\" class=\"mb-12 scroll-mt-8\">\n            <div class=\"flex items-center gap-3 mb-5\">\n                <div class=\"w-8 h-8 rounded-lg bg-brand-100 flex items-center justify-center\">\n                    <i data-lucide=\"shield-check\" class=\"w-4 h-4 text-brand-700\"><\/i>\n                <\/div>\n                <h2 class=\"font-serif text-xl sm:text-2xl font-bold text-navy-900\">Medical Authority<\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-xl border border-slate-200 overflow-hidden shadow-sm\">\n                <div class=\"p-5 sm:p-7\">\n                    <div class=\"flex flex-col sm:flex-row gap-5\">\n                        <div class=\"flex-shrink-0\">\n                            <img decoding=\"async\" src=\"https:\/\/athomecare.in\/wp-content\/uploads\/2026\/01\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png\" alt=\"Dr. Ekta Fageriya, MBBS - Geriatric Medicine Specialist\" class=\"w-24 h-24 sm:w-28 sm:h-28 rounded-xl object-cover border border-slate-200\">\n                        <\/div>\n                        <div class=\"flex-1\">\n                            <h3 class=\"text-lg font-semibold text-navy-900 mb-1\">Dr. Ekta Fageriya, MBBS<\/h3>\n                            <p class=\"text-sm text-brand-700 font-medium mb-3\">Specialization: Geriatric Medicine<\/p>\n                            <div class=\"grid grid-cols-2 gap-x-6 gap-y-2 mb-4\">\n                                <div>\n                                    <span class=\"text-xs text-slate-500\">RMC Registration No.<\/span>\n                                    <p class=\"text-sm font-medium text-navy-800\">44780<\/p>\n                                <\/div>\n                                <div>\n                                    <span class=\"text-xs text-slate-500\">Clinical Experience<\/span>\n                                    <p class=\"text-sm font-medium text-navy-800\">7 Years<\/p>\n                                <\/div>\n                            <\/div>\n                            <p class=\"text-sm text-slate-600 leading-relaxed\">\n                                This case study has been reviewed for medical accuracy and clinical appropriateness. The content reflects evidence-based practices in Multiple Sclerosis rehabilitation and home healthcare management.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                \n        <\/section>\n\n        <!-- Supporting Clinical Documents -->\n        <section class=\"mb-12\">\n            <div class=\"flex items-center gap-3 mb-5\">\n                <div class=\"w-8 h-8 rounded-lg bg-brand-100 flex items-center justify-center\">\n                    <i data-lucide=\"file-text\" class=\"w-4 h-4 text-brand-700\"><\/i>\n                <\/div>\n                <h2 class=\"font-serif text-xl sm:text-2xl font-bold text-navy-900\">Supporting Clinical Documents<\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-xl border border-slate-200 p-5 sm:p-7 shadow-sm\">\n                <p class=\"text-sm text-slate-700 leading-relaxed mb-4\">\n                    The following clinical documents formed the basis of this case study. Specific patient-identifying details have been excluded to maintain privacy. All clinical decisions described in this document were based on the findings recorded in these records.\n                <\/p>\n                <div class=\"grid sm:grid-cols-2 gap-3\">\n                    <div class=\"flex items-center gap-3 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"file-check\" class=\"w-4 h-4 text-brand-600 flex-shrink-0\"><\/i>\n                        <span class=\"text-sm text-navy-700\">Hospital Discharge Summary<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-3 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"file-check\" class=\"w-4 h-4 text-brand-600 flex-shrink-0\"><\/i>\n                        <span class=\"text-sm text-navy-700\">MRI Brain Report<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-3 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"file-check\" class=\"w-4 h-4 text-brand-600 flex-shrink-0\"><\/i>\n                        <span class=\"text-sm text-navy-700\">MRI Cervical Spine Report<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-3 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"file-check\" class=\"w-4 h-4 text-brand-600 flex-shrink-0\"><\/i>\n                        <span class=\"text-sm text-navy-700\">CSF Analysis Report<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-3 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"file-check\" class=\"w-4 h-4 text-brand-600 flex-shrink-0\"><\/i>\n                        <span class=\"text-sm text-navy-700\">Visual Evoked Potential Report<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-3 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"file-check\" class=\"w-4 h-4 text-brand-600 flex-shrink-0\"><\/i>\n                        <span class=\"text-sm text-navy-700\">Neurological Functional Assessment<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-3 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"file-check\" class=\"w-4 h-4 text-brand-600 flex-shrink-0\"><\/i>\n                        <span class=\"text-sm text-navy-700\">Prescription and Medication Records<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-3 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"file-check\" class=\"w-4 h-4 text-brand-600 flex-shrink-0\"><\/i>\n                        <span class=\"text-sm text-navy-700\">Home Care Progress Notes<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Recovery Outcome -->\n        <section id=\"outcome\" class=\"mb-12 scroll-mt-8\">\n            <div class=\"flex items-center gap-3 mb-5\">\n                <div class=\"w-8 h-8 rounded-lg bg-brand-100 flex items-center justify-center\">\n                    <i data-lucide=\"trending-up\" class=\"w-4 h-4 text-brand-700\"><\/i>\n                <\/div>\n                <h2 class=\"font-serif text-xl sm:text-2xl font-bold text-navy-900\">Recovery Outcome at 12 Weeks<\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-xl border border-slate-200 p-5 sm:p-7 shadow-sm mb-5\">\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    After twelve weeks of structured multidisciplinary home rehabilitation, Mrs. Sandhu achieved meaningful improvements across multiple domains. It is important to note that recovery in MS is different from recovery in conditions like stroke or fracture. In MS, the goal is to maximize recovery from the current relapse while recognizing that the underlying condition is chronic and requires ongoing management.\n                <\/p>\n            <\/div>\n\n            <div class=\"grid sm:grid-cols-2 gap-4 mb-5\">\n                <div class=\"bg-green-50 rounded-xl border border-green-200 p-5\">\n                    <h4 class=\"text-sm font-semibold text-green-800 mb-3\">Areas of Improvement<\/h4>\n                    <ul class=\"space-y-2.5\">\n                        <li class=\"flex items-start gap-2 text-sm text-green-900\">\n                            <i data-lucide=\"arrow-up-right\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Walking endurance increased from 180m to 720m\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-green-900\">\n                            <i data-lucide=\"arrow-up-right\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Lower limb strength improved from 4\/5 to 5-\/5\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-green-900\">\n                            <i data-lucide=\"arrow-up-right\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Fatigue became less frequent and more manageable\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-green-900\">\n                            <i data-lucide=\"arrow-up-right\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Balance improved, reducing fall risk\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-green-900\">\n                            <i data-lucide=\"arrow-up-right\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Full-time work resumed (remote and office)\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-green-900\">\n                            <i data-lucide=\"arrow-up-right\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                            No relapses or hospital readmissions\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-green-900\">\n                            <i data-lucide=\"arrow-up-right\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Confidence in daily activities significantly improved\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"bg-amber-50 rounded-xl border border-amber-200 p-5\">\n                    <h4 class=\"text-sm font-semibold text-amber-800 mb-3\">Remaining Challenges<\/h4>\n                    <ul class=\"space-y-2.5\">\n                        <li class=\"flex items-start gap-2 text-sm text-amber-900\">\n                            <i data-lucide=\"minus\" class=\"w-4 h-4 text-amber-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Mild residual lower limb weakness (5-\/5)\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-amber-900\">\n                            <i data-lucide=\"minus\" class=\"w-4 h-4 text-amber-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Occasional numbness in right hand\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-amber-900\">\n                            <i data-lucide=\"minus\" class=\"w-4 h-4 text-amber-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Heat sensitivity persists (lifelong consideration)\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-amber-900\">\n                            <i data-lucide=\"minus\" class=\"w-4 h-4 text-amber-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Mild anxiety about future relapses\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-amber-900\">\n                            <i data-lucide=\"minus\" class=\"w-4 h-4 text-amber-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Still needs assistance with heavy household tasks\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-amber-900\">\n                            <i data-lucide=\"minus\" class=\"w-4 h-4 text-amber-600 mt-0.5 flex-shrink-0\"><\/i>\n                            Long-term DMT adherence requires ongoing support\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"alert-box alert-teal\">\n                <div class=\"flex items-start gap-2\">\n                    <i data-lucide=\"info\" class=\"w-4 h-4 text-brand-700 mt-0.5 flex-shrink-0\"><\/i>\n                    <p class=\"text-sm text-brand-800\">\n                        <strong>Long-Term Perspective:<\/strong> MS is a lifelong condition. The 12-week outcome represents recovery from this particular relapse, not a cure. Mrs. Sandhu will need ongoing neurology follow-up, continued DMT, periodic MRI monitoring, and maintenance exercises. Home healthcare played a critical role in bridging the gap between hospital discharge and independent self-management. Families in Maholi, Delhi NCR, and other regions should understand that <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"link-text\">patient care services<\/a> at home can provide this bridge effectively for many chronic conditions.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Family Education -->\n        <section class=\"mb-12\">\n            <div class=\"flex items-center gap-3 mb-5\">\n                <div class=\"w-8 h-8 rounded-lg bg-brand-100 flex items-center justify-center\">\n                    <i data-lucide=\"graduation-cap\" class=\"w-4 h-4 text-brand-700\"><\/i>\n                <\/div>\n                <h2 class=\"font-serif text-xl sm:text-2xl font-bold text-navy-900\">Family Education Provided<\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-xl border border-slate-200 p-5 sm:p-7 shadow-sm\">\n                <p class=\"text-sm text-slate-700 leading-relaxed mb-4\">\n                    Educating the family was a continuous process throughout the 12 weeks. Mrs. Sandhu&#8217;s husband and sister were taught the following key points, which are relevant for any family caring for someone with MS at home.\n                <\/p>\n                <div class=\"grid sm:grid-cols-2 gap-4\">\n                    <div class=\"p-4 bg-slate-50 rounded-lg\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <i data-lucide=\"eye\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                            <span class=\"text-sm font-semibold text-navy-800\">Recognizing Relapse Signs<\/span>\n                        <\/div>\n                        <p class=\"text-xs text-slate-600 leading-relaxed\">\n                            New weakness, vision changes, numbness, or worsening balance that lasts more than 24 hours and is not related to heat or fatigue should be reported to the doctor immediately. These may indicate a new relapse requiring medical evaluation.\n                        <\/p>\n                    <\/div>\n                    <div class=\"p-4 bg-slate-50 rounded-lg\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <i data-lucide=\"dumbbell\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                            <span class=\"text-sm font-semibold text-navy-800\">Exercise Balance<\/span>\n                        <\/div>\n                        <p class=\"text-xs text-slate-600 leading-relaxed\">\n                            Regular exercise is essential but overexertion can worsen fatigue. The family learned to encourage activity while respecting the patient&#8217;s limits and ensuring rest periods are built into the day.\n                        <\/p>\n                    <\/div>\n                    <div class=\"p-4 bg-slate-50 rounded-lg\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <i data-lucide=\"thermometer-sun\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                            <span class=\"text-sm font-semibold text-navy-800\">Heat Management<\/span>\n                        <\/div>\n                        <p class=\"text-xs text-slate-600 leading-relaxed\">\n                            Activities should be planned during cooler parts of the day. Air conditioning, cooling vests, and cold drinks help minimize heat-related symptom worsening. This is a temporary effect and does not indicate permanent damage.\n                        <\/p>\n                    <\/div>\n                    <div class=\"p-4 bg-slate-50 rounded-lg\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <i data-lucide=\"pill\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                            <span class=\"text-sm font-semibold text-navy-800\">Medication Adherence<\/span>\n                        <\/div>\n                        <p class=\"text-xs text-slate-600 leading-relaxed\">\n                            Disease-modifying therapies must be taken consistently even when the patient feels well. The family learned to monitor for side effects and ensure medications are never stopped without consulting the neurologist.\n                        <\/p>\n                    <\/div>\n                    <div class=\"p-4 bg-slate-50 rounded-lg\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <i data-lucide=\"droplets\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                            <span class=\"text-sm font-semibold text-navy-800\">Hydration and Nutrition<\/span>\n                        <\/div>\n                        <p class=\"text-xs text-slate-600 leading-relaxed\">\n                            Adequate fluid intake supports bladder health and reduces fatigue risk. A balanced diet with sufficient protein supports muscle recovery. Vitamin D supplementation is particularly important in MS.\n                        <\/p>\n                    <\/div>\n                    <div class=\"p-4 bg-slate-50 rounded-lg\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <i data-lucide=\"shield\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                            <span class=\"text-sm font-semibold text-navy-800\">Fall Prevention<\/span>\n                        <\/div>\n                        <p class=\"text-xs text-slate-600 leading-relaxed\">\n                            Keeping walking areas free from obstacles, ensuring adequate lighting, using non-slip mats in bathrooms, and providing support on stairs are simple measures that significantly reduce fall risk at home.\n                        <\/p>\n                    <\/div>\n                    <div class=\"p-4 bg-slate-50 rounded-lg\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <i data-lucide=\"heart\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                            <span class=\"text-sm font-semibold text-navy-800\">Emotional Well-being<\/span>\n                        <\/div>\n                        <p class=\"text-xs text-slate-600 leading-relaxed\">\n                            Stress and anxiety can worsen MS symptoms. The family was encouraged to provide emotional support, avoid being overprotective, and seek professional help if signs of depression appeared.\n                        <\/p>\n                    <\/div>\n                    <div class=\"p-4 bg-slate-50 rounded-lg\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <i data-lucide=\"calendar-check\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                            <span class=\"text-sm font-semibold text-navy-800\">Follow-up Compliance<\/span>\n                        <\/div>\n                        <p class=\"text-xs text-slate-600 leading-relaxed\">\n                            Attending all scheduled neurology follow-up visits and MRI reviews is non-negotiable. These appointments allow the neurologist to assess disease activity and adjust treatment as needed.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Key Clinical Learnings -->\n        <section id=\"learnings\" class=\"mb-12 scroll-mt-8\">\n            <div class=\"flex items-center gap-3 mb-5\">\n                <div class=\"w-8 h-8 rounded-lg bg-brand-100 flex items-center justify-center\">\n                    <i data-lucide=\"lightbulb\" class=\"w-4 h-4 text-brand-700\"><\/i>\n                <\/div>\n                <h2 class=\"font-serif text-xl sm:text-2xl font-bold text-navy-900\">Key Clinical Learnings<\/h2>\n            <\/div>\n\n            <div class=\"space-y-4\">\n                <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm\">\n                    <div class=\"flex items-start gap-3\">\n                        <span class=\"text-sm font-bold text-brand-700 bg-brand-100 w-7 h-7 rounded-full flex items-center justify-center flex-shrink-0\">1<\/span>\n                        <div>\n                            <h4 class=\"text-sm font-semibold text-navy-800 mb-1\">Symptom Resolution Does Not Mean Absence of Disease<\/h4>\n                            <p class=\"text-sm text-slate-600 leading-relaxed\">\n                                Mrs. Sandhu&#8217;s symptoms resolved spontaneously for 18 months before her diagnosis. This is a well-recognized pattern in RRMS. Clinicians should educate patients that temporary improvement does not eliminate the need for medical evaluation when neurological symptoms occur. Early diagnosis allows for timely intervention with disease-modifying therapies.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm\">\n                    <div class=\"flex items-start gap-3\">\n                        <span class=\"text-sm font-bold text-brand-700 bg-brand-100 w-7 h-7 rounded-full flex items-center justify-center flex-shrink-0\">2<\/span>\n                        <div>\n                            <h4 class=\"text-sm font-semibold text-navy-800 mb-1\">Rehabilitation After Relapse Should Begin Immediately<\/h4>\n                            <p class=\"text-sm text-slate-600 leading-relaxed\">\n                                The window for maximizing recovery after a relapse is most open in the early weeks. Delaying rehabilitation allows deconditioning to set in, making recovery harder. Home-based rehabilitation removes barriers like travel fatigue and allows for daily, consistent sessions that are more effective than sporadic clinic visits.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm\">\n                    <div class=\"flex items-start gap-3\">\n                        <span class=\"text-sm font-bold text-brand-700 bg-brand-100 w-7 h-7 rounded-full flex items-center justify-center flex-shrink-0\">3<\/span>\n                        <div>\n                            <h4 class=\"text-sm font-semibold text-navy-800 mb-1\">Fatigue in MS Requires Structured Management, Not Just Rest<\/h4>\n                            <p class=\"text-sm text-slate-600 leading-relaxed\">\n                                Telling an MS patient to &#8220;rest more&#8221; is insufficient. Effective fatigue management involves energy conservation techniques, activity pacing, prioritization of tasks, planned rest periods, and environmental modifications. This is best taught and reinforced in the patient&#8217;s actual home environment where daily routines can be observed and adjusted in real time.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm\">\n                    <div class=\"flex items-start gap-3\">\n                        <span class=\"text-sm font-bold text-brand-700 bg-brand-100 w-7 h-7 rounded-full flex items-center justify-center flex-shrink-0\">4<\/span>\n                        <div>\n                            <h4 class=\"text-sm font-semibold text-navy-800 mb-1\">Heat Sensitivity Is Real but Reversible<\/h4>\n                            <p class=\"text-sm text-slate-600 leading-relaxed\">\n                                Uhthoff&#8217;s phenomenon, where heat temporarily worsens MS symptoms, can be alarming for patients and families who may mistake it for a relapse. Educating families about this distinction prevents unnecessary panic and emergency visits. Simple cooling measures can effectively manage this symptom. The worsening is temporary and does not cause new nerve damage.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm\">\n                    <div class=\"flex items-start gap-3\">\n                        <span class=\"text-sm font-bold text-brand-700 bg-brand-100 w-7 h-7 rounded-full flex items-center justify-center flex-shrink-0\">5<\/span>\n                        <div>\n                            <h4 class=\"text-sm font-semibold text-navy-800 mb-1\">Home Care Enables a Multidisciplinary Approach Without the Hospital<\/h4>\n                            <p class=\"text-sm text-slate-600 leading-relaxed\">\n                                Mrs. Sandhu&#8217;s recovery involved nursing, physiotherapy, attendant care, and doctor oversight working together. This multidisciplinary approach is standard in hospital settings but rarely available at home without an organized home healthcare provider. The ability to deliver coordinated, multidisciplinary care in the home is what makes professional <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"link-text\">patient care services<\/a> fundamentally different from hiring individual caregivers independently.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm\">\n                    <div class=\"flex items-start gap-3\">\n                        <span class=\"text-sm font-bold text-brand-700 bg-brand-100 w-7 h-7 rounded-full flex items-center justify-center flex-shrink-0\">6<\/span>\n                        <div>\n                            <h4 class=\"text-sm font-semibold text-navy-800 mb-1\">Psychological Impact Must Be Addressed Alongside Physical Recovery<\/h4>\n                            <p class=\"text-sm text-slate-600 leading-relaxed\">\n                                An MS diagnosis at age 42, during peak working years, carries significant psychological weight. Mrs. Sandhu&#8217;s anxiety about future relapses was a real barrier to her recovery. Home healthcare that addresses emotional well-being, provides reassurance through structured monitoring, and involves the family in creating a supportive environment contributes to overall outcomes beyond what physical rehabilitation alone can achieve.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 p-5 shadow-sm\">\n                    <div class=\"flex items-start gap-3\">\n                        <span class=\"text-sm font-bold text-brand-700 bg-brand-100 w-7 h-7 rounded-full flex items-center justify-center flex-shrink-0\">7<\/span>\n                        <div>\n                            <h4 class=\"text-sm font-semibold text-navy-800 mb-1\">DMT Adherence Is a Long-Term Commitment Requiring Ongoing Support<\/h4>\n                            <p class=\"text-sm text-slate-600 leading-relaxed\">\n                                Disease-modifying therapies reduce relapse frequency but require consistent, long-term use. Patients may be tempted to stop medication when they feel well. Home nursing provides the ongoing reinforcement and monitoring that helps maintain adherence during the critical first months after initiation, a period when drop-out rates are highest.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- FAQs -->\n        <section id=\"faqs\" class=\"mb-12 scroll-mt-8\">\n            <div class=\"flex items-center gap-3 mb-5\">\n                <div class=\"w-8 h-8 rounded-lg bg-brand-100 flex items-center justify-center\">\n                    <i data-lucide=\"help-circle\" class=\"w-4 h-4 text-brand-700\"><\/i>\n                <\/div>\n                <h2 class=\"font-serif text-xl sm:text-2xl font-bold text-navy-900\">Frequently Asked Questions<\/h2>\n            <\/div>\n\n            <div class=\"space-y-3\" id=\"faq-container\">\n                <div class=\"bg-white rounded-xl border border-slate-200 shadow-sm overflow-hidden\">\n                    <button onclick=\"toggleFaq(this)\" class=\"w-full flex items-center justify-between p-5 text-left hover:bg-slate-50 transition-colors\">\n                        <span class=\"text-sm font-semibold text-navy-800 pr-4\">What is Relapsing-Remitting Multiple Sclerosis?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-4 h-4 text-slate-500 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 pb-5\">\n                        <p class=\"text-sm text-slate-600 leading-relaxed\">\n                            Relapsing-Remitting Multiple Sclerosis (RRMS) is the most common form of Multiple Sclerosis, affecting approximately 85% of people diagnosed with MS. It is characterized by clearly defined episodes of new or worsening neurological symptoms, called relapses or exacerbations, followed by periods of partial or complete recovery, known as remissions. During remission, symptoms may disappear entirely or persist at a reduced level. The condition is caused by the immune system mistakenly attacking the myelin sheath that protects nerve fibers in the central nervous system.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 shadow-sm overflow-hidden\">\n                    <button onclick=\"toggleFaq(this)\" class=\"w-full flex items-center justify-between p-5 text-left hover:bg-slate-50 transition-colors\">\n                        <span class=\"text-sm font-semibold text-navy-800 pr-4\">Can physiotherapy help people with Multiple Sclerosis?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-4 h-4 text-slate-500 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 pb-5\">\n                        <p class=\"text-sm text-slate-600 leading-relaxed\">\n                            Yes. Physiotherapy is one of the most important components of MS management. Research shows that targeted exercise improves muscle strength, walking speed, balance, and overall functional ability in people with MS. <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"link-text\">Physiotherapy at home<\/a> is particularly beneficial because it allows for consistent daily sessions, eliminates travel fatigue, and enables the therapist to adapt exercises to the patient&#8217;s actual home environment. The exercises prescribed depend on the individual&#8217;s specific impairments and may include strengthening, stretching, balance training, and aerobic conditioning.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 shadow-sm overflow-hidden\">\n                    <button onclick=\"toggleFaq(this)\" class=\"w-full flex items-center justify-between p-5 text-left hover:bg-slate-50 transition-colors\">\n                        <span class=\"text-sm font-semibold text-navy-800 pr-4\">Why does heat make MS symptoms worse?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-4 h-4 text-slate-500 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 pb-5\">\n                        <p class=\"text-sm text-slate-600 leading-relaxed\">\n                            In MS, the myelin sheath around nerve fibers is damaged. When body temperature rises, even by a small amount, the already compromised nerve fibers conduct electrical signals even more slowly. This temporary slowing makes existing symptoms more noticeable. It is called Uhthoff&#8217;s phenomenon. Common triggers include hot weather, hot baths, exercise that raises body temperature, and fever. The important point is that this worsening is temporary. It does not indicate new nerve damage or a relapse. Cooling down typically reverses the symptom worsening within hours.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 shadow-sm overflow-hidden\">\n                    <button onclick=\"toggleFaq(this)\" class=\"w-full flex items-center justify-between p-5 text-left hover:bg-slate-50 transition-colors\">\n                        <span class=\"text-sm font-semibold text-navy-800 pr-4\">Can people with MS continue working?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-4 h-4 text-slate-500 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 pb-5\">\n                        <p class=\"text-sm text-slate-600 leading-relaxed\">\n                            Many people with MS continue to work for years after their diagnosis. Mrs. Sandhu&#8217;s case demonstrates this clearly. With appropriate treatment, rehabilitation, workplace adjustments, and effective fatigue management, employment is entirely possible for many individuals. Remote work options, flexible scheduling, and ergonomic workspace modifications can make a significant difference. The key is to communicate with employers about necessary accommodations and to pace work activities according to energy levels.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 shadow-sm overflow-hidden\">\n                    <button onclick=\"toggleFaq(this)\" class=\"w-full flex items-center justify-between p-5 text-left hover:bg-slate-50 transition-colors\">\n                        <span class=\"text-sm font-semibold text-navy-800 pr-4\">When should a person with MS seek immediate medical attention?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-4 h-4 text-slate-500 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 pb-5\">\n                        <p class=\"text-sm text-slate-600 leading-relaxed\">\n                            Prompt medical evaluation is needed if new neurological symptoms develop that last more than 24 hours, existing symptoms suddenly worsen significantly, vision changes occur (such as double vision, blurred vision, or loss of vision in one eye), walking becomes noticeably more difficult, there is sudden weakness in any limb, bladder or bowel function changes abruptly, or there is confusion, slurred speech, or difficulty swallowing. It is always better to contact the treating neurologist or visit the hospital for evaluation rather than waiting to see if symptoms improve on their own. Families should also be aware of <a href=\"https:\/\/athomecare.in\/warning-signs-emergency-response-elderly\/\" class=\"link-text\">emergency warning signs<\/a> that require immediate hospital care.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 shadow-sm overflow-hidden\">\n                    <button onclick=\"toggleFaq(this)\" class=\"w-full flex items-center justify-between p-5 text-left hover:bg-slate-50 transition-colors\">\n                        <span class=\"text-sm font-semibold text-navy-800 pr-4\">How does home healthcare support MS recovery?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-4 h-4 text-slate-500 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 pb-5\">\n                        <p class=\"text-sm text-slate-600 leading-relaxed\">\n                            Home healthcare supports MS recovery by providing nursing care, physiotherapy, medication support, caregiver education, and individualized rehabilitation in the patient&#8217;s own environment. The <a href=\"https:\/\/athomecare.in\/the-importance-of-physiotherapy-healing-through-movement\/\" class=\"link-text\">importance of physiotherapy<\/a> in MS cannot be overstated, and delivering it at home ensures consistency. Home healthcare also allows for real-time monitoring of symptoms, early detection of relapses, and a coordinated approach involving nurses, physiotherapists, attendants, and doctors. For patients who experience fatigue with travel, home-based care removes a significant barrier to receiving regular treatment.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 shadow-sm overflow-hidden\">\n                    <button onclick=\"toggleFaq(this)\" class=\"w-full flex items-center justify-between p-5 text-left hover:bg-slate-50 transition-colors\">\n                        <span class=\"text-sm font-semibold text-navy-800 pr-4\">What is the role of disease-modifying therapy in MS?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-4 h-4 text-slate-500 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 pb-5\">\n                        <p class=\"text-sm text-slate-600 leading-relaxed\">\n                            Disease-modifying therapies (DMTs) are medications that reduce the frequency and severity of MS relapses and slow the accumulation of disability over time. They do not cure MS, but they change the course of the disease. Several DMTs are available, including injectable, oral, and infusion-based options. The choice of DMT depends on factors such as disease activity, patient preference, side effect profile, and other medical conditions. Consistent adherence is essential for these medications to be effective. Starting DMT early after diagnosis is generally recommended for better long-term outcomes.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 shadow-sm overflow-hidden\">\n                    <button onclick=\"toggleFaq(this)\" class=\"w-full flex items-center justify-between p-5 text-left hover:bg-slate-50 transition-colors\">\n                        <span class=\"text-sm font-semibold text-navy-800 pr-4\">Is home healthcare safe for MS patients compared to hospital care?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-4 h-4 text-slate-500 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 pb-5\">\n                        <p class=\"text-sm text-slate-600 leading-relaxed\">\n                            For stable MS patients who have completed acute hospital treatment for a relapse, home healthcare is not only safe but often preferable. The hospital environment carries its own risks, including hospital-acquired infections, sleep disruption, and loss of functional independence. At home, patients recover in a familiar environment, maintain their daily routines, and have better control over factors like temperature and rest. However, home healthcare requires a structured plan with clear monitoring protocols and a defined pathway for escalating to hospital care if needed. It is not a substitute for emergency care if a serious relapse or complication occurs. Families should understand the difference between <a href=\"https:\/\/athomecare.in\/service\/icu-at-home-gurgaon\/\" class=\"link-text\">ICU-level home care<\/a> and recovery-focused home healthcare, as they serve different purposes.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 shadow-sm overflow-hidden\">\n                    <button onclick=\"toggleFaq(this)\" class=\"w-full flex items-center justify-between p-5 text-left hover:bg-slate-50 transition-colors\">\n                        <span class=\"text-sm font-semibold text-navy-800 pr-4\">How can families in Maholi and Delhi NCR access home healthcare for MS?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-4 h-4 text-slate-500 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 pb-5\">\n                        <p class=\"text-sm text-slate-600 leading-relaxed\">\n                            Families in Maholi, Gurgaon, and the broader Delhi NCR region can access professional home healthcare services that include nursing care, physiotherapy, doctor home visits, and patient attendant services. The process typically begins with a hospital discharge plan that recommends home care, followed by an assessment by the home healthcare provider to create an individualized care plan. It is important to choose a provider that offers coordinated multidisciplinary care rather than standalone services. <a href=\"https:\/\/athomecare.in\/why-choose-athomecare-for-home-care-services\/\" class=\"link-text\">Choosing the right home care provider<\/a> involves verifying credentials, understanding the scope of services, and ensuring clear communication channels between the home care team and the treating hospital specialists.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-slate-200 shadow-sm overflow-hidden\">\n                    <button onclick=\"toggleFaq(this)\" class=\"w-full flex items-center justify-between p-5 text-left hover:bg-slate-50 transition-colors\">\n                        <span class=\"text-sm font-semibold text-navy-800 pr-4\">What should caregivers know about MS fatigue?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-4 h-4 text-slate-500 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 pb-5\">\n                        <p class=\"text-sm text-slate-600 leading-relaxed\">\n                            MS fatigue is different from ordinary tiredness. It can occur even after a full night&#8217;s sleep, is often worsened by heat and humidity, and is not proportional to the level of physical activity. It is one of the most common and most disabling MS symptoms. Caregivers should understand that telling the patient to &#8220;push through it&#8221; is counterproductive. Effective strategies include planning demanding activities for the patient&#8217;s best energy time of day, breaking tasks into smaller segments, using energy-saving techniques and assistive devices, scheduling rest periods before fatigue becomes severe, and maintaining a cool environment. <a href=\"https:\/\/athomecare.in\/ranchi\/blogs\/Elderly-Patients-With-Chronic-Fatigue-and\" class=\"link-text\">Chronic fatigue management<\/a> requires patience and structured planning rather than willpower alone.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Internal Links Section -->\n        <section class=\"mb-12\">\n            <div class=\"flex items-center gap-3 mb-5\">\n                <div class=\"w-8 h-8 rounded-lg bg-brand-100 flex items-center justify-center\">\n                    <i data-lucide=\"link\" class=\"w-4 h-4 text-brand-700\"><\/i>\n                <\/div>\n                <h2 class=\"font-serif text-xl sm:text-2xl font-bold text-navy-900\">Related Services and Resources<\/h2>\n            <\/div>\n\n            <div class=\"grid sm:grid-cols-2 lg:grid-cols-3 gap-3\">\n                <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"bg-white rounded-xl border border-slate-200 p-4 shadow-sm card-hover block\">\n                    <div class=\"flex items-center gap-2 mb-1.5\">\n                        <i data-lucide=\"heart-pulse\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                        <span class=\"text-sm font-semibold text-navy-800\">Home Nursing<\/span>\n                    <\/div>\n                    <p class=\"text-xs text-slate-500\">Skilled nursing care delivered at home for post-surgical, chronic, and post-discharge patients.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"bg-white rounded-xl border border-slate-200 p-4 shadow-sm card-hover block\">\n                    <div class=\"flex items-center gap-2 mb-1.5\">\n                        <i data-lucide=\"footprints\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                        <span class=\"text-sm font-semibold text-navy-800\">Physiotherapy at Home<\/span>\n                    <\/div>\n                    <p class=\"text-xs text-slate-500\">Expert physiotherapy for mobility, strength, balance, and post-relapse rehabilitation.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"bg-white rounded-xl border border-slate-200 p-4 shadow-sm card-hover block\">\n                    <div class=\"flex items-center gap-2 mb-1.5\">\n                        <i data-lucide=\"users\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                        <span class=\"text-sm font-semibold text-navy-800\">Patient Care Services<\/span>\n                    <\/div>\n                    <p class=\"text-xs text-slate-500\">Comprehensive care including nursing, attendant, and rehabilitation services at home.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\" class=\"bg-white rounded-xl border border-slate-200 p-4 shadow-sm card-hover block\">\n                    <div class=\"flex items-center gap-2 mb-1.5\">\n                        <i data-lucide=\"user-check\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                        <span class=\"text-sm font-semibold text-navy-800\">Patient Care Taker<\/span>\n                    <\/div>\n                    <p class=\"text-xs text-slate-500\">Trained GDAs and attendants for daily living support, mobility assistance, and companionship.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"bg-white rounded-xl border border-slate-200 p-4 shadow-sm card-hover block\">\n                    <div class=\"flex items-center gap-2 mb-1.5\">\n                        <i data-lucide=\"stethoscope\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                        <span class=\"text-sm font-semibold text-navy-800\">Doctor Home Visit<\/span>\n                    <\/div>\n                    <p class=\"text-xs text-slate-500\">Qualified physicians visit your home for clinical assessment, monitoring, and medical guidance.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"bg-white rounded-xl border border-slate-200 p-4 shadow-sm card-hover block\">\n                    <div class=\"flex items-center gap-2 mb-1.5\">\n                        <i data-lucide=\"monitor\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                        <span class=\"text-sm font-semibold text-navy-800\">Medical Equipment Rental<\/span>\n                    <\/div>\n                    <p class=\"text-xs text-slate-500\">BP monitors, pulse oximeters, hospital beds, and more available on rent for home use.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/chandigarh\/services\/home-healthcare-services-chandigarh-mohali-panchkula\" class=\"bg-white rounded-xl border border-slate-200 p-4 shadow-sm card-hover block\">\n                    <div class=\"flex items-center gap-2 mb-1.5\">\n                        <i data-lucide=\"map-pin\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                        <span class=\"text-sm font-semibold text-navy-800\">Chandigarh Tricity Services<\/span>\n                    <\/div>\n                    <p class=\"text-xs text-slate-500\">Home healthcare services covering Chandigarh, Mohali, and Panchkula regions.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-fall-prevention-protecting-your-loved-ones\/\" class=\"bg-white rounded-xl border border-slate-200 p-4 shadow-sm card-hover block\">\n                    <div class=\"flex items-center gap-2 mb-1.5\">\n                        <i data-lucide=\"shield\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                        <span class=\"text-sm font-semibold text-navy-800\">Fall Prevention Guide<\/span>\n                    <\/div>\n                    <p class=\"text-xs text-slate-500\">Comprehensive strategies to prevent falls in elderly and mobility-limited individuals at home.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\" class=\"bg-white rounded-xl border border-slate-200 p-4 shadow-sm card-hover block\">\n                    <div class=\"flex items-center gap-2 mb-1.5\">\n                        <i data-lucide=\"pill\" class=\"w-4 h-4 text-brand-600\"><\/i>\n                        <span class=\"text-sm font-semibold text-navy-800\">Medication Management<\/span>\n                    <\/div>\n                    <p class=\"text-xs text-slate-500\">Professional medication monitoring to ensure adherence, safety, and proper dosing at home.<\/p>\n                <\/a>\n            <\/div>\n        <\/section>\n\n        <!-- Contact Information -->\n        <section id=\"contact\" class=\"mb-12 scroll-mt-8\">\n            <div class=\"flex items-center gap-3 mb-5\">\n                <div class=\"w-8 h-8 rounded-lg bg-brand-100 flex items-center justify-center\">\n                    <i data-lucide=\"phone\" class=\"w-4 h-4 text-brand-700\"><\/i>\n                <\/div>\n                <h2 class=\"font-serif text-xl sm:text-2xl font-bold text-navy-900\">Contact Information<\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-xl border border-slate-200 overflow-hidden shadow-sm\">\n                <div class=\"hero-gradient p-5 sm:p-7 text-white\">\n                    <h3 class=\"text-lg font-semibold mb-4\">Get in Touch with AtHomeCare<\/h3>\n                    <div class=\"grid sm:grid-cols-2 gap-5\">\n                        <div>\n                            <p class=\"text-xs uppercase tracking-wider text-brand-200 mb-2\">Corporate Office<\/p>\n                            <p class=\"text-sm text-white leading-relaxed\">\n                                Unit No. 703, 7th Floor, ILD Trade Centre<br>\n                                D1 Block, Malibu Town<br>\n                                Sector 47<br>\n                                Maholi, Haryana 122018\n                            <\/p>\n                        <\/div>\n                        <div class=\"space-y-3\">\n                            <div>\n                                <p class=\"text-xs uppercase tracking-wider text-brand-200 mb-1\">Phone<\/p>\n                                <a href=\"tel:9910823218\" class=\"text-white text-sm font-medium hover:underline\">9910823218<\/a>\n                            <\/div>\n                            <div>\n                                <p class=\"text-xs uppercase tracking-wider text-brand-200 mb-1\">Email<\/p>\n                                <a href=\"mailto:care@athomecare.in\" class=\"text-white text-sm font-medium hover:underline\">care@athomecare.in<\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Medical Disclaimer -->\n        <section class=\"mb-12\">\n            <div class=\"bg-amber-50 rounded-xl border border-amber-200 p-5 sm:p-7\">\n                <div class=\"flex items-start gap-3\">\n                    <i data-lucide=\"alert-triangle\" class=\"w-5 h-5 text-amber-600 mt-0.5 flex-shrink-0\"><\/i>\n                    <div>\n                        <h3 class=\"text-sm font-semibold text-amber-800 mb-2\">Medical Disclaimer<\/h3>\n                        <p class=\"text-sm text-amber-900 leading-relaxed mb-3\">\n                            This case study is entirely fictional and created solely for educational purposes. It does not represent a real patient. Any resemblance to actual individuals is purely coincidental. The information provided is intended for education only and should not be used as a substitute for professional medical advice, diagnosis, or treatment.\n                        <\/p>\n                        <p class=\"text-sm text-amber-900 leading-relaxed mb-3\">\n                            Every patient is unique. Treatment decisions must always be made by qualified healthcare professionals based on individual clinical assessment. The outcomes described in this case study may not be representative of what other patients may experience.\n                        <\/p>\n                        <p class=\"text-sm text-amber-900 leading-relaxed\">\n                            Emergency symptoms, such as sudden severe weakness, loss of vision, difficulty breathing, or altered consciousness, require immediate hospital care. Home healthcare complements but does not replace emergency medical services. If you or someone in your care experiences a medical emergency, call your local emergency number or go to the nearest hospital immediately.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/main>\n\n    <!-- Footer -->\n    <footer class=\"bg-navy-900 text-white py-10\">\n        <div class=\"max-w-5xl mx-auto px-4 sm:px-6\">\n            <div class=\"flex flex-col sm:flex-row justify-between items-center gap-4\">\n                <div class=\"text-center sm:text-left\">\n                    <p class=\"text-sm font-semibold text-white mb-1\">AtHomeCare<\/p>\n                    <p class=\"text-xs text-slate-400\">Professional Home Healthcare Services<\/p>\n                <\/div>\n                <div class=\"text-center sm:text-right\">\n                    <p class=\"text-xs text-slate-400\">Unit No. 703, 7th Floor, ILD Trade Centre, D1 Block, Malibu Town, Sector 47, Maholi, Haryana 122018<\/p>\n                    <p class=\"text-xs text-slate-400 mt-1\">Phone: <a href=\"tel:9910823218\" class=\"text-brand-300 hover:underline\">9910823218<\/a> | Email: <a href=\"mailto:care@athomecare.in\" class=\"text-brand-300 hover:underline\">care@athomecare.in<\/a><\/p>\n                <\/div>\n            <\/div>\n            <div class=\"border-t border-slate-700 mt-6 pt-6 text-center\">\n                <p class=\"text-xs text-slate-500\">This is a fictional case study created for educational purposes only. It does not represent a real patient.<\/p>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <script>\n        \/\/ Initialize Lucide icons\n        lucide.createIcons();\n\n        \/\/ FAQ toggle function\n        function toggleFaq(button) {\n            const answer = button.nextElementSibling;\n            const chevron = button.querySelector('.faq-chevron');\n\n            \/\/ Close all other FAQs\n            const allAnswers = document.querySelectorAll('.faq-answer');\n            const allChevrons = document.querySelectorAll('.faq-chevron');\n\n            allAnswers.forEach((a, index) => {\n                if (a !== answer) {\n                    a.classList.remove('open');\n                }\n            });\n\n            allChevrons.forEach((c, index) => {\n                if (c !== chevron) {\n                    c.classList.remove('rotated');\n                }\n            });\n\n            \/\/ Toggle current FAQ\n            answer.classList.toggle('open');\n            chevron.classList.toggle('rotated');\n        }\n\n        \/\/ Smooth scroll for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            });\n        });\n\n        \/\/ Animate progress bars on scroll\n        const progressBars = document.querySelectorAll('.progress-fill');\n        const observerOptions = {\n            threshold: 0.5,\n            rootMargin: '0px'\n        };\n\n        const progressObserver = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    const bar = entry.target;\n                    const width = bar.style.width;\n                    bar.style.width = '0%';\n                    setTimeout(() => {\n                        bar.style.width = width;\n                    }, 100);\n                    progressObserver.unobserve(bar);\n                }\n            });\n        }, observerOptions);\n\n        progressBars.forEach(bar => {\n            progressObserver.observe(bar);\n        });\n    <\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Multiple Sclerosis Home Care Case Study in Mohali Case Study Multiple Sclerosis Home Care Case Study A detailed clinical account of how structured home rehabilitation supported a 42-year-old woman in Mohali through post-relapse recovery from Relapsing-Remitting Multiple Sclerosis. Age 42 Years Gender Female Location Mohali Condition RRMS Duration 12 Weeks Outcome Improved In This Article&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-117","post","type-post","status-publish","format-standard","hentry","category-blog"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Multiple Sclerosis Home Care Case Study in Mohali Case Study Multiple Sclerosis Home Care Case Study A detailed clinical account of how structured home rehabilitation supported a 42-year-old woman in Mohali through post-relapse recovery from Relapsing-Remitting Multiple Sclerosis. Age 42 Years Gender Female Location Mohali Condition RRMS Duration 12 Weeks Outcome Improved In This Article\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"lyfmedicare46\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/athomecare.in\/mohali\/multiple-sclerosis-home-care-case-study-in-mohali\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"mohali -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Multiple Sclerosis Home Care Case Study in Mohali - mohali\" \/>\n\t\t<meta property=\"og:description\" content=\"Multiple Sclerosis Home Care Case Study in Mohali Case Study Multiple Sclerosis Home Care Case Study A detailed clinical account of how structured home rehabilitation supported a 42-year-old woman in Mohali through post-relapse recovery from Relapsing-Remitting Multiple Sclerosis. Age 42 Years Gender Female Location Mohali Condition RRMS Duration 12 Weeks Outcome Improved In This Article\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/athomecare.in\/mohali\/multiple-sclerosis-home-care-case-study-in-mohali\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-16T07:56:15+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-16T07:56:16+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Multiple Sclerosis Home Care Case Study in Mohali - mohali\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Multiple Sclerosis Home Care Case Study in Mohali Case Study Multiple Sclerosis Home Care Case Study A detailed clinical account of how structured home rehabilitation supported a 42-year-old woman in Mohali through post-relapse recovery from Relapsing-Remitting Multiple Sclerosis. Age 42 Years Gender Female Location Mohali Condition RRMS Duration 12 Weeks Outcome Improved In This Article\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/multiple-sclerosis-home-care-case-study-in-mohali\\\/#blogposting\",\"name\":\"Multiple Sclerosis Home Care Case Study in Mohali - mohali\",\"headline\":\"Multiple Sclerosis Home Care Case Study in Mohali\",\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/athomecare.in\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/multiple-sclerosis-home-care-case-study-in-mohali\\\/#articleImage\"},\"datePublished\":\"2026-07-16T07:56:15+00:00\",\"dateModified\":\"2026-07-16T07:56:16+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/multiple-sclerosis-home-care-case-study-in-mohali\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/multiple-sclerosis-home-care-case-study-in-mohali\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/multiple-sclerosis-home-care-case-study-in-mohali\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/athomecare.in\\\/mohali\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/multiple-sclerosis-home-care-case-study-in-mohali\\\/#listItem\",\"name\":\"Multiple Sclerosis Home Care Case Study in Mohali\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/multiple-sclerosis-home-care-case-study-in-mohali\\\/#listItem\",\"position\":3,\"name\":\"Multiple Sclerosis Home Care Case Study in Mohali\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\",\"name\":\"mohali\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/\",\"name\":\"lyfmedicare46\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/multiple-sclerosis-home-care-case-study-in-mohali\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c84c6e70d249b1c6f9505b2fdea5b4da41d1788fbbeceab52d59727e764f676c?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"lyfmedicare46\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/multiple-sclerosis-home-care-case-study-in-mohali\\\/#webpage\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/multiple-sclerosis-home-care-case-study-in-mohali\\\/\",\"name\":\"Multiple Sclerosis Home Care Case Study in Mohali - mohali\",\"description\":\"Multiple Sclerosis Home Care Case Study in Mohali Case Study Multiple Sclerosis Home Care Case Study A detailed clinical account of how structured home rehabilitation supported a 42-year-old woman in Mohali through post-relapse recovery from Relapsing-Remitting Multiple Sclerosis. Age 42 Years Gender Female Location Mohali Condition RRMS Duration 12 Weeks Outcome Improved In This Article\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/multiple-sclerosis-home-care-case-study-in-mohali\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"datePublished\":\"2026-07-16T07:56:15+00:00\",\"dateModified\":\"2026-07-16T07:56:16+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#website\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/\",\"name\":\"mohali\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Multiple Sclerosis Home Care Case Study in Mohali - mohali","description":"Multiple Sclerosis Home Care Case Study in Mohali Case Study Multiple Sclerosis Home Care Case Study A detailed clinical account of how structured home rehabilitation supported a 42-year-old woman in Mohali through post-relapse recovery from Relapsing-Remitting Multiple Sclerosis. Age 42 Years Gender Female Location Mohali Condition RRMS Duration 12 Weeks Outcome Improved In This Article","canonical_url":"https:\/\/athomecare.in\/mohali\/multiple-sclerosis-home-care-case-study-in-mohali\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/athomecare.in\/mohali\/multiple-sclerosis-home-care-case-study-in-mohali\/#blogposting","name":"Multiple Sclerosis Home Care Case Study in Mohali - mohali","headline":"Multiple Sclerosis Home Care Case Study in Mohali","author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"publisher":{"@id":"https:\/\/athomecare.in\/mohali\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/athomecare.in\/wp-content\/uploads\/2026\/01\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png","@id":"https:\/\/athomecare.in\/mohali\/multiple-sclerosis-home-care-case-study-in-mohali\/#articleImage"},"datePublished":"2026-07-16T07:56:15+00:00","dateModified":"2026-07-16T07:56:16+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/athomecare.in\/mohali\/multiple-sclerosis-home-care-case-study-in-mohali\/#webpage"},"isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/multiple-sclerosis-home-care-case-study-in-mohali\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/athomecare.in\/mohali\/multiple-sclerosis-home-care-case-study-in-mohali\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","position":1,"name":"Home","item":"https:\/\/athomecare.in\/mohali","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","name":"Blog"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","position":2,"name":"Blog","item":"https:\/\/athomecare.in\/mohali\/category\/blog\/","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/multiple-sclerosis-home-care-case-study-in-mohali\/#listItem","name":"Multiple Sclerosis Home Care Case Study in Mohali"},"previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/multiple-sclerosis-home-care-case-study-in-mohali\/#listItem","position":3,"name":"Multiple Sclerosis Home Care Case Study in Mohali","previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","name":"Blog"}}]},{"@type":"Organization","@id":"https:\/\/athomecare.in\/mohali\/#organization","name":"mohali","url":"https:\/\/athomecare.in\/mohali\/"},{"@type":"Person","@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author","url":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/","name":"lyfmedicare46","image":{"@type":"ImageObject","@id":"https:\/\/athomecare.in\/mohali\/multiple-sclerosis-home-care-case-study-in-mohali\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/c84c6e70d249b1c6f9505b2fdea5b4da41d1788fbbeceab52d59727e764f676c?s=96&d=mm&r=g","width":96,"height":96,"caption":"lyfmedicare46"}},{"@type":"WebPage","@id":"https:\/\/athomecare.in\/mohali\/multiple-sclerosis-home-care-case-study-in-mohali\/#webpage","url":"https:\/\/athomecare.in\/mohali\/multiple-sclerosis-home-care-case-study-in-mohali\/","name":"Multiple Sclerosis Home Care Case Study in Mohali - mohali","description":"Multiple Sclerosis Home Care Case Study in Mohali Case Study Multiple Sclerosis Home Care Case Study A detailed clinical account of how structured home rehabilitation supported a 42-year-old woman in Mohali through post-relapse recovery from Relapsing-Remitting Multiple Sclerosis. Age 42 Years Gender Female Location Mohali Condition RRMS Duration 12 Weeks Outcome Improved In This Article","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/#website"},"breadcrumb":{"@id":"https:\/\/athomecare.in\/mohali\/multiple-sclerosis-home-care-case-study-in-mohali\/#breadcrumblist"},"author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"creator":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"datePublished":"2026-07-16T07:56:15+00:00","dateModified":"2026-07-16T07:56:16+00:00"},{"@type":"WebSite","@id":"https:\/\/athomecare.in\/mohali\/#website","url":"https:\/\/athomecare.in\/mohali\/","name":"mohali","inLanguage":"en-US","publisher":{"@id":"https:\/\/athomecare.in\/mohali\/#organization"}}]},"og:locale":"en_US","og:site_name":"mohali -","og:type":"article","og:title":"Multiple Sclerosis Home Care Case Study in Mohali - mohali","og:description":"Multiple Sclerosis Home Care Case Study in Mohali Case Study Multiple Sclerosis Home Care Case Study A detailed clinical account of how structured home rehabilitation supported a 42-year-old woman in Mohali through post-relapse recovery from Relapsing-Remitting Multiple Sclerosis. Age 42 Years Gender Female Location Mohali Condition RRMS Duration 12 Weeks Outcome Improved In This Article","og:url":"https:\/\/athomecare.in\/mohali\/multiple-sclerosis-home-care-case-study-in-mohali\/","article:published_time":"2026-07-16T07:56:15+00:00","article:modified_time":"2026-07-16T07:56:16+00:00","twitter:card":"summary_large_image","twitter:title":"Multiple Sclerosis Home Care Case Study in Mohali - mohali","twitter:description":"Multiple Sclerosis Home Care Case Study in Mohali Case Study Multiple Sclerosis Home Care Case Study A detailed clinical account of how structured home rehabilitation supported a 42-year-old woman in Mohali through post-relapse recovery from Relapsing-Remitting Multiple Sclerosis. Age 42 Years Gender Female Location Mohali Condition RRMS Duration 12 Weeks Outcome Improved In This Article"},"aioseo_meta_data":{"post_id":"117","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-07-16 07:53:45","updated":"2026-07-16 09:03:37","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/athomecare.in\/mohali\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/athomecare.in\/mohali\/category\/blog\/\" title=\"Blog\">Blog<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tMultiple Sclerosis Home Care Case Study in Mohali\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/athomecare.in\/mohali"},{"label":"Blog","link":"https:\/\/athomecare.in\/mohali\/category\/blog\/"},{"label":"Multiple Sclerosis Home Care Case Study in Mohali","link":"https:\/\/athomecare.in\/mohali\/multiple-sclerosis-home-care-case-study-in-mohali\/"}],"_links":{"self":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/117","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/comments?post=117"}],"version-history":[{"count":3,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/117\/revisions"}],"predecessor-version":[{"id":120,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/117\/revisions\/120"}],"wp:attachment":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/media?parent=117"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/categories?post=117"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/tags?post=117"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}