{"id":368,"date":"2026-08-04T07:06:52","date_gmt":"2026-08-04T07:06:52","guid":{"rendered":"https:\/\/athomecare.in\/mohali\/?p=368"},"modified":"2026-08-04T07:06:57","modified_gmt":"2026-08-04T07:06:57","slug":"bulbar-myasthenia-gravis-home-care-case-study","status":"publish","type":"post","link":"https:\/\/athomecare.in\/mohali\/bulbar-myasthenia-gravis-home-care-case-study\/","title":{"rendered":"Bulbar Myasthenia Gravis Home Care | Case Study"},"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>Bulbar Myasthenia Gravis Home Care | Fictional Case Study<\/title>\n    <meta name=\"description\" content=\"Learn how multidisciplinary home healthcare supported recovery from Bulbar Myasthenia Gravis through this fictional educational patient case study.\">\n    <meta name=\"robots\" content=\"index, follow\">\n    <link rel=\"canonical\" href=\"https:\/\/athomecare.in\/bulbar-myasthenia-gravis-home-care-case-study-mohali\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&#038;family=Geist:wght@300;400;500;600;700&#038;family=Plus+Jakarta+Sans:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    fontFamily: {\n                        'geist': ['Geist', 'sans-serif'],\n                        'inter': ['Inter', 'sans-serif'],\n                        'serif-display': ['Playfair Display', 'serif'],\n                        'jakarta': ['Plus Jakarta Sans', 'sans-serif'],\n                    },\n                    colors: {\n                        'brand': {\n                            50: '#eff6ff',\n                            100: '#dbeafe',\n                            200: '#bfdbfe',\n                            300: '#93c5fd',\n                            400: '#60a5fa',\n                            500: '#3b82f6',\n                            600: '#2563eb',\n                            700: '#1d4ed8',\n                            800: '#1e40af',\n                            900: '#1e3a8a',\n                        }\n                    }\n                }\n            }\n        }\n    <\/script>\n    <style>\n        body { font-family: 'Inter', sans-serif; background: #f8fafc; color: #0f172a; }\n        h1, h2, h3, h4, h5 { font-family: 'Geist', sans-serif; }\n        .font-serif-display { font-family: 'Playfair Display', serif; }\n\n        @keyframes fade-in-up {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        .animate-fade-in-up { animation: fade-in-up 0.6s ease-out forwards; }\n        .delay-100 { animation-delay: 100ms; }\n        .delay-200 { animation-delay: 200ms; }\n        .delay-300 { animation-delay: 300ms; }\n        .delay-400 { animation-delay: 400ms; }\n\n        .reveal-on-scroll {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);\n        }\n        .reveal-on-scroll.is-visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .clinical-alert {\n            border-left: 4px solid #2563eb;\n            background: linear-gradient(to right, #eff6ff, #f8fafc);\n        }\n        .clinical-alert.warning {\n            border-left-color: #f59e0b;\n            background: linear-gradient(to right, #fffbeb, #f8fafc);\n        }\n        .clinical-alert.danger {\n            border-left-color: #ef4444;\n            background: linear-gradient(to right, #fef2f2, #f8fafc);\n        }\n        .clinical-alert.success {\n            border-left-color: #22c55e;\n            background: linear-gradient(to right, #f0fdf4, #f8fafc);\n        }\n\n        .doctor-card {\n            background: linear-gradient(135deg, #1e3a8a, #2563eb);\n        }\n\n        .timeline-line {\n            position: absolute;\n            left: 24px;\n            top: 0;\n            bottom: 0;\n            width: 2px;\n            background: linear-gradient(to bottom, #2563eb, #93c5fd);\n        }\n\n        .timeline-dot {\n            width: 12px;\n            height: 12px;\n            background: #2563eb;\n            border: 3px solid #dbeafe;\n            border-radius: 50%;\n            position: absolute;\n            left: 19px;\n            top: 6px;\n        }\n\n        .evidence-table th {\n            background: #1e3a8a;\n            color: white;\n            font-weight: 500;\n            font-size: 0.8rem;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n        .evidence-table td {\n            border-bottom: 1px solid #e2e8f0;\n            font-size: 0.9rem;\n        }\n        .evidence-table tr:hover td {\n            background: #f1f5f9;\n        }\n\n        .risk-indicator {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            padding: 12px 16px;\n            border-radius: 12px;\n            background: white;\n            border: 1px solid #e2e8f0;\n            transition: all 0.3s;\n        }\n        .risk-indicator:hover {\n            border-color: #2563eb;\n            box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);\n        }\n\n        .faq-item {\n            border: 1px solid #e2e8f0;\n            border-radius: 16px;\n            overflow: hidden;\n            transition: all 0.3s;\n        }\n        .faq-item:hover {\n            border-color: #93c5fd;\n        }\n        .faq-item.active {\n            border-color: #2563eb;\n            box-shadow: 0 4px 16px rgba(37, 99, 235, 0.1);\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-item.active .faq-answer {\n            max-height: 500px;\n        }\n        .faq-chevron {\n            transition: transform 0.3s ease;\n        }\n        .faq-item.active .faq-chevron {\n            transform: rotate(180deg);\n        }\n\n        .scenario-card {\n            background: white;\n            border: 1px solid #e2e8f0;\n            border-radius: 16px;\n            padding: 24px;\n            transition: all 0.3s;\n        }\n        .scenario-card:hover {\n            border-color: #93c5fd;\n            box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);\n        }\n\n        .hero-gradient {\n            background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #3b82f6 100%);\n        }\n\n        .section-divider {\n            height: 1px;\n            background: linear-gradient(to right, transparent, #cbd5e1, transparent);\n        }\n\n        a { text-decoration: none; }\n        a.text-blue-600:hover { text-decoration: underline; }\n\n        @media print {\n            .no-print { display: none; }\n        }\n    <\/style>\n\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"MedicalWebPage\",\n        \"name\": \"Home Recovery After Bulbar Myasthenia Gravis: A Fictional Patient Case Study\",\n        \"description\": \"Learn how multidisciplinary home healthcare supported recovery from Bulbar Myasthenia Gravis through this fictional educational patient case study.\",\n        \"url\": \"https:\/\/athomecare.in\/bulbar-myasthenia-gravis-home-care-case-study-mohali\",\n        \"about\": {\n            \"@type\": \"MedicalCondition\",\n            \"name\": \"Bulbar Myasthenia Gravis\"\n        },\n        \"author\": {\n            \"@type\": \"Physician\",\n            \"name\": \"Dr. Ekta Fageriya\",\n            \"credential\": \"MBBS\",\n            \"specialty\": \"Geriatric Medicine\"\n        },\n        \"publisher\": {\n            \"@type\": \"Organization\",\n            \"name\": \"AtHomeCare\"\n        },\n        \"disclaimer\": \"This case study is entirely fictional and created solely for educational purposes.\"\n    }\n    <\/script>\n<\/head>\n<body class=\"antialiased\">\n\n    <!-- Hero Section -->\n    <header class=\"hero-gradient relative overflow-hidden\">\n        <div class=\"absolute inset-0 opacity-10\">\n            <div class=\"absolute top-20 left-10 w-72 h-72 bg-white rounded-full blur-3xl\"><\/div>\n            <div class=\"absolute bottom-10 right-20 w-96 h-96 bg-blue-300 rounded-full blur-3xl\"><\/div>\n        <\/div>\n        <div class=\"max-w-5xl mx-auto px-5 sm:px-8 py-16 sm:py-24 relative z-10\">\n            <div class=\"animate-fade-in-up\">\n                <span class=\"inline-flex items-center gap-2 bg-white\/15 backdrop-blur-sm text-white text-xs font-semibold uppercase tracking-widest px-4 py-2 rounded-full mb-6\">\n                    <span class=\"w-2 h-2 bg-green-400 rounded-full animate-pulse\"><\/span>\n                    Case Study\n                <\/span>\n            <\/div>\n            <h1 class=\"text-3xl sm:text-4xl lg:text-5xl font-semibold text-white leading-tight tracking-tight animate-fade-in-up delay-100\">\n                Home Recovery After Bulbar Myasthenia Gravis\n            <\/h1>\n            <p class=\"mt-6 text-lg sm:text-xl text-blue-100 font-light leading-relaxed max-w-3xl animate-fade-in-up delay-200\">\n                How a structured multidisciplinary home healthcare plan helped a 64-year-old patient with Bulbar Myasthenia Gravis regain swallowing safety, improve muscle endurance, and return to daily activities without hospital readmission.\n            <\/p>\n\n            <!-- Patient Summary Grid -->\n            <div class=\"mt-10 grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-6 gap-3 animate-fade-in-up delay-300\">\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-2xl p-4 text-center\">\n                    <p class=\"text-blue-200 text-xs uppercase tracking-wider font-medium\">Age<\/p>\n                    <p class=\"text-white text-xl font-semibold mt-1\">64 Years<\/p>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-2xl p-4 text-center\">\n                    <p class=\"text-blue-200 text-xs uppercase tracking-wider font-medium\">Gender<\/p>\n                    <p class=\"text-white text-xl font-semibold mt-1\">Male<\/p>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-2xl p-4 text-center\">\n                    <p class=\"text-blue-200 text-xs uppercase tracking-wider font-medium\">Location<\/p>\n                    <p class=\"text-white text-xl font-semibold mt-1\">Mohali<\/p>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-2xl p-4 text-center\">\n                    <p class=\"text-blue-200 text-xs uppercase tracking-wider font-medium\">Condition<\/p>\n                    <p class=\"text-white text-sm font-semibold mt-1 leading-tight\">Bulbar MG<\/p>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-2xl p-4 text-center\">\n                    <p class=\"text-blue-200 text-xs uppercase tracking-wider font-medium\">Duration<\/p>\n                    <p class=\"text-white text-xl font-semibold mt-1\">10 Weeks<\/p>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-2xl p-4 text-center\">\n                    <p class=\"text-blue-200 text-xs uppercase tracking-wider font-medium\">Outcome<\/p>\n                    <p class=\"text-green-300 text-sm font-semibold mt-1 leading-tight\">Improved<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- Main Content -->\n    <main class=\"max-w-5xl mx-auto px-5 sm:px-8 py-12 sm:py-16\">\n\n        <!-- Fictional Disclaimer Banner -->\n        <div class=\"clinical-alert warning rounded-2xl p-5 sm:p-6 mb-12 reveal-on-scroll\">\n            <div class=\"flex items-start gap-3\">\n                <i data-lucide=\"info\" class=\"w-5 h-5 text-amber-600 flex-shrink-0 mt-0.5\"><\/i>\n                <div>\n                    <p class=\"font-semibold text-amber-900 text-sm uppercase tracking-wide\">Educational Disclaimer<\/p>\n                    <p class=\"text-amber-800 text-sm mt-1 leading-relaxed\">\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                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Table of Contents -->\n        <nav class=\"bg-white rounded-2xl border border-slate-200 p-6 sm:p-8 mb-12 reveal-on-scroll no-print\">\n            <h2 class=\"text-lg font-semibold text-slate-900 mb-4 flex items-center gap-2\">\n                <i data-lucide=\"list\" class=\"w-5 h-5 text-blue-600\"><\/i>\n                In This Case Study\n            <\/h2>\n            <div class=\"grid sm:grid-cols-2 gap-2\">\n                <a href=\"#patient-background\" class=\"flex items-center gap-2 text-sm text-slate-600 hover:text-blue-600 py-1.5 transition-colors\">\n                    <span class=\"w-1.5 h-1.5 bg-blue-600 rounded-full flex-shrink-0\"><\/span>\n                    Patient Background\n                <\/a>\n                <a href=\"#clinical-diagnosis\" class=\"flex items-center gap-2 text-sm text-slate-600 hover:text-blue-600 py-1.5 transition-colors\">\n                    <span class=\"w-1.5 h-1.5 bg-blue-600 rounded-full flex-shrink-0\"><\/span>\n                    Clinical Diagnosis\n                <\/a>\n                <a href=\"#hospital-treatment\" class=\"flex items-center gap-2 text-sm text-slate-600 hover:text-blue-600 py-1.5 transition-colors\">\n                    <span class=\"w-1.5 h-1.5 bg-blue-600 rounded-full flex-shrink-0\"><\/span>\n                    Hospital Treatment\n                <\/a>\n                <a href=\"#why-home-healthcare\" class=\"flex items-center gap-2 text-sm text-slate-600 hover:text-blue-600 py-1.5 transition-colors\">\n                    <span class=\"w-1.5 h-1.5 bg-blue-600 rounded-full flex-shrink-0\"><\/span>\n                    Why Home Healthcare Was Needed\n                <\/a>\n                <a href=\"#home-care-plan\" class=\"flex items-center gap-2 text-sm text-slate-600 hover:text-blue-600 py-1.5 transition-colors\">\n                    <span class=\"w-1.5 h-1.5 bg-blue-600 rounded-full flex-shrink-0\"><\/span>\n                    Home Care Plan\n                <\/a>\n                <a href=\"#recovery-timeline\" class=\"flex items-center gap-2 text-sm text-slate-600 hover:text-blue-600 py-1.5 transition-colors\">\n                    <span class=\"w-1.5 h-1.5 bg-blue-600 rounded-full flex-shrink-0\"><\/span>\n                    Recovery Timeline\n                <\/a>\n                <a href=\"#clinical-evidence\" class=\"flex items-center gap-2 text-sm text-slate-600 hover:text-blue-600 py-1.5 transition-colors\">\n                    <span class=\"w-1.5 h-1.5 bg-blue-600 rounded-full flex-shrink-0\"><\/span>\n                    Clinical Evidence Tables\n                <\/a>\n                <a href=\"#recovery-outcome\" class=\"flex items-center gap-2 text-sm text-slate-600 hover:text-blue-600 py-1.5 transition-colors\">\n                    <span class=\"w-1.5 h-1.5 bg-blue-600 rounded-full flex-shrink-0\"><\/span>\n                    Recovery Outcome\n                <\/a>\n                <a href=\"#clinical-learnings\" class=\"flex items-center gap-2 text-sm text-slate-600 hover:text-blue-600 py-1.5 transition-colors\">\n                    <span class=\"w-1.5 h-1.5 bg-blue-600 rounded-full flex-shrink-0\"><\/span>\n                    Key Clinical Learnings\n                <\/a>\n                <a href=\"#faqs\" class=\"flex items-center gap-2 text-sm text-slate-600 hover:text-blue-600 py-1.5 transition-colors\">\n                    <span class=\"w-1.5 h-1.5 bg-blue-600 rounded-full flex-shrink-0\"><\/span>\n                    Frequently Asked Questions\n                <\/a>\n            <\/div>\n        <\/nav>\n\n        <!-- Section 1: Patient Background -->\n        <section id=\"patient-background\" class=\"mb-16 reveal-on-scroll\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <div class=\"w-10 h-10 bg-blue-100 rounded-xl flex items-center justify-center\">\n                    <i data-lucide=\"user\" class=\"w-5 h-5 text-blue-700\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl sm:text-3xl font-semibold text-slate-900 tracking-tight\">Patient Background<\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-2xl border border-slate-200 p-6 sm:p-8\">\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    Mr. Kulwant Singh Brar is a 64-year-old retired agricultural officer living in Mohali, Punjab. He spent over three decades working in government agricultural departments, a career that involved regular field visits and physical activity. After retirement, he led a relatively active life, managing his household and spending time with his family.\n                <\/p>\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    He lives with his wife, Harpreet Kaur Brar (60), who serves as his primary caregiver. His son, Jasmeet Singh Brar, is a civil engineer based in Chandigarh and visits regularly but cannot be present daily due to work commitments. This is a common situation for many families in the Delhi NCR region, where working children balance careers with <a href=\"https:\/\/athomecare.in\/the-nri-challenge-caring-for-parents-in-india-from-miles-away\/\" class=\"text-blue-600 hover:underline\">elderly care responsibilities from a distance<\/a>.\n                <\/p>\n                <p class=\"text-slate-700 leading-relaxed mb-6\">\n                    Before his current illness, Mr. Brar was independent in all basic activities. He managed his daily routine, attended family gatherings, and maintained social connections. His baseline health, however, included four chronic conditions that required ongoing management.\n                <\/p>\n\n                <h3 class=\"text-lg font-semibold text-slate-900 mb-4\">Pre-existing Medical Conditions<\/h3>\n                <div class=\"grid sm:grid-cols-2 gap-3 mb-6\">\n                    <div class=\"flex items-start gap-3 bg-slate-50 rounded-xl p-4\">\n                        <i data-lucide=\"heart-pulse\" class=\"w-5 h-5 text-red-500 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <p class=\"font-medium text-slate-900 text-sm\">Hypertension<\/p>\n                            <p class=\"text-slate-500 text-xs mt-0.5\">Present for 11 years, on medication<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"flex items-start gap-3 bg-slate-50 rounded-xl p-4\">\n                        <i data-lucide=\"droplets\" class=\"w-5 h-5 text-blue-500 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <p class=\"font-medium text-slate-900 text-sm\">Type 2 Diabetes Mellitus<\/p>\n                            <p class=\"text-slate-500 text-xs mt-0.5\">Present for 9 years, on medication<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"flex items-start gap-3 bg-slate-50 rounded-xl p-4\">\n                        <i data-lucide=\"flask-conical\" class=\"w-5 h-5 text-amber-500 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <p class=\"font-medium text-slate-900 text-sm\">Hyperlipidemia<\/p>\n                            <p class=\"text-slate-500 text-xs mt-0.5\">Elevated lipid levels, managed with lifestyle and medication<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"flex items-start gap-3 bg-slate-50 rounded-xl p-4\">\n                        <i data-lucide=\"bone\" class=\"w-5 h-5 text-purple-500 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <p class=\"font-medium text-slate-900 text-sm\">Mild Cervical Spondylosis<\/p>\n                            <p class=\"text-slate-500 text-xs mt-0.5\">Age-related degenerative changes in the cervical spine<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"clinical-alert rounded-xl p-4\">\n                    <p class=\"text-sm text-slate-700 leading-relaxed\">\n                        <strong class=\"text-blue-800\">Clinical Note:<\/strong> Managing a complex neurological condition like Bulbar Myasthenia Gravis alongside four chronic conditions requires careful coordination. Medication interactions, blood sugar fluctuations, and blood pressure changes can all influence neuromuscular function. This is why <a href=\"https:\/\/athomecare.in\/home-nursing-for-elderly-patients-with-multiple-chronic-conditions-a-clinical-perspective\/\" class=\"text-blue-600 hover:underline\">home nursing for patients with multiple chronic conditions<\/a> plays a critical role in safe recovery.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider mb-16\"><\/div>\n\n        <!-- Section 2: Clinical Diagnosis -->\n        <section id=\"clinical-diagnosis\" class=\"mb-16 reveal-on-scroll\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <div class=\"w-10 h-10 bg-blue-100 rounded-xl flex items-center justify-center\">\n                    <i data-lucide=\"stethoscope\" class=\"w-5 h-5 text-blue-700\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl sm:text-3xl font-semibold text-slate-900 tracking-tight\">Clinical Diagnosis<\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-2xl border border-slate-200 p-6 sm:p-8 mb-6\">\n                <h3 class=\"text-lg font-semibold text-slate-900 mb-4\">How the Condition Developed<\/h3>\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    Mr. Brar first noticed symptoms approximately five months before his hospital admission. The early signs were subtle. He experienced difficulty swallowing during evening meals and occasional choking while drinking water. His family noticed that his speech had developed a nasal quality, as if he had a persistent cold.\n                <\/p>\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    Over the following weeks, the symptoms progressed beyond the evening hours. He began experiencing drooping of his right eyelid, especially after reading or watching television for extended periods. Generalized muscle weakness made it difficult for him to climb stairs or carry objects that were previously manageable.\n                <\/p>\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    The critical turning point came when he experienced repeated episodes of aspiration while drinking liquids. Aspiration occurs when food or liquid enters the airway instead of the esophagus, creating a serious risk of lung infection. His wife observed him coughing forcefully after every sip of water, sometimes gasping for breath. This prompted an urgent visit to a tertiary neurology center.\n                <\/p>\n                <p class=\"text-slate-700 leading-relaxed\">\n                    The pattern of symptoms, particularly the combination of swallowing difficulty, nasal speech, eyelid drooping that worsens with use, and generalized fatigability, pointed the neurologist toward a specific category of neuromuscular disorders.\n                <\/p>\n            <\/div>\n\n            <div class=\"bg-white rounded-2xl border border-slate-200 p-6 sm:p-8 mb-6\">\n                <h3 class=\"text-lg font-semibold text-slate-900 mb-4\">Diagnostic Investigations Performed<\/h3>\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    The neurology team conducted a thorough diagnostic workup to confirm the diagnosis and rule out other conditions that can mimic these symptoms, such as stroke, brain tumors, or other neuromuscular diseases.\n                <\/p>\n                <div class=\"space-y-4\">\n                    <div class=\"scenario-card\">\n                        <div class=\"flex items-start gap-3\">\n                            <div class=\"w-8 h-8 bg-blue-100 rounded-lg flex items-center justify-center flex-shrink-0\">\n                                <span class=\"text-blue-700 font-semibold text-sm\">1<\/span>\n                            <\/div>\n                            <div>\n                                <p class=\"font-medium text-slate-900\">Neurological Examination<\/p>\n                                <p class=\"text-slate-600 text-sm mt-1 leading-relaxed\">\n                                    A detailed examination of muscle strength, reflexes, sensation, and cranial nerve function. The examining neurologist noted bilateral ptosis that worsened with sustained upward gaze, mild dysarthria (slurred speech) after prolonged conversation, and measurable fatigability during repetitive arm movements. Sensation and reflexes remained normal, which helped differentiate this condition from other neurological disorders.\n                                <\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"scenario-card\">\n                        <div class=\"flex items-start gap-3\">\n                            <div class=\"w-8 h-8 bg-blue-100 rounded-lg flex items-center justify-center flex-shrink-0\">\n                                <span class=\"text-blue-700 font-semibold text-sm\">2<\/span>\n                            <\/div>\n                            <div>\n                                <p class=\"font-medium text-slate-900\">Repetitive Nerve Stimulation (RNS) Study<\/p>\n                                <p class=\"text-slate-600 text-sm mt-1 leading-relaxed\">\n                                    This electrophysiological test involves delivering repeated electrical stimuli to a nerve and measuring the muscle response. In myasthenia gravis, the muscle response progressively decreases with repeated stimulation, a pattern called decremental response. Mr. Brar&#8217;s RNS study showed this characteristic pattern, providing strong objective evidence for the diagnosis.\n                                <\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"scenario-card\">\n                        <div class=\"flex items-start gap-3\">\n                            <div class=\"w-8 h-8 bg-blue-100 rounded-lg flex items-center justify-center flex-shrink-0\">\n                                <span class=\"text-blue-700 font-semibold text-sm\">3<\/span>\n                            <\/div>\n                            <div>\n                                <p class=\"font-medium text-slate-900\">Acetylcholine Receptor Antibody Test<\/p>\n                                <p class=\"text-slate-600 text-sm mt-1 leading-relaxed\">\n                                    Myasthenia gravis is an autoimmune disorder in which the body&#8217;s immune system produces antibodies that attack acetylcholine receptors at the neuromuscular junction. Blood testing for these antibodies is the primary serological test. A positive result confirms the autoimmune nature of the condition. Mr. Brar&#8217;s test returned positive.\n                                <\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"scenario-card\">\n                        <div class=\"flex items-start gap-3\">\n                            <div class=\"w-8 h-8 bg-blue-100 rounded-lg flex items-center justify-center flex-shrink-0\">\n                                <span class=\"text-blue-700 font-semibold text-sm\">4<\/span>\n                            <\/div>\n                            <div>\n                                <p class=\"font-medium text-slate-900\">CT Scan of the Chest<\/p>\n                                <p class=\"text-slate-600 text-sm mt-1 leading-relaxed\">\n                                    The thymus gland, located in the upper chest, is often abnormal in patients with myasthenia gravis. A CT scan was performed to evaluate the thymus for enlargement or thymoma (a tumor of the thymus gland). This information helps guide long-term treatment planning, as thymectomy may be considered in certain cases.\n                                <\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"scenario-card\">\n                        <div class=\"flex items-start gap-3\">\n                            <div class=\"w-8 h-8 bg-blue-100 rounded-lg flex items-center justify-center flex-shrink-0\">\n                                <span class=\"text-blue-700 font-semibold text-sm\">5<\/span>\n                            <\/div>\n                            <div>\n                                <p class=\"font-medium text-slate-900\">Swallowing Assessment<\/p>\n                                <p class=\"text-slate-600 text-sm mt-1 leading-relaxed\">\n                                    A clinical swallowing evaluation was performed to assess the safety of oral feeding. The speech-language pathologist observed Mr. Brar eating and drinking different consistencies, noting specific difficulties with thin liquids and the degree of aspiration risk. This assessment directly informed the <a href=\"https:\/\/athomecare.in\/elderly-difficulty-swallowing-feeding-support-gurgaon\/\" class=\"text-blue-600 hover:underline\">swallowing support plan<\/a> that would continue at home.\n                                <\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"scenario-card\">\n                        <div class=\"flex items-start gap-3\">\n                            <div class=\"w-8 h-8 bg-blue-100 rounded-lg flex items-center justify-center flex-shrink-0\">\n                                <span class=\"text-blue-700 font-semibold text-sm\">6<\/span>\n                            <\/div>\n                            <div>\n                                <p class=\"font-medium text-slate-900\">Pulmonary Evaluation<\/p>\n                                <p class=\"text-slate-600 text-sm mt-1 leading-relaxed\">\n                                    Because myasthenia gravis can weaken respiratory muscles, pulmonary function tests were conducted to measure breathing capacity. This was particularly important to assess the risk of myasthenic crisis, a life-threatening condition in which respiratory muscles fail. The evaluation helped establish a baseline for <a href=\"https:\/\/athomecare.in\/respiratory-therapy\/\" class=\"text-blue-600 hover:underline\">respiratory monitoring<\/a> during recovery.\n                                <\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"doctor-card rounded-2xl p-6 sm:p-8 text-white\">\n                <div class=\"flex items-start gap-3\">\n                    <i data-lucide=\"brain\" class=\"w-6 h-6 text-blue-200 flex-shrink-0 mt-0.5\"><\/i>\n                    <div>\n                        <p class=\"font-semibold text-blue-100 text-xs uppercase tracking-wider mb-2\">Understanding the Diagnosis<\/p>\n                        <p class=\"text-blue-50 leading-relaxed text-sm\">\n                            Bulbar Myasthenia Gravis is a form of myasthenia gravis that predominantly affects the bulbar muscles. These are the muscles controlled by the cranial nerves originating from the brainstem, specifically those responsible for swallowing, speech, and facial expression. In Mr. Brar&#8217;s case, the primary symptoms were dysphagia (difficulty swallowing), dysarthria (nasal speech), and ptosis (drooping eyelid). Unlike generalized myasthenia gravis, which affects limbs more prominently, the bulbar form poses an immediate risk of aspiration and requires careful attention to airway protection during recovery.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Diagnosis Summary Table -->\n            <div class=\"bg-white rounded-2xl border border-slate-200 overflow-hidden mt-6\">\n                <div class=\"p-6 sm:p-8 pb-0\">\n                    <h3 class=\"text-lg font-semibold text-slate-900\">Presenting Condition at Discharge<\/h3>\n                <\/div>\n                <div class=\"overflow-x-auto\">\n                    <table class=\"w-full evidence-table\">\n                        <thead>\n                            <tr>\n                                <th class=\"text-left p-4\">Parameter<\/th>\n                                <th class=\"text-left p-4\">Finding<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr><td class=\"p-4 text-slate-700\">Swallowing<\/td><td class=\"p-4 text-slate-700\">Mild difficulty, worse with thin liquids<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Speech<\/td><td class=\"p-4 text-slate-700\">Nasal quality, worsens with extended conversation<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Ptosis<\/td><td class=\"p-4 text-slate-700\">Right eyelid drooping during prolonged activity<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Muscle Fatigue<\/td><td class=\"p-4 text-slate-700\">Generalized, increases with activity<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Stamina<\/td><td class=\"p-4 text-slate-700\">Reduced compared to baseline<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Appetite<\/td><td class=\"p-4 text-slate-700\">Poor, related to fear of choking<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Weight<\/td><td class=\"p-4 text-slate-700\">Mild weight loss documented<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Anxiety<\/td><td class=\"p-4 text-slate-700\">Significant anxiety about choking during meals<\/td><\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider mb-16\"><\/div>\n\n        <!-- Section 3: Hospital Treatment -->\n        <section id=\"hospital-treatment\" class=\"mb-16 reveal-on-scroll\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <div class=\"w-10 h-10 bg-blue-100 rounded-xl flex items-center justify-center\">\n                    <i data-lucide=\"building-2\" class=\"w-5 h-5 text-blue-700\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl sm:text-3xl font-semibold text-slate-900 tracking-tight\">Hospital Treatment<\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-2xl border border-slate-200 p-6 sm:p-8 mb-6\">\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    Mr. Brar was admitted to a tertiary neurology center for thirteen days. During this period, the medical team focused on three main objectives: stabilizing his neuromuscular function, reducing the risk of aspiration, and optimizing his medication regimen for safe continuation at home.\n                <\/p>\n\n                <h3 class=\"text-lg font-semibold text-slate-900 mb-4\">Key Interventions During Hospitalization<\/h3>\n\n                <div class=\"mb-6\">\n                    <h4 class=\"font-medium text-slate-900 mb-2 flex items-center gap-2\">\n                        <i data-lucide=\"syringe\" class=\"w-4 h-4 text-blue-600\"><\/i>\n                        Intravenous Immunoglobulin (IVIG) Therapy\n                    <\/h4>\n                    <p class=\"text-slate-600 text-sm leading-relaxed\">\n                        IVIG is a treatment that uses purified antibodies from healthy donors to modulate the abnormal immune response in myasthenia gravis. It works by binding to the harmful autoantibodies and reducing their attack on acetylcholine receptors. The treatment is administered intravenously over several days. For Mr. Brar, IVIG helped reduce the severity of his symptoms during the acute phase, particularly improving his swallowing function and reducing muscle weakness. This therapy provided a clinical window of improvement that made safe discharge to home possible.\n                    <\/p>\n                <\/div>\n\n                <div class=\"mb-6\">\n                    <h4 class=\"font-medium text-slate-900 mb-2 flex items-center gap-2\">\n                        <i data-lucide=\"pill\" class=\"w-4 h-4 text-blue-600\"><\/i>\n                        Medication Optimization\n                    <\/h4>\n                    <p class=\"text-slate-600 text-sm leading-relaxed\">\n                        The neurology team carefully adjusted Mr. Brar&#8217;s medications before discharge. This included initiating or adjusting acetylcholinesterase inhibitors (such as pyridostigmine), which improve neuromuscular transmission by increasing the availability of acetylcholine at the nerve-muscle junction. The team also considered immunosuppressive medications for long-term management. Importantly, his existing medications for hypertension, diabetes, and hyperlipidemia were reviewed for potential interactions with the new myasthenia gravis treatment. Certain medications, such as some beta-blockers and specific antibiotics, can worsen myasthenia symptoms and must be avoided. This careful <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\" class=\"text-blue-600 hover:underline\">medication management<\/a> was essential for safe home recovery.\n                    <\/p>\n                <\/div>\n\n                <div class=\"mb-6\">\n                    <h4 class=\"font-medium text-slate-900 mb-2 flex items-center gap-2\">\n                        <i data-lucide=\"mic\" class=\"w-4 h-4 text-blue-600\"><\/i>\n                        Speech and Swallowing Rehabilitation\n                    <\/h4>\n                    <p class=\"text-slate-600 text-sm leading-relaxed\">\n                        A speech-language pathologist worked with Mr. Brar during his hospital stay, teaching him specific swallowing techniques. These included posture adjustments during meals, specific head positions to protect the airway, and strategies for managing different food consistencies. The therapist identified that thin liquids posed the highest aspiration risk and recommended thickened liquids as a safer alternative during the initial recovery period. These techniques needed to be continued consistently at home, making <a href=\"https:\/\/athomecare.in\/delhi\/blogs\/patient-with-swallowing-difficulty-feeding-support\" class=\"text-blue-600 hover:underline\">feeding support at home<\/a> a critical component of the care plan.\n                    <\/p>\n                <\/div>\n\n                <div class=\"mb-6\">\n                    <h4 class=\"font-medium text-slate-900 mb-2 flex items-center gap-2\">\n                        <i data-lucide=\"apple\" class=\"w-4 h-4 text-blue-600\"><\/i>\n                        Nutritional Rehabilitation\n                    <\/h4>\n                    <p class=\"text-slate-600 text-sm leading-relaxed\">\n                        Because Mr. Brar had experienced significant difficulty eating and had lost weight, a nutritional assessment was performed. A dietitian recommended a high-protein, calorie-dense diet with modified food consistencies to ensure adequate nutrition while minimizing aspiration risk. <a href=\"https:\/\/athomecare.in\/nutrition-hydration-elderly-care\/\" class=\"text-blue-600 hover:underline\">Nutrition and hydration monitoring<\/a> was identified as an ongoing need after discharge.\n                    <\/p>\n                <\/div>\n\n                <div>\n                    <h4 class=\"font-medium text-slate-900 mb-2 flex items-center gap-2\">\n                        <i data-lucide=\"users\" class=\"w-4 h-4 text-blue-600\"><\/i>\n                        Family Caregiver Education\n                    <\/h4>\n                    <p class=\"text-slate-600 text-sm leading-relaxed\">\n                        Before discharge, the hospital team educated Mr. Brar&#8217;s wife and son about the condition, medication administration, swallowing safety measures, and warning signs that require immediate medical attention. However, as is common with <a href=\"https:\/\/athomecare.in\/post-hospital-discharge-care-for-senior-citizens-medical-guidelines-for-safe-recovery-at-home\/\" class=\"text-blue-600 hover:underline\">post-hospital discharge care for senior citizens<\/a>, the family recognized that they would need professional support at home to implement everything correctly.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"clinical-alert danger rounded-xl p-4\">\n                <div class=\"flex items-start gap-3\">\n                    <i data-lucide=\"alert-triangle\" class=\"w-5 h-5 text-red-600 flex-shrink-0 mt-0.5\"><\/i>\n                    <div>\n                        <p class=\"font-semibold text-red-900 text-sm\">Critical Risk During Discharge<\/p>\n                        <p class=\"text-red-800 text-sm mt-1 leading-relaxed\">\n                            The period immediately after hospital discharge is often the most vulnerable time for patients with complex conditions. Even though Mr. Brar&#8217;s swallowing had improved, he remained at real risk for aspiration. His muscle fatigue could worsen without proper medication timing. His diabetes and hypertension required continued monitoring alongside the new neurological treatment. The neurologist recommended structured multidisciplinary home healthcare specifically because the margin of safety was narrow during this transition.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider mb-16\"><\/div>\n\n        <!-- Section 4: Why Home Healthcare Was Needed -->\n        <section id=\"why-home-healthcare\" class=\"mb-16 reveal-on-scroll\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <div class=\"w-10 h-10 bg-blue-100 rounded-xl flex items-center justify-center\">\n                    <i data-lucide=\"home\" class=\"w-5 h-5 text-blue-700\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl sm:text-3xl font-semibold text-slate-900 tracking-tight\">Why Home Healthcare Was Needed<\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-2xl border border-slate-200 p-6 sm:p-8 mb-6\">\n                <p class=\"text-slate-700 leading-relaxed mb-4\">\n                    The neurologist&#8217;s recommendation for home healthcare was not a general suggestion. It was a specific clinical decision based on several identifiable risk factors present at the time of discharge. Understanding why each component was necessary helps clarify what professional home care actually provides versus what family caregiving alone can achieve.\n                <\/p>\n\n                <h3 class=\"text-lg font-semibold text-slate-900 mb-4\">The Clinical Reasoning Behind Each Decision<\/h3>\n\n                <div class=\"space-y-4\">\n                    <div class=\"scenario-card\">\n                        <h4 class=\"font-medium text-slate-900 mb-2\">Why was a Home Nurse Required?<\/h4>\n                        <p class=\"text-slate-600 text-sm leading-relaxed\">\n                            Mr. Brar needed regular neurological assessments to detect early worsening of his condition. His medications for myasthenia gravis must be administered at precise intervals. A delayed dose can lead to rapid worsening of muscle weakness, while certain medications must be avoided entirely. Additionally, his blood pressure and blood sugar required monitoring in the context of his new treatment regimen. A trained <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"text-blue-600 hover:underline\">home nurse<\/a> can perform these assessments, recognize subtle clinical changes, and communicate directly with the treating neurologist. His wife, while dedicated, did not have the medical training to perform neurological assessments or manage the complexity of his medication regimen safely.\n                        <\/p>\n                    <\/div>\n\n                    <div class=\"scenario-card\">\n                        <h4 class=\"font-medium text-slate-900 mb-2\">Why was a Patient Attendant Needed Alongside a Nurse?<\/h4>\n                        <p class=\"text-slate-600 text-sm leading-relaxed\">\n                            The nurse provided clinical care during scheduled visits, but Mr. Brar needed supervision and assistance throughout the day. He experienced fatigue episodes that made eating difficult. He needed someone present during meals to ensure swallowing safety. He required encouragement for hydration, which patients with swallowing difficulty often avoid because they fear choking. A <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\" class=\"text-blue-600 hover:underline\">trained patient attendant<\/a> provided this continuous presence, meal supervision, and emotional support that filled the gap between nursing visits. This distinction between clinical nursing care and continuous attendant care is important for families to understand when planning <a href=\"https:\/\/athomecare.in\/medical-attendant-vs-caretaker-gurgaon\/\" class=\"text-blue-600 hover:underline\">home care support<\/a>.\n                        <\/p>\n                    <\/div>\n\n                    <div class=\"scenario-card\">\n                        <h4 class=\"font-medium text-slate-900 mb-2\">Why was Physiotherapy Introduced?<\/h4>\n                        <p class=\"text-slate-600 text-sm leading-relaxed\">\n                            Muscle weakness and fatigue in myasthenia gravis require a carefully calibrated approach to exercise. Too little activity leads to deconditioning and further weakness. Too much exertion can trigger increased fatigue and potentially worsen symptoms. A <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"text-blue-600 hover:underline\">physiotherapist at home<\/a> could assess Mr. Brar&#8217;s daily energy patterns, design an exercise program that built endurance without overexertion, teach energy conservation techniques, and monitor his respiratory function through breathing exercises. Generic exercise advice would not account for the unique fatigability pattern seen in myasthenia gravis.\n                        <\/p>\n                    <\/div>\n\n                    <div class=\"scenario-card\">\n                        <h4 class=\"font-medium text-slate-900 mb-2\">Why was Aspiration Prevention Critical?<\/h4>\n                        <p class=\"text-slate-600 text-sm leading-relaxed\">\n                            Aspiration pneumonia is one of the most serious complications of bulbar myasthenia gravis. When food or liquid enters the lungs, it can cause a severe infection that may require ICU admission and can be life-threatening, particularly in an older patient with diabetes. The <a href=\"https:\/\/athomecare.in\/stroke-patient-feeding-aspiration-risk-gurgaon\/\" class=\"text-blue-600 hover:underline\">aspiration risk<\/a> was not theoretical for Mr. Brar. He had already experienced aspiration episodes before hospitalization. Every meal at home carried this risk, and proper technique, food consistency, and supervision were essential to prevent it.\n                        <\/p>\n                    <\/div>\n\n                    <div class=\"scenario-card\">\n                        <h4 class=\"font-medium text-slate-900 mb-2\">Why Were Doctor Home Visits Scheduled?<\/h4>\n                        <p class=\"text-slate-600 text-sm leading-relaxed\">\n                            Regular neurological review was necessary to assess muscle strength trends, monitor swallowing function, evaluate medication response, and detect early signs of worsening. A <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"text-blue-600 hover:underline\">doctor home visit<\/a> every two weeks allowed the neurologist to evaluate Mr. Brar in his actual living environment, where functional abilities can be assessed more accurately than in a clinic setting. It also reduced the physical burden of traveling to hospital appointments, which could worsen his fatigue.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"clinical-alert rounded-xl p-4\">\n                <p class=\"text-sm text-slate-700 leading-relaxed\">\n                    <strong class=\"text-blue-800\">Why Not Just Family Care?<\/strong> Mr. Brar&#8217;s wife was willing and capable in many ways. However, the combination of aspiration risk, complex medication timing, neurological monitoring needs, blood sugar and blood pressure management, and the requirement for supervised exercise created a level of medical complexity that exceeds what untrained family caregivers can safely provide. Research consistently shows that <a href=\"https:\/\/athomecare.in\/basic-care-not-enough-elderly-patients-gurgaon\/\" class=\"text-blue-600 hover:underline\">basic care is not enough for elderly patients<\/a> with complex medical needs, and that professional oversight significantly reduces the risk of preventable complications.\n                <\/p>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider mb-16\"><\/div>\n\n        <!-- Section 5: Home Care Plan -->\n        <section id=\"home-care-plan\" class=\"mb-16 reveal-on-scroll\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <div class=\"w-10 h-10 bg-blue-100 rounded-xl flex items-center justify-center\">\n                    <i data-lucide=\"clipboard-list\" class=\"w-5 h-5 text-blue-700\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl sm:text-3xl font-semibold text-slate-900 tracking-tight\">Home Care Plan by AtHomeCare<\/h2>\n            <\/div>\n\n            <p class=\"text-slate-700 leading-relaxed mb-8\">\n                The home healthcare plan was designed around Mr. Brar&#8217;s specific clinical needs, with each intervention tied directly to a documented risk or functional limitation. The plan involved four categories of professional support, coordinated to work together.\n            <\/p>\n\n            <!-- Home Nursing -->\n            <div class=\"bg-white rounded-2xl border border-slate-200 p-6 sm:p-8 mb-6\">\n                <div class=\"flex items-center gap-3 mb-5\">\n                    <div class=\"w-10 h-10 bg-blue-600 rounded-xl flex items-center justify-center\">\n                        <i data-lucide=\"heart-pulse\" class=\"w-5 h-5 text-white\"><\/i>\n                    <\/div>\n                    <div>\n                        <h3 class=\"text-lg font-semibold text-slate-900\">Home Nursing<\/h3>\n                        <p class=\"text-slate-500 text-sm\">Clinical monitoring and medical care<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"grid sm:grid-cols-2 gap-3\">\n                    <div class=\"flex items-start gap-2 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Neurological assessment at each visit, including ptosis evaluation, muscle strength testing, and fatigability observation<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Precise medication administration at scheduled times, ensuring no doses are missed or delayed<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Blood pressure and blood sugar monitoring, documented and tracked for trend analysis<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Direct observation of swallowing during meals to identify any worsening of aspiration risk<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Nutrition monitoring to ensure adequate caloric and protein intake for recovery<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Aspiration prevention education reinforced with the family at every visit<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Fatigue level monitoring and guidance on activity pacing throughout the day<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Direct coordination with the treating neurologist, sharing clinical observations and receiving instructions<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Patient Attendant -->\n            <div class=\"bg-white rounded-2xl border border-slate-200 p-6 sm:p-8 mb-6\">\n                <div class=\"flex items-center gap-3 mb-5\">\n                    <div class=\"w-10 h-10 bg-emerald-600 rounded-xl flex items-center justify-center\">\n                        <i data-lucide=\"hand-helping\" class=\"w-5 h-5 text-white\"><\/i>\n                    <\/div>\n                    <div>\n                        <h3 class=\"text-lg font-semibold text-slate-900\">Patient Attendant<\/h3>\n                        <p class=\"text-slate-500 text-sm\">Continuous supervision and daily living support<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"grid sm:grid-cols-2 gap-3\">\n                    <div class=\"flex items-start gap-2 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Meal supervision ensuring correct posture, small bites, and slow eating as trained by the speech therapist<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Immediate assistance during fatigue episodes, helping with position changes and rest<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Emotional reassurance, particularly during meals when anxiety about choking was highest<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Walking supervision during outdoor walks, watching for fatigue-related unsteadiness<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Appointment coordination with the home care team and hospital follow-ups<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Consistent hydration encouragement, offering fluids at regular intervals in safe consistencies<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Household assistance for tasks that Mr. Brar could not safely perform during fatigue periods<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Ongoing monitoring for any new swallowing difficulty or speech changes between nursing visits<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Physiotherapy -->\n            <div class=\"bg-white rounded-2xl border border-slate-200 p-6 sm:p-8 mb-6\">\n                <div class=\"flex items-center gap-3 mb-5\">\n                    <div class=\"w-10 h-10 bg-purple-600 rounded-xl flex items-center justify-center\">\n                        <i data-lucide=\"activity\" class=\"w-5 h-5 text-white\"><\/i>\n                    <\/div>\n                    <div>\n                        <h3 class=\"text-lg font-semibold text-slate-900\">Physiotherapy at Home<\/h3>\n                        <p class=\"text-slate-500 text-sm\">Endurance building and respiratory support<\/p>\n                    <\/div>\n                <\/div>\n\n                <p class=\"text-slate-600 text-sm leading-relaxed mb-4\">\n                    The physiotherapy program was specifically designed for myasthenia gravis, which requires a fundamentally different approach than most rehabilitation programs. The core principle was building endurance without triggering excessive fatigue. Sessions were scheduled during Mr. Brar&#8217;s peak energy periods, typically in the morning after rest.\n                <\/p>\n\n                <div class=\"grid sm:grid-cols-2 gap-3\">\n                    <div class=\"flex items-start gap-2 p-3 bg-purple-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-purple-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Gentle muscle strengthening exercises with low resistance, gradually progressed based on tolerance<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 p-3 bg-purple-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-purple-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Energy conservation techniques to help Mr. Brar plan his daily activities around his energy patterns<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 p-3 bg-purple-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-purple-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Balance exercises to maintain stability during walking and reduce fall risk during fatigue<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 p-3 bg-purple-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-purple-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Functional mobility training to improve walking distance and stair-climbing ability<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 p-3 bg-purple-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-purple-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">Respiratory exercises using an incentive spirometer to maintain lung capacity and support respiratory muscle function<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 p-3 bg-purple-50 rounded-lg\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-purple-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\">A structured home exercise program for days between physiotherapy sessions<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Doctor Home Visit -->\n            <div class=\"bg-white rounded-2xl border border-slate-200 p-6 sm:p-8 mb-6\">\n                <div class=\"flex items-center gap-3 mb-5\">\n                    <div class=\"w-10 h-10 bg-amber-500 rounded-xl flex items-center justify-center\">\n                        <i data-lucide=\"user-check\" class=\"w-5 h-5 text-white\"><\/i>\n                    <\/div>\n                    <div>\n                        <h3 class=\"text-lg font-semibold text-slate-900\">Doctor Home Visit<\/h3>\n                        <p class=\"text-slate-500 text-sm\">Neurology review every two weeks<\/p>\n                    <\/div>\n                <\/div>\n\n                <p class=\"text-slate-600 text-sm leading-relaxed mb-4\">\n                    The neurologist conducted home visits every two weeks to perform assessments that are difficult to replicate in a brief outpatient visit. During each home visit, the doctor evaluated muscle strength in a standardized manner, assessed swallowing function by observing a supervised meal, reviewed the nurse&#8217;s documented vital signs and blood sugar logs, evaluated medication response and side effects, looked for any early signs of disease worsening that might not be apparent to the family, and adjusted treatment as needed based on clinical progression.\n                <\/p>\n                <p class=\"text-slate-600 text-sm leading-relaxed\">\n                    This pattern of regular <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"text-blue-600 hover:underline\">doctor home visits<\/a> ensured that clinical decisions were based on real-world observations of the patient&#8217;s daily function, not just a snapshot during a clinic appointment.\n                <\/p>\n            <\/div>\n\n            <!-- Medical Equipment -->\n            <div class=\"bg-white rounded-2xl border border-slate-200 p-6 sm:p-8 mb-6\">\n                <div class=\"flex items-center gap-3 mb-5\">\n                    <div class=\"w-10 h-10 bg-slate-700 rounded-xl flex items-center justify-center\">\n                        <i data-lucide=\"monitor\" class=\"w-5 h-5 text-white\"><\/i>\n                    <\/div>\n                    <div>\n                        <h3 class=\"text-lg font-semibold text-slate-900\">Medical Equipment at Home<\/h3>\n                        <p class=\"text-slate-500 text-sm\">Essential devices for safe monitoring<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"grid sm:grid-cols-2 lg:grid-cols-3 gap-3\">\n                    <div class=\"p-4 bg-slate-50 rounded-xl text-center\">\n                        <i data-lucide=\"heart\" class=\"w-6 h-6 text-red-500 mx-auto mb-2\"><\/i>\n                        <p class=\"font-medium text-slate-900 text-sm\">Pulse Oximeter<\/p>\n                        <p class=\"text-slate-500 text-xs mt-1\">Continuous oxygen saturation monitoring<\/p>\n                    <\/div>\n                    <div class=\"p-4 bg-slate-50 rounded-xl text-center\">\n                        <i data-lucide=\"gauge\" class=\"w-6 h-6 text-blue-500 mx-auto mb-2\"><\/i>\n                        <p class=\"font-medium text-slate-900 text-sm\">Blood Pressure Monitor<\/p>\n                        <p class=\"text-slate-500 text-xs mt-1\">Daily blood pressure tracking<\/p>\n                    <\/div>\n                    <div class=\"p-4 bg-slate-50 rounded-xl text-center\">\n                        <i data-lucide=\"droplet\" class=\"w-6 h-6 text-purple-500 mx-auto mb-2\"><\/i>\n                        <p class=\"font-medium text-slate-900 text-sm\">Glucometer<\/p>\n                        <p class=\"text-slate-500 text-xs mt-1\">Blood sugar monitoring for diabetes management<\/p>\n                    <\/div>\n                    <div class=\"p-4 bg-slate-50 rounded-xl text-center\">\n                        <i data-lucide=\"wind\" class=\"w-6 h-6 text-teal-500 mx-auto mb-2\"><\/i>\n                        <p class=\"font-medium text-slate-900 text-sm\">Incentive Spirometer<\/p>\n                        <p class=\"text-slate-500 text-xs mt-1\">Respiratory exercise and lung capacity maintenance<\/p>\n                    <\/div>\n                    <div class=\"p-4 bg-slate-50 rounded-xl text-center\">\n                        <i data-lucide=\"armchair\" class=\"w-6 h-6 text-amber-600 mx-auto mb-2\"><\/i>\n                        <p class=\"font-medium text-slate-900 text-sm\">Adjustable Recliner Chair<\/p>\n                        <p class=\"text-slate-500 text-xs mt-1\">Proper positioning for safe eating and resting<\/p>\n                    <\/div>\n                    <div class=\"p-4 bg-slate-50 rounded-xl text-center\">\n                        <i data-lucide=\"cup-soda\" class=\"w-6 h-6 text-green-600 mx-auto mb-2\"><\/i>\n                        <p class=\"font-medium text-slate-900 text-sm\">Controlled-Flow Feeding Cup<\/p>\n                        <p class=\"text-slate-500 text-xs mt-1\">Reduced aspiration risk during hydration<\/p>\n                    <\/div>\n                <\/div>\n\n                <p class=\"text-slate-500 text-xs mt-4 leading-relaxed\">\n                    All equipment was arranged through <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"text-blue-600 hover:underline\">medical equipment rental services<\/a>, which is often more practical than purchasing devices that are only needed during the recovery period. The adjustable recliner chair was particularly important because it allowed Mr. Brar to maintain an upright position during and after meals, which is a key aspiration prevention measure.\n                <\/p>\n            <\/div>\n\n            <!-- Daily Care Plan -->\n            <div class=\"bg-white rounded-2xl border border-slate-200 p-6 sm:p-8\">\n                <h3 class=\"text-lg font-semibold text-slate-900 mb-5\">Structured Daily Care Plan<\/h3>\n                <p class=\"text-slate-600 text-sm leading-relaxed mb-6\">\n                    The daily routine was organized to align with Mr. Brar&#8217;s natural energy patterns. Myasthenia gravis symptoms typically worsen as the day progresses, so the most demanding activities were scheduled in the morning.\n                <\/p>\n\n                <div class=\"grid sm:grid-cols-2 lg:grid-cols-4 gap-4\">\n                    <div class=\"bg-amber-50 border border-amber-200 rounded-xl p-4\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <i data-lucide=\"sunrise\" class=\"w-4 h-4 text-amber-600\"><\/i>\n                            <h4 class=\"font-semibold text-amber-900 text-sm\">Morning<\/h4>\n                        <\/div>\n                        <ul class=\"space-y-1.5 text-xs text-amber-800\">\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-amber-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Vital signs assessment<\/li>\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-amber-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Blood sugar monitoring<\/li>\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-amber-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Morning medications<\/li>\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-amber-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Soft high-protein breakfast<\/li>\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-amber-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Swallowing exercises<\/li>\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-amber-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Physiotherapy session<\/li>\n                        <\/ul>\n                    <\/div>\n\n                    <div class=\"bg-blue-50 border border-blue-200 rounded-xl p-4\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <i data-lucide=\"sun\" class=\"w-4 h-4 text-blue-600\"><\/i>\n                            <h4 class=\"font-semibold text-blue-900 text-sm\">Afternoon<\/h4>\n                        <\/div>\n                        <ul class=\"space-y-1.5 text-xs text-blue-800\">\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-blue-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Balanced lunch with modified consistency<\/li>\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-blue-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Rest period in recliner chair<\/li>\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-blue-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Short walking practice indoors<\/li>\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-blue-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Hydration monitoring<\/li>\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-blue-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Breathing exercises with spirometer<\/li>\n                        <\/ul>\n                    <\/div>\n\n                    <div class=\"bg-orange-50 border border-orange-200 rounded-xl p-4\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <i data-lucide=\"sunset\" class=\"w-4 h-4 text-orange-600\"><\/i>\n                            <h4 class=\"font-semibold text-orange-900 text-sm\">Evening<\/h4>\n                        <\/div>\n                        <ul class=\"space-y-1.5 text-xs text-orange-800\">\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-orange-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Light strengthening exercises<\/li>\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-orange-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Short outdoor walk with attendant<\/li>\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-orange-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Medication review by nurse<\/li>\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-orange-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Family interaction time<\/li>\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-orange-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Speech practice exercises<\/li>\n                        <\/ul>\n                    <\/div>\n\n                    <div class=\"bg-indigo-50 border border-indigo-200 rounded-xl p-4\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <i data-lucide=\"moon\" class=\"w-4 h-4 text-indigo-600\"><\/i>\n                            <h4 class=\"font-semibold text-indigo-900 text-sm\">Night<\/h4>\n                        <\/div>\n                        <ul class=\"space-y-1.5 text-xs text-indigo-800\">\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-indigo-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Soft dinner in upright position<\/li>\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-indigo-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Night medications administered<\/li>\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-indigo-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Swallowing safety check after meal<\/li>\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-indigo-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Comfortable sleeping position<\/li>\n                            <li class=\"flex items-start gap-1.5\"><span class=\"w-1 h-1 bg-indigo-400 rounded-full mt-1.5 flex-shrink-0\"><\/span>Adequate rest for next day<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider mb-16\"><\/div>\n\n        <!-- Section 6: Risks Monitored -->\n        <section class=\"mb-16 reveal-on-scroll\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <div class=\"w-10 h-10 bg-red-100 rounded-xl flex items-center justify-center\">\n                    <i data-lucide=\"shield-alert\" class=\"w-5 h-5 text-red-700\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl sm:text-3xl font-semibold text-slate-900 tracking-tight\">Risks Being Actively Monitored<\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-2xl border border-slate-200 p-6 sm:p-8 mb-6\">\n                <p class=\"text-slate-600 text-sm leading-relaxed mb-6\">\n                    Every item in this list represents a real complication that has been documented in patients with Bulbar Myasthenia Gravis during home recovery. The home care team monitored for these risks continuously, not just during scheduled visits. Understanding these risks helps explain why <a href=\"https:\/\/athomecare.in\/early-warning-signs-in-elderly-patients-that-require-immediate-medical-attention-at-home\/\" class=\"text-blue-600 hover:underline\">early warning sign recognition<\/a> is one of the most valuable functions of professional home nursing.\n                <\/p>\n\n                <div class=\"grid sm:grid-cols-2 gap-3\">\n                    <div class=\"risk-indicator\">\n                        <i data-lucide=\"alert-circle\" class=\"w-5 h-5 text-red-500 flex-shrink-0\"><\/i>\n                        <div>\n                            <p class=\"font-medium text-slate-900 text-sm\">Aspiration Pneumonia<\/p>\n                            <p class=\"text-slate-500 text-xs\">Food or liquid entering the lungs causing infection<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"risk-indicator\">\n                        <i data-lucide=\"alert-circle\" class=\"w-5 h-5 text-red-500 flex-shrink-0\"><\/i>\n                        <div>\n                            <p class=\"font-medium text-slate-900 text-sm\">Myasthenic Crisis<\/p>\n                            <p class=\"text-slate-500 text-xs\">Life-threatening respiratory muscle failure<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"risk-indicator\">\n                        <i data-lucide=\"alert-circle\" class=\"w-5 h-5 text-amber-500 flex-shrink-0\"><\/i>\n                        <div>\n                            <p class=\"font-medium text-slate-900 text-sm\">Worsening Swallowing Difficulty<\/p>\n                            <p class=\"text-slate-500 text-xs\">Progressive dysphagia requiring intervention<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"risk-indicator\">\n                        <i data-lucide=\"alert-circle\" class=\"w-5 h-5 text-amber-500 flex-shrink-0\"><\/i>\n                        <div>\n                            <p class=\"font-medium text-slate-900 text-sm\">Respiratory Muscle Weakness<\/p>\n                            <p class=\"text-slate-500 text-xs\">Declining breathing capacity<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"risk-indicator\">\n                        <i data-lucide=\"alert-circle\" class=\"w-5 h-5 text-amber-500 flex-shrink-0\"><\/i>\n                        <div>\n                            <p class=\"font-medium text-slate-900 text-sm\">Malnutrition<\/p>\n                            <p class=\"text-slate-500 text-xs\">Inadequate caloric intake due to swallowing difficulty<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"risk-indicator\">\n                        <i data-lucide=\"alert-circle\" class=\"w-5 h-5 text-amber-500 flex-shrink-0\"><\/i>\n                        <div>\n                            <p class=\"font-medium text-slate-900 text-sm\">Dehydration<\/p>\n                            <p class=\"text-slate-500 text-xs\">Reduced fluid intake from fear of choking<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"risk-indicator\">\n                        <i data-lucide=\"alert-circle\" class=\"w-5 h-5 text-blue-500 flex-shrink-0\"><\/i>\n                        <div>\n                            <p class=\"font-medium text-slate-900 text-sm\">Medication Side Effects<\/p>\n                            <p class=\"text-slate-500 text-xs\">Adverse reactions to immunosuppressive therapy<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"risk-indicator\">\n                        <i data-lucide=\"alert-circle\" class=\"w-5 h-5 text-blue-500 flex-shrink-0\"><\/i>\n                        <div>\n                            <p class=\"font-medium text-slate-900 text-sm\">Falls Due to Fatigue<\/p>\n                            <p class=\"text-slate-500 text-xs\">Muscle weakness leading to loss of balance<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"risk-indicator\">\n                        <i data-lucide=\"alert-circle\" class=\"w-5 h-5 text-blue-500 flex-shrink-0\"><\/i>\n                        <div>\n                            <p class=\"font-medium text-slate-900 text-sm\">Blood Sugar Fluctuations<\/p>\n                            <p class=\"text-slate-500 text-xs\">Diabetes management affected by illness and medications<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"risk-indicator\">\n                        <i data-lucide=\"alert-circle\" class=\"w-5 h-5 text-red-500 flex-shrink-0\"><\/i>\n                        <div>\n                            <p class=\"font-medium text-slate-900 text-sm\">Hospital Readmission<\/p>\n                            <p class=\"text-slate-500 text-xs\">Any of the above risks could require emergency admission<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"clinical-alert warning rounded-xl p-4\">\n                <p class=\"text-sm text-slate-700 leading-relaxed\">\n                    <strong class=\"text-amber-800\">Important Context:<\/strong> Patients can appear stable at a morning assessment but deteriorate later in the day as fatigue accumulates. This phenomenon, sometimes called <a href=\"https:\/\/athomecare.in\/false-stability-home-normal-vitals-gurgaon-caregivers\/\" class=\"text-blue-600 hover:underline\">false stability<\/a>, is why periodic checks by family members alone may miss critical changes. Professional home care provides the continuous monitoring needed to detect these patterns.\n                <\/p>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider mb-16\"><\/div>\n\n        <!-- Section 7: Recovery Timeline -->\n        <section id=\"recovery-timeline\" class=\"mb-16 reveal-on-scroll\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <div class=\"w-10 h-10 bg-blue-100 rounded-xl flex items-center justify-center\">\n                    <i data-lucide=\"calendar-clock\" class=\"w-5 h-5 text-blue-700\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl sm:text-3xl font-semibold text-slate-900 tracking-tight\">Recovery Timeline<\/h2>\n            <\/div>\n\n            <p class=\"text-slate-600 text-sm leading-relaxed mb-8\">\n                Recovery from Bulbar Myasthenia Gravis is not linear. There are good days and difficult days. The following timeline documents the general pattern of progress over ten weeks, with the understanding that individual days varied.\n            <\/p>\n\n            <div class=\"relative pl-12 space-y-8\">\n                <div class=\"timeline-line\"><\/div>\n\n                <!-- Day 1 -->\n                <div class=\"relative\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"bg-white rounded-2xl border border-slate-200 p-5 sm:p-6\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <span class=\"bg-blue-100 text-blue-800 text-xs font-semibold px-3 py-1 rounded-full\">Day 1<\/span>\n                            <span class=\"text-slate-400 text-xs\">Home Care Initiation<\/span>\n                        <\/div>\n                        <p class=\"text-slate-600 text-sm leading-relaxed mb-3\">\n                            The home care team arrived at Mr. Brar&#8217;s residence in Mohali for a comprehensive initial assessment. The nurse conducted a full neurological evaluation, documented baseline vital signs, reviewed all discharge medications, and assessed the home environment for safety. The patient attendant was introduced and oriented to the daily routine. Mr. Brar appeared anxious about eating and required significant encouragement during his first supervised meal at home.\n                        <\/p>\n                        <div class=\"flex flex-wrap gap-2\">\n                            <span class=\"text-xs bg-slate-100 text-slate-600 px-2 py-1 rounded\">Nursing assessment completed<\/span>\n                            <span class=\"text-xs bg-slate-100 text-slate-600 px-2 py-1 rounded\">Medications reconciled<\/span>\n                            <span class=\"text-xs bg-amber-100 text-amber-700 px-2 py-1 rounded\">High anxiety during meals<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Day 3 -->\n                <div class=\"relative\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"bg-white rounded-2xl border border-slate-200 p-5 sm:p-6\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <span class=\"bg-blue-100 text-blue-800 text-xs font-semibold px-3 py-1 rounded-full\">Day 3<\/span>\n                            <span class=\"text-slate-400 text-xs\">Establishing Routine<\/span>\n                        <\/div>\n                        <p class=\"text-slate-600 text-sm leading-relaxed mb-3\">\n                            The daily routine began to settle into a pattern. Mr. Brar was more comfortable with the attendant, though he remained cautious during meals. The nurse noted that his swallowing was slightly better in the morning and noticeably worse by evening. Blood sugar levels were stable. Blood pressure readings were within target range. The physiotherapist conducted the first session, keeping exercises very gentle and focusing on assessment of baseline endurance. Mr. Brar could walk approximately 350 meters before feeling significant fatigue.\n                        <\/p>\n                        <div class=\"flex flex-wrap gap-2\">\n                            <span class=\"text-xs bg-slate-100 text-slate-600 px-2 py-1 rounded\">Routine established<\/span>\n                            <span class=\"text-xs bg-slate-100 text-slate-600 px-2 py-1 rounded\">First physiotherapy session<\/span>\n                            <span class=\"text-xs bg-green-100 text-green-700 px-2 py-1 rounded\">Vitals stable<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Week 1 -->\n                <div class=\"relative\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"bg-white rounded-2xl border border-slate-200 p-5 sm:p-6\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <span class=\"bg-blue-100 text-blue-800 text-xs font-semibold px-3 py-1 rounded-full\">Week 1<\/span>\n                            <span class=\"text-slate-400 text-xs\">Initial Adaptation<\/span>\n                        <\/div>\n                        <p class=\"text-slate-600 text-sm leading-relaxed mb-3\">\n                            By the end of the first week, the family reported that Mr. Brar&#8217;s mealtime anxiety had decreased noticeably. The presence of a trained attendant during meals provided reassurance. He was consistently using the controlled-flow cup for liquids, which reduced coughing episodes. The nurse observed mild ptosis by late afternoon but no worsening of swallowing function. The neurologist conducted the first home visit and noted that the overall trajectory was positive, though it was too early to draw definitive conclusions. Medications were continued at the same dosage.\n                        <\/p>\n                        <div class=\"flex flex-wrap gap-2\">\n                            <span class=\"text-xs bg-green-100 text-green-700 px-2 py-1 rounded\">Reduced choking episodes<\/span>\n                            <span class=\"text-xs bg-green-100 text-green-700 px-2 py-1 rounded\">Anxiety decreasing<\/span>\n                            <span class=\"text-xs bg-slate-100 text-slate-600 px-2 py-1 rounded\">First doctor visit completed<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Week 2 -->\n                <div class=\"relative\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"bg-white rounded-2xl border border-slate-200 p-5 sm:p-6\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <span class=\"bg-blue-100 text-blue-800 text-xs font-semibold px-3 py-1 rounded-full\">Week 2<\/span>\n                            <span class=\"text-slate-400 text-xs\">Early Progress<\/span>\n                        <\/div>\n                        <p class=\"text-slate-600 text-sm leading-relaxed mb-3\">\n                            Speech clarity began to improve during morning conversations, though nasal quality was still noticeable by evening. Mr. Brar was able to eat a wider variety of foods with modified consistencies. His wife reported that he was asking for second helpings at breakfast, which was a significant change from his poor appetite at discharge. The physiotherapist increased the walking distance slightly during sessions. Walking endurance improved from 350 meters to approximately 400 meters. Blood sugar and blood pressure remained well controlled.\n                        <\/p>\n                        <div class=\"flex flex-wrap gap-2\">\n                            <span class=\"text-xs bg-green-100 text-green-700 px-2 py-1 rounded\">Appetite improving<\/span>\n                            <span class=\"text-xs bg-green-100 text-green-700 px-2 py-1 rounded\">Speech clearer in mornings<\/span>\n                            <span class=\"text-xs bg-green-100 text-green-700 px-2 py-1 rounded\">Walking distance increased<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Week 4 -->\n                <div class=\"relative\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"bg-white rounded-2xl border border-slate-200 p-5 sm:p-6\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <span class=\"bg-blue-100 text-blue-800 text-xs font-semibold px-3 py-1 rounded-full\">Week 4<\/span>\n                            <span class=\"text-slate-400 text-xs\">Measurable Improvement<\/span>\n                        <\/div>\n                        <p class=\"text-slate-600 text-sm leading-relaxed mb-3\">\n                            The fourth week marked a turning point in several areas. Choking episodes during meals had reduced significantly. Mr. Brar was able to manage thickened liquids with minimal difficulty. His speech remained clearer for longer periods during the day. Walking endurance had increased to approximately 500 meters. The neurologist noted improvement in limb muscle strength during the biweekly assessment. Weight, which had been declining before hospitalization, stabilized. The family reported that Mr. Brar was more willing to interact with visitors and was spending more time sitting in the living room rather than resting in bed.\n                        <\/p>\n                        <div class=\"flex flex-wrap gap-2\">\n                            <span class=\"text-xs bg-green-100 text-green-700 px-2 py-1 rounded\">Weight stabilized<\/span>\n                            <span class=\"text-xs bg-green-100 text-green-700 px-2 py-1 rounded\">500m walking distance<\/span>\n                            <span class=\"text-xs bg-green-100 text-green-700 px-2 py-1 rounded\">Social engagement increasing<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Week 6-8 -->\n                <div class=\"relative\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"bg-white rounded-2xl border border-slate-200 p-5 sm:p-6\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <span class=\"bg-blue-100 text-blue-800 text-xs font-semibold px-3 py-1 rounded-full\">Weeks 6 to 8<\/span>\n                            <span class=\"text-slate-400 text-xs\">Consolidation Phase<\/span>\n                        <\/div>\n                        <p class=\"text-slate-600 text-sm leading-relaxed mb-3\">\n                            Progress during this period was steady rather than dramatic. Mr. Brar&#8217;s swallowing continued to improve gradually. He was able to handle near-normal food consistencies with careful chewing. Ptosis was still present during prolonged activity but was less pronounced than at discharge. The physiotherapist noted that his recovery of endurance was following an expected pattern for post-IVIG recovery in myasthenia gravis. The home exercise program was well established, and Mr. Brar was performing it independently with attendant supervision. No aspiration events, no myasthenic crisis, and no hospital readmissions occurred during this period.\n                        <\/p>\n                        <div class=\"flex flex-wrap gap-2\">\n                            <span class=\"text-xs bg-green-100 text-green-700 px-2 py-1 rounded\">No complications<\/span>\n                            <span class=\"text-xs bg-green-100 text-green-700 px-2 py-1 rounded\">Independent with home exercises<\/span>\n                            <span class=\"text-xs bg-green-100 text-green-700 px-2 py-1 rounded\">Near-normal food consistency<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Week 10 -->\n                <div class=\"relative\">\n                    <div class=\"timeline-dot\" style=\"background: #22c55e; border-color: #bbf7d0;\"><\/div>\n                    <div class=\"bg-white rounded-2xl border border-green-200 p-5 sm:p-6\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <span class=\"bg-green-100 text-green-800 text-xs font-semibold px-3 py-1 rounded-full\">Week 10<\/span>\n                            <span class=\"text-slate-400 text-xs\">Assessment Point<\/span>\n                        <\/div>\n                        <p class=\"text-slate-600 text-sm leading-relaxed mb-3\">\n                            At the ten-week assessment, the neurologist documented significant overall improvement. Swallowing was much safer with only occasional mild difficulty. Speech was clearer during normal conversations. Walking endurance had increased from 350 meters at discharge to nearly 650 meters. Muscle fatigue was considerably reduced, though still present with sustained activity. Weight had stabilized with improved nutrition. Most importantly, no aspiration pneumonia, no myasthenic crisis, and no hospital readmission had occurred during the entire ten-week period. Mr. Brar had become independent in most daily activities and his confidence had improved substantially.\n                        <\/p>\n                        <div class=\"flex flex-wrap gap-2\">\n                            <span class=\"text-xs bg-green-100 text-green-700 px-2 py-1 rounded\">650m walking distance<\/span>\n                            <span class=\"text-xs bg-green-100 text-green-700 px-2 py-1 rounded\">Zero hospital readmissions<\/span>\n                            <span class=\"text-xs bg-green-100 text-green-700 px-2 py-1 rounded\">Independent in most ADLs<\/span>\n                            <span class=\"text-xs bg-green-100 text-green-700 px-2 py-1 rounded\">No complications<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider mb-16\"><\/div>\n\n        <!-- Section 8: Clinical Evidence Tables -->\n        <section id=\"clinical-evidence\" class=\"mb-16 reveal-on-scroll\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <div class=\"w-10 h-10 bg-blue-100 rounded-xl flex items-center justify-center\">\n                    <i data-lucide=\"table-2\" class=\"w-5 h-5 text-blue-700\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl sm:text-3xl font-semibold text-slate-900 tracking-tight\">Clinical Evidence<\/h2>\n            <\/div>\n\n            <p class=\"text-slate-600 text-sm leading-relaxed mb-8\">\n                The following tables document the clinical parameters tracked during the home care period. All values are from the fictional case record.\n            <\/p>\n\n            <!-- Vital Signs -->\n            <div class=\"bg-white rounded-2xl border border-slate-200 overflow-hidden mb-6\">\n                <div class=\"p-6 sm:p-8 pb-0\">\n                    <h3 class=\"text-lg font-semibold text-slate-900\">Vital Signs at Discharge<\/h3>\n                <\/div>\n                <div class=\"overflow-x-auto\">\n                    <table class=\"w-full evidence-table\">\n                        <thead>\n                            <tr>\n                                <th class=\"text-left p-4\">Parameter<\/th>\n                                <th class=\"text-left p-4\">Value<\/th>\n                                <th class=\"text-left p-4\">Interpretation<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr><td class=\"p-4 text-slate-700\">Blood Pressure<\/td><td class=\"p-4 text-slate-700\">128\/78 mmHg<\/td><td class=\"p-4 text-slate-600 text-sm\">Well controlled with existing medication<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Heart Rate<\/td><td class=\"p-4 text-slate-700\">80 bpm<\/td><td class=\"p-4 text-slate-600 text-sm\">Normal sinus rhythm<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Respiratory Rate<\/td><td class=\"p-4 text-slate-700\">18\/min<\/td><td class=\"p-4 text-slate-600 text-sm\">Within normal range<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Temperature<\/td><td class=\"p-4 text-slate-700\">98.4 degrees F<\/td><td class=\"p-4 text-slate-600 text-sm\">Afebrile, no signs of infection<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Oxygen Saturation<\/td><td class=\"p-4 text-slate-700\">98% on Room Air<\/td><td class=\"p-4 text-slate-600 text-sm\">Normal, stable respiratory function<\/td><\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n\n            <!-- Neurological Assessment -->\n            <div class=\"bg-white rounded-2xl border border-slate-200 overflow-hidden mb-6\">\n                <div class=\"p-6 sm:p-8 pb-0\">\n                    <h3 class=\"text-lg font-semibold text-slate-900\">Neurological Assessment at Discharge<\/h3>\n                <\/div>\n                <div class=\"overflow-x-auto\">\n                    <table class=\"w-full evidence-table\">\n                        <thead>\n                            <tr>\n                                <th class=\"text-left p-4\">Assessment Area<\/th>\n                                <th class=\"text-left p-4\">Finding<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr><td class=\"p-4 text-slate-700\">Ptosis<\/td><td class=\"p-4 text-slate-700\">Mild bilateral, worse with prolonged activity<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Speech (Dysarthria)<\/td><td class=\"p-4 text-slate-700\">Mild after extended conversation<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Swallowing<\/td><td class=\"p-4 text-slate-700\">Mildly impaired for thin liquids<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Limb Muscle Power<\/td><td class=\"p-4 text-slate-700\">4+\/5 (mildly reduced)<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Sensation<\/td><td class=\"p-4 text-slate-700\">Normal<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Reflexes<\/td><td class=\"p-4 text-slate-700\">Normal<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Fatigability<\/td><td class=\"p-4 text-slate-700\">Mild during repetitive movements<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Respiratory Muscles<\/td><td class=\"p-4 text-slate-700\">Stable strength<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Ambulation<\/td><td class=\"p-4 text-slate-700\">Independent, no assistive device<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Myasthenic Crisis<\/td><td class=\"p-4 text-slate-700\">No evidence<\/td><\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n\n            <!-- Functional Assessment -->\n            <div class=\"bg-white rounded-2xl border border-slate-200 overflow-hidden mb-6\">\n                <div class=\"p-6 sm:p-8 pb-0\">\n                    <h3 class=\"text-lg font-semibold text-slate-900\">Functional Status at Discharge<\/h3>\n                <\/div>\n                <div class=\"overflow-x-auto\">\n                    <table class=\"w-full evidence-table\">\n                        <thead>\n                            <tr>\n                                <th class=\"text-left p-4\">Activity<\/th>\n                                <th class=\"text-left p-4\">Status<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr><td class=\"p-4 text-slate-700\">Walking (without aid)<\/td><td class=\"p-4 text-slate-700\">Independent, approximately 350 meters<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Transfers (bed to chair)<\/td><td class=\"p-4 text-slate-700\">Independent<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Stair climbing<\/td><td class=\"p-4 text-slate-700\">Slow, requires brief rest periods<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Bathing<\/td><td class=\"p-4 text-slate-700\">Independent<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Dressing<\/td><td class=\"p-4 text-slate-700\">Independent<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Toileting<\/td><td class=\"p-4 text-slate-700\">Independent<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Grooming<\/td><td class=\"p-4 text-slate-700\">Independent<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Communication<\/td><td class=\"p-4 text-slate-700\">Independent (with mild dysarthria)<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Decision-making<\/td><td class=\"p-4 text-slate-700\">Independent<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Preparing large meals<\/td><td class=\"p-4 text-slate-700\">Requires assistance<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Eating during severe fatigue<\/td><td class=\"p-4 text-slate-700\">Requires assistance<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Carrying heavy objects<\/td><td class=\"p-4 text-slate-700\">Requires assistance<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Long-distance travel<\/td><td class=\"p-4 text-slate-700\">Requires assistance<\/td><\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n\n            <!-- Progress Comparison -->\n            <div class=\"bg-white rounded-2xl border border-slate-200 overflow-hidden\">\n                <div class=\"p-6 sm:p-8 pb-0\">\n                    <h3 class=\"text-lg font-semibold text-slate-900\">Key Outcomes: Discharge vs. Week 10<\/h3>\n                <\/div>\n                <div class=\"overflow-x-auto\">\n                    <table class=\"w-full evidence-table\">\n                        <thead>\n                            <tr>\n                                <th class=\"text-left p-4\">Parameter<\/th>\n                                <th class=\"text-left p-4\">At Discharge<\/th>\n                                <th class=\"text-left p-4\">At Week 10<\/th>\n                                <th class=\"text-left p-4\">Change<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr><td class=\"p-4 text-slate-700\">Walking Endurance<\/td><td class=\"p-4 text-slate-700\">350 meters<\/td><td class=\"p-4 text-slate-700\">Nearly 650 meters<\/td><td class=\"p-4 text-green-700 font-medium text-sm\">Improved significantly<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Swallowing Safety<\/td><td class=\"p-4 text-slate-700\">Mild difficulty, choking episodes<\/td><td class=\"p-4 text-slate-700\">Fewer choking episodes<\/td><td class=\"p-4 text-green-700 font-medium text-sm\">Improved significantly<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Speech Clarity<\/td><td class=\"p-4 text-slate-700\">Nasal quality, limited duration<\/td><td class=\"p-4 text-slate-700\">Clearer during normal conversation<\/td><td class=\"p-4 text-green-700 font-medium text-sm\">Improved<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Muscle Fatigue<\/td><td class=\"p-4 text-slate-700\">Generalized, significant<\/td><td class=\"p-4 text-slate-700\">Considerably reduced<\/td><td class=\"p-4 text-green-700 font-medium text-sm\">Improved<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Weight<\/td><td class=\"p-4 text-slate-700\">Mild weight loss<\/td><td class=\"p-4 text-slate-700\">Stabilized<\/td><td class=\"p-4 text-green-700 font-medium text-sm\">Stabilized<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Aspiration Pneumonia<\/td><td class=\"p-4 text-slate-700\">Risk present<\/td><td class=\"p-4 text-slate-700\">None occurred<\/td><td class=\"p-4 text-green-700 font-medium text-sm\">Prevented<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Myasthenic Crisis<\/td><td class=\"p-4 text-slate-700\">Risk present<\/td><td class=\"p-4 text-slate-700\">None occurred<\/td><td class=\"p-4 text-green-700 font-medium text-sm\">Prevented<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Hospital Readmission<\/td><td class=\"p-4 text-slate-700\">Risk present<\/td><td class=\"p-4 text-slate-700\">None required<\/td><td class=\"p-4 text-green-700 font-medium text-sm\">Prevented<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Daily Activity Independence<\/td><td class=\"p-4 text-slate-700\">Required assistance for several tasks<\/td><td class=\"p-4 text-slate-700\">Independent in most activities<\/td><td class=\"p-4 text-green-700 font-medium text-sm\">Improved<\/td><\/tr>\n                            <tr><td class=\"p-4 text-slate-700\">Mealtime Anxiety<\/td><td class=\"p-4 text-slate-700\">Significant<\/td><td class=\"p-4 text-slate-700\">Substantially improved<\/td><td class=\"p-4 text-green-700 font-medium text-sm\">Improved<\/td><\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider mb-16\"><\/div>\n\n        <!-- Section 9: Medical Authority -->\n        <section class=\"mb-16 reveal-on-scroll\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <div class=\"w-10 h-10 bg-blue-100 rounded-xl flex items-center justify-center\">\n                    <i data-lucide=\"badge-check\" class=\"w-5 h-5 text-blue-700\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl sm:text-3xl font-semibold text-slate-900 tracking-tight\">Medical Authorship<\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-2xl border border-slate-200 overflow-hidden\">\n                <div class=\"p-6 sm:p-8\">\n                    <div class=\"flex flex-col sm:flex-row gap-6\">\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-28 h-28 rounded-2xl object-cover border border-slate-200\">\n                        <\/div>\n                        <div>\n                            <h3 class=\"text-xl font-semibold text-slate-900\">Dr. Ekta Fageriya<\/h3>\n                            <p class=\"text-blue-600 font-medium text-sm mt-1\">MBBS<\/p>\n                            <div class=\"mt-3 space-y-2\">\n                                <div class=\"flex items-center gap-2 text-sm text-slate-600\">\n                                    <i data-lucide=\"id-card\" class=\"w-4 h-4 text-slate-400\"><\/i>\n                                    <span><strong class=\"text-slate-700\">RMC Registration No.:<\/strong> 44780<\/span>\n                                <\/div>\n                                <div class=\"flex items-center gap-2 text-sm text-slate-600\">\n                                    <i data-lucide=\"stethoscope\" class=\"w-4 h-4 text-slate-400\"><\/i>\n                                    <span><strong class=\"text-slate-700\">Specialization:<\/strong> Geriatric Medicine<\/span>\n                                <\/div>\n                                <div class=\"flex items-center gap-2 text-sm text-slate-600\">\n                                    <i data-lucide=\"briefcase\" class=\"w-4 h-4 text-slate-400\"><\/i>\n                                    <span><strong class=\"text-slate-700\">Clinical Experience:<\/strong> 7 Years<\/span>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider mb-16\"><\/div>\n\n        <!-- Section 10: Supporting Documents -->\n        <section class=\"mb-16 reveal-on-scroll\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <div class=\"w-10 h-10 bg-blue-100 rounded-xl flex items-center justify-center\">\n                    <i data-lucide=\"file-text\" class=\"w-5 h-5 text-blue-700\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl sm:text-3xl font-semibold text-slate-900 tracking-tight\">Supporting Clinical Documents<\/h2>\n            <\/div>\n\n            <div class=\"clinical-alert rounded-xl p-4 mb-6\">\n                <p class=\"text-sm text-slate-700 leading-relaxed\">\n                    <strong class=\"text-blue-800\">Note:<\/strong> This is a fictional case study. The following document categories represent the types of clinical records that would typically support a case of this nature. No actual patient documents are referenced.\n                <\/p>\n            <\/div>\n\n            <div class=\"grid sm:grid-cols-2 lg:grid-cols-3 gap-3\">\n                <div class=\"bg-white rounded-xl border border-slate-200 p-4 flex items-center gap-3\">\n                    <i data-lucide=\"file-check\" class=\"w-5 h-5 text-blue-500 flex-shrink-0\"><\/i>\n                    <div>\n                        <p class=\"font-medium text-slate-900 text-sm\">Discharge Summary<\/p>\n                        <p class=\"text-slate-500 text-xs\">13-day hospitalization record<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"bg-white rounded-xl border border-slate-200 p-4 flex items-center gap-3\">\n                    <i data-lucide=\"zap\" class=\"w-5 h-5 text-amber-500 flex-shrink-0\"><\/i>\n                    <div>\n                        <p class=\"font-medium text-slate-900 text-sm\">RNS Study Report<\/p>\n                        <p class=\"text-slate-500 text-xs\">Repetitive nerve stimulation findings<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"bg-white rounded-xl border border-slate-200 p-4 flex items-center gap-3\">\n                    <i data-lucide=\"test-tubes\" class=\"w-5 h-5 text-purple-500 flex-shrink-0\"><\/i>\n                    <div>\n                        <p class=\"font-medium text-slate-900 text-sm\">Antibody Test Report<\/p>\n                        <p class=\"text-slate-500 text-xs\">Acetylcholine receptor antibody results<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"bg-white rounded-xl border border-slate-200 p-4 flex items-center gap-3\">\n                    <i data-lucide=\"scan\" class=\"w-5 h-5 text-teal-500 flex-shrink-0\"><\/i>\n                    <div>\n                        <p class=\"font-medium text-slate-900 text-sm\">CT Chest Report<\/p>\n                        <p class=\"text-slate-500 text-xs\">Thymus evaluation<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"bg-white rounded-xl border border-slate-200 p-4 flex items-center gap-3\">\n                    <i data-lucide=\"clipboard-list\" class=\"w-5 h-5 text-green-500 flex-shrink-0\"><\/i>\n                    <div>\n                        <p class=\"font-medium text-slate-900 text-sm\">Swallowing Assessment<\/p>\n                        <p class=\"text-slate-500 text-xs\">Speech therapy evaluation<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"bg-white rounded-xl border border-slate-200 p-4 flex items-center gap-3\">\n                    <i data-lucide=\"pill\" class=\"w-5 h-5 text-red-500 flex-shrink-0\"><\/i>\n                    <div>\n                        <p class=\"font-medium text-slate-900 text-sm\">Prescription Records<\/p>\n                        <p class=\"text-slate-500 text-xs\">Discharge medication list<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider mb-16\"><\/div>\n\n        <!-- Section 11: Recovery Outcome -->\n        <section id=\"recovery-outcome\" class=\"mb-16 reveal-on-scroll\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <div class=\"w-10 h-10 bg-green-100 rounded-xl flex items-center justify-center\">\n                    <i data-lucide=\"trending-up\" class=\"w-5 h-5 text-green-700\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl sm:text-3xl font-semibold text-slate-900 tracking-tight\">Recovery Outcome<\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-2xl border border-slate-200 p-6 sm:p-8 mb-6\">\n                <p class=\"text-slate-700 leading-relaxed mb-6\">\n                    After ten weeks of structured multidisciplinary home healthcare, Mr. Brar&#8217;s recovery was assessed by the treating neurologist during a home visit. The outcomes were documented across multiple domains.\n                <\/p>\n\n                <div class=\"space-y-4 mb-6\">\n                    <div class=\"flex items-start gap-3 p-4 bg-green-50 rounded-xl\">\n                        <i data-lucide=\"footprints\" class=\"w-5 h-5 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <p class=\"font-medium text-green-900 text-sm\">Mobility<\/p>\n                            <p class=\"text-green-800 text-sm mt-0.5\">Walking endurance nearly doubled from 350 meters to approximately 650 meters. Mr. Brar could climb stairs with less rest. He no longer required supervision for short walks within his home and immediate surroundings.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"flex items-start gap-3 p-4 bg-green-50 rounded-xl\">\n                        <i data-lucide=\"utensils\" class=\"w-5 h-5 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <p class=\"font-medium text-green-900 text-sm\">Swallowing and Nutrition<\/p>\n                            <p class=\"text-green-800 text-sm mt-0.5\">Choking episodes reduced significantly. Mr. Brar could manage near-normal food consistencies with careful chewing. His appetite had returned, and his weight stabilized. He was eating three meals a day without the intense anxiety that had characterized his early days at home.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"flex items-start gap-3 p-4 bg-green-50 rounded-xl\">\n                        <i data-lucide=\"mic\" class=\"w-5 h-5 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <p class=\"font-medium text-green-900 text-sm\">Speech<\/p>\n                            <p class=\"text-green-800 text-sm mt-0.5\">Speech clarity improved during normal-length conversations. Nasal quality was still slightly noticeable after extended talking but did not interfere with daily communication.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"flex items-start gap-3 p-4 bg-green-50 rounded-xl\">\n                        <i data-lucide=\"shield-check\" class=\"w-5 h-5 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <p class=\"font-medium text-green-900 text-sm\">Medical Stability<\/p>\n                            <p class=\"text-green-800 text-sm mt-0.5\">Blood pressure and blood sugar remained well controlled throughout the ten weeks. No aspiration pneumonia occurred. No myasthenic crisis occurred. No hospital readmission was required. This was the most important outcome from a safety perspective.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"flex items-start gap-3 p-4 bg-green-50 rounded-xl\">\n                        <i data-lucide=\"smile\" class=\"w-5 h-5 text-green-600 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <p class=\"font-medium text-green-900 text-sm\">Quality of Life and Confidence<\/p>\n                            <p class=\"text-green-800 text-sm mt-0.5\">Mr. Brar&#8217;s wife reported that his overall mood and confidence had improved substantially. He was more willing to interact with family and friends, spent less time resting alone, and had started reading the newspaper again, an activity he had abandoned when his ptosis made it difficult.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <h3 class=\"text-lg font-semibold text-slate-900 mb-3\">Remaining Challenges<\/h3>\n                <p class=\"text-slate-600 text-sm leading-relaxed mb-4\">\n                    It is important to note that recovery was not complete at ten weeks. Mr. Brar still experienced mild ptosis during prolonged visual effort. His muscle fatigue, while considerably reduced, was still present with sustained activity. He continued to require modified food consistency for the safest swallowing. These are expected findings in myasthenia gravis recovery, which is generally gradual rather than rapid.\n                <\/p>\n\n                <h3 class=\"text-lg font-semibold text-slate-900 mb-3\">Long-Term Care Needs<\/h3>\n                <p class=\"text-slate-600 text-sm leading-relaxed\">\n                    The neurologist recommended continued <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"text-blue-600 hover:underline\">patient care services<\/a> with reduced intensity, regular neurological follow-up, ongoing medication adherence, and continued swallowing exercises. The family was educated that myasthenia gravis is a chronic condition that requires long-term management, and that symptom fluctuations are expected. The goal of home care had shifted from acute recovery support to ongoing chronic disease management.\n                <\/p>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider mb-16\"><\/div>\n\n        <!-- Section 12: Key Clinical Learnings -->\n        <section id=\"clinical-learnings\" class=\"mb-16 reveal-on-scroll\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <div class=\"w-10 h-10 bg-blue-100 rounded-xl flex items-center justify-center\">\n                    <i data-lucide=\"lightbulb\" class=\"w-5 h-5 text-blue-700\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl sm:text-3xl font-semibold text-slate-900 tracking-tight\">Key Clinical Learnings<\/h2>\n            <\/div>\n\n            <div class=\"space-y-4\">\n                <div class=\"scenario-card\">\n                    <div class=\"flex items-start gap-3\">\n                        <div class=\"w-8 h-8 bg-blue-100 rounded-lg flex items-center justify-center flex-shrink-0\">\n                            <span class=\"text-blue-700 font-bold text-sm\">1<\/span>\n                        <\/div>\n                        <div>\n                            <p class=\"font-medium text-slate-900\">Bulbar Myasthenia Gravis demands airway protection as the first priority<\/p>\n                            <p class=\"text-slate-600 text-sm mt-1 leading-relaxed\">\n                                Unlike many chronic conditions where medication optimization is the primary focus, bulbar myasthenia gravis requires immediate attention to swallowing safety. Aspiration is not a theoretical risk but an active, daily threat. Every meal must be approached with specific techniques, proper positioning, and appropriate food consistency. This makes <a href=\"https:\/\/athomecare.in\/delhi\/blogs\/aspiration-watch\" class=\"text-blue-600 hover:underline\">aspiration prevention<\/a> the foundational element of any home care plan for these patients.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"scenario-card\">\n                    <div class=\"flex items-start gap-3\">\n                        <div class=\"w-8 h-8 bg-blue-100 rounded-lg flex items-center justify-center flex-shrink-0\">\n                            <span class=\"text-blue-700 font-bold text-sm\">2<\/span>\n                        <\/div>\n                        <div>\n                            <p class=\"font-medium text-slate-900\">Medication timing in myasthenia gravis is clinically critical<\/p>\n                            <p class=\"text-slate-600 text-sm mt-1 leading-relaxed\">\n                                Unlike many chronic conditions where a missed dose can be corrected at the next scheduled time, delayed administration of acetylcholinesterase inhibitors in myasthenia gravis can lead to rapid worsening of muscle weakness within hours. This level of medication precision is difficult for families to maintain without professional support, particularly when the patient is also managing medications for hypertension, diabetes, and hyperlipidemia.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"scenario-card\">\n                    <div class=\"flex items-start gap-3\">\n                        <div class=\"w-8 h-8 bg-blue-100 rounded-lg flex items-center justify-center flex-shrink-0\">\n                            <span class=\"text-blue-700 font-bold text-sm\">3<\/span>\n                        <\/div>\n                        <div>\n                            <p class=\"font-medium text-slate-900\">Exercise in myasthenia gravis requires a fundamentally different approach<\/p>\n                            <p class=\"text-slate-600 text-sm mt-1 leading-relaxed\">\n                                Standard rehabilitation protocols that emphasize progressive overload can be harmful in myasthenia gravis. The goal is not to strengthen muscles through resistance but to improve endurance through carefully calibrated activity that stays below the fatigue threshold. <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"text-blue-600 hover:underline\">Physiotherapy for myasthenia gravis<\/a> requires specific knowledge of the condition&#8217;s fatigability patterns.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"scenario-card\">\n                    <div class=\"flex items-start gap-3\">\n                        <div class=\"w-8 h-8 bg-blue-100 rounded-lg flex items-center justify-center flex-shrink-0\">\n                            <span class=\"text-blue-700 font-bold text-sm\">4<\/span>\n                        <\/div>\n                        <div>\n                            <p class=\"font-medium text-slate-900\">Psychological impact of swallowing difficulty is often underestimated<\/p>\n                            <p class=\"text-slate-600 text-sm mt-1 leading-relaxed\">\n                                Mr. Brar&#8217;s anxiety about choking was not a minor emotional issue. It directly affected his nutritional intake, his willingness to eat, and his overall quality of life. The presence of a trained attendant during meals provided more than physical safety. It provided the emotional reassurance that allowed him to eat. Addressing the psychological component of swallowing difficulty is as important as the physical techniques.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"scenario-card\">\n                    <div class=\"flex items-start gap-3\">\n                        <div class=\"w-8 h-8 bg-blue-100 rounded-lg flex items-center justify-center flex-shrink-0\">\n                            <span class=\"text-blue-700 font-bold text-sm\">5<\/span>\n                        <\/div>\n                        <div>\n                            <p class=\"font-medium text-slate-900\">Multidisciplinary coordination prevents the gaps that lead to complications<\/p>\n                            <p class=\"text-slate-600 text-sm mt-1 leading-relaxed\">\n                                The nurse, attendant, physiotherapist, and doctor all contributed different but complementary functions. The nurse provided clinical assessment. The attendant provided continuous supervision. The physiotherapist provided rehabilitation expertise. The doctor provided medical decision-making. When these roles are filled by separate uncoordinated providers, or when families try to cover all roles simultaneously, critical gaps emerge. This integrated approach to <a href=\"https:\/\/athomecare.in\/a-comprehensive-guide-to-athomecare-home-healthcare-services-in-gurgaon\/\" class=\"text-blue-600 hover:underline\">home healthcare services<\/a> is what makes professional care fundamentally different from ad-hoc family caregiving.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"scenario-card\">\n                    <div class=\"flex items-start gap-3\">\n                        <div class=\"w-8 h-8 bg-blue-100 rounded-lg flex items-center justify-center flex-shrink-0\">\n                            <span class=\"text-blue-700 font-bold text-sm\">6<\/span>\n                        <\/div>\n                        <div>\n                            <p class=\"font-medium text-slate-900\">Comorbidities complicate but do not preclude safe home recovery<\/p>\n                            <p class=\"text-slate-600 text-sm mt-1 leading-relaxed\">\n                                Mr. Brar&#8217;s four pre-existing conditions added layers of complexity to his care. Blood sugar fluctuations could affect energy levels. Blood pressure medications needed to be reviewed for myasthenia interactions. His cervical spondylosis needed to be differentiated from myasthenia-related weakness. This complexity is common in older patients and is precisely why <a href=\"https:\/\/athomecare.in\/home-nursing-for-elderly-patients-with-multiple-chronic-conditions-a-clinical-perspective\/\" class=\"text-blue-600 hover:underline\">skilled nursing for patients with multiple chronic conditions<\/a> is essential rather than optional.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"scenario-card\">\n                    <div class=\"flex items-start gap-3\">\n                        <div class=\"w-8 h-8 bg-blue-100 rounded-lg flex items-center justify-center flex-shrink-0\">\n                            <span class=\"text-blue-700 font-bold text-sm\">7<\/span>\n                        <\/div>\n                        <div>\n                            <p class=\"font-medium text-slate-900\">Family education must be continuous, not a one-time event<\/p>\n                            <p class=\"text-slate-600 text-sm mt-1 leading-relaxed\">\n                                The hospital had educated the family before discharge. However, understanding a condition in a hospital setting is very different from managing it daily at home. The home care team reinforced education at every visit, corrected misunderstandings, and built the family&#8217;s confidence over time. <a href=\"https:\/\/athomecare.in\/choosing-the-right-home-caregiver-in-gurgaon-what-families-need-to-know\/\" class=\"text-blue-600 hover:underline\">Caregiver education<\/a> is most effective when it is practical, repeated, and delivered in the actual care environment.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider mb-16\"><\/div>\n\n        <!-- Section 13: Family Education Summary -->\n        <section class=\"mb-16 reveal-on-scroll\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <div class=\"w-10 h-10 bg-blue-100 rounded-xl flex items-center justify-center\">\n                    <i data-lucide=\"graduation-cap\" class=\"w-5 h-5 text-blue-700\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl sm:text-3xl font-semibold text-slate-900 tracking-tight\">Family Education Provided<\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-2xl border border-slate-200 p-6 sm:p-8\">\n                <p class=\"text-slate-600 text-sm leading-relaxed mb-6\">\n                    The following topics were covered with Mr. Brar&#8217;s wife and son during the home care period. Each topic was addressed multiple times in practical contexts rather than as a single educational session.\n                <\/p>\n\n                <div class=\"space-y-3\">\n                    <div class=\"flex items-start gap-3 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"clock\" class=\"w-5 h-5 text-blue-500 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\"><strong>Medication timing:<\/strong> Administering medications exactly on schedule, as delayed doses may rapidly worsen muscle weakness in myasthenia gravis.<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-3 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"utensils-crossed\" class=\"w-5 h-5 text-blue-500 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\"><strong>Safe eating practices:<\/strong> Providing soft, easy-to-swallow meals and encouraging slow eating with small bites.<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-3 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"armchair\" class=\"w-5 h-5 text-blue-500 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\"><strong>Upright positioning:<\/strong> Ensuring the patient remains seated upright during meals and for at least 30 minutes afterward to reduce aspiration risk.<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-3 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"battery-charging\" class=\"w-5 h-5 text-blue-500 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\"><strong>Energy planning:<\/strong> Scheduling important physical activities during times of the day when muscle strength is greatest, typically mornings.<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-3 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"bed-double\" class=\"w-5 h-5 text-blue-500 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\"><strong>Rest between activities:<\/strong> Avoiding excessive physical exertion and allowing adequate rest between activities.<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-3 p-3 bg-red-50 rounded-lg border border-red-100\">\n                        <i data-lucide=\"siren\" class=\"w-5 h-5 text-red-500 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\"><strong>Warning signs requiring emergency attention:<\/strong> Severe swallowing difficulty, choking, increasing breathlessness, inability to speak clearly, rapidly worsening muscle weakness, or inability to lift the head.<\/p>\n                    <\/div>\n                                        <div class=\"flex items-start gap-3 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"glass-water\" class=\"w-5 h-5 text-blue-500 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\"><strong>Hydration and nutrition:<\/strong> Maintaining adequate hydration and balanced nutrition, even when the patient is reluctant to eat or drink due to fear of choking.<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-3 p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"calendar-check\" class=\"w-5 h-5 text-blue-500 flex-shrink-0 mt-0.5\"><\/i>\n                        <p class=\"text-sm text-slate-700\"><strong>Follow-up compliance:<\/strong> Attending regular follow-up visits with the neurologist and speech therapist, even when the patient feels better.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider mb-16\"><\/div>\n\n        <!-- Section 14: FAQs -->\n        <section id=\"faqs\" class=\"mb-16 reveal-on-scroll\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <div class=\"w-10 h-10 bg-blue-100 rounded-xl flex items-center justify-center\">\n                    <i data-lucide=\"help-circle\" class=\"w-5 h-5 text-blue-700\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl sm:text-3xl font-semibold text-slate-900 tracking-tight\">Frequently Asked Questions<\/h2>\n            <\/div>\n\n            <div class=\"space-y-3\" id=\"faq-container\">\n\n                <div class=\"faq-item\">\n                    <button class=\"w-full flex items-center justify-between p-5 sm:p-6 text-left\" onclick=\"toggleFaq(this)\">\n                        <span class=\"font-medium text-slate-900 pr-4 text-sm sm:text-base\">Can Bulbar Myasthenia Gravis patients recover at home?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-slate-400 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 sm:px-6 pb-5 sm:pb-6\">\n                        <p class=\"text-slate-600 text-sm leading-relaxed\">\n                            Many patients with Bulbar Myasthenia Gravis continue their recovery safely at home after hospital discharge, provided they receive proper medications, swallowing therapy, nursing care, and regular neurological follow-up. The key requirement is that the home environment must include professional monitoring capable of detecting early worsening and preventing complications such as aspiration. Home recovery is not appropriate for all patients. Those with unstable respiratory function, severe swallowing difficulty that cannot be managed with modified diets, or who lack adequate caregiver support may require extended hospitalization or specialized facility care. The decision to discharge to home should always be made by the treating neurologist based on the individual patient&#8217;s clinical status and home support system.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"w-full flex items-center justify-between p-5 sm:p-6 text-left\" onclick=\"toggleFaq(this)\">\n                        <span class=\"font-medium text-slate-900 pr-4 text-sm sm:text-base\">Why is swallowing therapy important for these patients?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-slate-400 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 sm:px-6 pb-5 sm:pb-6\">\n                        <p class=\"text-slate-600 text-sm leading-relaxed\">\n                            Swallowing therapy, also called dysphagia rehabilitation, serves a direct safety function in Bulbar Myasthenia Gravis. It teaches patients specific techniques to protect their airway during eating and drinking. These techniques include specific head and neck postures that direct food away from the airway, strategies for controlling the speed and size of each bite, and methods for managing different food consistencies safely. Without these techniques, the risk of aspiration, where food or liquid enters the lungs, remains high. Aspiration can lead to aspiration pneumonia, a serious and potentially life-threatening infection that is one of the leading causes of hospital readmission in these patients. Swallowing therapy also helps reduce the anxiety that many patients develop around eating, which in turn improves nutritional intake and supports overall recovery. Families can learn basic <a href=\"https:\/\/athomecare.in\/delhi\/blogs\/patient-with-swallowing-difficulty-feeding-support\" class=\"text-blue-600 hover:underline\">feeding support techniques<\/a> to reinforce therapy between professional sessions.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"w-full flex items-center justify-between p-5 sm:p-6 text-left\" onclick=\"toggleFaq(this)\">\n                        <span class=\"font-medium text-slate-900 pr-4 text-sm sm:text-base\">Can stress or fatigue worsen myasthenia gravis symptoms?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-slate-400 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 sm:px-6 pb-5 sm:pb-6\">\n                        <p class=\"text-slate-600 text-sm leading-relaxed\">\n                            Yes. Excessive fatigue, physical illness such as infections, and emotional stress are well-documented triggers that can temporarily worsen muscle weakness in myasthenia gravis. This worsening is sometimes called a myasthenic exacerbation. It occurs because the neuromuscular junction, which is already compromised by the autoimmune attack, has limited reserve capacity. When the body is stressed, the demands on the neuromuscular system increase, and the already reduced number of functional acetylcholine receptors cannot keep up. This is why energy conservation is a core principle of myasthenia gravis management. Patients are advised to plan activities during their strongest times of day, take regular rest breaks, avoid known stressors when possible, and seek prompt treatment for any intercurrent illness such as a cold or urinary tract infection. The <a href=\"https:\/\/athomecare.in\/recognizing-caregiver-stress-signs-and-symptoms-you-shouldnt-ignore\/\" class=\"text-blue-600 hover:underline\">stress management<\/a> component of care extends to both the patient and the family caregivers.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"w-full flex items-center justify-between p-5 sm:p-6 text-left\" onclick=\"toggleFaq(this)\">\n                        <span class=\"font-medium text-slate-900 pr-4 text-sm sm:text-base\">Is exercise recommended for myasthenia gravis patients?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-slate-400 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 sm:px-6 pb-5 sm:pb-6\">\n                        <p class=\"text-slate-600 text-sm leading-relaxed\">\n                            Gentle, supervised exercise is beneficial and recommended for patients with myasthenia gravis, but the approach must be fundamentally different from standard exercise programs. The critical distinction is that exercise should focus on improving endurance and maintaining functional ability, not on building strength through progressive overload. Overexertion can increase muscle fatigue and temporarily worsen weakness. A trained physiotherapist who understands neuromuscular conditions can design an appropriate program that works within the patient&#8217;s fatigue limits. The program typically includes low-intensity activities, breathing exercises to maintain respiratory function, balance training to prevent falls, and energy conservation techniques. Exercise sessions should be scheduled during the patient&#8217;s peak energy periods, which for most myasthenia patients is in the morning. The patient should never exercise to the point of exhaustion. <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"text-blue-600 hover:underline\">Home-based physiotherapy<\/a> is particularly suitable because the therapist can observe the patient&#8217;s energy patterns in their actual daily environment.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"w-full flex items-center justify-between p-5 sm:p-6 text-left\" onclick=\"toggleFaq(this)\">\n                        <span class=\"font-medium text-slate-900 pr-4 text-sm sm:text-base\">What warning signs require immediate medical attention?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-slate-400 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 sm:px-6 pb-5 sm:pb-6\">\n                        <p class=\"text-slate-600 text-sm leading-relaxed\">\n                            Several symptoms in a myasthenia gravis patient require urgent medical evaluation. These include difficulty breathing or shortness of breath at rest, which may indicate respiratory muscle weakness and potential myasthenic crisis. Severe swallowing difficulty where the patient cannot safely manage any oral intake is another emergency sign. Repeated choking episodes during meals suggest worsening dysphagia with high aspiration risk. Inability to speak clearly or at all indicates significant bulbar muscle involvement. Rapidly worsening generalized weakness over hours to a day requires immediate assessment. Inability to lift the head, called &#8220;dropped head syndrome,&#8221; is a specific sign of severe neck muscle weakness. Sudden collapse or inability to stand is a clear emergency. Any of these signs warrant immediate contact with the treating neurologist or emergency medical services. Families should have a clear emergency plan in place, including <a href=\"https:\/\/athomecare.in\/warning-signs-emergency-response-elderly\/\" class=\"text-blue-600 hover:underline\">emergency response protocols<\/a> and contact numbers readily accessible.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"w-full flex items-center justify-between p-5 sm:p-6 text-left\" onclick=\"toggleFaq(this)\">\n                        <span class=\"font-medium text-slate-900 pr-4 text-sm sm:text-base\">Why are doctor home visits beneficial for myasthenia gravis patients?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-slate-400 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 sm:px-6 pb-5 sm:pb-6\">\n                        <p class=\"text-slate-600 text-sm leading-relaxed\">\n                            Doctor home visits offer several advantages for patients with complex neuromuscular conditions. First, the physician can assess the patient&#8217;s functional abilities in their actual living environment, observing how they navigate their home, manage meals, and perform daily activities. This provides a more accurate picture of real-world function than a brief clinic assessment. Second, home visits eliminate the physical burden of traveling to appointments, which can worsen fatigue and temporarily reduce muscle strength, potentially leading to an inaccurate assessment. Third, the physician can evaluate the home environment for safety concerns and ensure that care protocols are being implemented correctly. Fourth, regular home visits allow the doctor to build a more detailed understanding of the patient&#8217;s daily symptom patterns, including how symptoms fluctuate throughout the day. For families managing <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"text-blue-600 hover:underline\">doctor home visit services<\/a>, this approach reduces the logistical complexity of coordinating hospital trips while maintaining clinical oversight.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"w-full flex items-center justify-between p-5 sm:p-6 text-left\" onclick=\"toggleFaq(this)\">\n                        <span class=\"font-medium text-slate-900 pr-4 text-sm sm:text-base\">Can patients with Bulbar Myasthenia Gravis return to normal daily activities?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-slate-400 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 sm:px-6 pb-5 sm:pb-6\">\n                        <p class=\"text-slate-600 text-sm leading-relaxed\">\n                            Many patients with Bulbar Myasthenia Gravis gradually regain a significant degree of independence with appropriate treatment, rehabilitation, and careful activity planning. However, it is important to understand that &#8220;normal&#8221; in this context means functional independence within the parameters of the condition, not a complete return to pre-illness status. Most patients continue to experience some degree of fluctuating weakness, and they learn to manage their energy levels accordingly. Activities that were once effortless may require more planning and rest breaks. The goal of treatment and rehabilitation is to maximize functional ability and quality of life while minimizing the risk of complications. With proper long-term management, many patients can participate in social activities, manage their own daily routines, and enjoy a good quality of life. The transition from <a href=\"https:\/\/athomecare.in\/empowering-seniors-to-thrive-at-home-the-role-of-home-care-services\/\" class=\"text-blue-600 hover:underline\">home care support to independent living<\/a> is typically gradual, with the intensity of professional support reduced as the patient and family gain confidence and competence in managing the condition.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"w-full flex items-center justify-between p-5 sm:p-6 text-left\" onclick=\"toggleFaq(this)\">\n                        <span class=\"font-medium text-slate-900 pr-4 text-sm sm:text-base\">What role does the family play in home recovery?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-slate-400 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 sm:px-6 pb-5 sm:pb-6\">\n                        <p class=\"text-slate-600 text-sm leading-relaxed\">\n                            Family members play multiple critical roles in the home recovery of a myasthenia gravis patient. They provide emotional support, which directly affects the patient&#8217;s willingness to participate in rehabilitation and adhere to difficult protocols like modified diets. They serve as the continuous presence between professional visits, monitoring for subtle changes in speech, swallowing, or strength. They implement the techniques taught by therapists during meals and daily activities. They ensure medication timing is maintained. Perhaps most importantly, they are often the first to recognize <a href=\"https:\/\/athomecare.in\/early-warning-signs-in-elderly-patients-that-require-immediate-medical-attention-at-home\/\" class=\"text-blue-600 hover:underline\">early warning signs<\/a> of worsening that require medical attention. However, families cannot replace professional clinical care. The ideal model is one where professional healthcare providers work in partnership with the family, each contributing what they are uniquely qualified to provide. Families should also be mindful of their own well-being, as <a href=\"https:\/\/athomecare.in\/essential-tips-for-managing-caregiver-stress-prioritizing-your-well-being\/\" class=\"text-blue-600 hover:underline\">caregiver stress and burnout<\/a> can develop and ultimately affect the quality of care the patient receives.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"w-full flex items-center justify-between p-5 sm:p-6 text-left\" onclick=\"toggleFaq(this)\">\n                        <span class=\"font-medium text-slate-900 pr-4 text-sm sm:text-base\">How is Bulbar Myasthenia Gravis different from general myasthenia gravis?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-slate-400 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 sm:px-6 pb-5 sm:pb-6\">\n                        <p class=\"text-slate-600 text-sm leading-relaxed\">\n                            Myasthenia gravis can affect different muscle groups to varying degrees. In generalized myasthenia gravis, limb weakness is often the most prominent symptom. In Bulbar Myasthenia Gravis, the muscles controlled by the cranial nerves in the brainstem are predominantly affected. These include the muscles for swallowing, speech, and facial expression. The key clinical difference is that bulbar involvement creates an immediate risk of aspiration, because the muscles that normally protect the airway during swallowing are weakened. This makes swallowing therapy, mealtime supervision, and aspiration prevention the highest priority in the care plan, even when limb weakness is relatively mild. Patients with bulbar involvement may also experience more difficulty with communication, which can affect their ability to express needs and report symptoms. Understanding this distinction helps families and caregivers appreciate why certain aspects of the care plan, particularly around eating and drinking, receive so much emphasis.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"w-full flex items-center justify-between p-5 sm:p-6 text-left\" onclick=\"toggleFaq(this)\">\n                        <span class=\"font-medium text-slate-900 pr-4 text-sm sm:text-base\">What equipment is needed at home for a myasthenia gravis patient?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-slate-400 flex-shrink-0 faq-chevron\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer px-5 sm:px-6 pb-5 sm:pb-6\">\n                        <p class=\"text-slate-600 text-sm leading-relaxed\">\n                            The equipment needs depend on the severity of the condition and the specific symptoms present. For a patient like Mr. Brar with bulbar involvement and stable respiratory function, essential equipment includes a pulse oximeter for monitoring oxygen saturation, a blood pressure monitor and glucometer for managing comorbid conditions, an incentive spirometer for maintaining respiratory function through breathing exercises, and a controlled-flow feeding cup that reduces the speed of liquid intake to minimize choking risk. An adjustable recliner chair is valuable because it allows the patient to maintain the upright posture needed for safe eating and to rest comfortably between activities. For patients with more severe respiratory involvement, additional equipment such as a <a href=\"https:\/\/athomecare.in\/role-of-bipap-machines-and-suction-apparatus-in-home-icu\/\" class=\"text-blue-600 hover:underline\">BiPAP machine or suction apparatus<\/a> may be necessary. Equipment can be arranged through <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"text-blue-600 hover:underline\">medical equipment rental services<\/a>, which is often more practical than purchasing devices needed only during the recovery period.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider mb-16\"><\/div>\n\n        <!-- Section 15: Care Goals Summary -->\n        <section class=\"mb-16 reveal-on-scroll\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <div class=\"w-10 h-10 bg-blue-100 rounded-xl flex items-center justify-center\">\n                    <i data-lucide=\"target\" class=\"w-5 h-5 text-blue-700\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl sm:text-3xl font-semibold text-slate-900 tracking-tight\">Care Goals: Achieved and Ongoing<\/h2>\n            <\/div>\n\n            <div class=\"grid lg:grid-cols-2 gap-6\">\n                <div class=\"bg-white rounded-2xl border border-slate-200 p-6 sm:p-8\">\n                    <h3 class=\"font-semibold text-green-800 text-sm uppercase tracking-wider mb-4 flex items-center gap-2\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600\"><\/i>\n                        Short-Term Goals (Achieved)\n                    <\/h3>\n                    <ul class=\"space-y-3\">\n                        <li class=\"flex items-start gap-2 text-sm text-slate-700\">\n                            <i data-lucide=\"check\" class=\"w-4 h-4 text-green-500 flex-shrink-0 mt-0.5\"><\/i>\n                            Improved swallowing safety with fewer choking episodes\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-slate-700\">\n                            <i data-lucide=\"check\" class=\"w-4 h-4 text-green-500 flex-shrink-0 mt-0.5\"><\/i>\n                            Reduced muscle fatigue through energy conservation and graded exercise\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-slate-700\">\n                            <i data-lucide=\"check\" class=\"w-4 h-4 text-green-500 flex-shrink-0 mt-0.5\"><\/i>\n                            Improved nutritional intake with stabilized weight\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-slate-700\">\n                            <i data-lucide=\"check\" class=\"w-4 h-4 text-green-500 flex-shrink-0 mt-0.5\"><\/i>\n                            Prevented aspiration pneumonia through the ten-week period\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-slate-700\">\n                            <i data-lucide=\"check\" class=\"w-4 h-4 text-green-500 flex-shrink-0 mt-0.5\"><\/i>\n                            Increased daily walking endurance from 350 to 650 meters\n                        <\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"bg-white rounded-2xl border border-slate-200 p-6 sm:p-8\">\n                    <h3 class=\"font-semibold text-blue-800 text-sm uppercase tracking-wider mb-4 flex items-center gap-2\">\n                        <i data-lucide=\"arrow-right-circle\" class=\"w-4 h-4 text-blue-600\"><\/i>\n                        Long-Term Goals (Ongoing)\n                    <\/h3>\n                    <ul class=\"space-y-3\">\n                        <li class=\"flex items-start gap-2 text-sm text-slate-700\">\n                            <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-blue-400 flex-shrink-0 mt-0.5\"><\/i>\n                            Maintain stable neuromuscular function with continued medication\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-slate-700\">\n                            <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-blue-400 flex-shrink-0 mt-0.5\"><\/i>\n                            Further improve independence in all daily activities\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-slate-700\">\n                            <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-blue-400 flex-shrink-0 mt-0.5\"><\/i>\n                            Prevent disease exacerbations through ongoing monitoring\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-slate-700\">\n                            <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-blue-400 flex-shrink-0 mt-0.5\"><\/i>\n                            Resume social activities and community engagement\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-slate-700\">\n                            <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-blue-400 flex-shrink-0 mt-0.5\"><\/i>\n                            Minimize hospitalization risk through proactive management\n                        <\/li>\n                        <li class=\"flex items-start gap-2 text-sm text-slate-700\">\n                            <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-blue-400 flex-shrink-0 mt-0.5\"><\/i>\n                            Continue to improve overall quality of life\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider mb-16\"><\/div>\n\n        <!-- Section 16: Related Services -->\n        <section class=\"mb-16 reveal-on-scroll\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <div class=\"w-10 h-10 bg-blue-100 rounded-xl flex items-center justify-center\">\n                    <i data-lucide=\"link\" class=\"w-5 h-5 text-blue-700\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl sm:text-3xl font-semibold text-slate-900 tracking-tight\">Related Home Healthcare Services<\/h2>\n            <\/div>\n\n            <p class=\"text-slate-600 text-sm leading-relaxed mb-6\">\n                The following services from AtHomeCare may be relevant for patients with conditions similar to those described in this case study. Each service page provides detailed information about what to expect and how to determine if it is appropriate for your situation.\n            <\/p>\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=\"scenario-card group block\">\n                    <div class=\"flex items-center gap-3 mb-2\">\n                        <i data-lucide=\"heart-pulse\" class=\"w-5 h-5 text-blue-600\"><\/i>\n                        <h4 class=\"font-medium text-slate-900 text-sm group-hover:text-blue-600 transition-colors\">Home Nursing Services<\/h4>\n                    <\/div>\n                    <p class=\"text-slate-500 text-xs leading-relaxed\">Skilled nursing care at home for clinical monitoring, medication management, and post-hospitalization support.<\/p>\n                <\/a>\n\n                <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"scenario-card group block\">\n                    <div class=\"flex items-center gap-3 mb-2\">\n                        <i data-lucide=\"hand-helping\" class=\"w-5 h-5 text-emerald-600\"><\/i>\n                        <h4 class=\"font-medium text-slate-900 text-sm group-hover:text-blue-600 transition-colors\">Patient Care Services<\/h4>\n                    <\/div>\n                    <p class=\"text-slate-500 text-xs leading-relaxed\">Comprehensive patient care including continuous supervision, daily living assistance, and care coordination.<\/p>\n                <\/a>\n\n                <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"scenario-card group block\">\n                    <div class=\"flex items-center gap-3 mb-2\">\n                        <i data-lucide=\"activity\" class=\"w-5 h-5 text-purple-600\"><\/i>\n                        <h4 class=\"font-medium text-slate-900 text-sm group-hover:text-blue-600 transition-colors\">Physiotherapy at Home<\/h4>\n                    <\/div>\n                    <p class=\"text-slate-500 text-xs leading-relaxed\">Expert physiotherapy for rehabilitation, mobility improvement, and condition-specific exercise programs.<\/p>\n                <\/a>\n\n                <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"scenario-card group block\">\n                    <div class=\"flex items-center gap-3 mb-2\">\n                        <i data-lucide=\"user-check\" class=\"w-5 h-5 text-amber-600\"><\/i>\n                        <h4 class=\"font-medium text-slate-900 text-sm group-hover:text-blue-600 transition-colors\">Doctor Home Visit<\/h4>\n                    <\/div>\n                    <p class=\"text-slate-500 text-xs leading-relaxed\">Qualified physicians conducting clinical assessments and treatment adjustments in the patient&#8217;s home.<\/p>\n                <\/a>\n\n                <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\" class=\"scenario-card group block\">\n                    <div class=\"flex items-center gap-3 mb-2\">\n                        <i data-lucide=\"shield-user\" class=\"w-5 h-5 text-teal-600\"><\/i>\n                        <h4 class=\"font-medium text-slate-900 text-sm group-hover:text-blue-600 transition-colors\">Patient Care Taker<\/h4>\n                    <\/div>\n                    <p class=\"text-slate-500 text-xs leading-relaxed\">Trained attendants providing continuous care, meal supervision, and daily living support.<\/p>\n                <\/a>\n\n                <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"scenario-card group block\">\n                    <div class=\"flex items-center gap-3 mb-2\">\n                        <i data-lucide=\"monitor\" class=\"w-5 h-5 text-slate-600\"><\/i>\n                        <h4 class=\"font-medium text-slate-900 text-sm group-hover:text-blue-600 transition-colors\">Medical Equipment Rental<\/h4>\n                    <\/div>\n                    <p class=\"text-slate-500 text-xs leading-relaxed\">Pulse oximeters, BP monitors, glucometers, incentive spirometers, and other devices for home use.<\/p>\n                <\/a>\n\n                <a href=\"https:\/\/athomecare.in\/chandigarh\/services\/home-healthcare-services-chandigarh-mohali-panchkula\" class=\"scenario-card group block\">\n                    <div class=\"flex items-center gap-3 mb-2\">\n                        <i data-lucide=\"map-pin\" class=\"w-5 h-5 text-red-500\"><\/i>\n                        <h4 class=\"font-medium text-slate-900 text-sm group-hover:text-blue-600 transition-colors\">Home Healthcare in Chandigarh, Mohali and Panchkula<\/h4>\n                    <\/div>\n                    <p class=\"text-slate-500 text-xs leading-relaxed\">Comprehensive home healthcare services available in the Chandigarh tricity region including Mohali.<\/p>\n                <\/a>\n\n                <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\" class=\"scenario-card group block\">\n                    <div class=\"flex items-center gap-3 mb-2\">\n                        <i data-lucide=\"pill\" class=\"w-5 h-5 text-indigo-600\"><\/i>\n                        <h4 class=\"font-medium text-slate-900 text-sm group-hover:text-blue-600 transition-colors\">Medication Management<\/h4>\n                    <\/div>\n                    <p class=\"text-slate-500 text-xs leading-relaxed\">Professional medication administration, reconciliation, and monitoring for patients with complex regimens.<\/p>\n                <\/a>\n\n                <a href=\"https:\/\/athomecare.in\/respiratory-therapy\/\" class=\"scenario-card group block\">\n                    <div class=\"flex items-center gap-3 mb-2\">\n                        <i data-lucide=\"wind\" class=\"w-5 h-5 text-cyan-600\"><\/i>\n                        <h4 class=\"font-medium text-slate-900 text-sm group-hover:text-blue-600 transition-colors\">Respiratory Therapy<\/h4>\n                    <\/div>\n                    <p class=\"text-slate-500 text-xs leading-relaxed\">Breathing exercises, respiratory monitoring, and support for patients with respiratory muscle involvement.<\/p>\n                <\/a>\n            <\/div>\n\n            <div class=\"mt-6 p-4 bg-slate-50 rounded-xl\">\n                <p class=\"text-xs text-slate-500 leading-relaxed\">\n                    Additional resources for families: <a href=\"https:\/\/athomecare.in\/understanding-parkinsons-disease-symptoms-causes-treatment\/\" class=\"text-blue-600 hover:underline\">Understanding Parkinson&#8217;s Disease<\/a>, <a href=\"https:\/\/athomecare.in\/understanding-stroke-signs-causes-prevention-and-recovery\/\" class=\"text-blue-600 hover:underline\">Stroke Signs and Recovery<\/a>, <a href=\"https:\/\/athomecare.in\/post-stroke-elderly-care-in-faridabad-from-hospital-discharge-to-walking-again-at-home\/\" class=\"text-blue-600 hover:underline\">Post-Stroke Home Rehabilitation<\/a>, <a href=\"https:\/\/athomecare.in\/elderly-difficulty-swallowing-feeding-support-gurgaon\/\" class=\"text-blue-600 hover:underline\">Difficulty Swallowing in Elderly<\/a>, <a href=\"https:\/\/athomecare.in\/stroke-patient-feeding-aspiration-risk-gurgaon\/\" class=\"text-blue-600 hover:underline\">Aspiration Risk in Stroke Patients<\/a>, <a href=\"https:\/\/athomecare.in\/senior-ryles-tube-feeding-home-gurgaon\/\" class=\"text-blue-600 hover:underline\">Ryles Tube Feeding at Home<\/a>, <a href=\"https:\/\/athomecare.in\/chest-physiotherapy-clinical\/\" class=\"text-blue-600 hover:underline\">Chest Physiotherapy<\/a>, <a href=\"https:\/\/athomecare.in\/nebulizer-therapy-clinical\/\" class=\"text-blue-600 hover:underline\">Nebulizer Therapy<\/a>, <a href=\"https:\/\/athomecare.in\/post-ventilator-elderly-respiratory-rehab-gurgaon\/\" class=\"text-blue-600 hover:underline\">Post-Ventilator Respiratory Rehabilitation<\/a>, <a href=\"https:\/\/athomecare.in\/understanding-hospice-and-palliative-care-a-guide-for-families\/\" class=\"text-blue-600 hover:underline\">Understanding Palliative Care<\/a>, <a href=\"https:\/\/athomecare.in\/delhi\/blogs\/managing-diabetes-hypertension-parkinsons-at-home\" class=\"text-blue-600 hover:underline\">Managing Diabetes and Hypertension at Home<\/a>, <a href=\"https:\/\/athomecare.in\/managing-chronic-diseases-at-home-in-gurgaon-focus-on-diabetes-and-hypertension\/\" class=\"text-blue-600 hover:underline\">Chronic Disease Management at Home<\/a>, <a href=\"https:\/\/athomecare.in\/elderly-renal-failure-dialysis-coordination-gurgaon\/\" class=\"text-blue-600 hover:underline\">Renal Failure Home Care<\/a>, <a href=\"https:\/\/athomecare.in\/why-stable-patients-suddenly-crash-at-home\/\" class=\"text-blue-600 hover:underline\">Why Stable Patients Suddenly Deteriorate<\/a>, <a href=\"https:\/\/athomecare.in\/calling-ambulance-too-late-gurgaon-homes\/\" class=\"text-blue-600 hover:underline\">Emergency Response in Home Care<\/a>.\n                <\/p>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider mb-16\"><\/div>\n\n        <!-- Section 17: Contact Information -->\n        <section class=\"mb-16 reveal-on-scroll\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <div class=\"w-10 h-10 bg-blue-100 rounded-xl flex items-center justify-center\">\n                    <i data-lucide=\"phone\" class=\"w-5 h-5 text-blue-700\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl sm:text-3xl font-semibold text-slate-900 tracking-tight\">Contact AtHomeCare<\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-2xl border border-slate-200 p-6 sm:p-8\">\n                <p class=\"text-slate-600 text-sm leading-relaxed mb-6\">\n                    If you are caring for a family member with a complex neurological condition, chronic disease, or post-hospitalization recovery needs, AtHomeCare&#8217;s multidisciplinary team can help. We provide clinical nursing, patient attendants, physiotherapy, doctor home visits, and medical equipment across multiple cities.\n                <\/p>\n\n                <div class=\"grid sm:grid-cols-2 gap-6\">\n                    <div>\n                        <h3 class=\"font-semibold text-slate-900 text-sm mb-3\">Corporate Office<\/h3>\n                        <div class=\"space-y-2 text-sm text-slate-600\">\n                            <p class=\"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>\n                    <div>\n                        <h3 class=\"font-semibold text-slate-900 text-sm mb-3\">Get in Touch<\/h3>\n                        <div class=\"space-y-3\">\n                            <div class=\"flex items-center gap-3\">\n                                <i data-lucide=\"phone\" class=\"w-4 h-4 text-blue-600 flex-shrink-0\"><\/i>\n                                <a href=\"tel:9910823218\" class=\"text-blue-600 font-medium text-sm hover:underline\">9910823218<\/a>\n                            <\/div>\n                            <div class=\"flex items-center gap-3\">\n                                <i data-lucide=\"mail\" class=\"w-4 h-4 text-blue-600 flex-shrink-0\"><\/i>\n                                <a href=\"mailto:care@athomecare.in\" class=\"text-blue-600 font-medium text-sm hover:underline\">care@athomecare.in<\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"mt-6 p-4 bg-blue-50 rounded-xl\">\n                    <p class=\"text-xs text-blue-800 leading-relaxed\">\n                        <strong>Service Areas:<\/strong> AtHomeCare provides home healthcare services in Maholi, Gurgaon, Delhi NCR, Faridabad, Noida, Chandigarh, Mohali, Panchkula, Lucknow, Kanpur, Indore, Bhopal, Ranchi, Patna, Gorakhpur, Banaras, and other cities. If your city is not listed, please contact us to check availability.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider mb-16\"><\/div>\n\n        <!-- Section 18: Medical Disclaimer -->\n        <section class=\"mb-8 reveal-on-scroll\">\n            <div class=\"bg-slate-100 rounded-2xl p-6 sm:p-8\">\n                <div class=\"flex items-start gap-3\">\n                    <i data-lucide=\"shield-alert\" class=\"w-6 h-6 text-slate-500 flex-shrink-0 mt-0.5\"><\/i>\n                    <div>\n                        <h3 class=\"font-semibold text-slate-900 text-sm uppercase tracking-wider mb-3\">Medical Disclaimer<\/h3>\n                        <div class=\"space-y-2 text-sm text-slate-600 leading-relaxed\">\n                            <p>\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>\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 fictional case do not guarantee similar results for any other patient.\n                            <\/p>\n                            <p>\n                                Emergency symptoms, including difficulty breathing, severe swallowing problems, rapidly worsening weakness, or loss of consciousness, require immediate hospital care. Home healthcare complements but does not replace emergency medical services. If you or someone in your care experiences any of these symptoms, contact emergency services immediately.\n                            <\/p>\n                            <p>\n                                Never delay seeking medical advice, disregard professional medical advice, or discontinue treatment based on information presented in this case study. Always consult your treating physician before making any changes to a medical care plan.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/main>\n\n    <!-- Footer -->\n    <footer class=\"bg-slate-900 text-white\">\n        <div class=\"max-w-5xl mx-auto px-5 sm:px-8 py-12\">\n            <div class=\"grid sm:grid-cols-2 lg:grid-cols-3 gap-8 mb-10\">\n                <div>\n                    <h4 class=\"font-semibold text-white text-sm mb-4\">Home Nursing<\/h4>\n                    <ul class=\"space-y-2 text-sm text-slate-400\">\n                        <li><a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"hover:text-white transition-colors\">Home Nursing Services<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/delhi\/home-nursing\/\" class=\"hover:text-white transition-colors\">Nursing in Delhi<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/faridabad\/homenursing\/\" class=\"hover:text-white transition-colors\">Nursing in Faridabad<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/home-nursing-services-in-lucknow-quality-health-care-at-home\/\" class=\"hover:text-white transition-colors\">Nursing in Lucknow<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/specialized-nursing-services-in-patna-care-that-comes-home\/\" class=\"hover:text-white transition-colors\">Nursing in Patna<\/a><\/li>\n                    <\/ul>\n                <\/div>\n                <div>\n                    <h4 class=\"font-semibold text-white text-sm mb-4\">Patient Care<\/h4>\n                    <ul class=\"space-y-2 text-sm text-slate-400\">\n                        <li><a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"hover:text-white transition-colors\">Patient Care Services<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\" class=\"hover:text-white transition-colors\">Patient Care Taker<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/why-choose-athomecare-patient-attendant\/\" class=\"hover:text-white transition-colors\">Patient Attendant<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/delhi\/patientcare\/\" class=\"hover:text-white transition-colors\">Patient Care in Delhi<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/faridabad\/patientcare\/\" class=\"hover:text-white transition-colors\">Patient Care in Faridabad<\/a><\/li>\n                    <\/ul>\n                <\/div>\n                <div>\n                    <h4 class=\"font-semibold text-white text-sm mb-4\">Specialized Care<\/h4>\n                    <ul class=\"space-y-2 text-sm text-slate-400\">\n                        <li><a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"hover:text-white transition-colors\">Physiotherapy at Home<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"hover:text-white transition-colors\">Doctor Home Visit<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"hover:text-white transition-colors\">Medical Equipment Rental<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/respiratory-therapy\/\" class=\"hover:text-white transition-colors\">Respiratory Therapy<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/chest-physiotherapy-clinical\/\" class=\"hover:text-white transition-colors\">Chest Physiotherapy<\/a><\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"border-t border-slate-800 pt-8 flex flex-col sm:flex-row justify-between items-center gap-4\">\n                <p class=\"text-slate-500 text-xs\">\n                    AtHomeCare. All rights reserved. This page contains a fictional case study for educational purposes only.\n                <\/p>\n                <p class=\"text-slate-500 text-xs\">\n                    Corporate Office: Maholi, Haryana 122018\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <!-- Back to Top Button -->\n    <button id=\"backToTop\" class=\"no-print fixed bottom-6 right-6 w-12 h-12 bg-blue-600 text-white rounded-full shadow-lg flex items-center justify-center opacity-0 pointer-events-none transition-all duration-300 hover:bg-blue-700 z-50\" onclick=\"window.scrollTo({top: 0, behavior: 'smooth'})\">\n        <i data-lucide=\"arrow-up\" class=\"w-5 h-5\"><\/i>\n    <\/button>\n\n    <script>\n        \/\/ Initialize Lucide icons\n        lucide.createIcons();\n\n        \/\/ Scroll reveal\n        const revealElements = document.querySelectorAll('.reveal-on-scroll');\n        const revealObserver = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('is-visible');\n                }\n            });\n        }, {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        });\n        revealElements.forEach(el => revealObserver.observe(el));\n\n        \/\/ FAQ toggle\n        function toggleFaq(button) {\n            const faqItem = button.closest('.faq-item');\n            const isActive = faqItem.classList.contains('active');\n\n            \/\/ Close all FAQs\n            document.querySelectorAll('.faq-item').forEach(item => {\n                item.classList.remove('active');\n            });\n\n            \/\/ Open clicked one if it was closed\n            if (!isActive) {\n                faqItem.classList.add('active');\n            }\n        }\n\n        \/\/ Back to top button\n        const backToTopBtn = document.getElementById('backToTop');\n        window.addEventListener('scroll', () => {\n            if (window.scrollY > 600) {\n                backToTopBtn.classList.remove('opacity-0', 'pointer-events-none');\n                backToTopBtn.classList.add('opacity-100', 'pointer-events-auto');\n            } else {\n                backToTopBtn.classList.add('opacity-0', 'pointer-events-none');\n                backToTopBtn.classList.remove('opacity-100', 'pointer-events-auto');\n            }\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                    const offset = 20;\n                    const targetPosition = target.getBoundingClientRect().top + window.pageYOffset - offset;\n                    window.scrollTo({\n                        top: targetPosition,\n                        behavior: 'smooth'\n                    });\n                }\n            });\n        });\n    <\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Bulbar Myasthenia Gravis Home Care | Fictional Case Study Case Study Home Recovery After Bulbar Myasthenia Gravis How a structured multidisciplinary home healthcare plan helped a 64-year-old patient with Bulbar Myasthenia Gravis regain swallowing safety, improve muscle endurance, and return to daily activities without hospital readmission. Age 64 Years Gender Male Location Mohali Condition Bulbar&#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-368","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=\"Bulbar Myasthenia Gravis Home Care | Fictional Case Study Case Study Home Recovery After Bulbar Myasthenia Gravis How a structured multidisciplinary home healthcare plan helped a 64-year-old patient with Bulbar Myasthenia Gravis regain swallowing safety, improve muscle endurance, and return to daily activities without hospital readmission. Age 64 Years Gender Male Location Mohali Condition Bulbar\" \/>\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\/bulbar-myasthenia-gravis-home-care-case-study\/\" \/>\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=\"Bulbar Myasthenia Gravis Home Care | Case Study - mohali\" \/>\n\t\t<meta property=\"og:description\" content=\"Bulbar Myasthenia Gravis Home Care | Fictional Case Study Case Study Home Recovery After Bulbar Myasthenia Gravis How a structured multidisciplinary home healthcare plan helped a 64-year-old patient with Bulbar Myasthenia Gravis regain swallowing safety, improve muscle endurance, and return to daily activities without hospital readmission. Age 64 Years Gender Male Location Mohali Condition Bulbar\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/athomecare.in\/mohali\/bulbar-myasthenia-gravis-home-care-case-study\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-08-04T07:06:52+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-04T07:06:57+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Bulbar Myasthenia Gravis Home Care | Case Study - mohali\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Bulbar Myasthenia Gravis Home Care | Fictional Case Study Case Study Home Recovery After Bulbar Myasthenia Gravis How a structured multidisciplinary home healthcare plan helped a 64-year-old patient with Bulbar Myasthenia Gravis regain swallowing safety, improve muscle endurance, and return to daily activities without hospital readmission. Age 64 Years Gender Male Location Mohali Condition Bulbar\" \/>\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\\\/bulbar-myasthenia-gravis-home-care-case-study\\\/#blogposting\",\"name\":\"Bulbar Myasthenia Gravis Home Care | Case Study - mohali\",\"headline\":\"Bulbar Myasthenia Gravis Home Care | Case Study\",\"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\\\/bulbar-myasthenia-gravis-home-care-case-study\\\/#articleImage\"},\"datePublished\":\"2026-08-04T07:06:52+00:00\",\"dateModified\":\"2026-08-04T07:06:57+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/bulbar-myasthenia-gravis-home-care-case-study\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/bulbar-myasthenia-gravis-home-care-case-study\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/bulbar-myasthenia-gravis-home-care-case-study\\\/#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\\\/bulbar-myasthenia-gravis-home-care-case-study\\\/#listItem\",\"name\":\"Bulbar Myasthenia Gravis Home Care | Case Study\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/bulbar-myasthenia-gravis-home-care-case-study\\\/#listItem\",\"position\":3,\"name\":\"Bulbar Myasthenia Gravis Home Care | Case Study\",\"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\\\/bulbar-myasthenia-gravis-home-care-case-study\\\/#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\\\/bulbar-myasthenia-gravis-home-care-case-study\\\/#webpage\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/bulbar-myasthenia-gravis-home-care-case-study\\\/\",\"name\":\"Bulbar Myasthenia Gravis Home Care | Case Study - mohali\",\"description\":\"Bulbar Myasthenia Gravis Home Care | Fictional Case Study Case Study Home Recovery After Bulbar Myasthenia Gravis How a structured multidisciplinary home healthcare plan helped a 64-year-old patient with Bulbar Myasthenia Gravis regain swallowing safety, improve muscle endurance, and return to daily activities without hospital readmission. Age 64 Years Gender Male Location Mohali Condition Bulbar\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/bulbar-myasthenia-gravis-home-care-case-study\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"datePublished\":\"2026-08-04T07:06:52+00:00\",\"dateModified\":\"2026-08-04T07:06:57+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":"Bulbar Myasthenia Gravis Home Care | Case Study - mohali","description":"Bulbar Myasthenia Gravis Home Care | Fictional Case Study Case Study Home Recovery After Bulbar Myasthenia Gravis How a structured multidisciplinary home healthcare plan helped a 64-year-old patient with Bulbar Myasthenia Gravis regain swallowing safety, improve muscle endurance, and return to daily activities without hospital readmission. Age 64 Years Gender Male Location Mohali Condition Bulbar","canonical_url":"https:\/\/athomecare.in\/mohali\/bulbar-myasthenia-gravis-home-care-case-study\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/athomecare.in\/mohali\/bulbar-myasthenia-gravis-home-care-case-study\/#blogposting","name":"Bulbar Myasthenia Gravis Home Care | Case Study - mohali","headline":"Bulbar Myasthenia Gravis Home Care | Case Study","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\/bulbar-myasthenia-gravis-home-care-case-study\/#articleImage"},"datePublished":"2026-08-04T07:06:52+00:00","dateModified":"2026-08-04T07:06:57+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/athomecare.in\/mohali\/bulbar-myasthenia-gravis-home-care-case-study\/#webpage"},"isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/bulbar-myasthenia-gravis-home-care-case-study\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/athomecare.in\/mohali\/bulbar-myasthenia-gravis-home-care-case-study\/#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\/bulbar-myasthenia-gravis-home-care-case-study\/#listItem","name":"Bulbar Myasthenia Gravis Home Care | Case Study"},"previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/bulbar-myasthenia-gravis-home-care-case-study\/#listItem","position":3,"name":"Bulbar Myasthenia Gravis Home Care | Case Study","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\/bulbar-myasthenia-gravis-home-care-case-study\/#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\/bulbar-myasthenia-gravis-home-care-case-study\/#webpage","url":"https:\/\/athomecare.in\/mohali\/bulbar-myasthenia-gravis-home-care-case-study\/","name":"Bulbar Myasthenia Gravis Home Care | Case Study - mohali","description":"Bulbar Myasthenia Gravis Home Care | Fictional Case Study Case Study Home Recovery After Bulbar Myasthenia Gravis How a structured multidisciplinary home healthcare plan helped a 64-year-old patient with Bulbar Myasthenia Gravis regain swallowing safety, improve muscle endurance, and return to daily activities without hospital readmission. Age 64 Years Gender Male Location Mohali Condition Bulbar","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/#website"},"breadcrumb":{"@id":"https:\/\/athomecare.in\/mohali\/bulbar-myasthenia-gravis-home-care-case-study\/#breadcrumblist"},"author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"creator":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"datePublished":"2026-08-04T07:06:52+00:00","dateModified":"2026-08-04T07:06:57+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":"Bulbar Myasthenia Gravis Home Care | Case Study - mohali","og:description":"Bulbar Myasthenia Gravis Home Care | Fictional Case Study Case Study Home Recovery After Bulbar Myasthenia Gravis How a structured multidisciplinary home healthcare plan helped a 64-year-old patient with Bulbar Myasthenia Gravis regain swallowing safety, improve muscle endurance, and return to daily activities without hospital readmission. Age 64 Years Gender Male Location Mohali Condition Bulbar","og:url":"https:\/\/athomecare.in\/mohali\/bulbar-myasthenia-gravis-home-care-case-study\/","article:published_time":"2026-08-04T07:06:52+00:00","article:modified_time":"2026-08-04T07:06:57+00:00","twitter:card":"summary_large_image","twitter:title":"Bulbar Myasthenia Gravis Home Care | Case Study - mohali","twitter:description":"Bulbar Myasthenia Gravis Home Care | Fictional Case Study Case Study Home Recovery After Bulbar Myasthenia Gravis How a structured multidisciplinary home healthcare plan helped a 64-year-old patient with Bulbar Myasthenia Gravis regain swallowing safety, improve muscle endurance, and return to daily activities without hospital readmission. Age 64 Years Gender Male Location Mohali Condition Bulbar"},"aioseo_meta_data":{"post_id":"368","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-08-04 06:39:30","updated":"2026-08-04 07:16:53","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\tBulbar Myasthenia Gravis Home Care | Case Study\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":"Bulbar Myasthenia Gravis Home Care | Case Study","link":"https:\/\/athomecare.in\/mohali\/bulbar-myasthenia-gravis-home-care-case-study\/"}],"_links":{"self":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/368","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=368"}],"version-history":[{"count":6,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/368\/revisions"}],"predecessor-version":[{"id":374,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/368\/revisions\/374"}],"wp:attachment":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/media?parent=368"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/categories?post=368"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/tags?post=368"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}