{"id":2098,"date":"2026-09-09T10:08:56","date_gmt":"2026-09-09T10:08:56","guid":{"rendered":"https:\/\/shefahospital.sa\/physiotherapy-in-makkah\/"},"modified":"2026-09-09T12:26:53","modified_gmt":"2026-09-09T12:26:53","slug":"physiotherapy-in-makkah","status":"publish","type":"page","link":"https:\/\/shefahospital.sa\/ar\/physiotherapy-in-makkah\/","title":{"rendered":"Physiotherapy"},"content":{"rendered":"\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n    \/* ============================================================\n       SCOPED PHYSIOTHERAPY HERO STYLES (#sh-physio-hero-v1)\n       100% SSR | Zero CLS | Fluid CSS | Astra Full-Width Hack\n       ============================================================ *\/\n    #sh-physio-hero-v1 {\n        --sh-teal: #0d9488;\n        --sh-teal-btn: #12776b;\n        --sh-teal-btn-hover: #0f6258;\n        --sh-ink: #0f172a;\n        --sh-slate: #475569;\n        --sh-slate-light: #64748b;\n        --sh-amber: #d97706;\n        --sh-border: rgba(226, 232, 240, 0.8);\n        --sh-wa: #25d366;\n        --sh-wa-hover: #20ba5a;\n        \n        --sh-font-en: \"Playfair Display\", serif;\n        --sh-font-ar: \"Noto Kufi Arabic\", \"Tajawal\", sans-serif;\n        --sh-font-body: \"Inter\", sans-serif;\n\n        \/* Astra Full-Width Breakout Hack *\/\n        width: 100vw !important;\n        position: relative !important;\n        left: 50% !important;\n        right: 50% !important;\n        margin-left: -50vw !important;\n        margin-right: -50vw !important;\n        max-width: 100vw !important;\n        background-color: #f4f9fc !important;\n        overflow: hidden !important;\n        padding: clamp(4rem, 8vw, 6rem) 0 !important;\n        box-sizing: border-box !important;\n        direction: ltr; \/* Default LTR *\/\n    }\n\n    #sh-physio-hero-v1 *,\n    #sh-physio-hero-v1 *::before,\n    #sh-physio-hero-v1 *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Prevent WP auto-paragraph empty spacing *\/\n    #sh-physio-hero-v1 p:empty, \n    #sh-physio-hero-v1 br { \n        display: none !important; \n    }\n\n    \/* Background SVG Pattern *\/\n    #sh-physio-hero-v1::before {\n        content: '';\n        position: absolute !important;\n        inset: 0 !important;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='180' height='156' viewBox='0 0 180 156'%3E%3Cg fill='none' stroke='%23138b86' stroke-opacity='0.45' stroke-width='1.1'%3E%3Cpath d='M45 3l42 24v48l-42 24-42-24V27z'\/%3E%3Cpath d='M135 3l42 24v48l-42 24-42-24V27z'\/%3E%3Cpath d='M90 81l42 24v48l-42 24-42-24v-48z'\/%3E%3C\/g%3E%3Cg fill='%23138b86' fill-opacity='0.55'%3E%3Ccircle cx='45' cy='3' r='2'\/%3E%3Ccircle cx='87' cy='27' r='2'\/%3E%3Ccircle cx='87' cy='75' r='2'\/%3E%3Ccircle cx='45' cy='99' r='2'\/%3E%3Ccircle cx='3' cy='75' r='2'\/%3E%3Ccircle cx='3' cy='27' r='2'\/%3E%3Ccircle cx='135' cy='3' r='2'\/%3E%3Ccircle cx='177' cy='27' r='2'\/%3E%3Ccircle cx='177' cy='75' r='2'\/%3E%3Ccircle cx='135' cy='99' r='2'\/%3E%3Ccircle cx='90' cy='81' r='2'\/%3E%3Ccircle cx='132' cy='105' r='2'\/%3E%3Ccircle cx='132' cy='153' r='2'\/%3E%3Ccircle cx='90' cy='177' r='2'\/%3E%3Ccircle cx='48' cy='153' r='2'\/%3E%3Ccircle cx='48' cy='105' r='2'\/%3E%3C\/g%3E%3C\/svg%3E\");\n        background-size: clamp(90px, 15vw, 180px) auto !important; \n        background-repeat: repeat !important;\n        background-position: center top !important;\n        z-index: 0 !important;\n        pointer-events: none !important;\n        opacity: 0.15 !important;\n    }\n\n    \/* Base Layout Container *\/\n    #sh-physio-hero-v1 .sh-inner-wrapper {\n        width: 100% !important;\n        max-width: 1475px !important;\n        margin: 0 auto !important;\n        position: relative;\n        z-index: 10;\n        padding: 0 clamp(1.25rem, 4vw, 2rem) !important;\n        \/* Mobile Default: Stacked Flexbox *\/\n        display: flex;\n        flex-direction: column;\n        gap: 2rem; \/* Spacing between reordered mobile elements *\/\n    }\n\n    \/* Mobile Reordering Magic (Text -> Image -> CTAs -> Features) *\/\n    #sh-physio-hero-v1 .sh-copy-wrapper {\n        display: contents; \/* Flattens children into the wrapper's flex context *\/\n    }\n    #sh-physio-hero-v1 .sh-text-content { order: 1; }\n    #sh-physio-hero-v1 .sh-media { order: 2; width: 100%; }\n    #sh-physio-hero-v1 .sh-cta-row { order: 3; width: 100%; margin-top: 0; display: flex; flex-wrap: wrap; gap: 0.75rem; }\n    #sh-physio-hero-v1 .sh-feats { order: 4; width: 100%; margin-top: 0; }\n\n    \/* Desktop Layout Recovery *\/\n    @media (min-width: 1024px) {\n        #sh-physio-hero-v1 .sh-inner-wrapper {\n            display: grid;\n            grid-template-columns: 1.15fr 1fr; \n            gap: clamp(3rem, 6vw, 5rem);\n            align-items: center;\n        }\n        #sh-physio-hero-v1 .sh-copy-wrapper {\n            display: block; \/* Restore block formatting for left column *\/\n            order: unset;\n        }\n        #sh-physio-hero-v1 .sh-text-content,\n        #sh-physio-hero-v1 .sh-media,\n        #sh-physio-hero-v1 .sh-cta-row,\n        #sh-physio-hero-v1 .sh-feats {\n            order: unset;\n        }\n        #sh-physio-hero-v1 .sh-cta-row {\n            margin-top: 2.5rem; \/* Desktop specific spacing *\/\n        }\n        #sh-physio-hero-v1 .sh-feats {\n            margin-top: 3rem; \/* Desktop specific spacing *\/\n        }\n    }\n\n    \/* ============================================================\n       DUAL LANGUAGE LOGIC (HARD-FORCED)\n       ============================================================ *\/\n    #sh-physio-hero-v1 .sh-en { display: block; }\n    #sh-physio-hero-v1 .sh-ar { display: none; }\n    #sh-physio-hero-v1 .sh-en-inline { display: inline-flex; }\n    #sh-physio-hero-v1 .sh-ar-inline { display: none; }\n\n    html[dir=\"rtl\"] #sh-physio-hero-v1 .sh-en,\n    html[lang*=\"ar\"] #sh-physio-hero-v1 .sh-en,\n    body.rtl #sh-physio-hero-v1 .sh-en { display: none !important; }\n    \n    html[dir=\"rtl\"] #sh-physio-hero-v1 .sh-ar,\n    html[lang*=\"ar\"] #sh-physio-hero-v1 .sh-ar,\n    body.rtl #sh-physio-hero-v1 .sh-ar { display: block !important; }\n\n    html[dir=\"rtl\"] #sh-physio-hero-v1 .sh-en-inline,\n    html[lang*=\"ar\"] #sh-physio-hero-v1 .sh-en-inline,\n    body.rtl #sh-physio-hero-v1 .sh-en-inline { display: none !important; }\n    \n    html[dir=\"rtl\"] #sh-physio-hero-v1 .sh-ar-inline,\n    html[lang*=\"ar\"] #sh-physio-hero-v1 .sh-ar-inline,\n    body.rtl #sh-physio-hero-v1 .sh-ar-inline { display: inline-flex !important; }\n\n    \/* RTL Layout Fixes *\/\n    html[dir=\"rtl\"] #sh-physio-hero-v1 { direction: rtl; text-align: right; }\n    html[dir=\"rtl\"] #sh-physio-hero-v1 .sh-inner-wrapper { text-align: right; }\n    html[dir=\"rtl\"] #sh-physio-hero-v1 .sh-crumb-icon { transform: rotate(180deg); }\n    html[dir=\"rtl\"] #sh-physio-hero-v1 .sh-btn { flex-direction: row-reverse; }\n\n    \/* Breadcrumbs *\/\n    #sh-physio-hero-v1 .sh-crumbs {\n        display: flex; align-items: center; flex-wrap: wrap; gap: 8px;\n        font-size: 0.8125rem; font-weight: 500; color: var(--sh-slate-light);\n        margin: 0 0 1.5rem 0; font-family: var(--sh-font-body);\n    }\n    #sh-physio-hero-v1 .sh-crumbs a { color: var(--sh-slate-light) !important; text-decoration: none !important; transition: color 0.3s; }\n    #sh-physio-hero-v1 .sh-crumbs a:hover { color: var(--sh-teal) !important; }\n    #sh-physio-hero-v1 .sh-crumbs .sh-crumb-current { color: var(--sh-teal); font-weight: 600; }\n\n    \/* Badge *\/\n    #sh-physio-hero-v1 .sh-badge {\n        display: inline-flex; align-items: center; gap: 8px;\n        background: rgba(254, 243, 199, 0.6); color: var(--sh-amber);\n        padding: 6px 16px; border-radius: 999px; font-size: 0.8125rem;\n        font-weight: 700; margin-bottom: 1.5rem; border: 1px solid rgba(217, 119, 6, 0.2);\n    }\n\n    \/* Typography *\/\n    #sh-physio-hero-v1 h1 {\n        font-size: clamp(2.375rem, 5vw, 3.5rem);\n        font-weight: 800; line-height: 1.1; color: var(--sh-ink); margin: 0 0 0.5rem 0;\n    }\n    #sh-physio-hero-v1 h1 .sh-en { font-family: var(--sh-font-en); }\n    #sh-physio-hero-v1 h1 .sh-ar { font-family: var(--sh-font-ar); }\n    \n    #sh-physio-hero-v1 h2 {\n        font-size: clamp(1.25rem, 2.5vw, 2rem);\n        font-weight: 700; line-height: 1.25; color: var(--sh-teal); margin: 0;\n    }\n    #sh-physio-hero-v1 h2 .sh-en { font-family: var(--sh-font-en); }\n    #sh-physio-hero-v1 h2 .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-hero-v1 .sh-desc {\n        margin: 1.5rem 0 0 0; font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);\n        line-height: 1.7; color: var(--sh-slate); max-width: 600px;\n    }\n    #sh-physio-hero-v1 .sh-desc.sh-en { font-family: var(--sh-font-body); }\n    #sh-physio-hero-v1 .sh-desc.sh-ar { font-family: var(--sh-font-ar); }\n    \n    #sh-physio-hero-v1 .sh-desc strong { font-weight: 700; color: var(--sh-ink); }\n    \n    #sh-physio-hero-v1 a.seo-link {\n        text-decoration: underline !important; color: var(--sh-teal) !important; font-weight: 600;\n    }\n\n    \/* Buttons *\/\n    #sh-physio-hero-v1 .sh-btn {\n        display: inline-flex; align-items: center; justify-content: center; gap: 8px;\n        padding: 0.875rem 1.5rem; border-radius: 999px; font-size: 1rem; font-weight: 700;\n        line-height: 1; transition: all 0.3s ease; text-decoration: none !important; cursor: pointer;\n        font-family: inherit; min-height: 50px;\n    }\n    #sh-physio-hero-v1 .sh-btn svg { width: 20px; height: 20px; flex-shrink: 0; }\n    \n    #sh-physio-hero-v1 .sh-btn--primary {\n        background: var(--sh-teal-btn); color: #ffffff !important; box-shadow: 0 8px 20px -8px rgba(18, 119, 107, 0.6); border: 1px solid transparent;\n    }\n    #sh-physio-hero-v1 .sh-btn--primary:hover { background: var(--sh-teal-btn-hover); transform: translateY(-2px); }\n    \n    #sh-physio-hero-v1 .sh-btn--whatsapp {\n        background: var(--sh-wa); color: #ffffff !important; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); border: 1px solid transparent;\n    }\n    #sh-physio-hero-v1 .sh-btn--whatsapp:hover { background: var(--sh-wa-hover); transform: translateY(-2px); }\n\n    #sh-physio-hero-v1 .sh-btn--ink {\n        background: var(--sh-ink); color: #ffffff !important; box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.2); border: 1px solid transparent;\n    }\n    #sh-physio-hero-v1 .sh-btn--ink:hover { background: var(--sh-slate); transform: translateY(-2px); }\n\n    \/* Features Grid *\/\n    #sh-physio-hero-v1 .sh-feats {\n        display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem;\n    }\n    @media (min-width: 640px) {\n        #sh-physio-hero-v1 .sh-feats { grid-template-columns: repeat(4, 1fr); }\n    }\n    #sh-physio-hero-v1 .sh-feat {\n        display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;\n        text-align: center; background: rgba(255, 255, 255, 0.8); border: 1px solid var(--sh-border);\n        border-radius: 0.75rem; padding: 1rem 0.5rem; backdrop-filter: blur(12px); box-shadow: 0 2px 4px rgba(0,0,0,0.02);\n        transition: transform 0.3s ease; min-height: 108px;\n    }\n    #sh-physio-hero-v1 .sh-feat:hover { transform: translateY(-3px); border-color: var(--sh-teal); }\n    #sh-physio-hero-v1 .sh-feat svg { width: 24px; height: 24px; color: var(--sh-teal); }\n    #sh-physio-hero-v1 .sh-feat-label { font-size: 0.8125rem; font-weight: 700; color: var(--sh-ink); line-height: 1.25; }\n\n    \/* Image Media Container *\/\n    #sh-physio-hero-v1 .sh-media { position: relative; }\n    #sh-physio-hero-v1 .sh-glow { position: absolute; border-radius: 9999px; filter: blur(64px); pointer-events: none; z-index: 1; }\n    #sh-physio-hero-v1 .sh-glow--teal { top: -40px; left: -40px; width: clamp(150px, 20vw, 200px); height: clamp(150px, 20vw, 200px); background: rgba(13, 148, 136, 0.25); }\n    #sh-physio-hero-v1 .sh-glow--amber { bottom: -40px; right: -40px; width: clamp(200px, 25vw, 256px); height: clamp(200px, 25vw, 256px); background: rgba(217, 119, 6, 0.2); }\n    \n    #sh-physio-hero-v1 .hero-img-container {\n        width: 100% !important; position: relative !important; z-index: 2;\n        border-radius: 1.5rem !important; overflow: hidden !important;\n        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;\n        border: 4px solid #ffffff !important; background-color: #e2e8f0 !important;\n    }\n    #sh-physio-hero-v1 .hero-img-container img {\n        width: 100% !important; height: auto !important; object-fit: cover !important;\n        display: block !important; max-height: 600px !important; transition: transform 0.7s ease;\n    }\n    #sh-physio-hero-v1 .hero-img-container:hover img { transform: scale(1.03); }\n\n    \/* Animation - Staggered *\/\n    @keyframes sh-fadeup {\n        from { opacity: 0; transform: translateY(24px); }\n        to   { opacity: 1; transform: translateY(0); }\n    }\n    @media (prefers-reduced-motion: no-preference) {\n        #sh-physio-hero-v1 .sh-text-content { opacity: 0; animation: sh-fadeup 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }\n        #sh-physio-hero-v1 .sh-media        { opacity: 0; animation: sh-fadeup 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s forwards; }\n        #sh-physio-hero-v1 .sh-cta-row      { opacity: 0; animation: sh-fadeup 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards; }\n        #sh-physio-hero-v1 .sh-feats        { opacity: 0; animation: sh-fadeup 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.45s forwards; }\n    }\n    \n    \/* Mobile Override *\/\n    @media (max-width: 767px) {\n        #sh-physio-hero-v1 { padding: 3.5rem 0 !important; }\n        #sh-physio-hero-v1 .sh-cta-row { display: flex; flex-direction: column; gap: 10px; }\n        #sh-physio-hero-v1 .sh-btn { width: 100%; padding: 0.875rem 1rem; font-size: 0.9rem; }\n    }\n<\/style>\n\n<section id=\"sh-physio-hero-v1\" aria-labelledby=\"sh-em-title-main\">\n    <div class=\"sh-inner-wrapper\">\n\n        <!-- ============ WRAPPER: Handles Desktop Column & Mobile Reordering ============ -->\n        <div class=\"sh-copy-wrapper\">\n            \n            <!-- PART 1: Text Content (Order 1 on mobile) -->\n            <div class=\"sh-text-content\">\n                <!-- Breadcrumb -->\n                <nav class=\"sh-crumbs\" aria-label=\"Breadcrumb\">\n                    <a href=\"\/\">\n                        <span class=\"sh-en-inline\">Home<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629<\/span>\n                    <\/a>\n                    <svg class=\"sh-crumb-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"m9 18 6-6-6-6\"><\/path><\/svg>\n                    <a href=\"#\">\n                        <span class=\"sh-en-inline\">Departments<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0623\u0642\u0633\u0627\u0645<\/span>\n                    <\/a>\n                    <svg class=\"sh-crumb-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"m9 18 6-6-6-6\"><\/path><\/svg>\n                    <span class=\"sh-crumb-current\" aria-current=\"page\">\n                        <span class=\"sh-en-inline\">Physiotherapy<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a<\/span>\n                    <\/span>\n                <\/nav>\n\n                <!-- Badge -->\n                <div class=\"sh-badge\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526\"><\/path><circle cx=\"12\" cy=\"8\" r=\"6\"><\/circle><\/svg>\n                    <span class=\"sh-en-inline\">Specialist Physiotherapy \u00b7 Al Mansur, Makkah<\/span>\n                    <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0644\u0645\u062a\u062e\u0635\u0635 \u00b7 \u0627\u0644\u0645\u0646\u0635\u0648\u0631\u060c \u0645\u0643\u0629<\/span>\n                <\/div>\n\n                <!-- H1 + H2 -->\n                <h1 id=\"sh-em-title-main\">\n                    <span class=\"sh-en\">Physiotherapy in Makkah<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0641\u064a \u0645\u0643\u0629 \u0627\u0644\u0645\u0643\u0631\u0645\u0629<\/span>\n                <\/h1>\n                <h2>\n                    <span class=\"sh-en\">Specialist Rehabilitation Care<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0631\u0639\u0627\u064a\u0629 \u0645\u062a\u062e\u0635\u0635\u0629 \u0644\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644<\/span>\n                <\/h2>\n\n                <!-- Description (EN) - EXACTLY AS PROVIDED -->\n                <p class=\"sh-desc sh-en\">\n                    Pain, stiffness, weakness or difficulty moving can make everyday activities harder. Physiotherapy focuses on improving movement, reducing physical limitations and helping patients return to their normal activities as safely as possible.\n                <\/p>\n                <p class=\"sh-desc sh-en\">\n                    At Shefa Multispecialty Hospital in Makkah, physiotherapy care is provided by a specialist physiotherapy professional within a broader hospital environment. Shefa&#8217;s current medical team lists <strong>Specialist Nuran Alnahas<\/strong> as Specialist Physiotherapy.\n                <\/p>\n                <p class=\"sh-desc sh-en\">\n                    Physiotherapy may be useful for people recovering from injuries, managing musculoskeletal problems, rebuilding strength after certain medical procedures or working to improve mobility and physical function.\n                <\/p>\n                <p class=\"sh-desc sh-en\">\n                    The right treatment depends on the patient&#8217;s condition, symptoms, physical ability and rehabilitation goals.\n                <\/p>\n                \n                <!-- Description (AR) - Accurately Translated for Template Compatibility -->\n                <p class=\"sh-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\n                    \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u062c\u0639\u0644 \u0627\u0644\u0623\u0644\u0645 \u0623\u0648 \u0627\u0644\u062a\u064a\u0628\u0633 \u0623\u0648 \u0627\u0644\u0636\u0639\u0641 \u0623\u0648 \u0635\u0639\u0648\u0628\u0629 \u0627\u0644\u062d\u0631\u0643\u0629 \u0627\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u064a\u0648\u0645\u064a\u0629 \u0623\u0643\u062b\u0631 \u0635\u0639\u0648\u0628\u0629. \u064a\u0631\u0643\u0632 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0639\u0644\u0649 \u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u0644\u062d\u062f \u0645\u0646 \u0627\u0644\u0642\u064a\u0648\u062f \u0627\u0644\u0628\u062f\u0646\u064a\u0629 \u0648\u0645\u0633\u0627\u0639\u062f\u0629 \u0627\u0644\u0645\u0631\u0636\u0649 \u0639\u0644\u0649 \u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0623\u0646\u0634\u0637\u062a\u0647\u0645 \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u0629 \u0628\u0623\u0645\u0627\u0646 \u0642\u062f\u0631 \u0627\u0644\u0625\u0645\u0643\u0627\u0646.\n                <\/p>\n                <p class=\"sh-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\n                    \u0641\u064a \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a \u0641\u064a \u0645\u0643\u0629 \u0627\u0644\u0645\u0643\u0631\u0645\u0629\u060c \u064a\u062a\u0645 \u062a\u0642\u062f\u064a\u0645 \u0631\u0639\u0627\u064a\u0629 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0628\u0648\u0627\u0633\u0637\u0629 \u0623\u062e\u0635\u0627\u0626\u064a \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a \u062f\u0627\u062e\u0644 \u0628\u064a\u0626\u0629 \u0645\u0633\u062a\u0634\u0641\u0649 \u0634\u0627\u0645\u0644\u0629. \u064a\u0636\u0645 \u0627\u0644\u0641\u0631\u064a\u0642 \u0627\u0644\u0637\u0628\u064a \u0627\u0644\u062d\u0627\u0644\u064a \u0641\u064a \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 <strong>\u0627\u0644\u0623\u062e\u0635\u0627\u0626\u064a\u0629 \u0646\u0648\u0631\u0627\u0646 \u0627\u0644\u0646\u062d\u0627\u0633<\/strong> \u0643\u0623\u062e\u0635\u0627\u0626\u064a\u0629 \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a.\n                <\/p>\n                <p class=\"sh-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\n                    \u0642\u062f \u064a\u0643\u0648\u0646 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0645\u0641\u064a\u062f\u064b\u0627 \u0644\u0644\u0623\u0634\u062e\u0627\u0635 \u0627\u0644\u0630\u064a\u0646 \u064a\u062a\u0639\u0627\u0641\u0648\u0646 \u0645\u0646 \u0627\u0644\u0625\u0635\u0627\u0628\u0627\u062a\u060c \u0623\u0648 \u064a\u0639\u0627\u0646\u0648\u0646 \u0645\u0646 \u0645\u0634\u0627\u0643\u0644 \u0639\u0636\u0644\u064a\u0629 \u0647\u064a\u0643\u0644\u064a\u0629\u060c \u0623\u0648 \u064a\u0633\u062a\u0639\u064a\u062f\u0648\u0646 \u0642\u0648\u062a\u0647\u0645 \u0628\u0639\u062f \u0625\u062c\u0631\u0627\u0621\u0627\u062a \u0637\u0628\u064a\u0629 \u0645\u0639\u064a\u0646\u0629\u060c \u0623\u0648 \u064a\u0639\u0645\u0644\u0648\u0646 \u0639\u0644\u0649 \u062a\u062d\u0633\u064a\u0646 \u0642\u062f\u0631\u062a\u0647\u0645 \u0639\u0644\u0649 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0648\u0638\u0627\u0626\u0641\u0647\u0645 \u0627\u0644\u0628\u062f\u0646\u064a\u0629.\n                <\/p>\n                <p class=\"sh-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\n                    \u064a\u0639\u062a\u0645\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0645\u0646\u0627\u0633\u0628 \u0639\u0644\u0649 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0631\u064a\u0636 \u0648\u0623\u0639\u0631\u0627\u0636\u0647 \u0648\u0642\u062f\u0631\u062a\u0647 \u0627\u0644\u0628\u062f\u0646\u064a\u0629 \u0648\u0623\u0647\u062f\u0627\u0641 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644.\n                <\/p>\n            <\/div>\n\n            <!-- PART 3: CTA buttons (Order 3 on mobile - Separated from text) -->\n            <div class=\"sh-cta-row\">\n                <a href=\"tel:+966125333555\" class=\"sh-btn sh-btn--primary\" aria-label=\"Call Shefa Hospital\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"><\/path><\/svg>\n                    <span class=\"sh-en-inline\">Call Hospital<\/span>\n                    <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u062a\u0635\u0644 \u0628\u0627\u0644\u0645\u0633\u062a\u0634\u0641\u0649<\/span>\n                <\/a>\n\n                <a href=\"https:\/\/wa.me\/966125333555\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-btn sh-btn--whatsapp\" aria-label=\"Contact Shefa Hospital on WhatsApp\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"currentColor\" viewBox=\"0 0 16 16\" aria-hidden=\"true\"><path d=\"M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.949h.004c4.368 0 7.926-3.559 7.93-7.927a7.843 7.843 0 0 0-2.327-5.596zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.618-4.985c-.199-.1-.179-.199-.496-.362-.07-.034-.14-.07-.21-.106l-.315-.155c-.198-.1-.417-.2-.596-.1-.179.1-.358.3-.478.419-.12.12-.24.279-.358.279-.12 0-.24-.059-.478-.179a4.822 4.822 0 0 1-1.392-1.213 4.417 4.417 0 0 1-.776-1.137c-.1-.199 0-.3.1-.399.07-.07.14-.14.21-.21.05-.05.105-.11.155-.165l.12-.13c.1-.12.1-.24.05-.358-.05-.12-.2-.479-.279-.658-.078-.199-.158-.179-.238-.179h-.08a1.272 1.272 0 0 0-.44.078c-.16.07-.358.179-.517.338-.2.199-.518.518-.518 1.254 0 .736.538 1.453.618 1.553.079.1 1.058 1.613 2.564 2.261.358.15.638.24.858.31.358.115.688.1.948.06.299-.045.917-.375 1.047-.736.13-.36.13-.678.09-.736-.04-.06-.15-.1-.349-.199z\"><\/path><\/svg>\n                    <span class=\"sh-en-inline\">WhatsApp<\/span>\n                    <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0648\u0627\u062a\u0633\u0627\u0628<\/span>\n                <\/a>\n\n                <a href=\"#\" class=\"sh-btn sh-btn--ink\" aria-label=\"Book an Appointment\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                    <span class=\"sh-en-inline\">Book an Appointment<\/span>\n                    <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                <\/a>\n            <\/div>\n\n            <!-- PART 4: Feature cards (Order 4 on mobile) -->\n            <div class=\"sh-feats\">\n                <div class=\"sh-feat\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><path d=\"M22 21v-2a4 4 0 0 0-3-3.87\"><\/path><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path><\/svg>\n                    <span class=\"sh-feat-label\">\n                        <span class=\"sh-en-inline\">Specialist Physiotherapy<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0623\u062e\u0635\u0627\u0626\u064a \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a<\/span>\n                    <\/span>\n                <\/div>\n                <div class=\"sh-feat\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M9 11l3 3L22 4\"\/><path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"\/><\/svg>\n                    <span class=\"sh-feat-label\">\n                        <span class=\"sh-en-inline\">Individual Assessment<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u062a\u0642\u064a\u064a\u0645 \u0641\u0631\u062f\u064a<\/span>\n                    <\/span>\n                <\/div>\n                <div class=\"sh-feat\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\/><\/svg>\n                    <span class=\"sh-feat-label\">\n                        <span class=\"sh-en-inline\">Rehabilitation Support<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u062f\u0639\u0645 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644<\/span>\n                    <\/span>\n                <\/div>\n                <div class=\"sh-feat\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M12 6v4\"><\/path><path d=\"M10 8h4\"><\/path><rect x=\"4\" y=\"3\" width=\"16\" height=\"18\" rx=\"2\"><\/rect><path d=\"M8 21v-5h8v5\"><\/path><\/svg>\n                    <span class=\"sh-feat-label\">\n                        <span class=\"sh-en-inline\">Multispecialty Hospital Care<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0631\u0639\u0627\u064a\u0629 \u0645\u0633\u062a\u0634\u0641\u0649 \u0634\u0627\u0645\u0644\u0629<\/span>\n                    <\/span>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n        <!-- ============ PART 2: Image (Order 2 on mobile) ============ -->\n        <div class=\"sh-media\">\n            <div class=\"sh-glow sh-glow--teal\" aria-hidden=\"true\"><\/div>\n            <div class=\"sh-glow sh-glow--amber\" aria-hidden=\"true\"><\/div>\n\n            <div class=\"hero-img-container\">\n                <picture>\n                    <source srcset=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/09\/Physiotherapy1.webp\" type=\"image\/webp\">\n                    <img src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/09\/Physiotherapy1.webp\" alt=\"Physiotherapy specialist helping a patient with rehabilitation and movement exercises at Shefa Multispecialty Hospital in Makkah.\" loading=\"eager\" fetchpriority=\"high\" decoding=\"async\">\n                <\/picture>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n\n\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n    \/* ==========================================================================\n       SCOPED PHYSIOTHERAPY INTRO STYLES (#sh-physio-intro-v1) - TEXT ONLY\n       100% SSR Compatible | Zero CLS | Pure CSS RTL\/LTR\n       ========================================================================== *\/\n       \n    #sh-physio-intro-v1 {\n        --sh-intro-primary: #243b5a;\n        --sh-intro-accent: #138b86;\n        --sh-intro-text: rgba(36, 59, 90, 0.85);\n        --sh-intro-bg: #ffffff;\n        \n        --sh-font-title-en: \"Playfair Display\", \"Instrument Serif\", serif;\n        --sh-font-body-en: \"Inter\", -apple-system, sans-serif;\n        --sh-font-ar: \"Noto Kufi Arabic\", \"Tajawal\", sans-serif;\n\n        background-color: var(--sh-intro-bg);\n        padding: clamp(4rem, 8vw, 6.25rem) 0;\n        width: 100%;\n        display: block;\n        box-sizing: border-box;\n        overflow: hidden;\n        direction: ltr; \/* Default LTR *\/\n    }\n\n    #sh-physio-intro-v1 *,\n    #sh-physio-intro-v1 *::before,\n    #sh-physio-intro-v1 *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Prevent WP auto-paragraph empty spacing *\/\n    #sh-physio-intro-v1 p:empty, \n    #sh-physio-intro-v1 br { \n        display: none !important; \n    }\n\n    #sh-physio-intro-v1 .sh-container {\n        width: 100%;\n        max-width: 1320px;\n        margin: 0 auto;\n        padding: 0 clamp(1.25rem, 4vw, 2rem);\n    }\n\n    \/* --- Text Area Layout --- *\/\n    #sh-physio-intro-v1 .sh-intro__content-area {\n        text-align: left;\n        max-width: 900px;\n        margin: 0 auto;\n    }\n    html[dir=\"rtl\"] #sh-physio-intro-v1 .sh-intro__content-area {\n        text-align: right;\n    }\n\n    #sh-physio-intro-v1 .sh-intro__kicker-wrap {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.75rem;\n        color: var(--sh-intro-accent);\n        font-weight: 700;\n        font-size: 0.875rem;\n        letter-spacing: 0.05em;\n        text-transform: uppercase;\n        margin-bottom: 1.25rem;\n        font-family: var(--sh-font-body-en);\n    }\n    html[dir=\"rtl\"] #sh-physio-intro-v1 .sh-intro__kicker-wrap {\n        font-family: var(--sh-font-ar);\n    }\n\n    #sh-physio-intro-v1 .sh-intro__line {\n        height: 2px;\n        width: 40px;\n        background-color: var(--sh-intro-accent);\n    }\n\n    #sh-physio-intro-v1 .sh-intro__title {\n        font-size: clamp(2rem, 4vw, 3rem);\n        font-weight: 800;\n        line-height: 1.15;\n        color: var(--sh-intro-primary);\n        margin: 0 0 1.5rem 0;\n    }\n    #sh-physio-intro-v1 .sh-intro__title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-physio-intro-v1 .sh-intro__title .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-intro-v1 .sh-intro__desc {\n        font-size: clamp(1rem, 1.5vw, 1.0625rem);\n        line-height: 1.8;\n        color: var(--sh-intro-text);\n        margin: 0 0 1.25rem 0;\n    }\n    #sh-physio-intro-v1 .sh-intro__desc.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-intro-v1 .sh-intro__desc.sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-intro-v1 .sh-intro__desc strong {\n        font-weight: 700;\n        color: var(--sh-intro-primary);\n    }\n\n    \/* ==========================================================================\n       DUAL LANGUAGE LOGIC (HARD FORCED FOR RTL\/LTR)\n       ========================================================================== *\/\n    #sh-physio-intro-v1 .sh-en { display: block; }\n    #sh-physio-intro-v1 .sh-ar { display: none; }\n    #sh-physio-intro-v1 .sh-en-inline { display: inline-flex; }\n    #sh-physio-intro-v1 .sh-ar-inline { display: none; }\n\n    html[dir=\"rtl\"] #sh-physio-intro-v1 .sh-en,\n    html[lang*=\"ar\"] #sh-physio-intro-v1 .sh-en,\n    body.rtl #sh-physio-intro-v1 .sh-en { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-intro-v1 .sh-ar,\n    html[lang*=\"ar\"] #sh-physio-intro-v1 .sh-ar,\n    body.rtl #sh-physio-intro-v1 .sh-ar { \n        display: block !important; \n    }\n\n    html[dir=\"rtl\"] #sh-physio-intro-v1 .sh-en-inline,\n    html[lang*=\"ar\"] #sh-physio-intro-v1 .sh-en-inline,\n    body.rtl #sh-physio-intro-v1 .sh-en-inline { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-intro-v1 .sh-ar-inline,\n    html[lang*=\"ar\"] #sh-physio-intro-v1 .sh-ar-inline,\n    body.rtl #sh-physio-intro-v1 .sh-ar-inline { \n        display: inline-flex !important; \n    }\n<\/style>\n\n<section id=\"sh-physio-intro-v1\">\n    <div class=\"sh-container\">\n        \n        <!-- Content Area -->\n        <div class=\"sh-intro__content-area\">\n            \n            <!-- Kicker -->\n            <div class=\"sh-intro__kicker-wrap\">\n                <span class=\"sh-intro__line\"><\/span>\n                <span class=\"sh-en-inline\">Physiotherapy Care<\/span>\n                <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0631\u0639\u0627\u064a\u0629 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a<\/span>\n            <\/div>\n            \n            <!-- Title -->\n            <h2 class=\"sh-intro__title\">\n                <span class=\"sh-en\">What Is Physiotherapy?<\/span>\n                <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0645\u0627 \u0647\u0648 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u061f<\/span>\n            <\/h2>\n            \n            <!-- Paragraphs -->\n            <p class=\"sh-intro__desc sh-en\"><strong>Physiotherapy<\/strong> is a healthcare discipline focused on improving movement, physical function and mobility.<\/p>\n            <p class=\"sh-intro__desc sh-ar\" lang=\"ar\" dir=\"rtl\"><strong>\u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a<\/strong> \u0647\u0648 \u062a\u062e\u0635\u0635 \u0631\u0639\u0627\u064a\u0629 \u0635\u062d\u064a\u0629 \u064a\u0631\u0643\u0632 \u0639\u0644\u0649 \u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0628\u062f\u0646\u064a\u0629 \u0648\u0627\u0644\u062a\u0646\u0642\u0644.<\/p>\n            \n            <p class=\"sh-intro__desc sh-en\">A physiotherapist assesses how a person&#8217;s body moves and identifies physical limitations that may be contributing to pain, weakness, stiffness or difficulty performing everyday activities.<\/p>\n            <p class=\"sh-intro__desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u064f\u0642\u064a\u0651\u0645 \u0623\u062e\u0635\u0627\u0626\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0643\u064a\u0641\u064a\u0629 \u062a\u062d\u0631\u0643 \u062c\u0633\u0645 \u0627\u0644\u0634\u062e\u0635 \u0648\u064a\u062d\u062f\u062f \u0627\u0644\u0642\u064a\u0648\u062f \u0627\u0644\u062c\u0633\u062f\u064a\u0629 \u0627\u0644\u062a\u064a \u0642\u062f \u062a\u0633\u0627\u0647\u0645 \u0641\u064a \u0627\u0644\u0623\u0644\u0645 \u0623\u0648 \u0627\u0644\u0636\u0639\u0641 \u0623\u0648 \u0627\u0644\u062a\u0635\u0644\u0628 \u0623\u0648 \u0635\u0639\u0648\u0628\u0629 \u0623\u062f\u0627\u0621 \u0627\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u064a\u0648\u0645\u064a\u0629.<\/p>\n            \n            <p class=\"sh-intro__desc sh-en\">Treatment may involve therapeutic exercises, movement training, stretching, strengthening and other physical rehabilitation techniques depending on the patient&#8217;s condition.<\/p>\n            <p class=\"sh-intro__desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u0642\u062f \u064a\u0634\u0645\u0644 \u0627\u0644\u0639\u0644\u0627\u062c \u062a\u0645\u0627\u0631\u064a\u0646 \u0639\u0644\u0627\u062c\u064a\u0629\u060c \u0648\u062a\u062f\u0631\u064a\u0628 \u0639\u0644\u0649 \u0627\u0644\u062d\u0631\u0643\u0629\u060c \u0648\u0627\u0644\u0625\u0637\u0627\u0644\u0629\u060c \u0648\u0627\u0644\u062a\u0642\u0648\u064a\u0629\u060c \u0648\u063a\u064a\u0631\u0647\u0627 \u0645\u0646 \u062a\u0642\u0646\u064a\u0627\u062a \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0627\u0644\u0628\u062f\u0646\u064a \u0627\u0639\u062a\u0645\u0627\u062f\u0627\u064b \u0639\u0644\u0649 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0631\u064a\u0636.<\/p>\n            \n            <p class=\"sh-intro__desc sh-en\">Physiotherapy is not only for sports injuries. It can be used as part of rehabilitation for a wide range of musculoskeletal and physical-function problems.<\/p>\n            <p class=\"sh-intro__desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0644\u064a\u0633 \u0645\u062e\u0635\u0635\u0627\u064b \u0644\u0644\u0625\u0635\u0627\u0628\u0627\u062a \u0627\u0644\u0631\u064a\u0627\u0636\u064a\u0629 \u0641\u0642\u0637. \u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647 \u0643\u062c\u0632\u0621 \u0645\u0646 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0648\u0627\u0633\u0639\u0629 \u0645\u0646 \u0645\u0634\u0627\u0643\u0644 \u0627\u0644\u0639\u0636\u0644\u0627\u062a \u0648\u0627\u0644\u0639\u0638\u0627\u0645 \u0648\u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0628\u062f\u0646\u064a\u0629.<\/p>\n            \n            <p class=\"sh-intro__desc sh-en\">The goal is not simply to reduce pain. A good rehabilitation plan also considers strength, flexibility, balance, mobility and the patient&#8217;s ability to return to normal activities.<\/p>\n            <p class=\"sh-intro__desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0647\u062f\u0641 \u0644\u064a\u0633 \u0645\u062c\u0631\u062f \u062a\u0642\u0644\u064a\u0644 \u0627\u0644\u0623\u0644\u0645. \u0643\u0645\u0627 \u062a\u0631\u0627\u0639\u064a \u062e\u0637\u0629 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0627\u0644\u062c\u064a\u062f\u0629 \u0627\u0644\u0642\u0648\u0629 \u0648\u0627\u0644\u0645\u0631\u0648\u0646\u0629 \u0648\u0627\u0644\u062a\u0648\u0627\u0632\u0646 \u0648\u0627\u0644\u062a\u0646\u0642\u0644 \u0648\u0642\u062f\u0631\u0629 \u0627\u0644\u0645\u0631\u064a\u0636 \u0639\u0644\u0649 \u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0639\u0627\u062f\u064a\u0629.<\/p>\n            \n        <\/div>\n        \n    <\/div>\n<\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n\/* --- Emergency Section Styles --- *\/\n:root {\n  \/* Fonts ko apni theme ke hisaab se change kar sakte hain *\/\n  --ind-font-en: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  --ind-font-ar: 'Tajawal', 'Cairo', Tahoma, Arial, sans-serif;\n}\n\n.emergency-section {\n  background-color: #f8fafc;\n  padding: 4rem 0;\n  font-family: var(--ind-font-en);\n  box-sizing: border-box;\n}\n\n\/* Jab dir=\"rtl\" hoga tab Arabic font apply hoga *\/\n.emergency-section[dir=\"rtl\"] {\n  font-family: var(--ind-font-ar);\n}\n\n.emergency-container {\n  max-width: 1024px;\n  margin: 0 auto;\n  padding: 0 1.25rem;\n  width: 100%;\n  text-align: start; \/* 'start' automatically handles LTR and RTL *\/\n  box-sizing: border-box;\n}\n\n.emergency-header {\n  max-width: 768px;\n  margin-bottom: 2.5rem;\n}\n\n.emergency-title {\n  font-size: 32px;\n  font-weight: 700;\n  line-height: 1.2;\n  color: #243b5a;\n  margin-top: 0;\n  margin-bottom: 1rem;\n}\n\n.emergency-intro {\n  font-size: 16px;\n  color: #475569;\n  line-height: 1.625;\n  margin: 0;\n}\n\n.emergency-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  column-gap: 2rem;\n  row-gap: 1rem;\n  margin-bottom: 2.5rem;\n}\n\n.emergency-card {\n  display: flex;\n  align-items: flex-start;\n  gap: 0.75rem;\n  padding: 0.75rem;\n  background-color: #ffffff;\n  border-radius: 0.5rem;\n  border: 1px solid #f1f5f9;\n  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n  transition: box-shadow 0.3s ease;\n  box-sizing: border-box;\n}\n\n.emergency-card:hover {\n  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);\n}\n\n.emergency-icon-wrap {\n  background-color: #e0f2f1;\n  color: #0d9488;\n  padding: 0.375rem;\n  border-radius: 50%;\n  flex-shrink: 0;\n  margin-top: 0.125rem;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.emergency-card-text {\n  font-size: 15px;\n  color: #243b5a;\n  font-weight: 500;\n  margin: 0;\n  line-height: 1.4;\n}\n\n.emergency-outro {\n  background-color: #ffffff;\n  padding: 1.5rem;\n  border-radius: 0.75rem;\n  border: 1px solid rgba(226, 232, 240, 0.6);\n  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n  max-width: 768px;\n  display: flex;\n  align-items: flex-start;\n  gap: 1rem;\n  box-sizing: border-box;\n}\n\n.emergency-outro-icon {\n  color: #0d9488;\n  flex-shrink: 0;\n  margin-top: 0.125rem;\n}\n\n.emergency-outro-text {\n  font-size: 15px;\n  color: #334155;\n  font-weight: 500;\n  line-height: 1.625;\n  margin: 0;\n}\n\n\/* Tablet & Desktop Responsiveness *\/\n@media (min-width: 768px) {\n  .emergency-section { padding: 6rem 0; }\n  .emergency-title { font-size: 42px; }\n  .emergency-intro { font-size: 18px; }\n  .emergency-grid { grid-template-columns: repeat(2, 1fr); }\n  .emergency-card-text { font-size: 16px; }\n  .emergency-outro-text { font-size: 16px; }\n}\n\n@media (min-width: 1024px) {\n  .emergency-container { padding: 0 2rem; }\n}\n<\/style>\n\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n    \/* ==========================================================================\n       SCOPED PHYSIOTHERAPY INDICATIONS STYLES (#sh-physio-indications-v1)\n       100% SSR Compatible | Zero CLS | Pure CSS RTL\/LTR\n       ========================================================================== *\/\n       \n    #sh-physio-indications-v1 {\n        --sh-ind-primary: #243b5a;\n        --sh-ind-accent: #0d9488;\n        --sh-ind-accent-light: #e0f2f1;\n        --sh-ind-text: #475569;\n        --sh-ind-bg: #f8fafc;\n        --sh-ind-card-bg: #ffffff;\n        --sh-ind-border: rgba(226, 232, 240, 0.8);\n        \n        --sh-font-en: \"Inter\", -apple-system, sans-serif;\n        --sh-font-ar: \"Tajawal\", \"Cairo\", sans-serif;\n        --sh-font-title-en: \"Playfair Display\", \"Instrument Serif\", serif;\n\n        background-color: var(--sh-ind-bg);\n        padding: clamp(3rem, 6vw, 5rem) 0;\n        width: 100%;\n        display: block;\n        box-sizing: border-box;\n        direction: ltr; \/* Default LTR *\/\n    }\n\n    #sh-physio-indications-v1 *,\n    #sh-physio-indications-v1 *::before,\n    #sh-physio-indications-v1 *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Prevent WP auto-paragraph empty spacing *\/\n    #sh-physio-indications-v1 p:empty, \n    #sh-physio-indications-v1 br { \n        display: none !important; \n    }\n\n    #sh-physio-indications-v1 .sh-container {\n        width: 100%;\n        max-width: 1024px;\n        margin: 0 auto;\n        padding: 0 clamp(1.25rem, 4vw, 2rem);\n    }\n\n    \/* --- RTL Layout Fixes --- *\/\n    html[dir=\"rtl\"] #sh-physio-indications-v1 {\n        direction: rtl;\n        text-align: right;\n    }\n\n    \/* --- Header Area --- *\/\n    #sh-physio-indications-v1 .sh-indications__header {\n        max-width: 768px;\n        margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n\n    #sh-physio-indications-v1 .sh-indications__title {\n        font-size: clamp(1.75rem, 3.5vw, 2.5rem);\n        font-weight: 800;\n        line-height: 1.2;\n        color: var(--sh-ind-primary);\n        margin: 0 0 1rem 0;\n    }\n    #sh-physio-indications-v1 .sh-indications__title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-physio-indications-v1 .sh-indications__title .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-indications-v1 .sh-indications__intro {\n        font-size: clamp(1rem, 1.5vw, 1.125rem);\n        color: var(--sh-ind-text);\n        line-height: 1.7;\n        margin: 0 0 0.5rem 0;\n    }\n    #sh-physio-indications-v1 .sh-indications__intro.sh-en { font-family: var(--sh-font-en); }\n    #sh-physio-indications-v1 .sh-indications__intro.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Grid Layout --- *\/\n    #sh-physio-indications-v1 .sh-indications__grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: clamp(1.5rem, 3vw, 2rem);\n        margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n    @media (min-width: 768px) {\n        #sh-physio-indications-v1 .sh-indications__grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n\n    \/* --- Cards --- *\/\n    #sh-physio-indications-v1 .sh-indications__card {\n        display: flex;\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 1rem;\n        padding: clamp(1.25rem, 2vw, 1.75rem);\n        background-color: var(--sh-ind-card-bg);\n        border-radius: 0.75rem;\n        border: 1px solid var(--sh-ind-border);\n        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    #sh-physio-indications-v1 .sh-indications__card:hover {\n        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025);\n        transform: translateY(-3px);\n        border-color: rgba(13, 148, 136, 0.2);\n    }\n\n    #sh-physio-indications-v1 .sh-indications__card-header {\n        display: flex;\n        align-items: center;\n        gap: 0.875rem;\n        width: 100%;\n    }\n\n    #sh-physio-indications-v1 .sh-indications__icon-wrap {\n        background-color: var(--sh-ind-accent-light);\n        color: var(--sh-ind-accent);\n        width: 2.25rem;\n        height: 2.25rem;\n        border-radius: 50%;\n        flex-shrink: 0;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n    #sh-physio-indications-v1 .sh-indications__icon-wrap svg {\n        width: 1.125rem;\n        height: 1.125rem;\n    }\n\n    #sh-physio-indications-v1 .sh-indications__card-title {\n        font-size: clamp(1rem, 1.2vw, 1.125rem);\n        color: var(--sh-ind-primary);\n        font-weight: 700;\n        margin: 0;\n        line-height: 1.4;\n    }\n    #sh-physio-indications-v1 .sh-indications__card-title.sh-en { font-family: var(--sh-font-en); }\n    #sh-physio-indications-v1 .sh-indications__card-title.sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-indications-v1 .sh-indications__card-desc {\n        font-size: clamp(0.9375rem, 1vw, 1rem);\n        color: var(--sh-ind-text);\n        margin: 0;\n        line-height: 1.6;\n    }\n    #sh-physio-indications-v1 .sh-indications__card-desc.sh-en { font-family: var(--sh-font-en); }\n    #sh-physio-indications-v1 .sh-indications__card-desc.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* ==========================================================================\n       DUAL LANGUAGE LOGIC (HARD FORCED FOR RTL\/LTR)\n       ========================================================================== *\/\n    #sh-physio-indications-v1 .sh-en { display: block; }\n    #sh-physio-indications-v1 .sh-ar { display: none; }\n    #sh-physio-indications-v1 .sh-en-inline { display: inline-flex; }\n    #sh-physio-indications-v1 .sh-ar-inline { display: none; }\n\n    html[dir=\"rtl\"] #sh-physio-indications-v1 .sh-en,\n    html[lang*=\"ar\"] #sh-physio-indications-v1 .sh-en,\n    body.rtl #sh-physio-indications-v1 .sh-en { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-indications-v1 .sh-ar,\n    html[lang*=\"ar\"] #sh-physio-indications-v1 .sh-ar,\n    body.rtl #sh-physio-indications-v1 .sh-ar { \n        display: block !important; \n    }\n\n    html[dir=\"rtl\"] #sh-physio-indications-v1 .sh-en-inline,\n    html[lang*=\"ar\"] #sh-physio-indications-v1 .sh-en-inline,\n    body.rtl #sh-physio-indications-v1 .sh-en-inline { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-indications-v1 .sh-ar-inline,\n    html[lang*=\"ar\"] #sh-physio-indications-v1 .sh-ar-inline,\n    body.rtl #sh-physio-indications-v1 .sh-ar-inline { \n        display: inline-flex !important; \n    }\n<\/style>\n\n<section id=\"sh-physio-indications-v1\">\n    <div class=\"sh-container\">\n        \n        <!-- Header -->\n        <div class=\"sh-indications__header\">\n            <h2 class=\"sh-indications__title\">\n                <span class=\"sh-en\">When Should You See a Physiotherapist?<\/span>\n                <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0645\u062a\u0649 \u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0645\u0631\u0627\u062c\u0639\u0629 \u0623\u062e\u0635\u0627\u0626\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u061f<\/span>\n            <\/h2>\n            <p class=\"sh-indications__intro sh-en\">\n                You may benefit from physiotherapy when pain, stiffness, weakness or reduced mobility is affecting your daily activities.\n            <\/p>\n            <p class=\"sh-indications__intro sh-ar\" lang=\"ar\" dir=\"rtl\">\n                \u0642\u062f \u062a\u0633\u062a\u0641\u064a\u062f \u0645\u0646 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0639\u0646\u062f\u0645\u0627 \u064a\u0624\u062b\u0631 \u0627\u0644\u0623\u0644\u0645 \u0623\u0648 \u0627\u0644\u062a\u0635\u0644\u0628 \u0623\u0648 \u0627\u0644\u0636\u0639\u0641 \u0623\u0648 \u0642\u0644\u0651\u0629 \u0627\u0644\u062d\u0631\u0643\u0629 \u0639\u0644\u0649 \u0623\u0646\u0634\u0637\u062a\u0643 \u0627\u0644\u064a\u0648\u0645\u064a\u0629.\n            <\/p>\n            <p class=\"sh-indications__intro sh-en\">\n                Common reasons to seek physiotherapy include:\n            <\/p>\n            <p class=\"sh-indications__intro sh-ar\" lang=\"ar\" dir=\"rtl\">\n                \u062a\u0634\u0645\u0644 \u0627\u0644\u0623\u0633\u0628\u0627\u0628 \u0627\u0644\u0634\u0627\u0626\u0639\u0629 \u0644\u0637\u0644\u0628 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0645\u0627 \u064a\u0644\u064a:\n            <\/p>\n        <\/div>\n\n        <!-- Grid Items -->\n        <div class=\"sh-indications__grid\">\n            \n            <!-- Item 1 -->\n            <div class=\"sh-indications__card\">\n                <div class=\"sh-indications__card-header\">\n                    <div class=\"sh-indications__icon-wrap\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                    <\/div>\n                    <h3 class=\"sh-indications__card-title sh-en\">Back Pain<\/h3>\n                    <h3 class=\"sh-indications__card-title sh-ar\" lang=\"ar\" dir=\"rtl\">\u0623\u0644\u0645 \u0627\u0644\u0638\u0647\u0631<\/h3>\n                <\/div>\n                <p class=\"sh-indications__card-desc sh-en\">Physiotherapy may help patients manage certain types of back pain by addressing movement, strength, flexibility and physical function.<\/p>\n                <p class=\"sh-indications__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u0642\u062f \u064a\u0633\u0627\u0639\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0644\u0645\u0631\u0636\u0649 \u0639\u0644\u0649 \u0625\u062f\u0627\u0631\u0629 \u0623\u0646\u0648\u0627\u0639 \u0645\u0639\u064a\u0646\u0629 \u0645\u0646 \u0623\u0644\u0645 \u0627\u0644\u0638\u0647\u0631 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u0644\u0642\u0648\u0629 \u0648\u0627\u0644\u0645\u0631\u0648\u0646\u0629 \u0648\u0627\u0644\u0648\u0638\u064a\u0641\u0629 \u0627\u0644\u0628\u062f\u0646\u064a\u0629.<\/p>\n            <\/div>\n            \n            <!-- Item 2 -->\n            <div class=\"sh-indications__card\">\n                <div class=\"sh-indications__card-header\">\n                    <div class=\"sh-indications__icon-wrap\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                    <\/div>\n                    <h3 class=\"sh-indications__card-title sh-en\">Neck Pain<\/h3>\n                    <h3 class=\"sh-indications__card-title sh-ar\" lang=\"ar\" dir=\"rtl\">\u0623\u0644\u0645 \u0627\u0644\u0631\u0642\u0628\u0629<\/h3>\n                <\/div>\n                <p class=\"sh-indications__card-desc sh-en\">Neck pain and stiffness can affect movement, work and daily activities. Physiotherapy can assess movement and develop an appropriate rehabilitation approach.<\/p>\n                <p class=\"sh-indications__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0624\u062b\u0631 \u0623\u0644\u0645 \u0627\u0644\u0631\u0642\u0628\u0629 \u0648\u062a\u0635\u0644\u0628\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u0644\u0639\u0645\u0644 \u0648\u0627\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u064a\u0648\u0645\u064a\u0629. \u064a\u0645\u0643\u0646 \u0644\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u062a\u0637\u0648\u064a\u0631 \u0646\u0647\u062c \u062a\u0623\u0647\u064a\u0644\u064a \u0645\u0646\u0627\u0633\u0628.<\/p>\n            <\/div>\n            \n            <!-- Item 3 -->\n            <div class=\"sh-indications__card\">\n                <div class=\"sh-indications__card-header\">\n                    <div class=\"sh-indications__icon-wrap\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                    <\/div>\n                    <h3 class=\"sh-indications__card-title sh-en\">Joint Pain and Stiffness<\/h3>\n                    <h3 class=\"sh-indications__card-title sh-ar\" lang=\"ar\" dir=\"rtl\">\u0623\u0644\u0645 \u0648\u062a\u0635\u0644\u0628 \u0627\u0644\u0645\u0641\u0627\u0635\u0644<\/h3>\n                <\/div>\n                <p class=\"sh-indications__card-desc sh-en\">Problems affecting the knees, shoulders, hips, ankles or other joints may reduce mobility and physical function.<\/p>\n                <p class=\"sh-indications__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u0642\u062f \u062a\u0624\u062f\u064a \u0627\u0644\u0645\u0634\u0627\u0643\u0644 \u0627\u0644\u062a\u064a \u062a\u0624\u062b\u0631 \u0639\u0644\u0649 \u0627\u0644\u0631\u0643\u0628\u062a\u064a\u0646 \u0623\u0648 \u0627\u0644\u0643\u062a\u0641\u064a\u0646 \u0623\u0648 \u0627\u0644\u0648\u0631\u0643\u064a\u0646 \u0623\u0648 \u0627\u0644\u0643\u0627\u062d\u0644\u064a\u0646 \u0623\u0648 \u0627\u0644\u0645\u0641\u0627\u0635\u0644 \u0627\u0644\u0623\u062e\u0631\u0649 \u0625\u0644\u0649 \u062a\u0642\u0644\u064a\u0644 \u0627\u0644\u0642\u062f\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u0644\u0648\u0638\u064a\u0641\u0629 \u0627\u0644\u0628\u062f\u0646\u064a\u0629.<\/p>\n            <\/div>\n            \n            <!-- Item 4 -->\n            <div class=\"sh-indications__card\">\n                <div class=\"sh-indications__card-header\">\n                    <div class=\"sh-indications__icon-wrap\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                    <\/div>\n                    <h3 class=\"sh-indications__card-title sh-en\">Sports Injuries<\/h3>\n                    <h3 class=\"sh-indications__card-title sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0625\u0635\u0627\u0628\u0627\u062a \u0627\u0644\u0631\u064a\u0627\u0636\u064a\u0629<\/h3>\n                <\/div>\n                <p class=\"sh-indications__card-desc sh-en\">Physiotherapy can form part of rehabilitation after certain sports injuries, helping patients gradually rebuild movement, strength and physical capacity.<\/p>\n                <p class=\"sh-indications__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0634\u0643\u0644 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u062c\u0632\u0621\u0627\u064b \u0645\u0646 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0628\u0639\u062f \u0628\u0639\u0636 \u0627\u0644\u0625\u0635\u0627\u0628\u0627\u062a \u0627\u0644\u0631\u064a\u0627\u0636\u064a\u0629\u060c \u0645\u0645\u0627 \u064a\u0633\u0627\u0639\u062f \u0627\u0644\u0645\u0631\u0636\u0649 \u0639\u0644\u0649 \u0625\u0639\u0627\u062f\u0629 \u0628\u0646\u0627\u0621 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u0644\u0642\u0648\u0629 \u0648\u0627\u0644\u0642\u062f\u0631\u0629 \u0627\u0644\u0628\u062f\u0646\u064a\u0629 \u062a\u062f\u0631\u064a\u062c\u064a\u0627\u064b.<\/p>\n            <\/div>\n            \n            <!-- Item 5 -->\n            <div class=\"sh-indications__card\">\n                <div class=\"sh-indications__card-header\">\n                    <div class=\"sh-indications__icon-wrap\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                    <\/div>\n                    <h3 class=\"sh-indications__card-title sh-en\">Muscle Weakness<\/h3>\n                    <h3 class=\"sh-indications__card-title sh-ar\" lang=\"ar\" dir=\"rtl\">\u0636\u0639\u0641 \u0627\u0644\u0639\u0636\u0644\u0627\u062a<\/h3>\n                <\/div>\n                <p class=\"sh-indications__card-desc sh-en\">Weakness after injury, illness, prolonged inactivity or certain medical conditions may affect mobility and independence.<\/p>\n                <p class=\"sh-indications__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u0642\u062f \u064a\u0624\u062b\u0631 \u0627\u0644\u0636\u0639\u0641 \u0628\u0639\u062f \u0627\u0644\u0625\u0635\u0627\u0628\u0629 \u0623\u0648 \u0627\u0644\u0645\u0631\u0636 \u0623\u0648 \u062e\u0645\u0648\u0644 \u0627\u0644\u062d\u0631\u0643\u0629 \u0644\u0641\u062a\u0631\u0627\u062a \u0637\u0648\u064a\u0644\u0629 \u0623\u0648 \u0628\u0639\u0636 \u0627\u0644\u062d\u0627\u0644\u0627\u062a \u0627\u0644\u0637\u0628\u064a\u0629 \u0639\u0644\u0649 \u0627\u0644\u0642\u062f\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u0644\u0627\u0633\u062a\u0642\u0644\u0627\u0644\u064a\u0629.<\/p>\n            <\/div>\n            \n            <!-- Item 6 -->\n            <div class=\"sh-indications__card\">\n                <div class=\"sh-indications__card-header\">\n                    <div class=\"sh-indications__icon-wrap\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                    <\/div>\n                    <h3 class=\"sh-indications__card-title sh-en\">Recovery After Surgery<\/h3>\n                    <h3 class=\"sh-indications__card-title sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u062a\u0639\u0627\u0641\u064a \u0628\u0639\u062f \u0627\u0644\u062c\u0631\u0627\u062d\u0629<\/h3>\n                <\/div>\n                <p class=\"sh-indications__card-desc sh-en\">Some patients require physiotherapy following surgery to regain movement, strength and function. The timing and type of rehabilitation depend on the procedure and the treating doctor&#8217;s recommendations.<\/p>\n                <p class=\"sh-indications__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u062d\u062a\u0627\u062c \u0628\u0639\u0636 \u0627\u0644\u0645\u0631\u0636\u0649 \u0625\u0644\u0649 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0628\u0639\u062f \u0627\u0644\u062c\u0631\u0627\u062d\u0629 \u0644\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u0644\u0642\u0648\u0629 \u0648\u0627\u0644\u0648\u0638\u064a\u0641\u0629. \u064a\u0639\u062a\u0645\u062f \u062a\u0648\u0642\u064a\u062a \u0648\u0646\u0648\u0639 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0639\u0644\u0649 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 \u0648\u062a\u0648\u0635\u064a\u0627\u062a \u0627\u0644\u0637\u0628\u064a\u0628 \u0627\u0644\u0645\u0639\u0627\u0644\u062c.<\/p>\n            <\/div>\n            \n            <!-- Item 7 -->\n            <div class=\"sh-indications__card\">\n                <div class=\"sh-indications__card-header\">\n                    <div class=\"sh-indications__icon-wrap\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                    <\/div>\n                    <h3 class=\"sh-indications__card-title sh-en\">Difficulty Walking or Moving<\/h3>\n                    <h3 class=\"sh-indications__card-title sh-ar\" lang=\"ar\" dir=\"rtl\">\u0635\u0639\u0648\u0628\u0629 \u0627\u0644\u0645\u0634\u064a \u0623\u0648 \u0627\u0644\u062d\u0631\u0643\u0629<\/h3>\n                <\/div>\n                <p class=\"sh-indications__card-desc sh-en\">Problems with balance, mobility or movement can affect independence and quality of life. Physiotherapy may help improve physical function when appropriate.<\/p>\n                <p class=\"sh-indications__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u0645\u0643\u0646 \u0623\u0646 \u062a\u0624\u062b\u0631 \u0645\u0634\u0627\u0643\u0644 \u0627\u0644\u062a\u0648\u0627\u0632\u0646 \u0623\u0648 \u0627\u0644\u062a\u0646\u0642\u0644 \u0623\u0648 \u0627\u0644\u062d\u0631\u0643\u0629 \u0639\u0644\u0649 \u0627\u0644\u0627\u0633\u062a\u0642\u0644\u0627\u0644\u064a\u0629 \u0648\u062c\u0648\u062f\u0629 \u0627\u0644\u062d\u064a\u0627\u0629. \u0642\u062f \u064a\u0633\u0627\u0639\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0641\u064a \u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u0648\u0638\u064a\u0641\u0629 \u0627\u0644\u0628\u062f\u0646\u064a\u0629 \u0639\u0646\u062f \u0627\u0644\u0627\u0642\u062a\u0636\u0627\u0621.<\/p>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/section>\n\n\n\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n    \/* ==========================================================================\n       SCOPED PHYSIOTHERAPY CONDITIONS STYLES (#sh-physio-conditions-v1) - PREMIUM\n       100% SSR Compatible | Zero CLS | Pure CSS RTL\/LTR | Senior Dev Review\n       ========================================================================== *\/\n\n    #sh-physio-conditions-v1 {\n        --sh-nc-primary: #243b5a;\n        --sh-nc-accent: #138b86;\n        --sh-nc-accent-light: #e6f4f3;\n        --sh-nc-text-muted: #64748b;\n        --sh-nc-bg: #ffffff;\n        --sh-nc-card-bg: #f8fafc;\n        --sh-nc-border: rgba(226, 232, 240, 0.8);\n\n        --sh-font-title-en: \"Playfair Display\", \"Instrument Serif\", serif;\n        --sh-font-body-en: \"Inter\", -apple-system, sans-serif;\n        --sh-font-ar: \"Noto Kufi Arabic\", \"Tajawal\", sans-serif;\n\n        background-color: var(--sh-nc-bg);\n        padding: clamp(4rem, 8vw, 6.5rem) 0;\n        width: 100%;\n        display: block;\n        box-sizing: border-box;\n        overflow: hidden;\n        direction: ltr; \/* Default LTR *\/\n    }\n\n    #sh-physio-conditions-v1 *,\n    #sh-physio-conditions-v1 *::before,\n    #sh-physio-conditions-v1 *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Prevent WP auto-paragraph empty spacing *\/\n    #sh-physio-conditions-v1 p:empty, \n    #sh-physio-conditions-v1 br { \n        display: none !important; \n    }\n\n    #sh-physio-conditions-v1 .sh-container {\n        width: 100%;\n        max-width: 1040px; \/* Enhanced max-width for comfortable grid balance *\/\n        margin: 0 auto;\n        padding: 0 clamp(1.25rem, 4vw, 2rem);\n        position: relative;\n        z-index: 10;\n    }\n\n    \/* --- RTL Layout Fixes --- *\/\n    html[dir=\"rtl\"] #sh-physio-conditions-v1 {\n        direction: rtl;\n        text-align: right;\n    }\n\n    \/* --- Content Area --- *\/\n    #sh-physio-conditions-v1 .sh-conditions__content-col {\n        text-align: left;\n        display: flex;\n        flex-direction: column;\n    }\n    html[dir=\"rtl\"] #sh-physio-conditions-v1 .sh-conditions__content-col {\n        text-align: right;\n    }\n\n    #sh-physio-conditions-v1 .sh-conditions__kicker {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.75rem;\n        color: var(--sh-nc-accent);\n        font-weight: 700;\n        font-size: 0.875rem;\n        letter-spacing: 0.05em;\n        text-transform: uppercase;\n        margin-bottom: 1.25rem;\n    }\n    #sh-physio-conditions-v1 .sh-conditions__kicker-line {\n        height: 2px;\n        width: 2rem;\n        background-color: var(--sh-nc-accent);\n    }\n\n    #sh-physio-conditions-v1 .sh-conditions__title {\n        font-size: clamp(2rem, 4vw, 3rem);\n        font-weight: 800;\n        line-height: 1.15;\n        color: var(--sh-nc-primary);\n        margin: 0 0 1.25rem 0;\n    }\n    #sh-physio-conditions-v1 .sh-conditions__title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-physio-conditions-v1 .sh-conditions__title .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-conditions-v1 .sh-conditions__desc-1 {\n        color: var(--sh-nc-text-muted);\n        font-size: clamp(1rem, 1.5vw, 1.125rem);\n        line-height: 1.7;\n        margin: 0 0 0.5rem 0;\n    }\n    #sh-physio-conditions-v1 .sh-conditions__desc-1.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-conditions-v1 .sh-conditions__desc-1.sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-conditions-v1 .sh-conditions__desc-2 {\n        color: var(--sh-nc-primary);\n        font-size: clamp(1rem, 1.5vw, 1.0625rem);\n        font-weight: 700;\n        line-height: 1.6;\n        margin: 0 0 2rem 0;\n    }\n    #sh-physio-conditions-v1 .sh-conditions__desc-2.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-conditions-v1 .sh-conditions__desc-2.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Conditions List Grid --- *\/\n    #sh-physio-conditions-v1 .sh-conditions__grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 1.125rem;\n    }\n    @media (min-width: 640px) {\n        #sh-physio-conditions-v1 .sh-conditions__grid { grid-template-columns: repeat(2, 1fr); }\n    }\n\n    \/* --- Premium Item Cards --- *\/\n    #sh-physio-conditions-v1 .sh-conditions__item {\n        display: flex;\n        align-items: center;\n        gap: 1.125rem;\n        background-color: var(--sh-nc-card-bg);\n        padding: clamp(1rem, 1.5vw, 1.25rem);\n        border-radius: 0.875rem;\n        border: 1px solid var(--sh-nc-border);\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.015);\n        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n    #sh-physio-conditions-v1 .sh-conditions__item:hover { \n        background-color: #ffffff;\n        border-color: rgba(19, 139, 134, 0.35);\n        transform: translateY(-3px);\n        box-shadow: 0 12px 24px -6px rgba(19, 139, 134, 0.12), 0 4px 6px -2px rgba(0, 0, 0, 0.03);\n    }\n\n    \/* --- Medium-Large Premium Icon Container --- *\/\n    #sh-physio-conditions-v1 .sh-conditions__icon {\n        flex-shrink: 0;\n        width: 2.75rem;  \/* Medium-Large 44px *\/\n        height: 2.75rem; \/* Medium-Large 44px *\/\n        border-radius: 0.625rem;\n        background: linear-gradient(135deg, rgba(19, 139, 134, 0.12) 0%, rgba(19, 139, 134, 0.04) 100%);\n        border: 1px solid rgba(19, 139, 134, 0.18);\n        color: var(--sh-nc-accent);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    #sh-physio-conditions-v1 .sh-conditions__item:hover .sh-conditions__icon {\n        background: var(--sh-nc-accent);\n        color: #ffffff;\n        border-color: var(--sh-nc-accent);\n        transform: scale(1.06);\n    }\n\n    #sh-physio-conditions-v1 .sh-conditions__icon svg { \n        width: 22px;  \/* Enlarged vector stroke *\/\n        height: 22px; \n    }\n\n    #sh-physio-conditions-v1 .sh-conditions__text {\n        font-size: clamp(0.9375rem, 1.2vw, 1rem);\n        font-weight: 600;\n        color: var(--sh-nc-primary);\n        margin: 0;\n        line-height: 1.4;\n    }\n    #sh-physio-conditions-v1 .sh-conditions__text .sh-en-inline { font-family: var(--sh-font-body-en); }\n    #sh-physio-conditions-v1 .sh-conditions__text .sh-ar-inline { font-family: var(--sh-font-ar); }\n\n    #sh-physio-conditions-v1 .sh-conditions__outro {\n        margin-top: 2.5rem;\n        font-size: clamp(0.9375rem, 1.5vw, 1rem);\n        font-weight: 700;\n        color: var(--sh-nc-accent);\n        line-height: 1.7;\n    }\n    #sh-physio-conditions-v1 .sh-conditions__outro.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-conditions-v1 .sh-conditions__outro.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* ==========================================================================\n       DUAL LANGUAGE LOGIC (HARD FORCED FOR RTL\/LTR)\n       ========================================================================== *\/\n    #sh-physio-conditions-v1 .sh-en { display: block; }\n    #sh-physio-conditions-v1 .sh-ar { display: none; }\n    #sh-physio-conditions-v1 .sh-en-inline { display: inline-flex; }\n    #sh-physio-conditions-v1 .sh-ar-inline { display: none; }\n\n    html[dir=\"rtl\"] #sh-physio-conditions-v1 .sh-en,\n    html[lang*=\"ar\"] #sh-physio-conditions-v1 .sh-en,\n    body.rtl #sh-physio-conditions-v1 .sh-en { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-conditions-v1 .sh-ar,\n    html[lang*=\"ar\"] #sh-physio-conditions-v1 .sh-ar,\n    body.rtl #sh-physio-conditions-v1 .sh-ar { \n        display: block !important; \n    }\n\n    html[dir=\"rtl\"] #sh-physio-conditions-v1 .sh-en-inline,\n    html[lang*=\"ar\"] #sh-physio-conditions-v1 .sh-en-inline,\n    body.rtl #sh-physio-conditions-v1 .sh-en-inline { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-conditions-v1 .sh-ar-inline,\n    html[lang*=\"ar\"] #sh-physio-conditions-v1 .sh-ar-inline,\n    body.rtl #sh-physio-conditions-v1 .sh-ar-inline { \n        display: inline-flex !important; \n    }\n\n    \/* --- Animations --- *\/\n    @keyframes shFadeInUp {\n        from { opacity: 0; transform: translateY(30px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n    \n    @media (prefers-reduced-motion: no-preference) {\n        #sh-physio-conditions-v1 .sh-conditions__content-col {\n            opacity: 0;\n            animation: shFadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n        }\n    }\n    @media (prefers-reduced-motion: reduce) {\n        #sh-physio-conditions-v1 .sh-conditions__content-col {\n            opacity: 1;\n        }\n    }\n<\/style>\n\n<section id=\"sh-physio-conditions-v1\">\n    <div class=\"sh-container\">\n        \n        <!-- Content Area -->\n        <div class=\"sh-conditions__content-col\">\n            \n            <!-- Header Texts -->\n            <div class=\"sh-conditions__kicker\">\n                <span class=\"sh-conditions__kicker-line\"><\/span>\n                <span class=\"sh-en-inline\">Physiotherapy Care<\/span>\n                <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0631\u0639\u0627\u064a\u0629 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a<\/span>\n            <\/div>\n            \n            <h2 class=\"sh-conditions__title\">\n                <span class=\"sh-en\">Conditions That May Benefit From Physiotherapy<\/span>\n                <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u062d\u0627\u0644\u0627\u062a \u0627\u0644\u062a\u064a \u0642\u062f \u062a\u0633\u062a\u0641\u064a\u062f \u0645\u0646 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a<\/span>\n            <\/h2>\n            \n            <p class=\"sh-conditions__desc-1 sh-en\">Physiotherapy can be used as part of rehabilitation for different conditions.<\/p>\n            <p class=\"sh-conditions__desc-1 sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0643\u062c\u0632\u0621 \u0645\u0646 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0644\u0644\u062d\u0627\u0644\u0627\u062a \u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629.<\/p>\n            \n            <p class=\"sh-conditions__desc-2 sh-en\">Depending on the patient&#8217;s assessment, physiotherapy may be considered for:<\/p>\n            <p class=\"sh-conditions__desc-2 sh-ar\" lang=\"ar\" dir=\"rtl\">\u0628\u0646\u0627\u0621\u064b \u0639\u0644\u0649 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0631\u064a\u0636\u060c \u0642\u062f \u064a\u062a\u0645 \u0627\u0644\u0646\u0638\u0631 \u0641\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0644\u0640:<\/p>\n            \n            <!-- 15 Condition Items Grid with Contextual Premium Icons -->\n            <div class=\"sh-conditions__grid\">\n                \n                <!-- Item 1: Back and lower back pain (Spine Icon) -->\n                <div class=\"sh-conditions__item\">\n                    <span class=\"sh-conditions__icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M12 2v20M8 6h8M7 12h10M8 18h8\"\/><\/svg>\n                    <\/span>\n                    <span class=\"sh-conditions__text\">\n                        <span class=\"sh-en-inline\">Back and lower back pain<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0622\u0644\u0627\u0645 \u0627\u0644\u0638\u0647\u0631 \u0648\u0623\u0633\u0641\u0644 \u0627\u0644\u0638\u0647\u0631<\/span>\n                    <\/span>\n                <\/div>\n                \n                <!-- Item 2: Neck pain (Spine Upper \/ Neck Focus Icon) -->\n                <div class=\"sh-conditions__item\">\n                    <span class=\"sh-conditions__icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"7\" r=\"4\"\/><path d=\"M6 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2\"\/><path d=\"M12 11v4\"\/><\/svg>\n                    <\/span>\n                    <span class=\"sh-conditions__text\">\n                        <span class=\"sh-en-inline\">Neck pain<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0622\u0644\u0627\u0645 \u0627\u0644\u0631\u0642\u0628\u0629<\/span>\n                    <\/span>\n                <\/div>\n                \n                <!-- Item 3: Shoulder problems (Shoulder Joint Icon) -->\n                <div class=\"sh-conditions__item\">\n                    <span class=\"sh-conditions__icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 20V10a4 4 0 0 0-4-4H4\"\/><circle cx=\"18\" cy=\"20\" r=\"1.5\"\/><circle cx=\"14\" cy=\"6\" r=\"2.5\"\/><\/svg>\n                    <\/span>\n                    <span class=\"sh-conditions__text\">\n                        <span class=\"sh-en-inline\">Shoulder problems<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0645\u0634\u0627\u0643\u0644 \u0627\u0644\u0643\u062a\u0641<\/span>\n                    <\/span>\n                <\/div>\n                \n                <!-- Item 4: Knee pain (Knee Joint Icon) -->\n                <div class=\"sh-conditions__item\">\n                    <span class=\"sh-conditions__icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M12 2v7M12 15v7\"\/><circle cx=\"12\" cy=\"12\" r=\"3\"\/><path d=\"M7 12h10\"\/><\/svg>\n                    <\/span>\n                    <span class=\"sh-conditions__text\">\n                        <span class=\"sh-en-inline\">Knee pain<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0622\u0644\u0627\u0645 \u0627\u0644\u0631\u0643\u0628\u0629<\/span>\n                    <\/span>\n                <\/div>\n                \n                <!-- Item 5: Hip problems (Hip\/Pelvis Joint Icon) -->\n                <div class=\"sh-conditions__item\">\n                    <span class=\"sh-conditions__icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M4 5h16l-2 7H6L4 5z\"\/><path d=\"M12 12v9\"\/><path d=\"M7 21l5-9 5 9\"\/><\/svg>\n                    <\/span>\n                    <span class=\"sh-conditions__text\">\n                        <span class=\"sh-en-inline\">Hip problems<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0645\u0634\u0627\u0643\u0644 \u0627\u0644\u0648\u0631\u0643<\/span>\n                    <\/span>\n                <\/div>\n                \n                <!-- Item 6: Joint stiffness (Bone \/ Link Icon) -->\n                <div class=\"sh-conditions__item\">\n                    <span class=\"sh-conditions__icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M9 12h6M12 9v6\"\/><circle cx=\"6\" cy=\"12\" r=\"3\"\/><circle cx=\"18\" cy=\"12\" r=\"3\"\/><\/svg>\n                    <\/span>\n                    <span class=\"sh-conditions__text\">\n                        <span class=\"sh-en-inline\">Joint stiffness<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u062a\u0635\u0644\u0628 \u0627\u0644\u0645\u0641\u0627\u0635\u0644<\/span>\n                    <\/span>\n                <\/div>\n                \n                <!-- Item 7: Muscle injuries (Muscle Fiber \/ Strain Lightning Icon) -->\n                <div class=\"sh-conditions__item\">\n                    <span class=\"sh-conditions__icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\/><\/svg>\n                    <\/span>\n                    <span class=\"sh-conditions__text\">\n                        <span class=\"sh-en-inline\">Muscle injuries<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0625\u0635\u0627\u0628\u0627\u062a \u0627\u0644\u0639\u0636\u0644\u0627\u062a<\/span>\n                    <\/span>\n                <\/div>\n                \n                <!-- Item 8: Sports injuries (Activity Pulse Icon) -->\n                <div class=\"sh-conditions__item\">\n                    <span class=\"sh-conditions__icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\/><\/svg>\n                    <\/span>\n                    <span class=\"sh-conditions__text\">\n                        <span class=\"sh-en-inline\">Sports injuries<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0625\u0635\u0627\u0628\u0627\u062a \u0627\u0644\u0631\u064a\u0627\u0636\u064a\u0629<\/span>\n                    <\/span>\n                <\/div>\n                \n                <!-- Item 9: Sprains and strains (Bandage \/ Support Icon) -->\n                <div class=\"sh-conditions__item\">\n                    <span class=\"sh-conditions__icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"3\" y=\"8\" width=\"18\" height=\"8\" rx=\"4\"\/><path d=\"M10 8v8M14 8v8\"\/><\/svg>\n                    <\/span>\n                    <span class=\"sh-conditions__text\">\n                        <span class=\"sh-en-inline\">Sprains and strains<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0627\u0644\u062a\u0648\u0627\u0621\u0627\u062a \u0648\u0627\u0644\u0625\u062c\u0647\u0627\u062f\u0627\u062a<\/span>\n                    <\/span>\n                <\/div>\n                \n                <!-- Item 10: Reduced mobility (Walking Motion Icon) -->\n                <div class=\"sh-conditions__item\">\n                    <span class=\"sh-conditions__icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><circle cx=\"13\" cy=\"4\" r=\"2\"\/><path d=\"M10 22l1.5-7.5L14 17v5M17 11l-3-3.5L11 9l-4 4\"\/><\/svg>\n                    <\/span>\n                    <span class=\"sh-conditions__text\">\n                        <span class=\"sh-en-inline\">Reduced mobility<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0642\u0644\u0629 \u0627\u0644\u062d\u0631\u0643\u0629<\/span>\n                    <\/span>\n                <\/div>\n\n                <!-- Item 11: Muscle weakness (Dumbbell \/ Strength Icon) -->\n                <div class=\"sh-conditions__item\">\n                    <span class=\"sh-conditions__icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"m6.5 6.5 11 11M21 21l-1 1a2 2 0 0 1-2.8 0l-1.4-1.4a2 2 0 0 1 0-2.8l1-1M3 3l1-1a2 2 0 0 1 2.8 0l1.4 1.4a2 2 0 0 1 0 2.8l-1 1M18 3l3 3M3 18l3 3\"\/><\/svg>\n                    <\/span>\n                    <span class=\"sh-conditions__text\">\n                        <span class=\"sh-en-inline\">Muscle weakness<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0636\u0639\u0641 \u0627\u0644\u0639\u0636\u0644\u0627\u062a<\/span>\n                    <\/span>\n                <\/div>\n\n                <!-- Item 12: Balance and movement problems (Scale \/ Equilibrium Icon) -->\n                <div class=\"sh-conditions__item\">\n                    <span class=\"sh-conditions__icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M12 2a14.5 14.5 0 0 0 0 20M2 12h20\"\/><\/svg>\n                    <\/span>\n                    <span class=\"sh-conditions__text\">\n                        <span class=\"sh-en-inline\">Balance and movement problems<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0645\u0634\u0627\u0643\u0644 \u0627\u0644\u062a\u0648\u0627\u0632\u0646 \u0648\u0627\u0644\u062d\u0631\u0643\u0629<\/span>\n                    <\/span>\n                <\/div>\n\n                <!-- Item 13: Rehabilitation after certain surgeries (Medical Rehab Heart Icon) -->\n                <div class=\"sh-conditions__item\">\n                    <span class=\"sh-conditions__icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z\"\/><path d=\"M12 8v5M9.5 10.5h5\"\/><\/svg>\n                    <\/span>\n                    <span class=\"sh-conditions__text\">\n                        <span class=\"sh-en-inline\">Rehabilitation after certain surgeries<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0628\u0639\u062f \u062c\u0631\u0627\u062d\u0627\u062a \u0645\u0639\u064a\u0646\u0629<\/span>\n                    <\/span>\n                <\/div>\n\n                <!-- Item 14: Recovery following injuries (Shield Recovery Icon) -->\n                <div class=\"sh-conditions__item\">\n                    <span class=\"sh-conditions__icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                    <\/span>\n                    <span class=\"sh-conditions__text\">\n                        <span class=\"sh-en-inline\">Recovery following injuries<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u062a\u0639\u0627\u0641\u064a \u0628\u0639\u062f \u0627\u0644\u0625\u0635\u0627\u0628\u0627\u062a<\/span>\n                    <\/span>\n                <\/div>\n\n                <!-- Item 15: Physical limitations following certain medical conditions (Medical Checklist Icon) -->\n                <div class=\"sh-conditions__item\">\n                    <span class=\"sh-conditions__icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"\/><rect x=\"8\" y=\"2\" width=\"8\" height=\"4\" rx=\"1\"\/><path d=\"M9 12h6M9 16h4\"\/><\/svg>\n                    <\/span>\n                    <span class=\"sh-conditions__text\">\n                        <span class=\"sh-en-inline\">Physical limitations following certain medical conditions<\/span><span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0642\u064a\u0648\u062f \u0627\u0644\u062c\u0633\u062f\u064a\u0629 \u0627\u0644\u0646\u0627\u062a\u062c\u0629 \u0639\u0646 \u062d\u0627\u0644\u0627\u062a \u0637\u0628\u064a\u0629 \u0645\u0639\u064a\u0646\u0629<\/span>\n                    <\/span>\n                <\/div>\n                \n            <\/div>\n\n            <!-- Outro Paragraphs -->\n            <p class=\"sh-conditions__outro sh-en\">Not every condition requires physiotherapy, and the same treatment is not appropriate for every patient.<\/p>\n            <p class=\"sh-conditions__outro sh-ar\" lang=\"ar\" dir=\"rtl\">\u0644\u0627 \u062a\u062a\u0637\u0644\u0628 \u0643\u0644 \u062d\u0627\u0644\u0629 \u0639\u0644\u0627\u062c\u0627\u064b \u0637\u0628\u064a\u0639\u064a\u0627\u064b\u060c \u0648\u0646\u0641\u0633 \u0627\u0644\u0639\u0644\u0627\u062c \u0644\u064a\u0633 \u0645\u0646\u0627\u0633\u0628\u0627\u064b \u0644\u0643\u0644 \u0645\u0631\u064a\u0636.<\/p>\n            \n            <p class=\"sh-conditions__outro sh-en\" style=\"margin-top: 1rem;\">A physiotherapist should assess the patient&#8217;s condition before recommending a rehabilitation programme.<\/p>\n            <p class=\"sh-conditions__outro sh-ar\" lang=\"ar\" dir=\"rtl\" style=\"margin-top: 1rem;\">\u064a\u062c\u0628 \u0639\u0644\u0649 \u0623\u062e\u0635\u0627\u0626\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u062a\u0642\u064a\u064a\u0645 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0631\u064a\u0636 \u0642\u0628\u0644 \u0627\u0644\u062a\u0648\u0635\u064a\u0629 \u0628\u0628\u0631\u0646\u0627\u0645\u062c \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644.<\/p>\n\n        <\/div>\n        \n    <\/div>\n<\/section>\n\n\n\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n    \/* ==========================================================================\n       SCOPED PHYSIOTHERAPY BACK & NECK STYLES (#sh-physio-back-neck-v1)\n       100% SSR Compatible | Zero CLS | Pure CSS RTL\/LTR | Astra Breakout\n       ========================================================================== *\/\n\n    #sh-physio-back-neck-v1 {\n        --sh-pbn-primary: #243b5a;\n        --sh-pbn-accent: #138b86;\n        --sh-pbn-accent-light: #e6f4f3;\n        --sh-pbn-warning: #d97706;\n        --sh-pbn-warning-light: #fffbeb;\n        --sh-pbn-text-muted: #667085;\n        --sh-pbn-bg-section: #f8fbfd;\n        --sh-pbn-bg-card: #ffffff;\n        --sh-pbn-border: #e4edf3;\n        --sh-pbn-border-light: #f1f5f9;\n\n        --sh-font-title-en: \"Playfair Display\", \"Instrument Serif\", serif;\n        --sh-font-body-en: \"Inter\", -apple-system, sans-serif;\n        --sh-font-ar: \"Noto Kufi Arabic\", \"Tajawal\", sans-serif;\n\n        \/* Astra Full-Width Breakout *\/\n        width: 100vw !important;\n        position: relative !important;\n        left: 50% !important;\n        right: 50% !important;\n        margin-left: -50vw !important;\n        margin-right: -50vw !important;\n        max-width: 100vw !important;\n        background-color: var(--sh-pbn-bg-section) !important;\n        \n        \/* CRITICAL: Must be clip, not hidden, for sticky descendant to work *\/\n        overflow: clip !important; \n        padding: clamp(4rem, 8vw, 7rem) 0 !important;\n        box-sizing: border-box !important;\n        direction: ltr; \/* Default LTR *\/\n    }\n\n    #sh-physio-back-neck-v1 *,\n    #sh-physio-back-neck-v1 *::before,\n    #sh-physio-back-neck-v1 *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Prevent WP auto-paragraph empty spacing *\/\n    #sh-physio-back-neck-v1 p:empty, \n    #sh-physio-back-neck-v1 br { \n        display: none !important; \n    }\n\n    \/* Background Pattern *\/\n    #sh-physio-back-neck-v1::before {\n        content: '';\n        position: absolute;\n        inset: 0;\n        background-image: url(\"data:image\/svg+xml;utf8,<svg xmlns='http:\/\/www.w3.org\/2000\/svg' width='56' height='100' viewBox='0 0 56 100'><g fill='none' stroke='%23138b86' stroke-opacity='0.05' stroke-width='1'><polygon points='28,1 55,17 55,49 28,65 1,49 1,17'\/><polygon points='28,51 55,67 55,99 28,115 1,99 1,67'\/><\/g><\/svg>\");\n        background-size: clamp(90px, 12vw, 180px) auto; \n        z-index: 0;\n        pointer-events: none;\n    }\n\n    #sh-physio-back-neck-v1 .sh-container {\n        width: 100% !important;\n        max-width: 1475px !important; \n        margin: 0 auto !important;\n        position: relative;\n        z-index: 10;\n        padding: 0 clamp(1.25rem, 4vw, 2rem) !important;\n    }\n\n    \/* --- RTL Layout Fixes --- *\/\n    html[dir=\"rtl\"] #sh-physio-back-neck-v1 {\n        direction: rtl;\n    }\n    html[dir=\"rtl\"] #sh-physio-back-neck-v1 .sh-pbn__header-section,\n    html[dir=\"rtl\"] #sh-physio-back-neck-v1 .sh-pbn__body-section {\n        text-align: right;\n    }\n\n    \/* --- Layout & Grid (Mobile Reordering) --- *\/\n    #sh-physio-back-neck-v1 .sh-pbn__layout {\n        display: flex;\n        flex-direction: column;\n        gap: 2rem;\n    }\n\n    \/* Wrapper becomes invisible on mobile so we can reorder children *\/\n    #sh-physio-back-neck-v1 .sh-pbn__left-column {\n        display: contents; \n    }\n\n    #sh-physio-back-neck-v1 .sh-pbn__header-section { order: 1; text-align: left; }\n    #sh-physio-back-neck-v1 .sh-pbn__media          { order: 2; width: 100%; }\n    #sh-physio-back-neck-v1 .sh-pbn__body-section   { order: 3; width: 100%; text-align: left; }\n\n    \/* Desktop Grid Recovery *\/\n    @media (min-width: 1024px) {\n        #sh-physio-back-neck-v1 .sh-pbn__layout {\n            display: grid;\n            grid-template-columns: 1.15fr 0.85fr;\n            gap: 4rem;\n            align-items: start; \/* Critical for sticky to work *\/\n        }\n        #sh-physio-back-neck-v1 .sh-pbn__left-column {\n            display: block; \/* Restores block grouping for the left column *\/\n            order: unset;\n        }\n        #sh-physio-back-neck-v1 .sh-pbn__header-section,\n        #sh-physio-back-neck-v1 .sh-pbn__media,\n        #sh-physio-back-neck-v1 .sh-pbn__body-section {\n            order: unset;\n        }\n    }\n\n    \/* --- Left Content Elements --- *\/\n    #sh-physio-back-neck-v1 .sh-pbn__kicker {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.75rem;\n        color: var(--sh-pbn-accent);\n        font-weight: 700;\n        font-size: 0.875rem;\n        letter-spacing: 0.05em;\n        text-transform: uppercase;\n        margin-bottom: 1.25rem;\n    }\n    #sh-physio-back-neck-v1 .sh-pbn__kicker-line {\n        height: 2px;\n        width: 2rem;\n        background-color: var(--sh-pbn-accent);\n    }\n\n    #sh-physio-back-neck-v1 .sh-pbn__title {\n        font-size: clamp(2rem, 4vw, 3rem);\n        font-weight: 800;\n        line-height: 1.15;\n        color: var(--sh-pbn-primary);\n        margin: 0 0 1.25rem 0;\n    }\n    #sh-physio-back-neck-v1 .sh-pbn__title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-physio-back-neck-v1 .sh-pbn__title .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-back-neck-v1 .sh-pbn__desc {\n        color: var(--sh-pbn-text-muted);\n        font-size: clamp(1rem, 1.5vw, 1.125rem);\n        line-height: 1.7;\n        margin: 0 0 1.5rem 0;\n    }\n    #sh-physio-back-neck-v1 .sh-pbn__desc.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-back-neck-v1 .sh-pbn__desc.sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-back-neck-v1 .sh-pbn__subdesc {\n        color: var(--sh-pbn-primary);\n        font-size: clamp(1rem, 1.5vw, 1.125rem);\n        font-weight: 700;\n        line-height: 1.6;\n        margin: 0 0 2rem 0;\n    }\n    #sh-physio-back-neck-v1 .sh-pbn__subdesc.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-back-neck-v1 .sh-pbn__subdesc.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- List Styles (Adapted from Table) --- *\/\n    #sh-physio-back-neck-v1 .sh-pbn__list-wrap {\n        width: 100%;\n        background-color: var(--sh-pbn-bg-card);\n        border: 1px solid var(--sh-pbn-border);\n        border-radius: 1rem;\n        box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);\n        margin-bottom: 2rem;\n        overflow: hidden;\n    }\n    \n    #sh-physio-back-neck-v1 .sh-pbn__list {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n        display: grid;\n        grid-template-columns: 1fr;\n    }\n    \n    @media (min-width: 640px) {\n        #sh-physio-back-neck-v1 .sh-pbn__list {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n\n    #sh-physio-back-neck-v1 .sh-pbn__list-item {\n        padding: clamp(1rem, 1.5vw, 1.25rem);\n        font-size: clamp(1rem, 1.3vw, 1.0625rem);\n        font-weight: 700;\n        color: var(--sh-pbn-primary);\n        border-bottom: 1px solid var(--sh-pbn-border-light);\n        display: flex;\n        align-items: center;\n        gap: 1rem;\n        transition: background-color 0.2s ease;\n        line-height: 1.4;\n    }\n    \n    \/* Grid borders logic *\/\n    @media (min-width: 640px) {\n        #sh-physio-back-neck-v1 .sh-pbn__list-item:nth-child(odd) {\n            border-right: 1px solid var(--sh-pbn-border-light);\n        }\n        html[dir=\"rtl\"] #sh-physio-back-neck-v1 .sh-pbn__list-item:nth-child(odd) {\n            border-right: none;\n            border-left: 1px solid var(--sh-pbn-border-light);\n        }\n        #sh-physio-back-neck-v1 .sh-pbn__list-item:nth-last-child(-n+2) {\n            border-bottom: none;\n        }\n    }\n    @media (max-width: 639px) {\n        #sh-physio-back-neck-v1 .sh-pbn__list-item:last-child {\n            border-bottom: none;\n        }\n    }\n\n    #sh-physio-back-neck-v1 .sh-pbn__list-item:hover { background-color: #f8fafc; }\n    #sh-physio-back-neck-v1 .sh-pbn__list-item .sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-back-neck-v1 .sh-pbn__list-item .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-back-neck-v1 .sh-pbn__list-icon {\n        color: var(--sh-pbn-accent);\n        flex-shrink: 0;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        background: var(--sh-pbn-accent-light);\n        width: 2rem;\n        height: 2rem;\n        border-radius: 0.5rem;\n    }\n\n    \/* --- Footer Info & Warning Boxes --- *\/\n    #sh-physio-back-neck-v1 .sh-pbn__footer {\n        display: flex;\n        align-items: flex-start;\n        gap: 1rem;\n        background-color: var(--sh-pbn-bg-card);\n        padding: clamp(1.25rem, 2vw, 1.5rem);\n        border-radius: 1rem;\n        border: 1px solid var(--sh-pbn-border);\n        box-shadow: 0 2px 4px rgba(0,0,0,0.02);\n        margin-bottom: 1rem;\n    }\n    \n    #sh-physio-back-neck-v1 .sh-pbn__footer--warning {\n        background-color: var(--sh-pbn-warning-light);\n        border-color: rgba(217, 119, 6, 0.2);\n    }\n\n    #sh-physio-back-neck-v1 .sh-pbn__footer-icon {\n        width: 2.5rem;\n        height: 2.5rem;\n        border-radius: 50%;\n        background-color: var(--sh-pbn-accent-light);\n        color: var(--sh-pbn-accent);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n    }\n    \n    #sh-physio-back-neck-v1 .sh-pbn__footer--warning .sh-pbn__footer-icon {\n        background-color: rgba(217, 119, 6, 0.15);\n        color: var(--sh-pbn-warning);\n    }\n\n    #sh-physio-back-neck-v1 .sh-pbn__footer-text {\n        color: var(--sh-pbn-text-muted);\n        font-size: clamp(0.9375rem, 1.2vw, 1rem);\n        font-weight: 600;\n        margin: 0;\n        line-height: 1.6;\n        align-self: center;\n    }\n    #sh-physio-back-neck-v1 .sh-pbn__footer--warning .sh-pbn__footer-text {\n        color: #92400e; \/* Darker amber for readability *\/\n    }\n    \n    #sh-physio-back-neck-v1 .sh-pbn__footer-text.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-back-neck-v1 .sh-pbn__footer-text.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Right Content (Sticky Image) --- *\/\n    @media (min-width: 1024px) {\n        #sh-physio-back-neck-v1 .sh-pbn__media {\n            position: sticky;\n            top: clamp(6rem, 10vh, 8rem);\n        }\n    }\n    \n    #sh-physio-back-neck-v1 .sh-pbn__img-wrap {\n        background-color: #f8fafc;\n        border: 1px solid var(--sh-pbn-border-light);\n        border-radius: 1.5rem;\n        overflow: hidden;\n        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 0.5rem;\n    }\n\n    #sh-physio-back-neck-v1 .sh-pbn__img {\n        width: 100%;\n        height: auto;\n        border-radius: 1rem;\n        object-fit: contain;\n        display: block;\n    }\n\n    \/* ==========================================================================\n       DUAL LANGUAGE LOGIC (HARD FORCED FOR RTL\/LTR)\n       ========================================================================== *\/\n    #sh-physio-back-neck-v1 .sh-en { display: block; }\n    #sh-physio-back-neck-v1 .sh-ar { display: none; }\n    #sh-physio-back-neck-v1 .sh-en-inline { display: inline-flex; }\n    #sh-physio-back-neck-v1 .sh-ar-inline { display: none; }\n\n    html[dir=\"rtl\"] #sh-physio-back-neck-v1 .sh-en,\n    html[lang*=\"ar\"] #sh-physio-back-neck-v1 .sh-en,\n    body.rtl #sh-physio-back-neck-v1 .sh-en { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-back-neck-v1 .sh-ar,\n    html[lang*=\"ar\"] #sh-physio-back-neck-v1 .sh-ar,\n    body.rtl #sh-physio-back-neck-v1 .sh-ar { \n        display: block !important; \n    }\n\n    html[dir=\"rtl\"] #sh-physio-back-neck-v1 .sh-en-inline,\n    html[lang*=\"ar\"] #sh-physio-back-neck-v1 .sh-en-inline,\n    body.rtl #sh-physio-back-neck-v1 .sh-en-inline { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-back-neck-v1 .sh-ar-inline,\n    html[lang*=\"ar\"] #sh-physio-back-neck-v1 .sh-ar-inline,\n    body.rtl #sh-physio-back-neck-v1 .sh-ar-inline { \n        display: inline-flex !important; \n    }\n\n    \/* --- Animations --- *\/\n    @keyframes shFadeUp {\n        from { opacity: 0; transform: translateY(25px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n    @media (prefers-reduced-motion: no-preference) {\n        #sh-physio-back-neck-v1 .sh-pbn__header-section,\n        #sh-physio-back-neck-v1 .sh-pbn__body-section {\n            opacity: 0;\n            animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n        }\n        #sh-physio-back-neck-v1 .sh-pbn__media {\n            opacity: 0;\n            animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n            animation-delay: 0.15s;\n        }\n    }\n    @media (prefers-reduced-motion: reduce) {\n        #sh-physio-back-neck-v1 .sh-pbn__header-section,\n        #sh-physio-back-neck-v1 .sh-pbn__body-section,\n        #sh-physio-back-neck-v1 .sh-pbn__media {\n            opacity: 1;\n        }\n    }\n<\/style>\n\n<section id=\"sh-physio-back-neck-v1\">\n    <div class=\"sh-container\">\n        <div class=\"sh-pbn__layout\">\n            \n            <!-- LEFT COLUMN WRAPPER (Handles Mobile Flex Reordering) -->\n            <div class=\"sh-pbn__left-column\">\n                \n                <!-- HEADER (Order 1 on mobile) -->\n                <div class=\"sh-pbn__header-section\">\n                    <div class=\"sh-pbn__kicker\">\n                        <span class=\"sh-pbn__kicker-line\"><\/span>\n                        <span class=\"sh-en-inline\">Physiotherapy Care<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0631\u0639\u0627\u064a\u0629 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a<\/span>\n                    <\/div>\n                    \n                    <h2 class=\"sh-pbn__title\">\n                        <span class=\"sh-en\">Physiotherapy for Back and Neck Pain<\/span>\n                        <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0644\u0622\u0644\u0627\u0645 \u0627\u0644\u0638\u0647\u0631 \u0648\u0627\u0644\u0631\u0642\u0628\u0629<\/span>\n                    <\/h2>\n                    \n                    <p class=\"sh-pbn__desc sh-en\">Back and neck problems are common reasons people seek physiotherapy.<\/p>\n                    <p class=\"sh-pbn__desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u062a\u0639\u062f \u0645\u0634\u0627\u0643\u0644 \u0627\u0644\u0638\u0647\u0631 \u0648\u0627\u0644\u0631\u0642\u0628\u0629 \u0645\u0646 \u0627\u0644\u0623\u0633\u0628\u0627\u0628 \u0627\u0644\u0634\u0627\u0626\u0639\u0629 \u0627\u0644\u062a\u064a \u062a\u062f\u0641\u0639 \u0627\u0644\u0646\u0627\u0633 \u0644\u0637\u0644\u0628 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a.<\/p>\n                    \n                    <p class=\"sh-pbn__subdesc sh-en\">A physiotherapy assessment may look at:<\/p>\n                    <p class=\"sh-pbn__subdesc sh-ar\" lang=\"ar\" dir=\"rtl\">\u0642\u062f \u064a\u0634\u0645\u0644 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0645\u0627 \u064a\u0644\u064a:<\/p>\n                <\/div>\n\n                <!-- BODY (Order 3 on mobile) -->\n                <div class=\"sh-pbn__body-section\">\n                    \n                    <!-- Premium Responsive Checklist Grid (Adapted from Table) -->\n                    <div class=\"sh-pbn__list-wrap\">\n                        <ul class=\"sh-pbn__list\">\n                            <li class=\"sh-pbn__list-item\">\n                                <div class=\"sh-pbn__list-icon\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                                <\/div>\n                                <div>\n                                    <span class=\"sh-en\">Range of movement<\/span>\n                                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0646\u0637\u0627\u0642 \u0627\u0644\u062d\u0631\u0643\u0629<\/span>\n                                <\/div>\n                            <\/li>\n                            <li class=\"sh-pbn__list-item\">\n                                <div class=\"sh-pbn__list-icon\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                                <\/div>\n                                <div>\n                                    <span class=\"sh-en\">Muscle strength<\/span>\n                                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0642\u0648\u0629 \u0627\u0644\u0639\u0636\u0644\u0627\u062a<\/span>\n                                <\/div>\n                            <\/li>\n                            <li class=\"sh-pbn__list-item\">\n                                <div class=\"sh-pbn__list-icon\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                                <\/div>\n                                <div>\n                                    <span class=\"sh-en\">Flexibility<\/span>\n                                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0645\u0631\u0648\u0646\u0629<\/span>\n                                <\/div>\n                            <\/li>\n                            <li class=\"sh-pbn__list-item\">\n                                <div class=\"sh-pbn__list-icon\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                                <\/div>\n                                <div>\n                                    <span class=\"sh-en\">Posture and movement patterns<\/span>\n                                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0648\u0636\u0639\u064a\u0629 \u0627\u0644\u062c\u0633\u0645 \u0648\u0623\u0646\u0645\u0627\u0637 \u0627\u0644\u062d\u0631\u0643\u0629<\/span>\n                                <\/div>\n                            <\/li>\n                            <li class=\"sh-pbn__list-item\">\n                                <div class=\"sh-pbn__list-icon\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                                <\/div>\n                                <div>\n                                    <span class=\"sh-en\">Pain during specific activities<\/span>\n                                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0623\u0644\u0645 \u0623\u062b\u0646\u0627\u0621 \u0623\u0646\u0634\u0637\u0629 \u0645\u0639\u064a\u0646\u0629<\/span>\n                                <\/div>\n                            <\/li>\n                            <li class=\"sh-pbn__list-item\">\n                                <div class=\"sh-pbn__list-icon\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                                <\/div>\n                                <div>\n                                    <span class=\"sh-en\">Functional limitations<\/span>\n                                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0642\u064a\u0648\u062f \u0627\u0644\u0648\u0638\u064a\u0641\u064a\u0629<\/span>\n                                <\/div>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n\n                    <!-- Footer Info Box (Treatment Note) -->\n                    <div class=\"sh-pbn__footer\">\n                        <div class=\"sh-pbn__footer-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"><\/line><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"><\/line><\/svg>\n                        <\/div>\n                        <p class=\"sh-pbn__footer-text sh-en\">Depending on the assessment, treatment may involve exercises and movement-based rehabilitation designed around the patient&#8217;s condition.<\/p>\n                        <p class=\"sh-pbn__footer-text sh-ar\" lang=\"ar\" dir=\"rtl\">\u0628\u0646\u0627\u0621\u064b \u0639\u0644\u0649 \u0627\u0644\u062a\u0642\u064a\u064a\u0645\u060c \u0642\u062f \u064a\u0634\u0645\u0644 \u0627\u0644\u0639\u0644\u0627\u062c \u062a\u0645\u0627\u0631\u064a\u0646 \u0648\u0625\u0639\u0627\u062f\u0629 \u062a\u0623\u0647\u064a\u0644 \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0645\u0635\u0645\u0645\u0629 \u062e\u0635\u064a\u0635\u0627\u064b \u0644\u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0631\u064a\u0636.<\/p>\n                    <\/div>\n\n                    <!-- Footer Warning Box (Medical Disclaimer) -->\n                    <div class=\"sh-pbn__footer sh-pbn__footer--warning\">\n                        <div class=\"sh-pbn__footer-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"><\/path><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"><\/line><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"><\/line><\/svg>\n                        <\/div>\n                        <p class=\"sh-pbn__footer-text sh-en\">Persistent or severe pain should be medically assessed before beginning treatment, particularly when symptoms are associated with weakness, numbness, loss of bladder or bowel control, fever, serious injury or other concerning symptoms.<\/p>\n                        <p class=\"sh-pbn__footer-text sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u062c\u0628 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0623\u0644\u0645 \u0627\u0644\u0645\u0633\u062a\u0645\u0631 \u0623\u0648 \u0627\u0644\u0634\u062f\u064a\u062f \u0637\u0628\u064a\u0627\u064b \u0642\u0628\u0644 \u0628\u062f\u0621 \u0627\u0644\u0639\u0644\u0627\u062c\u060c \u062e\u0627\u0635\u0629 \u0639\u0646\u062f\u0645\u0627 \u062a\u0643\u0648\u0646 \u0627\u0644\u0623\u0639\u0631\u0627\u0636 \u0645\u0635\u062d\u0648\u0628\u0629 \u0628\u0636\u0639\u0641 \u0623\u0648 \u062a\u0646\u0645\u064a\u0644 \u0623\u0648 \u0641\u0642\u062f\u0627\u0646 \u0627\u0644\u0633\u064a\u0637\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u0645\u062b\u0627\u0646\u0629 \u0623\u0648 \u0627\u0644\u0623\u0645\u0639\u0627\u0621 \u0623\u0648 \u062d\u0645\u0649 \u0623\u0648 \u0625\u0635\u0627\u0628\u0629 \u062e\u0637\u064a\u0631\u0629 \u0623\u0648 \u0623\u0639\u0631\u0627\u0636 \u0623\u062e\u0631\u0649 \u0645\u062b\u064a\u0631\u0629 \u0644\u0644\u0642\u0644\u0642.<\/p>\n                    <\/div>\n\n                <\/div>\n            <\/div>\n\n            <!-- RIGHT MEDIA (Order 2 on mobile - Between Header and Body) -->\n            <div class=\"sh-pbn__media\">\n                <div class=\"sh-pbn__img-wrap\">\n                    <img src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/09\/Physiotherapy3.webp\" alt=\"Physiotherapy assessment and treatment for back and neck pain\" class=\"sh-pbn__img\" loading=\"lazy\" decoding=\"async\">\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n    \/* ==========================================================================\n       SCOPED PHYSIOTHERAPY SPORTS INJURIES STYLES (#sh-physio-sports-v1)\n       100% SSR Compatible | Zero CLS | Pure CSS RTL\/LTR\n       ========================================================================== *\/\n\n    #sh-physio-sports-v1 {\n        --sh-sports-primary: #243b5a;\n        --sh-sports-accent: #138b86;\n        --sh-sports-accent-light: #e6f4f3;\n        --sh-sports-text-muted: #667085;\n        --sh-sports-bg: #ffffff;\n        --sh-sports-card-bg: #ffffff;\n        --sh-sports-border: #e4edf3;\n\n        --sh-font-title-en: \"Playfair Display\", \"Instrument Serif\", serif;\n        --sh-font-body-en: \"Inter\", -apple-system, sans-serif;\n        --sh-font-ar: \"Noto Kufi Arabic\", \"Tajawal\", \"Cairo\", sans-serif;\n\n        background-color: var(--sh-sports-bg);\n        padding: clamp(4rem, 8vw, 6rem) 0;\n        width: 100%;\n        display: block;\n        box-sizing: border-box;\n        overflow: hidden;\n        direction: ltr; \/* Default LTR *\/\n    }\n\n    #sh-physio-sports-v1 *,\n    #sh-physio-sports-v1 *::before,\n    #sh-physio-sports-v1 *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Prevent WP auto-paragraph empty spacing *\/\n    #sh-physio-sports-v1 p:empty, \n    #sh-physio-sports-v1 br { \n        display: none !important; \n    }\n\n    \/* --- Container --- *\/\n    #sh-physio-sports-v1 .sh-container {\n        width: 100%;\n        max-width: 1475px;\n        margin: 0 auto;\n        padding: 0 clamp(1.25rem, 4vw, 2rem);\n    }\n\n    \/* --- RTL Layout Fixes --- *\/\n    html[dir=\"rtl\"] #sh-physio-sports-v1 {\n        direction: rtl;\n    }\n    html[dir=\"rtl\"] #sh-physio-sports-v1 .sh-sports__card {\n        text-align: right;\n    }\n\n    \/* --- Header & Footer --- *\/\n    #sh-physio-sports-v1 .sh-sports__header {\n        max-width: 52rem;\n        margin: 0 auto clamp(2.5rem, 5vw, 3.5rem) auto;\n        text-align: center;\n    }\n\n    #sh-physio-sports-v1 .sh-sports__footer {\n        max-width: 900px;\n        margin: clamp(2rem, 4vw, 3rem) auto 0 auto;\n    }\n\n    #sh-physio-sports-v1 .sh-sports__title {\n        font-size: clamp(1.875rem, 4vw, 2.5rem);\n        font-weight: 800;\n        color: var(--sh-sports-primary);\n        margin: 0 0 1rem 0;\n        line-height: 1.2;\n    }\n    #sh-physio-sports-v1 .sh-sports__title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-physio-sports-v1 .sh-sports__title .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-sports-v1 .sh-sports__desc {\n        color: var(--sh-sports-text-muted);\n        font-size: clamp(1rem, 1.5vw, 1.125rem);\n        line-height: 1.6;\n        margin: 0;\n    }\n    #sh-physio-sports-v1 .sh-sports__desc.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-sports-v1 .sh-sports__desc.sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-sports-v1 .sh-sports__footer-text {\n        color: var(--sh-sports-primary);\n        font-size: clamp(0.9375rem, 1.2vw, 1rem);\n        line-height: 1.6;\n        font-weight: 600;\n        margin: 0;\n        padding: clamp(1rem, 2.5vw, 1.5rem);\n        background-color: var(--sh-sports-accent-light);\n        border-radius: 1rem;\n        border: 1px solid rgba(19, 139, 134, 0.2);\n        display: flex;\n        align-items: flex-start;\n        gap: 1rem;\n    }\n    #sh-physio-sports-v1 .sh-sports__footer-text svg {\n        flex-shrink: 0;\n        color: var(--sh-sports-accent);\n        margin-top: 0.125rem;\n    }\n    #sh-physio-sports-v1 .sh-sports__footer-text .sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-sports-v1 .sh-sports__footer-text .sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Grid Layout (Centered single wide column for elegant list) --- *\/\n    #sh-physio-sports-v1 .sh-sports__grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: clamp(1.5rem, 3vw, 2rem);\n        position: relative;\n        max-width: 900px;\n        margin: 0 auto;\n    }\n\n    \/* --- Cards --- *\/\n    #sh-physio-sports-v1 .sh-sports__card {\n        background-color: var(--sh-sports-card-bg);\n        border: 1px solid var(--sh-sports-border);\n        border-radius: 1rem;\n        padding: clamp(1.5rem, 3vw, 2.5rem);\n        text-align: left;\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n        transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;\n        position: relative;\n        display: flex;\n        flex-direction: column;\n    }\n    #sh-physio-sports-v1 .sh-sports__card:hover {\n        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.05);\n        transform: translateY(-4px);\n        border-color: rgba(19, 139, 134, 0.3);\n    }\n\n    \/* Card Icon Header *\/\n    #sh-physio-sports-v1 .sh-sports__card-header {\n        display: flex;\n        align-items: center;\n        gap: 0.875rem;\n        margin-bottom: 1.5rem;\n        padding-bottom: 1.25rem;\n        border-bottom: 1px solid var(--sh-sports-border);\n    }\n    #sh-physio-sports-v1 .sh-sports__icon {\n        width: 3rem;\n        height: 3rem;\n        border-radius: 50%;\n        background-color: var(--sh-sports-accent-light);\n        color: var(--sh-sports-accent);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n    }\n    #sh-physio-sports-v1 .sh-sports__icon svg {\n        width: 1.5rem;\n        height: 1.5rem;\n    }\n\n    \/* Card Text & Lists *\/\n    #sh-physio-sports-v1 .sh-sports__card-text {\n        color: var(--sh-sports-primary);\n        font-size: clamp(1.0625rem, 1.5vw, 1.125rem);\n        font-weight: 700;\n        line-height: 1.6;\n        margin: 0;\n    }\n    \n    #sh-physio-sports-v1 .sh-sports__card-list {\n        list-style: none;\n        margin: 0;\n        padding: 0;\n    }\n    \n    \/* 2-Column List on Desktop *\/\n    @media (min-width: 640px) {\n        #sh-physio-sports-v1 .sh-sports__card-list {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 1.25rem 2rem;\n        }\n    }\n\n    #sh-physio-sports-v1 .sh-sports__card-list li {\n        position: relative;\n        padding-left: 1.75rem;\n        margin-bottom: 1.25rem;\n        color: var(--sh-sports-text-muted);\n        font-size: clamp(0.9375rem, 1.2vw, 1rem);\n        font-weight: 400;\n        line-height: 1.6;\n    }\n    \n    #sh-physio-sports-v1 .sh-sports__card-list li strong {\n        color: var(--sh-sports-primary);\n        font-weight: 700;\n        display: block;\n        margin-bottom: 0.25rem;\n    }\n\n    #sh-physio-sports-v1 .sh-sports__card-list li:last-child {\n        margin-bottom: 0;\n    }\n    \n    @media (min-width: 640px) {\n        #sh-physio-sports-v1 .sh-sports__card-list li { margin-bottom: 0; }\n    }\n\n    html[dir=\"rtl\"] #sh-physio-sports-v1 .sh-sports__card-list li {\n        padding-left: 0;\n        padding-right: 1.75rem;\n    }\n    \n    \/* Custom SVG Checkmark *\/\n    #sh-physio-sports-v1 .sh-sports__card-list li::before {\n        content: '';\n        position: absolute;\n        left: 0;\n        top: 0.25rem;\n        width: 1.125rem;\n        height: 1.125rem;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='%23138b86' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C\/polyline%3E%3C\/svg%3E\");\n        background-size: contain;\n        background-repeat: no-repeat;\n    }\n    html[dir=\"rtl\"] #sh-physio-sports-v1 .sh-sports__card-list li::before {\n        left: auto;\n        right: 0;\n    }\n\n    #sh-physio-sports-v1 .sh-sports__card-text .sh-en,\n    #sh-physio-sports-v1 .sh-sports__card-list .sh-en { font-family: var(--sh-font-body-en); }\n    \n    #sh-physio-sports-v1 .sh-sports__card-text .sh-ar,\n    #sh-physio-sports-v1 .sh-sports__card-list .sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* ==========================================================================\n       DUAL LANGUAGE LOGIC (HARD FORCED FOR RTL\/LTR)\n       ========================================================================== *\/\n    #sh-physio-sports-v1 .sh-en { display: block; }\n    #sh-physio-sports-v1 .sh-ar { display: none; }\n    #sh-physio-sports-v1 .sh-en-inline { display: inline-flex; }\n    #sh-physio-sports-v1 .sh-ar-inline { display: none; }\n\n    html[dir=\"rtl\"] #sh-physio-sports-v1 .sh-en,\n    html[lang*=\"ar\"] #sh-physio-sports-v1 .sh-en,\n    body.rtl #sh-physio-sports-v1 .sh-en { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-sports-v1 .sh-ar,\n    html[lang*=\"ar\"] #sh-physio-sports-v1 .sh-ar,\n    body.rtl #sh-physio-sports-v1 .sh-ar { \n        display: block !important; \n    }\n\n    html[dir=\"rtl\"] #sh-physio-sports-v1 .sh-en-inline,\n    html[lang*=\"ar\"] #sh-physio-sports-v1 .sh-en-inline,\n    body.rtl #sh-physio-sports-v1 .sh-en-inline { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-sports-v1 .sh-ar-inline,\n    html[lang*=\"ar\"] #sh-physio-sports-v1 .sh-ar-inline,\n    body.rtl #sh-physio-sports-v1 .sh-ar-inline { \n        display: inline-flex !important; \n    }\n\n    \/* --- Animations --- *\/\n    @keyframes shFadeUp {\n        from { opacity: 0; transform: translateY(25px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n    \n    @media (prefers-reduced-motion: no-preference) {\n        #sh-physio-sports-v1 .sh-sports__header { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }\n        #sh-physio-sports-v1 .sh-sports__footer { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.3s; }\n        \n        #sh-physio-sports-v1 .sh-sports__card { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.15s; }\n    }\n    @media (prefers-reduced-motion: reduce) {\n        #sh-physio-sports-v1 .sh-sports__header,\n        #sh-physio-sports-v1 .sh-sports__footer,\n        #sh-physio-sports-v1 .sh-sports__card { opacity: 1; transform: none; }\n    }\n<\/style>\n\n<section id=\"sh-physio-sports-v1\">\n    <div class=\"sh-container\">\n        \n        <!-- Header -->\n        <div class=\"sh-sports__header\">\n            <h3 class=\"sh-sports__title\">\n                <span class=\"sh-en\">Physiotherapy for Sports Injuries<\/span>\n                <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0644\u0644\u0625\u0635\u0627\u0628\u0627\u062a \u0627\u0644\u0631\u064a\u0627\u0636\u064a\u0629<\/span>\n            <\/h3>\n            <p class=\"sh-sports__desc sh-en\">Returning to sport too quickly after an injury can increase the risk of further problems.<\/p>\n            <p class=\"sh-sports__desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u0642\u062f \u062a\u0624\u062f\u064a \u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0645\u0645\u0627\u0631\u0633\u0629 \u0627\u0644\u0631\u064a\u0627\u0636\u0629 \u0628\u0633\u0631\u0639\u0629 \u0643\u0628\u064a\u0631\u0629 \u0628\u0639\u062f \u0627\u0644\u0625\u0635\u0627\u0628\u0629 \u0625\u0644\u0649 \u0632\u064a\u0627\u062f\u0629 \u062e\u0637\u0631 \u062d\u062f\u0648\u062b \u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0634\u0627\u0643\u0644.<\/p>\n        <\/div>\n\n        <!-- Centered Single Card layout with 2-Column List -->\n        <div class=\"sh-sports__grid\">\n            \n            <div class=\"sh-sports__card\">\n                <div class=\"sh-sports__card-header\">\n                    <div class=\"sh-sports__icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                    <\/div>\n                    <p class=\"sh-sports__card-text\">\n                        <span class=\"sh-en\">Physiotherapy can form part of a gradual recovery process by focusing on areas such as:<\/span>\n                        <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u062c\u0632\u0621\u0627\u064b \u0645\u0646 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0639\u0627\u0641\u064a \u0627\u0644\u062a\u062f\u0631\u064a\u062c\u064a \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u062a\u0631\u0643\u064a\u0632 \u0639\u0644\u0649 \u0645\u062c\u0627\u0644\u0627\u062a \u0645\u062b\u0644:<\/span>\n                    <\/p>\n                <\/div>\n\n                <ul class=\"sh-sports__card-list\">\n                    <li>\n                        <div class=\"sh-en\">\n                            <strong>Pain and Swelling<\/strong>\n                            The early stage of rehabilitation may focus on managing symptoms and protecting the injured area.\n                        <\/div>\n                        <div class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\n                            <strong>\u0627\u0644\u0623\u0644\u0645 \u0648\u0627\u0644\u062a\u0648\u0631\u0645<\/strong>\n                            \u0642\u062f \u062a\u0631\u0643\u0632 \u0627\u0644\u0645\u0631\u062d\u0644\u0629 \u0627\u0644\u0645\u0628\u0643\u0631\u0629 \u0645\u0646 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0639\u0644\u0649 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u0639\u0631\u0627\u0636 \u0648\u062d\u0645\u0627\u064a\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0635\u0627\u0628\u0629.\n                        <\/div>\n                    <\/li>\n                    <li>\n                        <div class=\"sh-en\">\n                            <strong>Mobility<\/strong>\n                            The patient may work on restoring appropriate joint and muscle movement.\n                        <\/div>\n                        <div class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\n                            <strong>\u0627\u0644\u062d\u0631\u0643\u0629<\/strong>\n                            \u0642\u062f \u064a\u0639\u0645\u0644 \u0627\u0644\u0645\u0631\u064a\u0636 \u0639\u0644\u0649 \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u062d\u0631\u0643\u0629 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u0629 \u0644\u0644\u0645\u0641\u0627\u0635\u0644 \u0648\u0627\u0644\u0639\u0636\u0644\u0627\u062a.\n                        <\/div>\n                    <\/li>\n                    <li>\n                        <div class=\"sh-en\">\n                            <strong>Strength<\/strong>\n                            Exercises can help rebuild strength that may have been reduced following injury or inactivity.\n                        <\/div>\n                        <div class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\n                            <strong>\u0627\u0644\u0642\u0648\u0629<\/strong>\n                            \u064a\u0645\u0643\u0646 \u0623\u0646 \u062a\u0633\u0627\u0639\u062f \u0627\u0644\u062a\u0645\u0627\u0631\u064a\u0646 \u0641\u064a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0642\u0648\u0629 \u0627\u0644\u062a\u064a \u0631\u0628\u0645\u0627 \u0627\u0646\u062e\u0641\u0636\u062a \u0628\u0639\u062f \u0627\u0644\u0625\u0635\u0627\u0628\u0629 \u0623\u0648 \u0627\u0644\u062e\u0645\u0648\u0644.\n                        <\/div>\n                    <\/li>\n                    <li>\n                        <div class=\"sh-en\">\n                            <strong>Movement Control<\/strong>\n                            The rehabilitation programme may address balance, coordination and movement patterns.\n                        <\/div>\n                        <div class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\n                            <strong>\u0627\u0644\u062a\u062d\u0643\u0645 \u0641\u064a \u0627\u0644\u062d\u0631\u0643\u0629<\/strong>\n                            \u0642\u062f \u064a\u0639\u0627\u0644\u062c \u0628\u0631\u0646\u0627\u0645\u062c \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0627\u0644\u062a\u0648\u0627\u0632\u0646 \u0648\u0627\u0644\u062a\u0646\u0627\u0633\u0642 \u0648\u0623\u0646\u0645\u0627\u0637 \u0627\u0644\u062d\u0631\u0643\u0629.\n                        <\/div>\n                    <\/li>\n                    <li>\n                        <div class=\"sh-en\">\n                            <strong>Return to Activity<\/strong>\n                            The final stage should focus on safely returning to normal activities or sport according to the patient&#8217;s condition and recovery.\n                        <\/div>\n                        <div class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\n                            <strong>\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u0646\u0634\u0627\u0637<\/strong>\n                            \u064a\u062c\u0628 \u0623\u0646 \u062a\u0631\u0643\u0632 \u0627\u0644\u0645\u0631\u062d\u0644\u0629 \u0627\u0644\u0646\u0647\u0627\u0626\u064a\u0629 \u0639\u0644\u0649 \u0627\u0644\u0639\u0648\u062f\u0629 \u0627\u0644\u0622\u0645\u0646\u0629 \u0625\u0644\u0649 \u0627\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0639\u0627\u062f\u064a\u0629 \u0623\u0648 \u0627\u0644\u0631\u064a\u0627\u0636\u0629 \u0648\u0641\u0642\u0627\u064b \u0644\u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0631\u064a\u0636 \u0648\u062a\u0639\u0627\u0641\u064a\u0647.\n                        <\/div>\n                    <\/li>\n                <\/ul>\n                \n            <\/div>\n\n        <\/div>\n\n        <!-- Outro \/ Footer Note -->\n        <div class=\"sh-sports__footer\">\n            <div class=\"sh-sports__footer-text\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"><\/line><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"><\/line><\/svg>\n                <div>\n                    <span class=\"sh-en\">The appropriate programme depends on the injury and should be determined through professional assessment.<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u0639\u062a\u0645\u062f \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u0645\u0646\u0627\u0633\u0628 \u0639\u0644\u0649 \u0627\u0644\u0625\u0635\u0627\u0628\u0629 \u0648\u064a\u062c\u0628 \u062a\u062d\u062f\u064a\u062f\u0647 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0647\u0646\u064a.<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n    <\/div>\n<\/section>\n\n\n\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n    \/* ==========================================================================\n       SCOPED PHYSIOTHERAPY SURGERY STYLES (#sh-physio-surgery-v1)\n       100% SSR Compatible | Zero CLS | Pure CSS RTL\/LTR\n       ========================================================================== *\/\n\n    #sh-physio-surgery-v1 {\n        --sh-spec-primary: #243b5a;\n        --sh-spec-accent: #138b86;\n        --sh-spec-accent-hover: #0f6f6b;\n        --sh-spec-accent-light: #e6f4f3;\n        --sh-spec-text-muted: #667085;\n        --sh-spec-bg: #ffffff;\n        --sh-spec-card-bg: #ffffff;\n        --sh-spec-border: rgba(226, 232, 240, 0.8);\n        --sh-spec-alert-bg: #fffbeb;\n        --sh-spec-alert-border: #fde68a;\n        --sh-spec-alert-text: #92400e;\n\n        --sh-font-title-en: \"Playfair Display\", \"Instrument Serif\", serif;\n        --sh-font-body-en: \"Inter\", -apple-system, sans-serif;\n        --sh-font-ar: \"Noto Kufi Arabic\", \"Tajawal\", \"Cairo\", sans-serif;\n\n        background-color: var(--sh-spec-bg);\n        padding: clamp(4rem, 8vw, 6rem) 0;\n        width: 100%;\n        display: block;\n        box-sizing: border-box;\n        overflow: hidden;\n        direction: ltr; \/* Default LTR *\/\n    }\n\n    #sh-physio-surgery-v1 *,\n    #sh-physio-surgery-v1 *::before,\n    #sh-physio-surgery-v1 *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Prevent WP auto-paragraph empty spacing *\/\n    #sh-physio-surgery-v1 p:empty, \n    #sh-physio-surgery-v1 br { \n        display: none !important; \n    }\n\n    \/* --- Container --- *\/\n    #sh-physio-surgery-v1 .sh-container {\n        width: 100%;\n        max-width: 1475px;\n        margin: 0 auto;\n        padding: 0 clamp(1.25rem, 4vw, 2rem);\n    }\n\n    \/* --- RTL Layout Fixes --- *\/\n    html[dir=\"rtl\"] #sh-physio-surgery-v1 {\n        direction: rtl;\n    }\n    html[dir=\"rtl\"] #sh-physio-surgery-v1 .sh-spec__card {\n        text-align: right;\n        border-left: none;\n        border-right: 4px solid var(--sh-spec-accent);\n    }\n    html[dir=\"rtl\"] #sh-physio-surgery-v1 .sh-spec__list {\n        padding-left: 0;\n        padding-right: 1.25rem;\n    }\n\n    \/* --- Main Card --- *\/\n    #sh-physio-surgery-v1 .sh-spec__card {\n        max-width: 56rem; \/* 896px *\/\n        margin: 0 auto;\n        background: linear-gradient(135deg, rgba(19, 139, 134, 0.03) 0%, rgba(255, 255, 255, 1) 100%);\n        border-radius: clamp(1rem, 3vw, 1.5rem);\n        border-left: 4px solid var(--sh-spec-accent);\n        padding: clamp(1.5rem, 4vw, 3rem);\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n        text-align: left;\n    }\n\n    \/* --- Header Area --- *\/\n    #sh-physio-surgery-v1 .sh-spec__header {\n        display: flex;\n        align-items: center;\n        gap: 1rem;\n        margin-bottom: 2rem;\n    }\n\n    #sh-physio-surgery-v1 .sh-spec__header-icon {\n        width: clamp(2.5rem, 4vw, 3rem);\n        height: clamp(2.5rem, 4vw, 3rem);\n        flex-shrink: 0;\n        border-radius: 50%;\n        background-color: var(--sh-spec-accent);\n        color: #ffffff;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n    #sh-physio-surgery-v1 .sh-spec__header-icon svg {\n        width: clamp(1.25rem, 2vw, 1.5rem);\n        height: clamp(1.25rem, 2vw, 1.5rem);\n    }\n\n    #sh-physio-surgery-v1 .sh-spec__title {\n        font-size: clamp(1.5rem, 3.5vw, 2.25rem);\n        color: var(--sh-spec-primary);\n        margin: 0;\n        line-height: 1.2;\n        font-weight: 800;\n    }\n    #sh-physio-surgery-v1 .sh-spec__title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-physio-surgery-v1 .sh-spec__title .sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Grid Items --- *\/\n    #sh-physio-surgery-v1 .sh-spec__grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: clamp(1rem, 2.5vw, 1.5rem);\n    }\n\n    #sh-physio-surgery-v1 .sh-spec__item {\n        display: flex;\n        align-items: flex-start;\n        gap: 1rem;\n        background-color: var(--sh-spec-card-bg);\n        padding: clamp(1.25rem, 2.5vw, 1.75rem);\n        border-radius: 1rem;\n        border: 1px solid var(--sh-spec-border);\n        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02);\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    #sh-physio-surgery-v1 .sh-spec__item:hover {\n        transform: translateY(-2px);\n        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025);\n    }\n\n    \/* Alert Style Item *\/\n    #sh-physio-surgery-v1 .sh-spec__item--alert {\n        background-color: var(--sh-spec-alert-bg);\n        border-color: var(--sh-spec-alert-border);\n    }\n\n    #sh-physio-surgery-v1 .sh-spec__item-icon {\n        width: 2.25rem;\n        height: 2.25rem;\n        flex-shrink: 0;\n        border-radius: 50%;\n        background-color: var(--sh-spec-accent-light);\n        color: var(--sh-spec-accent);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-top: 0.125rem;\n    }\n    #sh-physio-surgery-v1 .sh-spec__item--alert .sh-spec__item-icon {\n        background-color: #fef3c7;\n        color: #d97706;\n    }\n    #sh-physio-surgery-v1 .sh-spec__item-icon svg { width: 18px; height: 18px; }\n\n    #sh-physio-surgery-v1 .sh-spec__item-content {\n        flex: 1;\n    }\n\n    #sh-physio-surgery-v1 .sh-spec__item-title {\n        font-weight: 800;\n        color: var(--sh-spec-primary);\n        font-size: clamp(1.125rem, 1.5vw, 1.25rem);\n        margin: 0 0 0.5rem 0;\n        line-height: 1.3;\n    }\n    #sh-physio-surgery-v1 .sh-spec__item-title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-physio-surgery-v1 .sh-spec__item-title .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-surgery-v1 .sh-spec__item-desc {\n        color: var(--sh-spec-text-muted);\n        font-size: clamp(0.9375rem, 1vw, 1rem);\n        line-height: 1.7;\n        margin: 0;\n    }\n    #sh-physio-surgery-v1 .sh-spec__item--alert .sh-spec__item-desc {\n        color: var(--sh-spec-alert-text);\n    }\n    #sh-physio-surgery-v1 .sh-spec__item-desc.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-surgery-v1 .sh-spec__item-desc.sh-ar { font-family: var(--sh-font-ar); }\n    \n    #sh-physio-surgery-v1 .sh-spec__item-spacing {\n        display: block;\n        margin-top: 0.75rem;\n    }\n\n    \/* Added List Styling *\/\n    #sh-physio-surgery-v1 .sh-spec__list {\n        margin: 0.75rem 0 0 0;\n        padding: 0 0 0 1.25rem;\n        color: var(--sh-spec-text-muted);\n        font-size: clamp(0.9375rem, 1vw, 1rem);\n        line-height: 1.7;\n    }\n    #sh-physio-surgery-v1 .sh-spec__list li {\n        margin-bottom: 0.375rem;\n    }\n    #sh-physio-surgery-v1 .sh-spec__list li:last-child {\n        margin-bottom: 0;\n    }\n    #sh-physio-surgery-v1 .sh-spec__list .sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-surgery-v1 .sh-spec__list .sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* ==========================================================================\n       DUAL LANGUAGE LOGIC (HARD FORCED FOR RTL\/LTR)\n       ========================================================================== *\/\n    #sh-physio-surgery-v1 .sh-en { display: block; }\n    #sh-physio-surgery-v1 .sh-ar { display: none; }\n    #sh-physio-surgery-v1 .sh-en-inline { display: inline-flex; }\n    #sh-physio-surgery-v1 .sh-ar-inline { display: none; }\n\n    html[dir=\"rtl\"] #sh-physio-surgery-v1 .sh-en,\n    html[lang*=\"ar\"] #sh-physio-surgery-v1 .sh-en,\n    body.rtl #sh-physio-surgery-v1 .sh-en { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-surgery-v1 .sh-ar,\n    html[lang*=\"ar\"] #sh-physio-surgery-v1 .sh-ar,\n    body.rtl #sh-physio-surgery-v1 .sh-ar { \n        display: block !important; \n    }\n\n    html[dir=\"rtl\"] #sh-physio-surgery-v1 .sh-en-inline,\n    html[lang*=\"ar\"] #sh-physio-surgery-v1 .sh-en-inline,\n    body.rtl #sh-physio-surgery-v1 .sh-en-inline { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-surgery-v1 .sh-ar-inline,\n    html[lang*=\"ar\"] #sh-physio-surgery-v1 .sh-ar-inline,\n    body.rtl #sh-physio-surgery-v1 .sh-ar-inline { \n        display: inline-flex !important; \n    }\n\n    \/* --- Animations --- *\/\n    @keyframes shFadeUp {\n        from { opacity: 0; transform: translateY(25px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n    \n    @media (prefers-reduced-motion: no-preference) {\n        #sh-physio-surgery-v1 .sh-spec__card { \n            opacity: 0; \n            animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; \n        }\n    }\n    @media (prefers-reduced-motion: reduce) {\n        #sh-physio-surgery-v1 .sh-spec__card { \n            opacity: 1; \n            transform: none; \n            animation: none; \n        }\n    }\n<\/style>\n\n<section id=\"sh-physio-surgery-v1\">\n    <div class=\"sh-container\">\n        \n        <div class=\"sh-spec__card\">\n            \n            <!-- Header Section -->\n            <div class=\"sh-spec__header\">\n                <div class=\"sh-spec__header-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"><\/path><\/svg>\n                <\/div>\n                <h3 class=\"sh-spec__title\">\n                    <span class=\"sh-en\">Physiotherapy After Surgery<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0628\u0639\u062f \u0627\u0644\u062c\u0631\u0627\u062d\u0629<\/span>\n                <\/h3>\n            <\/div>\n            \n            <!-- Items Grid -->\n            <div class=\"sh-spec__grid\">\n                \n                <!-- Item 1: Main Content & List -->\n                <div class=\"sh-spec__item\">\n                    <div class=\"sh-spec__item-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                    <\/div>\n                    <div class=\"sh-spec__item-content\">\n                        <h4 class=\"sh-spec__item-title\">\n                            <span class=\"sh-en\">Recovery Process<\/span>\n                            <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0639\u0627\u0641\u064a<\/span>\n                        <\/h4>\n                        \n                        <p class=\"sh-spec__item-desc sh-en\">\n                            Physiotherapy can sometimes be an important part of recovery after surgery. The purpose of rehabilitation may include:\n                        <\/p>\n                        <p class=\"sh-spec__item-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\n                            \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0623\u062d\u064a\u0627\u0646\u0627\u064b \u062c\u0632\u0621\u0627\u064b \u0645\u0647\u0645\u0627\u064b \u0645\u0646 \u0627\u0644\u062a\u0639\u0627\u0641\u064a \u0628\u0639\u062f \u0627\u0644\u062c\u0631\u0627\u062d\u0629. \u0642\u062f \u064a\u0634\u0645\u0644 \u0627\u0644\u063a\u0631\u0636 \u0645\u0646 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0645\u0627 \u064a\u0644\u064a:\n                        <\/p>\n                        \n                        <ul class=\"sh-spec__list\">\n                            <li>\n                                <span class=\"sh-en\">Restoring movement<\/span>\n                                <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u062d\u0631\u0643\u0629<\/span>\n                            <\/li>\n                            <li>\n                                <span class=\"sh-en\">Improving muscle strength<\/span>\n                                <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u062a\u062d\u0633\u064a\u0646 \u0642\u0648\u0629 \u0627\u0644\u0639\u0636\u0644\u0627\u062a<\/span>\n                            <\/li>\n                            <li>\n                                <span class=\"sh-en\">Reducing physical limitations<\/span>\n                                <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u062a\u0642\u0644\u064a\u0644 \u0627\u0644\u0642\u064a\u0648\u062f \u0627\u0644\u062c\u0633\u062f\u064a\u0629<\/span>\n                            <\/li>\n                            <li>\n                                <span class=\"sh-en\">Improving mobility<\/span>\n                                <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u0642\u062f\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062d\u0631\u0643\u0629<\/span>\n                            <\/li>\n                            <li>\n                                <span class=\"sh-en\">Regaining independence<\/span>\n                                <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0627\u0633\u062a\u0642\u0644\u0627\u0644\u064a\u0629<\/span>\n                            <\/li>\n                            <li>\n                                <span class=\"sh-en\">Returning to normal daily activities<\/span>\n                                <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u064a\u0648\u0645\u064a\u0629 \u0627\u0644\u0645\u0639\u062a\u0627\u062f\u0629<\/span>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n                <!-- Item 2: Important Disclaimer -->\n                <div class=\"sh-spec__item sh-spec__item--alert\">\n                    <div class=\"sh-spec__item-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"><\/path><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"><\/line><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"><\/line><\/svg>\n                    <\/div>\n                    <div class=\"sh-spec__item-content\">\n                        <h4 class=\"sh-spec__item-title\">\n                            <span class=\"sh-en\">Medical Recommendations<\/span>\n                            <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u062a\u0648\u0635\u064a\u0627\u062a \u0627\u0644\u0637\u0628\u064a\u0629<\/span>\n                        <\/h4>\n                        \n                        <p class=\"sh-spec__item-desc sh-en\">\n                            However, rehabilitation should follow the surgeon&#8217;s or treating doctor&#8217;s recommendations.\n                        <\/p>\n                        <p class=\"sh-spec__item-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\n                            \u0648\u0645\u0639 \u0630\u0644\u0643\u060c \u064a\u062c\u0628 \u0623\u0646 \u064a\u062a\u0628\u0639 \u0628\u0631\u0646\u0627\u0645\u062c \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u062a\u0648\u0635\u064a\u0627\u062a \u0627\u0644\u062c\u0631\u0627\u062d \u0623\u0648 \u0627\u0644\u0637\u0628\u064a\u0628 \u0627\u0644\u0645\u0639\u0627\u0644\u062c.\n                        <\/p>\n                        \n                        <span class=\"sh-spec__item-spacing\"><\/span>\n                        \n                        <p class=\"sh-spec__item-desc sh-en\">\n                            The type and timing of physiotherapy depend on the surgery, the patient&#8217;s health and the stage of recovery.\n                        <\/p>\n                        <p class=\"sh-spec__item-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\n                            \u064a\u0639\u062a\u0645\u062f \u0646\u0648\u0639 \u0648\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0639\u0644\u0649 \u0627\u0644\u062c\u0631\u0627\u062d\u0629 \u0648\u0635\u062d\u0629 \u0627\u0644\u0645\u0631\u064a\u0636 \u0648\u0645\u0631\u062d\u0644\u0629 \u0627\u0644\u062a\u0639\u0627\u0641\u064a.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n            \n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n    \/* ==========================================================================\n       SCOPED PHYSIOTHERAPY ASSESSMENT STYLES (#sh-physio-assessment-v1)\n       100% SSR Compatible | Zero CLS | Pure CSS RTL\/LTR | Astra Breakout\n       ========================================================================== *\/\n\n    #sh-physio-assessment-v1 {\n        --sh-pa-primary: #243b5a;\n        --sh-pa-accent: #138b86;\n        --sh-pa-accent-light: rgba(19, 139, 134, 0.12);\n        --sh-pa-border: #e4edf3;\n        --sh-pa-bg: #f8fbfd;\n        --sh-pa-card-bg: #ffffff;\n        --sh-pa-text-muted: #667085;\n\n        --sh-font-title-en: \"Playfair Display\", \"Instrument Serif\", serif;\n        --sh-font-body-en: \"Inter\", -apple-system, sans-serif;\n        --sh-font-ar: \"Noto Kufi Arabic\", \"Tajawal\", \"Cairo\", sans-serif;\n\n        \/* Astra Full-Width Breakout *\/\n        width: 100vw !important;\n        position: relative !important;\n        left: 50% !important;\n        right: 50% !important;\n        margin-left: -50vw !important;\n        margin-right: -50vw !important;\n        max-width: 100vw !important;\n        background-color: var(--sh-pa-bg) !important;\n        \n        \/* Prevent Horizontal Scroll *\/\n        overflow: clip !important; \n        padding: clamp(4rem, 8vw, 6rem) 0 !important;\n        box-sizing: border-box !important;\n        direction: ltr; \/* Default LTR *\/\n    }\n\n    #sh-physio-assessment-v1 *,\n    #sh-physio-assessment-v1 *::before,\n    #sh-physio-assessment-v1 *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Prevent WP auto-paragraph empty spacing *\/\n    #sh-physio-assessment-v1 p:empty, \n    #sh-physio-assessment-v1 br { \n        display: none !important; \n    }\n\n    \/* --- Container --- *\/\n    #sh-physio-assessment-v1 .sh-container {\n        width: 100% !important;\n        max-width: 1475px !important; \n        margin: 0 auto !important;\n        padding: 0 clamp(1.25rem, 4vw, 2rem) !important;\n    }\n\n    \/* --- RTL Layout Fixes --- *\/\n    html[dir=\"rtl\"] #sh-physio-assessment-v1 {\n        direction: rtl;\n    }\n    html[dir=\"rtl\"] #sh-physio-assessment-v1 .sh-pa__card {\n        text-align: right;\n    }\n    html[dir=\"rtl\"] #sh-physio-assessment-v1 .sh-pa__priority {\n        border-left: none;\n        border-right: 4px solid var(--sh-pa-accent);\n    }\n\n    \/* --- Header --- *\/\n    #sh-physio-assessment-v1 .sh-pa__header {\n        text-align: center;\n        max-width: 64rem;\n        margin: 0 auto clamp(2.5rem, 5vw, 4rem) auto;\n    }\n\n    #sh-physio-assessment-v1 .sh-pa__title {\n        font-size: clamp(2rem, 4vw, 3rem);\n        font-weight: 800;\n        color: var(--sh-pa-primary);\n        line-height: 1.15;\n        margin: 0 0 1.25rem 0;\n    }\n    #sh-physio-assessment-v1 .sh-pa__title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-physio-assessment-v1 .sh-pa__title .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-assessment-v1 .sh-pa__desc {\n        color: var(--sh-pa-text-muted);\n        font-size: clamp(1rem, 1.5vw, 1.125rem);\n        line-height: 1.7;\n        margin: 0 0 0.5rem 0;\n    }\n    #sh-physio-assessment-v1 .sh-pa__desc.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-assessment-v1 .sh-pa__desc.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Grid --- *\/\n    #sh-physio-assessment-v1 .sh-pa__grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: clamp(1.5rem, 4vw, 3rem);\n        align-items: stretch;\n    }\n    @media (min-width: 1024px) {\n        #sh-physio-assessment-v1 .sh-pa__grid {\n            grid-template-columns: 1fr 1fr; \/* Adjusted for equal weight content *\/\n        }\n    }\n\n    \/* --- Cards --- *\/\n    #sh-physio-assessment-v1 .sh-pa__card {\n        background-color: var(--sh-pa-card-bg);\n        border-radius: 1.5rem;\n        padding: clamp(1.5rem, 3vw, 2.5rem);\n        border: 1px solid var(--sh-pa-border);\n        box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);\n        text-align: left;\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n        display: flex;\n        flex-direction: column;\n    }\n    #sh-physio-assessment-v1 .sh-pa__card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 10px 20px -5px rgba(0,0,0,0.08);\n    }\n\n    #sh-physio-assessment-v1 .sh-pa__card-title {\n        font-size: clamp(1.375rem, 2.2vw, 1.75rem);\n        font-weight: 800;\n        color: var(--sh-pa-primary);\n        margin: 0 0 1.5rem 0;\n        line-height: 1.3;\n    }\n    #sh-physio-assessment-v1 .sh-pa__card-title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-physio-assessment-v1 .sh-pa__card-title .sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Lists --- *\/\n    #sh-physio-assessment-v1 .sh-pa__list {\n        display: flex;\n        flex-direction: column;\n        gap: clamp(1rem, 2vw, 1.25rem);\n        padding: 0;\n        margin: 0 0 1.5rem 0;\n        list-style: none;\n    }\n\n    #sh-physio-assessment-v1 .sh-pa__list-item {\n        display: flex;\n        align-items: center;\n        gap: 1rem;\n        color: var(--sh-pa-text-muted);\n        font-size: clamp(0.9375rem, 1.1vw, 1rem);\n        font-weight: 400;\n        line-height: 1.6;\n    }\n    #sh-physio-assessment-v1 .sh-pa__list-item .sh-en-inline { font-family: var(--sh-font-body-en); }\n    #sh-physio-assessment-v1 .sh-pa__list-item .sh-ar-inline { font-family: var(--sh-font-ar); }\n    \n    #sh-physio-assessment-v1 .sh-pa__list-item strong {\n        display: block;\n        color: var(--sh-pa-primary);\n        font-size: clamp(1.0625rem, 1.2vw, 1.125rem);\n        font-weight: 700;\n    }\n\n    \/* Professional Icon Badges *\/\n    #sh-physio-assessment-v1 .sh-pa__item-icon {\n        color: var(--sh-pa-accent);\n        background-color: var(--sh-pa-accent-light);\n        flex-shrink: 0;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        width: 2.25rem;\n        height: 2.25rem;\n        border-radius: 0.6rem;\n        box-shadow: 0 2px 4px rgba(0,0,0,0.02);\n    }\n    #sh-physio-assessment-v1 .sh-pa__item-icon svg {\n        width: 18px; \n        height: 18px;\n    }\n\n    \/* --- Right Card Elements --- *\/\n    #sh-physio-assessment-v1 .sh-pa__icon-wrap {\n        width: 3.5rem;\n        height: 3.5rem;\n        border-radius: 50%;\n        background-color: var(--sh-pa-accent-light);\n        color: var(--sh-pa-accent);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-bottom: 1.25rem;\n    }\n    #sh-physio-assessment-v1 .sh-pa__icon-wrap svg {\n        width: 1.75rem;\n        height: 1.75rem;\n    }\n\n    #sh-physio-assessment-v1 .sh-pa__card-text {\n        color: var(--sh-pa-primary);\n        font-size: clamp(1.0625rem, 1.3vw, 1.125rem);\n        line-height: 1.7;\n        margin: 0 0 1.5rem 0;\n        font-weight: 600;\n    }\n    #sh-physio-assessment-v1 .sh-pa__card-text.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-assessment-v1 .sh-pa__card-text.sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-assessment-v1 .sh-pa__priority {\n        margin-top: auto;\n        color: var(--sh-pa-primary);\n        font-weight: 600;\n        font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);\n        line-height: 1.6;\n        padding: clamp(1.25rem, 2vw, 1.5rem);\n        background-color: var(--sh-pa-accent-light);\n        border-radius: 0.75rem;\n        border-left: 4px solid var(--sh-pa-accent);\n    }\n    #sh-physio-assessment-v1 .sh-pa__priority.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-assessment-v1 .sh-pa__priority.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* ==========================================================================\n       DUAL LANGUAGE LOGIC (HARD FORCED FOR RTL\/LTR)\n       ========================================================================== *\/\n    #sh-physio-assessment-v1 .sh-en { display: block; }\n    #sh-physio-assessment-v1 .sh-ar { display: none; }\n    #sh-physio-assessment-v1 .sh-en-inline { display: flex; flex-direction: column; }\n    #sh-physio-assessment-v1 .sh-ar-inline { display: none; flex-direction: column; }\n\n    html[dir=\"rtl\"] #sh-physio-assessment-v1 .sh-en,\n    html[lang*=\"ar\"] #sh-physio-assessment-v1 .sh-en,\n    body.rtl #sh-physio-assessment-v1 .sh-en { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-assessment-v1 .sh-ar,\n    html[lang*=\"ar\"] #sh-physio-assessment-v1 .sh-ar,\n    body.rtl #sh-physio-assessment-v1 .sh-ar { \n        display: block !important; \n    }\n\n    html[dir=\"rtl\"] #sh-physio-assessment-v1 .sh-en-inline,\n    html[lang*=\"ar\"] #sh-physio-assessment-v1 .sh-en-inline,\n    body.rtl #sh-physio-assessment-v1 .sh-en-inline { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-assessment-v1 .sh-ar-inline,\n    html[lang*=\"ar\"] #sh-physio-assessment-v1 .sh-ar-inline,\n    body.rtl #sh-physio-assessment-v1 .sh-ar-inline { \n        display: flex !important; \n    }\n\n    \/* --- Animations --- *\/\n    @keyframes shFadeUp {\n        from { opacity: 0; transform: translateY(25px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n    \n    @media (prefers-reduced-motion: no-preference) {\n        #sh-physio-assessment-v1 .sh-pa__header { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }\n        #sh-physio-assessment-v1 .sh-pa__card:nth-child(1) { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.15s; }\n        #sh-physio-assessment-v1 .sh-pa__card:nth-child(2) { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.3s; }\n    }\n    @media (prefers-reduced-motion: reduce) {\n        #sh-physio-assessment-v1 .sh-pa__header,\n        #sh-physio-assessment-v1 .sh-pa__card { opacity: 1; transform: none; animation: none; }\n    }\n<\/style>\n\n<section id=\"sh-physio-assessment-v1\">\n    <div class=\"sh-container\">\n        \n        <!-- Header -->\n        <div class=\"sh-pa__header\">\n            <h2 class=\"sh-pa__title\">\n                <span class=\"sh-en\">What Happens During a Physiotherapy Assessment?<\/span>\n                <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0645\u0627\u0630\u0627 \u064a\u062d\u062f\u062b \u0623\u062b\u0646\u0627\u0621 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u061f<\/span>\n            <\/h2>\n            <p class=\"sh-pa__desc sh-en\">A physiotherapy appointment usually begins with an assessment of your condition and physical function.<\/p>\n            <p class=\"sh-pa__desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u0628\u062f\u0623 \u0645\u0648\u0639\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0639\u0627\u062f\u0629\u064b \u0628\u062a\u0642\u064a\u064a\u0645 \u0644\u062d\u0627\u0644\u062a\u0643 \u0648\u0648\u0638\u0627\u0626\u0641\u0643 \u0627\u0644\u0628\u062f\u0646\u064a\u0629.<\/p>\n        <\/div>\n\n        <!-- Grid -->\n        <div class=\"sh-pa__grid\">\n            \n            <!-- LEFT CARD: Medical History & Symptoms -->\n            <div class=\"sh-pa__card\">\n                <h3 class=\"sh-pa__card-title\">\n                    <span class=\"sh-en\">The physiotherapist may ask about:<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0642\u062f \u064a\u0633\u0623\u0644 \u0623\u062e\u0635\u0627\u0626\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0639\u0645\u0627 \u064a\u0644\u064a:<\/span>\n                <\/h3>\n                \n                <ul class=\"sh-pa__list\">\n                    <li class=\"sh-pa__list-item\">\n                        <span class=\"sh-pa__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                        <\/span> \n                        <span class=\"sh-en-inline\"><strong>Your main symptoms<\/strong><\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\"><strong>\u0627\u0644\u0623\u0639\u0631\u0627\u0636 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629<\/strong><\/span>\n                    <\/li>\n                    <li class=\"sh-pa__list-item\">\n                        <span class=\"sh-pa__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                        <\/span> \n                        <span class=\"sh-en-inline\"><strong>When the problem started<\/strong><\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\"><strong>\u0645\u062a\u0649 \u0628\u062f\u0623\u062a \u0627\u0644\u0645\u0634\u0643\u0644\u0629<\/strong><\/span>\n                    <\/li>\n                    <li class=\"sh-pa__list-item\">\n                        <span class=\"sh-pa__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                        <\/span> \n                        <span class=\"sh-en-inline\"><strong>Previous injuries<\/strong><\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\"><strong>\u0627\u0644\u0625\u0635\u0627\u0628\u0627\u062a \u0627\u0644\u0633\u0627\u0628\u0642\u0629<\/strong><\/span>\n                    <\/li>\n                    <li class=\"sh-pa__list-item\">\n                        <span class=\"sh-pa__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                        <\/span> \n                        <span class=\"sh-en-inline\"><strong>Previous surgery<\/strong><\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\"><strong>\u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u062c\u0631\u0627\u062d\u064a\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629<\/strong><\/span>\n                    <\/li>\n                    <li class=\"sh-pa__list-item\">\n                        <span class=\"sh-pa__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                        <\/span> \n                        <span class=\"sh-en-inline\"><strong>Medical conditions<\/strong><\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\"><strong>\u0627\u0644\u062d\u0627\u0644\u0627\u062a \u0627\u0644\u0637\u0628\u064a\u0629<\/strong><\/span>\n                    <\/li>\n                    <li class=\"sh-pa__list-item\">\n                        <span class=\"sh-pa__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                        <\/span> \n                        <span class=\"sh-en-inline\"><strong>Current physical activity<\/strong><\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\"><strong>\u0627\u0644\u0646\u0634\u0627\u0637 \u0627\u0644\u0628\u062f\u0646\u064a \u0627\u0644\u062d\u0627\u0644\u064a<\/strong><\/span>\n                    <\/li>\n                    <li class=\"sh-pa__list-item\">\n                        <span class=\"sh-pa__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                        <\/span> \n                        <span class=\"sh-en-inline\"><strong>Work or daily activities<\/strong><\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\"><strong>\u0627\u0644\u0639\u0645\u0644 \u0623\u0648 \u0627\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u064a\u0648\u0645\u064a\u0629<\/strong><\/span>\n                    <\/li>\n                    <li class=\"sh-pa__list-item\">\n                        <span class=\"sh-pa__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                        <\/span> \n                        <span class=\"sh-en-inline\"><strong>Activities that increase or reduce symptoms<\/strong><\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\"><strong>\u0627\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u062a\u064a \u062a\u0632\u064a\u062f \u0623\u0648 \u062a\u0642\u0644\u0644 \u0645\u0646 \u0627\u0644\u0623\u0639\u0631\u0627\u0636<\/strong><\/span>\n                    <\/li>\n                    <li class=\"sh-pa__list-item\">\n                        <span class=\"sh-pa__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                        <\/span> \n                        <span class=\"sh-en-inline\"><strong>Your rehabilitation goals<\/strong><\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\"><strong>\u0623\u0647\u062f\u0627\u0641 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643<\/strong><\/span>\n                    <\/li>\n                <\/ul>\n            <\/div>\n            \n            <!-- RIGHT CARD: Physical Assessment & Plan -->\n            <div class=\"sh-pa__card\">\n                <h3 class=\"sh-pa__card-title\">\n                    <span class=\"sh-en\">The physiotherapist may then assess areas such as:<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0642\u062f \u064a\u0642\u0648\u0645 \u0623\u062e\u0635\u0627\u0626\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0628\u0639\u062f \u0630\u0644\u0643 \u0628\u062a\u0642\u064a\u064a\u0645 \u0645\u062c\u0627\u0644\u0627\u062a \u0645\u062b\u0644:<\/span>\n                <\/h3>\n\n                <ul class=\"sh-pa__list\">\n                    <li class=\"sh-pa__list-item\">\n                        <span class=\"sh-pa__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                        <\/span> \n                        <span class=\"sh-en-inline\"><strong>Movement<\/strong><\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\"><strong>\u0627\u0644\u062d\u0631\u0643\u0629<\/strong><\/span>\n                    <\/li>\n                    <li class=\"sh-pa__list-item\">\n                        <span class=\"sh-pa__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                        <\/span> \n                        <span class=\"sh-en-inline\"><strong>Strength<\/strong><\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\"><strong>\u0627\u0644\u0642\u0648\u0629<\/strong><\/span>\n                    <\/li>\n                    <li class=\"sh-pa__list-item\">\n                        <span class=\"sh-pa__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                        <\/span> \n                        <span class=\"sh-en-inline\"><strong>Flexibility<\/strong><\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\"><strong>\u0627\u0644\u0645\u0631\u0648\u0646\u0629<\/strong><\/span>\n                    <\/li>\n                    <li class=\"sh-pa__list-item\">\n                        <span class=\"sh-pa__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                        <\/span> \n                        <span class=\"sh-en-inline\"><strong>Balance<\/strong><\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\"><strong>\u0627\u0644\u062a\u0648\u0627\u0632\u0646<\/strong><\/span>\n                    <\/li>\n                    <li class=\"sh-pa__list-item\">\n                        <span class=\"sh-pa__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                        <\/span> \n                        <span class=\"sh-en-inline\"><strong>Mobility<\/strong><\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\"><strong>\u0627\u0644\u0642\u062f\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062a\u0646\u0642\u0644<\/strong><\/span>\n                    <\/li>\n                    <li class=\"sh-pa__list-item\">\n                        <span class=\"sh-pa__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                        <\/span> \n                        <span class=\"sh-en-inline\"><strong>Physical function<\/strong><\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\"><strong>\u0627\u0644\u0648\u0638\u064a\u0641\u0629 \u0627\u0644\u0628\u062f\u0646\u064a\u0629<\/strong><\/span>\n                    <\/li>\n                <\/ul>\n\n                <div class=\"sh-pa__icon-wrap\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"><\/line><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"><\/line><\/svg>\n                <\/div>\n\n                <p class=\"sh-pa__card-text sh-en\">\n                    Based on the assessment, a rehabilitation plan may be recommended.\n                <\/p>\n                <p class=\"sh-pa__card-text sh-ar\" lang=\"ar\" dir=\"rtl\">\n                    \u0628\u0646\u0627\u0621\u064b \u0639\u0644\u0649 \u0627\u0644\u062a\u0642\u064a\u064a\u0645\u060c \u0642\u062f \u064a\u0648\u0635\u0649 \u0628\u062e\u0637\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u0623\u0647\u064a\u0644.\n                <\/p>\n\n                <div class=\"sh-pa__priority\">\n                    <span class=\"sh-en\">The number and frequency of sessions depend on the patient&#8217;s condition and response to treatment.<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u0639\u062a\u0645\u062f \u0639\u062f\u062f \u0648\u062a\u0643\u0631\u0627\u0631 \u0627\u0644\u062c\u0644\u0633\u0627\u062a \u0639\u0644\u0649 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0631\u064a\u0636 \u0648\u0627\u0633\u062a\u062c\u0627\u0628\u062a\u0647 \u0644\u0644\u0639\u0644\u0627\u062c.<\/span>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n    \/* ==========================================================================\n       SCOPED BOOK PHYSIOTHERAPY STYLES (#sh-book-physio-v1)\n       100% SSR Compatible | Zero CLS | Pure CSS RTL\/LTR | Astra Breakout\n       ========================================================================== *\/\n\n    #sh-book-physio-v1 {\n        --sh-book-primary: #243b5a;\n        --sh-book-accent: #138b86;\n        --sh-book-accent-light: rgba(19, 139, 134, 0.1);\n        --sh-book-warning: #d97706; \/* Amber 600 *\/\n        --sh-book-warning-bg: #fffbeb; \/* Amber 50 *\/\n        --sh-book-text-muted: #667085;\n        --sh-book-bg: #ffffff;\n        --sh-book-card-bg: #f8fafc;\n        --sh-book-border: #e4edf3;\n        --sh-book-border-light: #f1f5f9;\n\n        --sh-font-title-en: \"Playfair Display\", \"Instrument Serif\", serif;\n        --sh-font-body-en: \"Inter\", -apple-system, sans-serif;\n        --sh-font-ar: \"Noto Kufi Arabic\", \"Tajawal\", \"Cairo\", sans-serif;\n\n        \/* Astra Full-Width Breakout *\/\n        width: 100vw !important;\n        position: relative !important;\n        left: 50% !important;\n        right: 50% !important;\n        margin-left: -50vw !important;\n        margin-right: -50vw !important;\n        max-width: 100vw !important;\n        background-color: var(--sh-book-bg) !important;\n        \n        \/* Prevent Horizontal Scroll \/ Critical for sticky positioning *\/\n        overflow: clip !important; \n        padding: clamp(4rem, 8vw, 6rem) 0 !important;\n        box-sizing: border-box !important;\n        direction: ltr; \/* Default LTR *\/\n    }\n\n    #sh-book-physio-v1 *,\n    #sh-book-physio-v1 *::before,\n    #sh-book-physio-v1 *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Prevent WP auto-paragraph empty spacing *\/\n    #sh-book-physio-v1 p:empty, \n    #sh-book-physio-v1 br { \n        display: none !important; \n    }\n\n    \/* --- Container --- *\/\n    #sh-book-physio-v1 .sh-container {\n        width: 100% !important;\n        max-width: 1475px !important; \n        margin: 0 auto !important;\n        padding: 0 clamp(1.25rem, 4vw, 2rem) !important;\n        position: relative;\n        z-index: 10;\n    }\n\n    \/* --- RTL Layout Fixes --- *\/\n    html[dir=\"rtl\"] #sh-book-physio-v1 {\n        direction: rtl;\n    }\n    html[dir=\"rtl\"] #sh-book-physio-v1 .sh-book__header,\n    html[dir=\"rtl\"] #sh-book-physio-v1 .sh-book__card,\n    html[dir=\"rtl\"] #sh-book-physio-v1 .sh-book__footer {\n        text-align: right;\n    }\n    html[dir=\"rtl\"] #sh-book-physio-v1 .sh-book__footer {\n        border-left: none;\n        border-right: 4px solid var(--sh-book-warning);\n    }\n\n    \/* --- Layout & Mobile Reordering --- *\/\n    #sh-book-physio-v1 .sh-book__layout {\n        display: flex;\n        flex-direction: column;\n        gap: 2rem;\n    }\n\n    #sh-book-physio-v1 .sh-book__left-column {\n        display: contents; \/* Allows mobile ordering of internal sections *\/\n    }\n\n    #sh-book-physio-v1 .sh-book__header { order: 1; text-align: left; }\n    #sh-book-physio-v1 .sh-book__media  { order: 2; width: 100%; }\n    #sh-book-physio-v1 .sh-book__grid   { order: 3; width: 100%; }\n    #sh-book-physio-v1 .sh-book__footer { order: 4; width: 100%; }\n\n    html[dir=\"rtl\"] #sh-book-physio-v1 .sh-book__header { text-align: right; }\n\n    \/* Desktop Split Grid *\/\n    @media (min-width: 1024px) {\n        #sh-book-physio-v1 .sh-book__layout {\n            display: grid;\n            grid-template-columns: 1.15fr 0.85fr;\n            gap: 3.5rem;\n            align-items: start;\n        }\n        #sh-book-physio-v1 .sh-book__left-column {\n            display: block;\n            order: unset;\n        }\n        #sh-book-physio-v1 .sh-book__header,\n        #sh-book-physio-v1 .sh-book__media,\n        #sh-book-physio-v1 .sh-book__grid,\n        #sh-book-physio-v1 .sh-book__footer {\n            order: unset;\n        }\n    }\n\n    \/* --- Header --- *\/\n    #sh-book-physio-v1 .sh-book__header {\n        margin-bottom: clamp(1.5rem, 3vw, 2.5rem);\n    }\n\n    #sh-book-physio-v1 .sh-book__kicker {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.75rem;\n        color: var(--sh-book-accent);\n        font-weight: 700;\n        font-size: 0.875rem;\n        letter-spacing: 0.05em;\n        text-transform: uppercase;\n        margin-bottom: 1.25rem;\n    }\n    #sh-book-physio-v1 .sh-book__kicker-line {\n        height: 2px;\n        width: 2rem;\n        background-color: var(--sh-book-accent);\n    }\n\n    #sh-book-physio-v1 .sh-book__title {\n        font-size: clamp(2rem, 4vw, 3.25rem);\n        font-weight: 800;\n        line-height: 1.15;\n        color: var(--sh-book-primary);\n        margin: 0 0 1.25rem 0;\n    }\n    #sh-book-physio-v1 .sh-book__title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-book-physio-v1 .sh-book__title .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-book-physio-v1 .sh-book__desc {\n        color: var(--sh-book-text-muted);\n        font-size: clamp(1.0625rem, 1.5vw, 1.1875rem);\n        line-height: 1.7;\n        margin: 0;\n    }\n    #sh-book-physio-v1 .sh-book__desc.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-book-physio-v1 .sh-book__desc.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Compact Grid for 10 Items --- *\/\n    #sh-book-physio-v1 .sh-book__grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: clamp(0.875rem, 1.5vw, 1.125rem);\n    }\n    @media (min-width: 640px) {\n        #sh-book-physio-v1 .sh-book__grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n\n    \/* --- Dense Cards --- *\/\n    #sh-book-physio-v1 .sh-book__card {\n        background-color: var(--sh-book-card-bg);\n        border: 1px solid var(--sh-book-border);\n        border-radius: 1rem;\n        padding: clamp(1rem, 1.5vw, 1.25rem);\n        display: flex;\n        gap: 1rem;\n        align-items: flex-start;\n        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n        box-shadow: 0 2px 4px rgba(0,0,0,0.02);\n    }\n    #sh-book-physio-v1 .sh-book__card:hover {\n        transform: translateY(-3px);\n        box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);\n        border-color: rgba(19, 139, 134, 0.3);\n    }\n\n    #sh-book-physio-v1 .sh-book__icon {\n        width: 2.25rem;\n        height: 2.25rem;\n        flex-shrink: 0;\n        color: var(--sh-book-accent);\n        background-color: var(--sh-book-accent-light);\n        border-radius: 0.6rem;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-top: 0.125rem;\n    }\n    #sh-book-physio-v1 .sh-book__icon svg { width: 18px; height: 18px; stroke-width: 2.25; }\n\n    #sh-book-physio-v1 .sh-book__card-text {\n        color: var(--sh-book-primary);\n        font-weight: 600;\n        font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);\n        line-height: 1.5;\n        margin: 0;\n    }\n    #sh-book-physio-v1 .sh-book__card-text .sh-en-inline { font-family: var(--sh-font-body-en); }\n    #sh-book-physio-v1 .sh-book__card-text .sh-ar-inline { font-family: var(--sh-font-ar); }\n\n    \/* --- Media Image Section --- *\/\n    @media (min-width: 1024px) {\n        #sh-book-physio-v1 .sh-book__media {\n            position: sticky;\n            top: clamp(6rem, 10vh, 8rem);\n        }\n    }\n\n    #sh-book-physio-v1 .sh-book__img-wrap {\n        background-color: var(--sh-book-card-bg);\n        border: 1px solid var(--sh-book-border-light);\n        border-radius: 1.5rem;\n        overflow: hidden;\n        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 0.5rem;\n    }\n\n    #sh-book-physio-v1 .sh-book__img {\n        width: 100%;\n        height: auto;\n        border-radius: 1rem;\n        object-fit: contain;\n        display: block;\n    }\n\n    \/* --- Outro Warning Box --- *\/\n    #sh-book-physio-v1 .sh-book__footer {\n        background-color: var(--sh-book-warning-bg);\n        border-left: 4px solid var(--sh-book-warning);\n        border-radius: 1rem;\n        padding: clamp(1.25rem, 2.5vw, 1.5rem);\n        display: flex;\n        gap: 1.25rem;\n        align-items: flex-start;\n        margin-top: clamp(2rem, 4vw, 3rem);\n        box-shadow: 0 4px 6px -1px rgba(217, 119, 6, 0.05);\n    }\n\n    #sh-book-physio-v1 .sh-book__footer-icon {\n        width: 2.5rem;\n        height: 2.5rem;\n        flex-shrink: 0;\n        color: var(--sh-book-warning);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n    #sh-book-physio-v1 .sh-book__footer-icon svg { width: 100%; height: 100%; }\n\n    #sh-book-physio-v1 .sh-book__footer-text {\n        color: var(--sh-book-primary);\n        font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);\n        font-weight: 600;\n        line-height: 1.6;\n        margin: 0;\n        align-self: center;\n    }\n    #sh-book-physio-v1 .sh-book__footer-text.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-book-physio-v1 .sh-book__footer-text.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* ==========================================================================\n       DUAL LANGUAGE LOGIC (HARD FORCED FOR RTL\/LTR)\n       ========================================================================== *\/\n    #sh-book-physio-v1 .sh-en { display: block; }\n    #sh-book-physio-v1 .sh-ar { display: none; }\n    #sh-book-physio-v1 .sh-en-inline { display: inline-flex; }\n    #sh-book-physio-v1 .sh-ar-inline { display: none; }\n\n    html[dir=\"rtl\"] #sh-book-physio-v1 .sh-en,\n    html[lang*=\"ar\"] #sh-book-physio-v1 .sh-en,\n    body.rtl #sh-book-physio-v1 .sh-en { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-book-physio-v1 .sh-ar,\n    html[lang*=\"ar\"] #sh-book-physio-v1 .sh-ar,\n    body.rtl #sh-book-physio-v1 .sh-ar { \n        display: block !important; \n    }\n\n    html[dir=\"rtl\"] #sh-book-physio-v1 .sh-en-inline,\n    html[lang*=\"ar\"] #sh-book-physio-v1 .sh-en-inline,\n    body.rtl #sh-book-physio-v1 .sh-en-inline { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-book-physio-v1 .sh-ar-inline,\n    html[lang*=\"ar\"] #sh-book-physio-v1 .sh-ar-inline,\n    body.rtl #sh-book-physio-v1 .sh-ar-inline { \n        display: inline-flex !important; \n    }\n\n    \/* --- Animations --- *\/\n    @keyframes shFadeUp {\n        from { opacity: 0; transform: translateY(25px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n    \n    @media (prefers-reduced-motion: no-preference) {\n        #sh-book-physio-v1 .sh-book__header { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }\n        #sh-book-physio-v1 .sh-book__media { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.15s; }\n        \n        #sh-book-physio-v1 .sh-book__card:nth-child(1) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.10s; }\n        #sh-book-physio-v1 .sh-book__card:nth-child(2) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.15s; }\n        #sh-book-physio-v1 .sh-book__card:nth-child(3) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.20s; }\n        #sh-book-physio-v1 .sh-book__card:nth-child(4) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.25s; }\n        #sh-book-physio-v1 .sh-book__card:nth-child(5) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.30s; }\n        #sh-book-physio-v1 .sh-book__card:nth-child(6) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.35s; }\n        #sh-book-physio-v1 .sh-book__card:nth-child(7) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.40s; }\n        #sh-book-physio-v1 .sh-book__card:nth-child(8) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.45s; }\n        #sh-book-physio-v1 .sh-book__card:nth-child(9) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.50s; }\n        #sh-book-physio-v1 .sh-book__card:nth-child(10) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.55s; }\n        \n        #sh-book-physio-v1 .sh-book__footer { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.65s; }\n    }\n    @media (prefers-reduced-motion: reduce) {\n        #sh-book-physio-v1 .sh-book__header,\n        #sh-book-physio-v1 .sh-book__media,\n        #sh-book-physio-v1 .sh-book__card,\n        #sh-book-physio-v1 .sh-book__footer { opacity: 1; transform: none; animation: none; }\n    }\n<\/style>\n\n<section id=\"sh-book-physio-v1\">\n    <div class=\"sh-container\">\n        \n        <div class=\"sh-book__layout\">\n\n            <!-- LEFT COLUMN CONTENT WRAPPER -->\n            <div class=\"sh-book__left-column\">\n                \n                <!-- Header Section -->\n                <div class=\"sh-book__header\">\n                    <div class=\"sh-book__kicker\">\n                        <span class=\"sh-book__kicker-line\"><\/span>\n                        <span class=\"sh-en-inline\">Patient Guide<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u062f\u0644\u064a\u0644 \u0627\u0644\u0645\u0631\u064a\u0636<\/span>\n                    <\/div>\n\n                    <h2 class=\"sh-book__title\">\n                        <span class=\"sh-en\">When Should You Book a Physiotherapy Appointment?<\/span>\n                        <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0645\u062a\u0649 \u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u062d\u062c\u0632 \u0645\u0648\u0639\u062f \u0644\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u061f<\/span>\n                    <\/h2>\n                    \n                    <p class=\"sh-book__desc sh-en\">Consider physiotherapy assessment if you have:<\/p>\n                    <p class=\"sh-book__desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u0641\u0643\u0631 \u0641\u064a \u0625\u062c\u0631\u0627\u0621 \u062a\u0642\u064a\u064a\u0645 \u0644\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062f\u064a\u0643:<\/p>\n                <\/div>\n\n                <!-- 2-Column Responsive Grid for 10 Symptoms -->\n                <div class=\"sh-book__grid\">\n                    \n                    <!-- Item 1 -->\n                    <div class=\"sh-book__card\">\n                        <div class=\"sh-book__icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"><\/path><\/svg>\n                        <\/div>\n                        <p class=\"sh-book__card-text\">\n                            <span class=\"sh-en-inline\">Persistent back pain<\/span>\n                            <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0623\u0644\u0645 \u0645\u0633\u062a\u0645\u0631 \u0641\u064a \u0627\u0644\u0638\u0647\u0631<\/span>\n                        <\/p>\n                    <\/div>\n\n                    <!-- Item 2 -->\n                    <div class=\"sh-book__card\">\n                        <div class=\"sh-book__icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"><\/line><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"><\/line><\/svg>\n                        <\/div>\n                        <p class=\"sh-book__card-text\">\n                            <span class=\"sh-en-inline\">Neck pain or stiffness<\/span>\n                            <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0623\u0644\u0645 \u0623\u0648 \u062a\u064a\u0628\u0633 \u0641\u064a \u0627\u0644\u0631\u0642\u0628\u0629<\/span>\n                        <\/p>\n                    <\/div>\n\n                    <!-- Item 3 -->\n                    <div class=\"sh-book__card\">\n                        <div class=\"sh-book__icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 10h-1.26A8 8 0 1 0 9 20h9a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1z\"><\/path><\/svg>\n                        <\/div>\n                        <p class=\"sh-book__card-text\">\n                            <span class=\"sh-en-inline\">Joint pain<\/span>\n                            <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0623\u0644\u0645 \u0641\u064a \u0627\u0644\u0645\u0641\u0627\u0635\u0644<\/span>\n                        <\/p>\n                    <\/div>\n\n                    <!-- Item 4 -->\n                    <div class=\"sh-book__card\">\n                        <div class=\"sh-book__icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M2 12h20M2 12l5-5m-5 5l5 5\"><\/path><\/svg>\n                        <\/div>\n                        <p class=\"sh-book__card-text\">\n                            <span class=\"sh-en-inline\">Reduced mobility<\/span>\n                            <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0646\u062e\u0641\u0627\u0636 \u0627\u0644\u0642\u062f\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062d\u0631\u0643\u0629<\/span>\n                        <\/p>\n                    <\/div>\n\n                    <!-- Item 5 -->\n                    <div class=\"sh-book__card\">\n                        <div class=\"sh-book__icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"><\/polygon><\/svg>\n                        <\/div>\n                        <p class=\"sh-book__card-text\">\n                            <span class=\"sh-en-inline\">Muscle weakness<\/span>\n                            <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0636\u0639\u0641 \u0641\u064a \u0627\u0644\u0639\u0636\u0644\u0627\u062a<\/span>\n                        <\/p>\n                    <\/div>\n\n                    <!-- Item 6 -->\n                    <div class=\"sh-book__card\">\n                        <div class=\"sh-book__icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"><\/polygon><\/svg>\n                        <\/div>\n                        <p class=\"sh-book__card-text\">\n                            <span class=\"sh-en-inline\">Sports injuries<\/span>\n                            <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0625\u0635\u0627\u0628\u0627\u062a \u0631\u064a\u0627\u0636\u064a\u0629<\/span>\n                        <\/p>\n                    <\/div>\n\n                    <!-- Item 7 -->\n                    <div class=\"sh-book__card\">\n                        <div class=\"sh-book__icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M16 16s-1.5-2-4-2-4 2-4 2\"><\/path><line x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"><\/line><line x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"><\/line><\/svg>\n                        <\/div>\n                        <p class=\"sh-book__card-text\">\n                            <span class=\"sh-en-inline\">Sprains or strains<\/span>\n                            <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u062a\u0648\u0627\u0621\u0627\u062a \u0623\u0648 \u0625\u062c\u0647\u0627\u062f \u0639\u0636\u0644\u064a<\/span>\n                        <\/p>\n                    <\/div>\n\n                    <!-- Item 8 -->\n                    <div class=\"sh-book__card\">\n                        <div class=\"sh-book__icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"><\/line><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"><\/line><\/svg>\n                        <\/div>\n                        <p class=\"sh-book__card-text\">\n                            <span class=\"sh-en-inline\">Difficulty moving after an injury<\/span>\n                            <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0635\u0639\u0648\u0628\u0629 \u0641\u064a \u0627\u0644\u062d\u0631\u0643\u0629 \u0628\u0639\u062f \u0627\u0644\u0625\u0635\u0627\u0628\u0629<\/span>\n                        <\/p>\n                    <\/div>\n\n                    <!-- Item 9 -->\n                    <div class=\"sh-book__card\">\n                        <div class=\"sh-book__icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg>\n                        <\/div>\n                        <p class=\"sh-book__card-text\">\n                            <span class=\"sh-en-inline\">Reduced physical function after surgery<\/span>\n                            <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u062a\u0631\u0627\u062c\u0639 \u0627\u0644\u0648\u0638\u064a\u0641\u0629 \u0627\u0644\u0628\u062f\u0646\u064a\u0629 \u0628\u0639\u062f \u0627\u0644\u062c\u0631\u0627\u062d\u0629<\/span>\n                        <\/p>\n                    <\/div>\n\n                    <!-- Item 10 -->\n                    <div class=\"sh-book__card\">\n                        <div class=\"sh-book__icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21.5 2v6h-6M21.34 15.57a10 10 0 1 1-.57-8.38l5.67-5.67\"><\/path><\/svg>\n                        <\/div>\n                        <p class=\"sh-book__card-text\">\n                            <span class=\"sh-en-inline\">Problems returning to normal activities after an injury<\/span>\n                            <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0645\u0634\u0627\u0643\u0644 \u0641\u064a \u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u0629 \u0628\u0639\u062f \u0627\u0644\u0625\u0635\u0627\u0628\u0629<\/span>\n                        <\/p>\n                    <\/div>\n\n                <\/div>\n\n                <!-- Warning Outro Footer -->\n                <div class=\"sh-book__footer\">\n                    <div class=\"sh-book__footer-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3\"><\/path><path d=\"M12 9v4\"><\/path><path d=\"M12 17h.01\"><\/path><\/svg>\n                    <\/div>\n                    <p class=\"sh-book__footer-text sh-en\">If your symptoms developed suddenly, are severe or are associated with neurological or other serious symptoms, seek medical assessment first.<\/p>\n                    <p class=\"sh-book__footer-text sh-ar\" lang=\"ar\" dir=\"rtl\">\u0625\u0630\u0627 \u0638\u0647\u0631\u062a \u0623\u0639\u0631\u0627\u0636\u0643 \u0628\u0634\u0643\u0644 \u0645\u0641\u0627\u062c\u0626\u060c \u0623\u0648 \u0643\u0627\u0646\u062a \u0634\u062f\u064a\u062f\u0629\u060c \u0623\u0648 \u0645\u0631\u062a\u0628\u0637\u0629 \u0628\u0623\u0639\u0631\u0627\u0636 \u0639\u0635\u0628\u064a\u0629 \u0623\u0648 \u0623\u0639\u0631\u0627\u0636 \u062e\u0637\u064a\u0631\u0629 \u0623\u062e\u0631\u0649\u060c \u0641\u0627\u0637\u0644\u0628 \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0637\u0628\u064a \u0623\u0648\u0644\u0627\u064b.<\/p>\n                <\/div>\n\n            <\/div>\n\n            <!-- RIGHT MEDIA COLUMN (Sticky Desktop Image & Mobile Interleaved) -->\n            <div class=\"sh-book__media\">\n                <div class=\"sh-book__img-wrap\">\n                    <img src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/09\/Physiotherapy2.webp\" alt=\"Physiotherapy consultation and evaluation\" class=\"sh-book__img\" loading=\"lazy\" decoding=\"async\">\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/section>\n\n\n\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n    \/* ==========================================================================\n       SCOPED PHYSIOTHERAPY DURATION GUIDE STYLES (#sh-physio-duration-v1)\n       100% SSR Compatible | Zero CLS | Pure CSS RTL\/LTR | Astra Breakout\n       ========================================================================== *\/\n\n    #sh-physio-duration-v1 {\n        --sh-dur-primary: #243b5a;\n        --sh-dur-accent: #138b86;\n        --sh-dur-accent-light: rgba(19, 139, 134, 0.15);\n        --sh-dur-text-muted: #667085;\n        --sh-dur-bg: #f8fbfd;\n        --sh-dur-card-bg: #ffffff;\n        --sh-dur-border: #e4edf3;\n\n        --sh-font-title-en: \"Playfair Display\", \"Instrument Serif\", serif;\n        --sh-font-body-en: \"Inter\", -apple-system, sans-serif;\n        --sh-font-ar: \"Noto Kufi Arabic\", \"Tajawal\", \"Cairo\", sans-serif;\n\n        \/* Astra Full-Width Breakout *\/\n        width: 100vw !important;\n        position: relative !important;\n        left: 50% !important;\n        right: 50% !important;\n        margin-left: -50vw !important;\n        margin-right: -50vw !important;\n        max-width: 100vw !important;\n        background-color: var(--sh-dur-bg) !important;\n        \n        \/* Prevent Horizontal Scroll *\/\n        overflow: clip !important; \n        padding: clamp(4rem, 8vw, 6rem) 0 !important;\n        box-sizing: border-box !important;\n        direction: ltr; \/* Default LTR *\/\n    }\n\n    #sh-physio-duration-v1 *,\n    #sh-physio-duration-v1 *::before,\n    #sh-physio-duration-v1 *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Prevent WP auto-paragraph empty spacing *\/\n    #sh-physio-duration-v1 p:empty, \n    #sh-physio-duration-v1 br { \n        display: none !important; \n    }\n\n    \/* --- Container --- *\/\n    #sh-physio-duration-v1 .sh-container {\n        width: 100% !important;\n        max-width: 1475px !important; \n        margin: 0 auto !important;\n        padding: 0 clamp(1.25rem, 4vw, 2rem) !important;\n    }\n\n    \/* --- RTL Layout Fixes --- *\/\n    html[dir=\"rtl\"] #sh-physio-duration-v1 {\n        direction: rtl;\n    }\n    html[dir=\"rtl\"] #sh-physio-duration-v1 .sh-dur__card {\n        text-align: right;\n    }\n    html[dir=\"rtl\"] #sh-physio-duration-v1 .sh-dur__footer {\n        text-align: right;\n    }\n\n    \/* --- Header --- *\/\n    #sh-physio-duration-v1 .sh-dur__header {\n        text-align: center;\n        max-width: 60rem;\n        margin: 0 auto clamp(2.5rem, 5vw, 4rem) auto;\n    }\n\n    #sh-physio-duration-v1 .sh-dur__kicker {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.75rem;\n        color: var(--sh-dur-accent);\n        font-weight: 700;\n        font-size: 0.875rem;\n        letter-spacing: 0.05em;\n        text-transform: uppercase;\n        margin-bottom: 1.25rem;\n    }\n    #sh-physio-duration-v1 .sh-dur__kicker-line {\n        height: 2px;\n        width: 2rem;\n        background-color: var(--sh-dur-accent);\n    }\n\n    #sh-physio-duration-v1 .sh-dur__title {\n        font-size: clamp(2rem, 4vw, 3rem);\n        font-weight: 800;\n        line-height: 1.15;\n        color: var(--sh-dur-primary);\n        margin: 0 0 1.25rem 0;\n    }\n    #sh-physio-duration-v1 .sh-dur__title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-physio-duration-v1 .sh-dur__title .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-duration-v1 .sh-dur__intro {\n        color: var(--sh-dur-text-muted);\n        font-size: clamp(1rem, 1.5vw, 1.125rem);\n        line-height: 1.7;\n        margin: 0 0 0.5rem 0;\n    }\n    #sh-physio-duration-v1 .sh-dur__intro.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-duration-v1 .sh-dur__intro.sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-duration-v1 .sh-dur__intro-highlight {\n        color: var(--sh-dur-primary);\n        font-weight: 700;\n        font-size: clamp(1.0625rem, 1.6vw, 1.1875rem);\n        margin: 0;\n    }\n    #sh-physio-duration-v1 .sh-dur__intro-highlight.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-duration-v1 .sh-dur__intro-highlight.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Grid Layout --- *\/\n    #sh-physio-duration-v1 .sh-dur__grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: clamp(1.25rem, 2.5vw, 2rem);\n        max-width: 78rem;\n        margin: 0 auto clamp(2.5rem, 5vw, 3.5rem) auto;\n    }\n\n    \/* --- Cards --- *\/\n    #sh-physio-duration-v1 .sh-dur__card {\n        display: flex;\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 1.25rem;\n        background-color: var(--sh-dur-card-bg);\n        padding: clamp(1.5rem, 3vw, 2rem);\n        border-radius: 1rem;\n        border: 1px solid var(--sh-dur-border);\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);\n        text-align: left;\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    #sh-physio-duration-v1 .sh-dur__card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);\n        border-color: rgba(19, 139, 134, 0.3);\n    }\n\n    #sh-physio-duration-v1 .sh-dur__icon {\n        width: 3rem;\n        height: 3rem;\n        flex-shrink: 0;\n        border-radius: 50%;\n        background-color: var(--sh-dur-accent-light);\n        color: var(--sh-dur-accent);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n    #sh-physio-duration-v1 .sh-dur__icon svg { width: 20px; height: 20px; stroke-width: 2.2; }\n\n    #sh-physio-duration-v1 .sh-dur__card-content {\n        display: flex;\n        flex-direction: column;\n        gap: 0.5rem;\n    }\n\n    #sh-physio-duration-v1 .sh-dur__card-title {\n        font-size: clamp(1.125rem, 1.5vw, 1.25rem);\n        font-weight: 800;\n        line-height: 1.4;\n        color: var(--sh-dur-primary);\n        margin: 0;\n    }\n    #sh-physio-duration-v1 .sh-dur__card-title .sh-en-inline { font-family: var(--sh-font-title-en); }\n    #sh-physio-duration-v1 .sh-dur__card-title .sh-ar-inline { font-family: var(--sh-font-ar); }\n\n    #sh-physio-duration-v1 .sh-dur__card-desc {\n        color: var(--sh-dur-text-muted);\n        font-size: clamp(0.9375rem, 1.2vw, 1rem);\n        line-height: 1.6;\n        margin: 0;\n    }\n    #sh-physio-duration-v1 .sh-dur__card-desc .sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-duration-v1 .sh-dur__card-desc .sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Footer Box --- *\/\n    #sh-physio-duration-v1 .sh-dur__footer {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        gap: 1.25rem;\n        background-color: var(--sh-dur-card-bg);\n        padding: clamp(1.5rem, 3vw, 2rem);\n        border-radius: 1.25rem;\n        border: 1px solid var(--sh-dur-border);\n        box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);\n        max-width: 64rem;\n        margin: 0 auto;\n        text-align: center;\n    }\n    @media (min-width: 768px) {\n        #sh-physio-duration-v1 .sh-dur__footer {\n            flex-direction: row;\n            text-align: left;\n        }\n    }\n\n    #sh-physio-duration-v1 .sh-dur__footer-icon {\n        width: 3.5rem;\n        height: 3.5rem;\n        flex-shrink: 0;\n        border-radius: 50%;\n        background-color: var(--sh-dur-accent-light);\n        color: var(--sh-dur-accent);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n    #sh-physio-duration-v1 .sh-dur__footer-icon svg { width: 24px; height: 24px; stroke-width: 2; }\n\n    #sh-physio-duration-v1 .sh-dur__footer-text {\n        color: var(--sh-dur-text-muted);\n        font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);\n        line-height: 1.7;\n        font-weight: 500;\n        margin: 0;\n    }\n    #sh-physio-duration-v1 .sh-dur__footer-text.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-duration-v1 .sh-dur__footer-text.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* ==========================================================================\n       DUAL LANGUAGE LOGIC (HARD FORCED FOR RTL\/LTR)\n       ========================================================================== *\/\n    #sh-physio-duration-v1 .sh-en { display: block; }\n    #sh-physio-duration-v1 .sh-ar { display: none; }\n    #sh-physio-duration-v1 .sh-en-inline { display: inline-flex; }\n    #sh-physio-duration-v1 .sh-ar-inline { display: none; }\n\n    html[dir=\"rtl\"] #sh-physio-duration-v1 .sh-en,\n    html[lang*=\"ar\"] #sh-physio-duration-v1 .sh-en,\n    body.rtl #sh-physio-duration-v1 .sh-en { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-duration-v1 .sh-ar,\n    html[lang*=\"ar\"] #sh-physio-duration-v1 .sh-ar,\n    body.rtl #sh-physio-duration-v1 .sh-ar { \n        display: block !important; \n    }\n\n    html[dir=\"rtl\"] #sh-physio-duration-v1 .sh-en-inline,\n    html[lang*=\"ar\"] #sh-physio-duration-v1 .sh-en-inline,\n    body.rtl #sh-physio-duration-v1 .sh-en-inline { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-duration-v1 .sh-ar-inline,\n    html[lang*=\"ar\"] #sh-physio-duration-v1 .sh-ar-inline,\n    body.rtl #sh-physio-duration-v1 .sh-ar-inline { \n        display: inline-flex !important; \n    }\n\n    \/* --- Animations --- *\/\n    @keyframes shFadeUp {\n        from { opacity: 0; transform: translateY(25px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n    \n    @media (prefers-reduced-motion: no-preference) {\n        #sh-physio-duration-v1 .sh-dur__header { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }\n        #sh-physio-duration-v1 .sh-dur__card { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }\n        #sh-physio-duration-v1 .sh-dur__card:nth-child(1) { animation-delay: 0.10s; }\n        #sh-physio-duration-v1 .sh-dur__card:nth-child(2) { animation-delay: 0.15s; }\n        #sh-physio-duration-v1 .sh-dur__card:nth-child(3) { animation-delay: 0.20s; }\n        #sh-physio-duration-v1 .sh-dur__card:nth-child(4) { animation-delay: 0.25s; }\n        #sh-physio-duration-v1 .sh-dur__card:nth-child(5) { animation-delay: 0.30s; }\n        #sh-physio-duration-v1 .sh-dur__card:nth-child(6) { animation-delay: 0.35s; }\n        #sh-physio-duration-v1 .sh-dur__card:nth-child(7) { animation-delay: 0.40s; }\n        #sh-physio-duration-v1 .sh-dur__card:nth-child(8) { animation-delay: 0.45s; }\n        #sh-physio-duration-v1 .sh-dur__footer { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.50s; }\n    }\n    @media (prefers-reduced-motion: reduce) {\n        #sh-physio-duration-v1 .sh-dur__header,\n        #sh-physio-duration-v1 .sh-dur__card,\n        #sh-physio-duration-v1 .sh-dur__footer { opacity: 1; transform: none; animation: none; }\n    }\n<\/style>\n\n<section id=\"sh-physio-duration-v1\">\n    <div class=\"sh-container\">\n        \n        <!-- Header Section -->\n        <div class=\"sh-dur__header\">\n            <div class=\"sh-dur__kicker\">\n                <span class=\"sh-dur__kicker-line\"><\/span>\n                <span class=\"sh-en-inline\">Treatment Duration<\/span>\n                <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0645\u062f\u0629 \u0627\u0644\u0639\u0644\u0627\u062c<\/span>\n            <\/div>\n            \n            <h2 class=\"sh-dur__title\">\n                <span class=\"sh-en\">How Long Does Physiotherapy Take?<\/span>\n                <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0643\u0645 \u064a\u0633\u062a\u063a\u0631\u0642 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u061f<\/span>\n            <\/h2>\n            \n            <p class=\"sh-dur__intro sh-en\">There is no single treatment duration that applies to every patient.<\/p>\n            <p class=\"sh-dur__intro sh-ar\" lang=\"ar\" dir=\"rtl\">\u0644\u0627 \u062a\u0648\u062c\u062f \u0645\u062f\u0629 \u0639\u0644\u0627\u062c \u0648\u0627\u062d\u062f\u0629 \u062a\u0646\u0637\u0628\u0642 \u0639\u0644\u0649 \u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u0631\u0636\u0649.<\/p>\n            \n            <p class=\"sh-dur__intro-highlight sh-en\">Recovery time depends on several key factors:<\/p>\n            <p class=\"sh-dur__intro-highlight sh-ar\" lang=\"ar\" dir=\"rtl\">\u062a\u0639\u062a\u0645\u062f \u0641\u062a\u0631\u0629 \u0627\u0644\u062a\u0639\u0627\u0641\u064a \u0639\u0644\u0649 \u0639\u062f\u0629 \u0639\u0648\u0627\u0645\u0644 \u0631\u0626\u064a\u0633\u064a\u0629:<\/p>\n        <\/div>\n\n        <!-- Grid Items (8 Cards for Factors) -->\n        <div class=\"sh-dur__grid\">\n            <!-- Item 1: Underlying Condition -->\n            <div class=\"sh-dur__card\">\n                <div class=\"sh-dur__icon\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"><\/path><\/svg>\n                <\/div>\n                <div class=\"sh-dur__card-content\">\n                    <h4 class=\"sh-dur__card-title\">\n                        <span class=\"sh-en-inline\">Underlying Condition<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u062d\u0627\u0644\u0629 \u0627\u0644\u0643\u0627\u0645\u0646\u0629<\/span>\n                    <\/h4>\n                    <p class=\"sh-dur__card-desc sh-en\">The specific diagnosis or nature of the health issue directly impacts the recovery timeline.<\/p>\n                    <p class=\"sh-dur__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u062a\u0624\u062b\u0631 \u0637\u0628\u064a\u0639\u0629 \u0627\u0644\u062a\u0634\u062e\u064a\u0635 \u0623\u0648 \u0646\u0648\u0639 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0627\u0644\u0635\u062d\u064a\u0629 \u0627\u0644\u0645\u062d\u062f\u062f\u0629 \u0628\u0634\u0643\u0644 \u0645\u0628\u0627\u0634\u0631 \u0639\u0644\u0649 \u0627\u0644\u062c\u062f\u0648\u0644 \u0627\u0644\u0632\u0645\u0646\u064a \u0644\u0644\u062a\u0639\u0627\u0641\u064a.<\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- Item 2: Severity of the Problem -->\n            <div class=\"sh-dur__card\">\n                <div class=\"sh-dur__icon\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"><\/line><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"><\/line><\/svg>\n                <\/div>\n                <div class=\"sh-dur__card-content\">\n                    <h4 class=\"sh-dur__card-title\">\n                        <span class=\"sh-en-inline\">Severity of the Problem<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0634\u062f\u0629 \u0627\u0644\u0645\u0634\u0643\u0644\u0629<\/span>\n                    <\/h4>\n                    <p class=\"sh-dur__card-desc sh-en\">Minor injuries often resolve faster than complex, severe, or long-standing structural issues.<\/p>\n                    <p class=\"sh-dur__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u063a\u0627\u0644\u0628\u0627\u064b \u0645\u0627 \u062a\u062a\u0639\u0627\u0641\u0649 \u0627\u0644\u0625\u0635\u0627\u0628\u0627\u062a \u0627\u0644\u0628\u0633\u064a\u0637\u0629 \u0623\u0633\u0631\u0639 \u0645\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0627\u062a \u0627\u0644\u0647\u064a\u0643\u0644\u064a\u0629 \u0627\u0644\u0645\u0639\u0642\u062f\u0629 \u0623\u0648 \u0627\u0644\u0634\u062f\u064a\u062f\u0629.<\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- Item 3: Duration of Symptoms -->\n            <div class=\"sh-dur__card\">\n                <div class=\"sh-dur__icon\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><polyline points=\"12 6 12 12 16 14\"><\/polyline><\/svg>\n                <\/div>\n                <div class=\"sh-dur__card-content\">\n                    <h4 class=\"sh-dur__card-title\">\n                        <span class=\"sh-en-inline\">Duration of Symptoms<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0645\u062f\u0629 \u0638\u0647\u0648\u0631 \u0627\u0644\u0623\u0639\u0631\u0627\u0636<\/span>\n                    <\/h4>\n                    <p class=\"sh-dur__card-desc sh-en\">Chronic or longstanding pain generally requires a longer course of rehabilitation than acute conditions.<\/p>\n                    <p class=\"sh-dur__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u062a\u062a\u0637\u0644\u0628 \u0627\u0644\u0622\u0644\u0627\u0645 \u0627\u0644\u0645\u0632\u0645\u0646\u0629 \u0627\u0644\u0645\u0645\u062a\u062f\u0629 \u0644\u0641\u062a\u0631\u0629 \u0637\u0648\u064a\u0644\u0629 \u0628\u0631\u0646\u0627\u0645\u062c \u062a\u0623\u0647\u064a\u0644 \u0623\u0637\u0648\u0644 \u0645\u0642\u0627\u0631\u0646\u0629 \u0628\u0627\u0644\u062d\u0627\u0644\u0627\u062a \u0627\u0644\u062d\u0627\u062f\u0629 \u0627\u0644\u062d\u062f\u064a\u062b\u0629.<\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- Item 4: Age and General Health -->\n            <div class=\"sh-dur__card\">\n                <div class=\"sh-dur__icon\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l8.72-8.72 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                <\/div>\n                <div class=\"sh-dur__card-content\">\n                    <h4 class=\"sh-dur__card-title\">\n                        <span class=\"sh-en-inline\">Age &#038; General Health<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0639\u0645\u0631 \u0648\u0627\u0644\u0635\u062d\u0629 \u0627\u0644\u0639\u0627\u0645\u0629<\/span>\n                    <\/h4>\n                    <p class=\"sh-dur__card-desc sh-en\">Overall physical fitness, metabolic health, and age play an integral role in tissue healing speed.<\/p>\n                    <p class=\"sh-dur__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u062a\u0644\u0639\u0628 \u0627\u0644\u0644\u064a\u0627\u0642\u0629 \u0627\u0644\u0628\u062f\u0646\u064a\u0629 \u0648\u0627\u0644\u0635\u062d\u0629 \u0627\u0644\u0639\u0627\u0645\u0629 \u0648\u0627\u0644\u0639\u0645\u0631 \u062f\u0648\u0631\u0627\u064b \u0623\u0633\u0627\u0633\u064a\u0627\u064b \u0641\u064a \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0626\u0627\u0645 \u0627\u0644\u0623\u0646\u0633\u062c\u0629 \u0648\u062a\u0639\u0627\u0641\u064a\u0647\u0627.<\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- Item 5: Physical Activity -->\n            <div class=\"sh-dur__card\">\n                <div class=\"sh-dur__icon\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"><\/path><\/svg>\n                <\/div>\n                <div class=\"sh-dur__card-content\">\n                    <h4 class=\"sh-dur__card-title\">\n                        <span class=\"sh-en-inline\">Physical Activity<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0646\u0634\u0627\u0637 \u0627\u0644\u0628\u062f\u0646\u064a<\/span>\n                    <\/h4>\n                    <p class=\"sh-dur__card-desc sh-en\">Baseline activity levels and daily physical demands guide the depth and duration of recovery required.<\/p>\n                    <p class=\"sh-dur__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u062a\u062d\u062f\u062f \u0645\u0633\u062a\u0648\u064a\u0627\u062a \u0627\u0644\u0646\u0634\u0627\u0637 \u0627\u0644\u064a\u0648\u0645\u064a\u0629 \u0648\u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0628\u062f\u0646\u064a\u0629 \u0645\u062f\u0649 \u0648\u0639\u0645\u0642 \u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0627\u0644\u0645\u0637\u0644\u0648\u0628.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Item 6: Previous Injuries or Surgery -->\n            <div class=\"sh-dur__card\">\n                <div class=\"sh-dur__icon\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\"><\/line><line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"><\/line><\/svg>\n                <\/div>\n                <div class=\"sh-dur__card-content\">\n                    <h4 class=\"sh-dur__card-title\">\n                        <span class=\"sh-en-inline\">Previous Injuries or Surgery<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0625\u0635\u0627\u0628\u0627\u062a \u0623\u0648 \u0627\u0644\u062c\u0631\u0627\u062d\u0627\u062a \u0627\u0644\u0633\u0627\u0628\u0642\u0629<\/span>\n                    <\/h4>\n                    <p class=\"sh-dur__card-desc sh-en\">Surgical history or prior micro-traumas can alter biomechanics and influence overall treatment duration.<\/p>\n                    <p class=\"sh-dur__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u0645\u0643\u0646 \u0644\u0644\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u062c\u0631\u0627\u062d\u064a \u0623\u0648 \u0627\u0644\u0625\u0635\u0627\u0628\u0627\u062a \u0627\u0644\u0633\u0627\u0628\u0642\u0629 \u0623\u0646 \u062a\u0624\u062b\u0631 \u0639\u0644\u0649 \u062d\u0631\u0643\u0629 \u0627\u0644\u062c\u0633\u0645 \u0648\u062a\u0632\u064a\u062f \u0645\u0646 \u0645\u062f\u0629 \u0627\u0644\u0639\u0644\u0627\u062c.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Item 7: Program Consistency -->\n            <div class=\"sh-dur__card\">\n                <div class=\"sh-dur__icon\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"><\/path><polyline points=\"22 4 12 14.01 9 11.01\"><\/polyline><\/svg>\n                <\/div>\n                <div class=\"sh-dur__card-content\">\n                    <h4 class=\"sh-dur__card-title\">\n                        <span class=\"sh-en-inline\">Rehabilitation Consistency<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0627\u0644\u062a\u0632\u0627\u0645 \u0628\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0623\u0647\u064a\u0644<\/span>\n                    <\/h4>\n                    <p class=\"sh-dur__card-desc sh-en\">Regular attendance and consistent adherence to home exercises are essential for steady progress.<\/p>\n                    <p class=\"sh-dur__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0645 \u0641\u064a \u0627\u0644\u062c\u0644\u0633\u0627\u062a \u0648\u0627\u0644\u0627\u0644\u062a\u0632\u0627\u0645 \u0628\u0627\u0644\u062a\u0645\u0627\u0631\u064a\u0646 \u0627\u0644\u0645\u0646\u0632\u0644\u064a\u0629 \u0623\u0645\u0631\u0627\u0646 \u062d\u0627\u0633\u0645\u0627\u0646 \u0644\u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u062a\u0642\u062f\u0645 \u0627\u0644\u0645\u0633\u062a\u0645\u0631.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Item 8: Response to Treatment -->\n            <div class=\"sh-dur__card\">\n                <div class=\"sh-dur__icon\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"><\/polyline><polyline points=\"17 6 23 6 23 12\"><\/polyline><\/svg>\n                <\/div>\n                <div class=\"sh-dur__card-content\">\n                    <h4 class=\"sh-dur__card-title\">\n                        <span class=\"sh-en-inline\">Response to Treatment<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0627\u0644\u0641\u0631\u062f\u064a\u0629 \u0644\u0644\u0639\u0644\u0627\u062c<\/span>\n                    <\/h4>\n                    <p class=\"sh-dur__card-desc sh-en\">Every individual adapts to therapy, manual techniques, and targeted exercises at their own unique pace.<\/p>\n                    <p class=\"sh-dur__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u062a\u0643\u064a\u0641 \u0643\u0644 \u062c\u0633\u0645 \u0645\u0639 \u0627\u0644\u062c\u0644\u0633\u0627\u062a \u0648\u0627\u0644\u062a\u0642\u0646\u064a\u0627\u062a \u0648\u0627\u0644\u062a\u0645\u0627\u0631\u064a\u0646 \u0627\u0644\u0639\u0644\u0627\u062c\u064a\u0629 \u0628\u0645\u0639\u062f\u0644 \u0641\u0631\u064a\u062f \u062e\u0627\u0635 \u0628\u0647.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Footer Note -->\n        <div class=\"sh-dur__footer\">\n            <div class=\"sh-dur__footer-icon\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"><\/line><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"><\/line><\/svg>\n            <\/div>\n            <p class=\"sh-dur__footer-text sh-en\">Some patients may need only a limited number of sessions, while others require longer rehabilitation. Your physiotherapist can discuss expected treatment frequency and progress after assessing your condition.<\/p>\n            <p class=\"sh-dur__footer-text sh-ar\" lang=\"ar\" dir=\"rtl\">\u0642\u062f \u064a\u062d\u062a\u0627\u062c \u0628\u0639\u0636 \u0627\u0644\u0645\u0631\u0636\u0649 \u0625\u0644\u0649 \u0639\u062f\u062f \u0645\u062d\u062f\u0648\u062f \u0641\u0642\u0637 \u0645\u0646 \u0627\u0644\u062c\u0644\u0633\u0627\u062a\u060c \u0628\u064a\u0646\u0645\u0627 \u0642\u062f \u064a\u062d\u062a\u0627\u062c \u0622\u062e\u0631\u0648\u0646 \u0625\u0644\u0649 \u0641\u062a\u0631\u0629 \u062a\u0623\u0647\u064a\u0644 \u0623\u0637\u0648\u0644. \u064a\u0645\u0643\u0646 \u0644\u0623\u062e\u0635\u0627\u0626\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0645\u0646\u0627\u0642\u0634\u0629 \u0648\u062a\u064a\u0631\u0629 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0645\u062a\u0648\u0642\u0639\u0629 \u0648\u0627\u0644\u062a\u0642\u062f\u0645 \u0628\u0639\u062f \u062a\u0642\u064a\u064a\u0645 \u062d\u0627\u0644\u062a\u0643.<\/p>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n\n\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n    \/* ==========================================================================\n       SCOPED WHY CHOOSE SHEFA STYLES (#sh-choose-shefa-v1)\n       100% SSR Compatible | Zero CLS | Pure CSS RTL\/LTR | Astra Breakout\n       ========================================================================== *\/\n\n    #sh-choose-shefa-v1 {\n        --sh-shefa-primary: #243b5a;\n        --sh-shefa-accent: #138b86;\n        --sh-shefa-accent-dark: #0e6c68;\n        --sh-shefa-accent-light: rgba(19, 139, 134, 0.1);\n        --sh-shefa-text-muted: #667085;\n        --sh-shefa-bg: #ffffff;\n        --sh-shefa-box-bg: #f8fbfd;\n        --sh-shefa-border: #e4edf3;\n\n        --sh-font-title-en: \"Playfair Display\", \"Instrument Serif\", serif;\n        --sh-font-body-en: \"Inter\", -apple-system, sans-serif;\n        --sh-font-ar: \"Noto Kufi Arabic\", \"Tajawal\", \"Cairo\", sans-serif;\n\n        \/* Astra Full-Width Breakout Hack *\/\n        width: 100vw !important;\n        position: relative !important;\n        left: 50% !important;\n        right: 50% !important;\n        margin-left: -50vw !important;\n        margin-right: -50vw !important;\n        max-width: 100vw !important;\n        background-color: var(--sh-shefa-bg) !important;\n        \n        overflow: clip !important; \n        padding: clamp(4rem, 8vw, 6rem) 0 !important;\n        box-sizing: border-box !important;\n        direction: ltr; \/* Default LTR *\/\n    }\n\n    #sh-choose-shefa-v1 *,\n    #sh-choose-shefa-v1 *::before,\n    #sh-choose-shefa-v1 *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Prevent WP auto-paragraph empty spacing *\/\n    #sh-choose-shefa-v1 p:empty, \n    #sh-choose-shefa-v1 br { \n        display: none !important; \n    }\n\n    \/* --- Container --- *\/\n    #sh-choose-shefa-v1 .sh-container {\n        width: 100% !important;\n        max-width: 1475px !important; \n        margin: 0 auto !important;\n        padding: 0 clamp(1.25rem, 4vw, 2rem) !important;\n        position: relative;\n        z-index: 10;\n    }\n\n    \/* --- RTL Layout Fixes --- *\/\n    html[dir=\"rtl\"] #sh-choose-shefa-v1 {\n        direction: rtl;\n    }\n    html[dir=\"rtl\"] #sh-choose-shefa-v1 .sh-shefa__card {\n        text-align: right;\n    }\n    html[dir=\"rtl\"] #sh-choose-shefa-v1 .sh-shefa__footer {\n        text-align: right;\n    }\n\n    \/* --- Header --- *\/\n    #sh-choose-shefa-v1 .sh-shefa__header {\n        text-align: center;\n        max-width: 64rem; \/* 1024px *\/\n        margin: 0 auto clamp(2.5rem, 5vw, 4rem) auto;\n    }\n\n    #sh-choose-shefa-v1 .sh-shefa__kicker {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.75rem;\n        color: var(--sh-shefa-accent);\n        font-weight: 700;\n        font-size: 0.875rem;\n        letter-spacing: 0.05em;\n        text-transform: uppercase;\n        margin-bottom: 1.25rem;\n    }\n    #sh-choose-shefa-v1 .sh-shefa__kicker-line {\n        height: 2px;\n        width: 2rem;\n        background-color: var(--sh-shefa-accent);\n    }\n\n    #sh-choose-shefa-v1 .sh-shefa__title {\n        font-size: clamp(2rem, 4vw, 3rem);\n        font-weight: 800;\n        line-height: 1.15;\n        color: var(--sh-shefa-primary);\n        margin: 0 0 1.25rem 0;\n    }\n    #sh-choose-shefa-v1 .sh-shefa__title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-choose-shefa-v1 .sh-shefa__title .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-choose-shefa-v1 .sh-shefa__intro {\n        color: var(--sh-shefa-text-muted);\n        font-size: clamp(1rem, 1.5vw, 1.125rem);\n        line-height: 1.7;\n        margin: 0;\n    }\n    #sh-choose-shefa-v1 .sh-shefa__intro.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-choose-shefa-v1 .sh-shefa__intro.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Grid Cards --- *\/\n    #sh-choose-shefa-v1 .sh-shefa__grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n        gap: clamp(1.25rem, 2.5vw, 2rem);\n        max-width: 80rem; \/* 1280px *\/\n        margin: 0 auto;\n    }\n\n    #sh-choose-shefa-v1 .sh-shefa__card {\n        background-color: var(--sh-shefa-box-bg);\n        border: 1px solid var(--sh-shefa-border);\n        border-radius: 1rem;\n        padding: clamp(1.5rem, 3vw, 2rem);\n        box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03);\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n        display: flex;\n        flex-direction: column;\n        align-items: flex-start;\n        text-align: left;\n    }\n    #sh-choose-shefa-v1 .sh-shefa__card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05), 0 4px 6px -2px rgba(0,0,0,0.025);\n        border-color: rgba(19, 139, 134, 0.3);\n    }\n\n    #sh-choose-shefa-v1 .sh-shefa__card-icon {\n        width: 3.5rem;\n        height: 3.5rem;\n        border-radius: 50%;\n        background-color: var(--sh-shefa-accent-light);\n        color: var(--sh-shefa-accent);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-bottom: 1.25rem;\n    }\n    #sh-choose-shefa-v1 .sh-shefa__card-icon svg {\n        width: 24px;\n        height: 24px;\n        stroke-width: 2;\n    }\n\n    #sh-choose-shefa-v1 .sh-shefa__card-title {\n        font-weight: 800;\n        font-size: clamp(1.125rem, 1.5vw, 1.25rem);\n        color: var(--sh-shefa-primary);\n        line-height: 1.3;\n        margin: 0 0 0.75rem 0;\n    }\n    #sh-choose-shefa-v1 .sh-shefa__card-title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-choose-shefa-v1 .sh-shefa__card-title .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-choose-shefa-v1 .sh-shefa__card-desc {\n        color: var(--sh-shefa-text-muted);\n        font-size: clamp(0.9375rem, 1.2vw, 1rem);\n        line-height: 1.6;\n        margin: 0;\n    }\n    #sh-choose-shefa-v1 .sh-shefa__card-desc .sh-en { font-family: var(--sh-font-body-en); }\n    #sh-choose-shefa-v1 .sh-shefa__card-desc .sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Location Box (Footer) --- *\/\n    #sh-choose-shefa-v1 .sh-shefa__footer {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        gap: 1.25rem;\n        background-color: var(--sh-shefa-accent);\n        color: #ffffff;\n        padding: clamp(1.5rem, 3vw, 2rem);\n        border-radius: 1.25rem;\n        margin: clamp(2.5rem, 5vw, 4rem) auto 0 auto;\n        max-width: 64rem;\n        text-align: center;\n        box-shadow: 0 10px 25px -5px rgba(19, 139, 134, 0.2);\n    }\n    @media (min-width: 768px) {\n        #sh-choose-shefa-v1 .sh-shefa__footer {\n            flex-direction: row;\n            text-align: left;\n        }\n    }\n\n    #sh-choose-shefa-v1 .sh-shefa__footer-icon {\n        width: 3.5rem;\n        height: 3.5rem;\n        border-radius: 50%;\n        background-color: rgba(255, 255, 255, 0.2);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n    }\n    #sh-choose-shefa-v1 .sh-shefa__footer-icon svg {\n        width: 28px;\n        height: 28px;\n    }\n\n    #sh-choose-shefa-v1 .sh-shefa__footer-content {\n        display: flex;\n        flex-direction: column;\n        gap: 0.35rem;\n    }\n\n    #sh-choose-shefa-v1 .sh-shefa__footer-title {\n        font-weight: 800;\n        font-size: clamp(1.125rem, 1.5vw, 1.25rem);\n        margin: 0;\n    }\n    #sh-choose-shefa-v1 .sh-shefa__footer-title.sh-en { font-family: var(--sh-font-title-en); }\n    #sh-choose-shefa-v1 .sh-shefa__footer-title.sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-choose-shefa-v1 .sh-shefa__footer-text {\n        font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);\n        line-height: 1.6;\n        margin: 0;\n        opacity: 0.9;\n    }\n    #sh-choose-shefa-v1 .sh-shefa__footer-text.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-choose-shefa-v1 .sh-shefa__footer-text.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* ==========================================================================\n       DUAL LANGUAGE LOGIC (HARD FORCED FOR RTL\/LTR)\n       ========================================================================== *\/\n    #sh-choose-shefa-v1 .sh-en { display: block; }\n    #sh-choose-shefa-v1 .sh-ar { display: none; }\n    #sh-choose-shefa-v1 .sh-en-inline { display: inline-flex; }\n    #sh-choose-shefa-v1 .sh-ar-inline { display: none; }\n\n    html[dir=\"rtl\"] #sh-choose-shefa-v1 .sh-en,\n    html[lang*=\"ar\"] #sh-choose-shefa-v1 .sh-en,\n    body.rtl #sh-choose-shefa-v1 .sh-en { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-choose-shefa-v1 .sh-ar,\n    html[lang*=\"ar\"] #sh-choose-shefa-v1 .sh-ar,\n    body.rtl #sh-choose-shefa-v1 .sh-ar { \n        display: block !important; \n    }\n\n    html[dir=\"rtl\"] #sh-choose-shefa-v1 .sh-en-inline,\n    html[lang*=\"ar\"] #sh-choose-shefa-v1 .sh-en-inline,\n    body.rtl #sh-choose-shefa-v1 .sh-en-inline { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-choose-shefa-v1 .sh-ar-inline,\n    html[lang*=\"ar\"] #sh-choose-shefa-v1 .sh-ar-inline,\n    body.rtl #sh-choose-shefa-v1 .sh-ar-inline { \n        display: inline-flex !important; \n    }\n\n    \/* --- Animations --- *\/\n    @keyframes shFadeUp {\n        from { opacity: 0; transform: translateY(25px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n    \n    @media (prefers-reduced-motion: no-preference) {\n        #sh-choose-shefa-v1 .sh-shefa__header { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }\n        \n        #sh-choose-shefa-v1 .sh-shefa__card:nth-child(1) { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.10s; }\n        #sh-choose-shefa-v1 .sh-shefa__card:nth-child(2) { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.15s; }\n        #sh-choose-shefa-v1 .sh-shefa__card:nth-child(3) { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.20s; }\n        #sh-choose-shefa-v1 .sh-shefa__card:nth-child(4) { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.25s; }\n        #sh-choose-shefa-v1 .sh-shefa__card:nth-child(5) { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.30s; }\n        \n        #sh-choose-shefa-v1 .sh-shefa__footer { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.40s; }\n    }\n    @media (prefers-reduced-motion: reduce) {\n        #sh-choose-shefa-v1 .sh-shefa__header,\n        #sh-choose-shefa-v1 .sh-shefa__card,\n        #sh-choose-shefa-v1 .sh-shefa__footer { opacity: 1; transform: none; animation: none; }\n    }\n<\/style>\n\n<section id=\"sh-choose-shefa-v1\">\n    <div class=\"sh-container\">\n        \n        <!-- Header -->\n        <div class=\"sh-shefa__header\">\n            <div class=\"sh-shefa__kicker\">\n                <span class=\"sh-shefa__kicker-line\"><\/span>\n                <span class=\"sh-en-inline\">Patient Guide<\/span>\n                <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u062f\u0644\u064a\u0644 \u0627\u0644\u0645\u0631\u064a\u0636<\/span>\n            <\/div>\n            \n            <h2 class=\"sh-shefa__title\">\n                <span class=\"sh-en\">How to Choose a Physiotherapist in Makkah<\/span>\n                <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0643\u064a\u0641 \u062a\u062e\u062a\u0627\u0631 \u0623\u062e\u0635\u0627\u0626\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0641\u064a \u0645\u0643\u0629<\/span>\n            <\/h2>\n            \n            <p class=\"sh-shefa__intro sh-en\">If you are searching for the best physiotherapist in Makkah, don&#8217;t choose based only on online rankings. Consider the following:<\/p>\n            <p class=\"sh-shefa__intro sh-ar\" lang=\"ar\" dir=\"rtl\">\u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0628\u062d\u062b \u0639\u0646 \u0623\u0641\u0636\u0644 \u0623\u062e\u0635\u0627\u0626\u064a \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a \u0641\u064a \u0645\u0643\u0629\u060c \u0641\u0644\u0627 \u062a\u0639\u062a\u0645\u062f \u0641\u0642\u0637 \u0639\u0644\u0649 \u0627\u0644\u062a\u0642\u064a\u064a\u0645\u0627\u062a \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a. \u0636\u0639 \u0641\u064a \u0627\u0639\u062a\u0628\u0627\u0631\u0643 \u0645\u0627 \u064a\u0644\u064a:<\/p>\n        <\/div>\n\n        <!-- Grid (5 Items for Physiotherapy Guide) -->\n        <div class=\"sh-shefa__grid\">\n            \n            <!-- Item 1 -->\n            <div class=\"sh-shefa__card\">\n                <div class=\"sh-shefa__card-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><circle cx=\"12\" cy=\"12\" r=\"6\"><\/circle><circle cx=\"12\" cy=\"12\" r=\"2\"><\/circle><\/svg>\n                <\/div>\n                <h4 class=\"sh-shefa__card-title\">\n                    <span class=\"sh-en\">The Type of Problem<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0646\u0648\u0639 \u0627\u0644\u0645\u0634\u0643\u0644\u0629<\/span>\n                <\/h4>\n                <p class=\"sh-shefa__card-desc sh-en\">A physiotherapist&#8217;s experience should be relevant to the problem you are trying to address.<\/p>\n                <p class=\"sh-shefa__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u062e\u0628\u0631\u0629 \u0623\u062e\u0635\u0627\u0626\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0630\u0627\u062a \u0635\u0644\u0629 \u0628\u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0627\u0644\u062a\u064a \u062a\u062d\u0627\u0648\u0644 \u0639\u0644\u0627\u062c\u0647\u0627.<\/p>\n            <\/div>\n\n            <!-- Item 2 -->\n            <div class=\"sh-shefa__card\">\n                <div class=\"sh-shefa__card-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"11\" cy=\"11\" r=\"8\"><\/circle><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"><\/line><\/svg>\n                <\/div>\n                <h4 class=\"sh-shefa__card-title\">\n                    <span class=\"sh-en\">Assessment Before Treatment<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0642\u0628\u0644 \u0627\u0644\u0639\u0644\u0627\u062c<\/span>\n                <\/h4>\n                <p class=\"sh-shefa__card-desc sh-en\">A proper assessment is important because pain does not always come from the area where you feel it.<\/p>\n                <p class=\"sh-shefa__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0633\u0644\u064a\u0645 \u0645\u0647\u0645 \u0644\u0623\u0646 \u0627\u0644\u0623\u0644\u0645 \u0644\u0627 \u064a\u0646\u0628\u0639 \u062f\u0627\u0626\u0645\u0627\u064b \u0645\u0646 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062a\u064a \u062a\u0634\u0639\u0631 \u0628\u0647\u0627.<\/p>\n            <\/div>\n\n            <!-- Item 3 -->\n            <div class=\"sh-shefa__card\">\n                <div class=\"sh-shefa__card-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"><\/polyline><\/svg>\n                <\/div>\n                <h4 class=\"sh-shefa__card-title\">\n                    <span class=\"sh-en\">Rehabilitation Approach<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0646\u0647\u062c \u0627\u0644\u062a\u0623\u0647\u064a\u0644<\/span>\n                <\/h4>\n                <p class=\"sh-shefa__card-desc sh-en\">Ask how the treatment plan will address movement, strength, mobility and your specific functional goals.<\/p>\n                <p class=\"sh-shefa__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0633\u0623\u0644 \u0643\u064a\u0641 \u0633\u062a\u0639\u0627\u0644\u062c \u062e\u0637\u0629 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u0644\u0642\u0648\u0629 \u0648\u0627\u0644\u0645\u0631\u0648\u0646\u0629 \u0648\u0623\u0647\u062f\u0627\u0641\u0643 \u0627\u0644\u0648\u0638\u064a\u0641\u064a\u0629 \u0627\u0644\u0645\u062d\u062f\u062f\u0629.<\/p>\n            <\/div>\n\n            <!-- Item 4 -->\n            <div class=\"sh-shefa__card\">\n                <div class=\"sh-shefa__card-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\"><\/line><line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"><\/line><\/svg>\n                <\/div>\n                <h4 class=\"sh-shefa__card-title\">\n                    <span class=\"sh-en\">Hospital Support<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u062f\u0639\u0645 \u0627\u0644\u0645\u0633\u062a\u0634\u0641\u0649<\/span>\n                <\/h4>\n                <p class=\"sh-shefa__card-desc sh-en\">For patients with complex medical conditions, access to doctors, diagnostic services and other specialties can be useful.<\/p>\n                <p class=\"sh-shefa__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0644\u0645\u0631\u0636\u0649 \u0627\u0644\u0630\u064a\u0646 \u064a\u0639\u0627\u0646\u0648\u0646 \u0645\u0646 \u062d\u0627\u0644\u0627\u062a \u0637\u0628\u064a\u0629 \u0645\u0639\u0642\u062f\u0629\u060c \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0623\u0637\u0628\u0627\u0621 \u0648\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u062a\u0634\u062e\u064a\u0635 \u0648\u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a \u0627\u0644\u0623\u062e\u0631\u0649 \u0645\u0641\u064a\u062f\u0627\u064b.<\/p>\n            <\/div>\n\n            <!-- Item 5 -->\n            <div class=\"sh-shefa__card\">\n                <div class=\"sh-shefa__card-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M23 4v6h-6\"><\/path><path d=\"M20.49 15a9 9 0 1 1-2.12-9.36L23 10\"><\/path><\/svg>\n                <\/div>\n                <h4 class=\"sh-shefa__card-title\">\n                    <span class=\"sh-en\">Follow-Up<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629 \u0627\u0644\u0645\u0633\u062a\u0645\u0631\u0629<\/span>\n                <\/h4>\n                <p class=\"sh-shefa__card-desc sh-en\">Rehabilitation often requires progress monitoring and changes to the treatment plan as the patient improves.<\/p>\n                <p class=\"sh-shefa__card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u063a\u0627\u0644\u0628\u0627\u064b \u0645\u0627 \u064a\u062a\u0637\u0644\u0628 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0645\u0631\u0627\u0642\u0628\u0629 \u0627\u0644\u062a\u0642\u062f\u0645 \u0648\u0625\u062c\u0631\u0627\u0621 \u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0639\u0644\u0649 \u062e\u0637\u0629 \u0627\u0644\u0639\u0644\u0627\u062c \u0645\u0639 \u062a\u062d\u0633\u0646 \u0627\u0644\u0645\u0631\u064a\u0636.<\/p>\n            <\/div>\n\n        <\/div>\n\n        <!-- Location Footer -->\n        <div class=\"sh-shefa__footer\">\n            <div class=\"sh-shefa__footer-icon\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"8.5\" cy=\"7\" r=\"4\"><\/circle><polyline points=\"17 11 19 13 23 9\"><\/polyline><\/svg>\n            <\/div>\n            <div class=\"sh-shefa__footer-content\">\n                <p class=\"sh-shefa__footer-title sh-en\">Expert Care at Shefa Hospital<\/p>\n                <p class=\"sh-shefa__footer-title sh-ar\" lang=\"ar\" dir=\"rtl\">\u0631\u0639\u0627\u064a\u0629 \u0645\u062a\u062e\u0635\u0635\u0629 \u0641\u064a \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621<\/p>\n                \n                <p class=\"sh-shefa__footer-text sh-en\">Shefa Hospital currently lists <strong>Specialist Nuran Alnahas<\/strong> as Specialist Physiotherapy on its medical team page, providing comprehensive assessment and customized rehabilitation plans.<\/p>\n                <p class=\"sh-shefa__footer-text sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u0636\u0645 \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u062d\u0627\u0644\u064a\u0627\u064b <strong>\u0627\u0644\u0623\u062e\u0635\u0627\u0626\u064a\u0629 \u0646\u0648\u0631\u0627\u0646 \u0627\u0644\u0646\u062d\u0627\u0633<\/strong> \u0643\u0623\u062e\u0635\u0627\u0626\u064a\u0629 \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a \u0636\u0645\u0646 \u0641\u0631\u064a\u0642\u0647 \u0627\u0644\u0637\u0628\u064a\u060c \u062d\u064a\u062b \u062a\u0642\u062f\u0645 \u062a\u0642\u064a\u064a\u0645\u0627\u062a \u0634\u0627\u0645\u0644\u0629 \u0648\u062e\u0637\u0637 \u062a\u0623\u0647\u064a\u0644 \u0645\u062e\u0635\u0635\u0629.<\/p>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n\n\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n    \/* ==========================================================================\n       SCOPED PHYSIOTHERAPY PROFILE STYLES (#sh-physio-profile-v1)\n       100% SSR Compatible | Zero CLS | Pure CSS RTL\/LTR | Astra Breakout\n       ========================================================================== *\/\n\n    #sh-physio-profile-v1 {\n        --sh-profile-primary: #243b5a;\n        --sh-profile-accent: #138b86;\n        --sh-profile-accent-dark: #0e6c68;\n        --sh-profile-text-muted: #667085;\n        --sh-profile-bg: #f8fbfd;\n        --sh-profile-card-bg: #ffffff;\n        --sh-profile-border: #e4edf3;\n\n        --sh-font-title-en: \"Playfair Display\", \"Instrument Serif\", serif;\n        --sh-font-body-en: \"Inter\", -apple-system, sans-serif;\n        --sh-font-ar: \"Noto Kufi Arabic\", \"Tajawal\", \"Cairo\", sans-serif;\n\n        \/* Astra Full-Width Breakout Hack *\/\n        width: 100vw !important;\n        position: relative !important;\n        left: 50% !important;\n        right: 50% !important;\n        margin-left: -50vw !important;\n        margin-right: -50vw !important;\n        max-width: 100vw !important;\n        background-color: var(--sh-profile-bg) !important;\n        \n        \/* Prevent Horizontal Scroll *\/\n        overflow: clip !important; \n        padding: clamp(4rem, 8vw, 6rem) 0 !important;\n        box-sizing: border-box !important;\n        direction: ltr; \/* Default LTR *\/\n    }\n\n    #sh-physio-profile-v1 *,\n    #sh-physio-profile-v1 *::before,\n    #sh-physio-profile-v1 *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Prevent WP auto-paragraph empty spacing *\/\n    #sh-physio-profile-v1 p:empty, \n    #sh-physio-profile-v1 br { \n        display: none !important; \n    }\n\n    \/* Hexa Background Pattern *\/\n    #sh-physio-profile-v1::before {\n        content: '';\n        position: absolute;\n        inset: 0;\n        background-image: url(\"data:image\/svg+xml;utf8,<svg xmlns='http:\/\/www.w3.org\/2000\/svg' width='56' height='100' viewBox='0 0 56 100'><g fill='none' stroke='%23138b86' stroke-opacity='0.05' stroke-width='1'><polygon points='28,1 55,17 55,49 28,65 1,49 1,17'\/><polygon points='28,51 55,67 55,99 28,115 1,99 1,67'\/><\/g><\/svg>\");\n        background-size: clamp(120px, 15vw, 180px) auto; \n        z-index: 0;\n        pointer-events: none;\n    }\n\n    \/* --- Container --- *\/\n    #sh-physio-profile-v1 .sh-container {\n        width: 100% !important;\n        max-width: 1475px !important; \n        margin: 0 auto !important;\n        padding: 0 clamp(1.25rem, 4vw, 2rem) !important;\n        position: relative;\n        z-index: 10;\n    }\n\n    \/* --- RTL Layout Fixes --- *\/\n    html[dir=\"rtl\"] #sh-physio-profile-v1 {\n        direction: rtl;\n    }\n    html[dir=\"rtl\"] #sh-physio-profile-v1 .sh-profile__table {\n        text-align: right;\n    }\n    html[dir=\"rtl\"] #sh-physio-profile-v1 .sh-profile__footer-text {\n        text-align: right;\n    }\n    html[dir=\"rtl\"] #sh-physio-profile-v1 .sh-profile__table th:first-child {\n        border-inline-end: 1px solid rgba(255,255,255,0.2);\n    }\n\n    \/* --- Header & Profile Styling --- *\/\n    #sh-physio-profile-v1 .sh-profile__header {\n        text-align: center;\n        max-width: 56rem; \/* 896px *\/\n        margin: 0 auto clamp(2rem, 5vw, 3rem) auto;\n    }\n\n    #sh-physio-profile-v1 .sh-profile__kicker {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.75rem;\n        color: var(--sh-profile-accent);\n        font-weight: 700;\n        font-size: 0.875rem;\n        letter-spacing: 0.05em;\n        text-transform: uppercase;\n        margin-bottom: 1rem;\n    }\n    #sh-physio-profile-v1 .sh-profile__kicker-line {\n        height: 2px;\n        width: 2rem;\n        background-color: var(--sh-profile-accent);\n    }\n\n    #sh-physio-profile-v1 .sh-profile__title {\n        font-size: clamp(2.125rem, 4.5vw, 3rem);\n        font-weight: 800;\n        line-height: 1.15;\n        color: var(--sh-profile-primary);\n        margin: 0 0 0.5rem 0;\n    }\n    \n    #sh-physio-profile-v1 .sh-profile__subtitle {\n        font-size: clamp(1.125rem, 2vw, 1.35rem);\n        font-weight: 600;\n        color: var(--sh-profile-accent);\n        margin: 0 0 1.25rem 0;\n    }\n    \n    #sh-physio-profile-v1 .sh-profile__title .sh-en,\n    #sh-physio-profile-v1 .sh-profile__subtitle .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-physio-profile-v1 .sh-profile__title .sh-ar,\n    #sh-physio-profile-v1 .sh-profile__subtitle .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-profile-v1 .sh-profile__intro {\n        color: var(--sh-profile-text-muted);\n        font-size: clamp(1.0625rem, 1.5vw, 1.125rem);\n        line-height: 1.7;\n        margin: 0 auto 1.5rem auto;\n        max-width: 48rem;\n    }\n    #sh-physio-profile-v1 .sh-profile__intro.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-profile-v1 .sh-profile__intro.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Buttons --- *\/\n    #sh-physio-profile-v1 .sh-profile__actions {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        gap: 1rem;\n        flex-wrap: wrap;\n        margin-bottom: 2rem;\n    }\n    \n    #sh-physio-profile-v1 .sh-btn {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        padding: 0.75rem 1.5rem;\n        border-radius: 0.5rem;\n        font-weight: 600;\n        font-size: 0.9375rem;\n        text-decoration: none;\n        transition: all 0.3s ease;\n    }\n    \n    #sh-physio-profile-v1 .sh-btn--primary {\n        background-color: var(--sh-profile-accent);\n        color: #ffffff !important;\n        box-shadow: 0 4px 6px -1px rgba(19, 139, 134, 0.2);\n    }\n    #sh-physio-profile-v1 .sh-btn--primary:hover {\n        background-color: var(--sh-profile-accent-dark);\n        transform: translateY(-2px);\n    }\n    \n    #sh-physio-profile-v1 .sh-btn--outline {\n        background-color: transparent;\n        color: var(--sh-profile-primary) !important;\n        border: 2px solid var(--sh-profile-border);\n    }\n    #sh-physio-profile-v1 .sh-btn--outline:hover {\n        border-color: var(--sh-profile-accent);\n        color: var(--sh-profile-accent) !important;\n    }\n\n    #sh-physio-profile-v1 .sh-btn .sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-profile-v1 .sh-btn .sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Table Styles --- *\/\n    #sh-physio-profile-v1 .sh-profile__table-wrap {\n        max-width: 64rem; \/* 1024px *\/\n        margin: 0 auto;\n        background-color: var(--sh-profile-card-bg);\n        border-radius: 1.25rem;\n        border: 1px solid var(--sh-profile-border);\n        box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);\n        overflow-x: auto;\n    }\n\n    #sh-physio-profile-v1 .sh-profile__table {\n        width: 100%;\n        min-width: 600px;\n        border-collapse: collapse;\n        text-align: left;\n    }\n\n    #sh-physio-profile-v1 .sh-profile__table th {\n        background-color: var(--sh-profile-accent);\n        color: #ffffff;\n        font-size: clamp(1.125rem, 1.5vw, 1.25rem);\n        font-weight: 700;\n        padding: clamp(1rem, 1.5vw, 1.25rem);\n        border-bottom: 3px solid var(--sh-profile-accent-dark);\n    }\n    #sh-physio-profile-v1 .sh-profile__table th .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-physio-profile-v1 .sh-profile__table th .sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* Logical border for columns *\/\n    html:not([dir=\"rtl\"]) #sh-physio-profile-v1 .sh-profile__table th:first-child {\n        border-right: 1px solid rgba(255,255,255,0.2);\n    }\n    #sh-physio-profile-v1 .sh-profile__table th:first-child { width: 35%; }\n\n    #sh-physio-profile-v1 .sh-profile__table td {\n        padding: clamp(1.25rem, 2vw, 1.5rem) clamp(1rem, 1.5vw, 1.25rem);\n        border-bottom: 1px solid #f1f5f9;\n        color: var(--sh-profile-primary);\n        font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);\n        line-height: 1.6;\n        vertical-align: top;\n        transition: background-color 0.2s ease;\n    }\n    \n    #sh-physio-profile-v1 .sh-profile__table td:first-child {\n        font-weight: 800;\n        color: var(--sh-profile-accent);\n        font-size: clamp(1.0625rem, 1.3vw, 1.125rem);\n    }\n    \n    #sh-physio-profile-v1 .sh-profile__table td:last-child {\n        font-weight: 500;\n    }\n\n    #sh-physio-profile-v1 .sh-profile__table tr:hover td { background-color: #f8fafc; }\n    #sh-physio-profile-v1 .sh-profile__table td .sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-profile-v1 .sh-profile__table td .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-profile-v1 .sh-profile__table tr:last-child td { border-bottom: none; }\n\n    \/* --- Footer Box (Important Notice) --- *\/\n    #sh-physio-profile-v1 .sh-profile__footer {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        gap: 1.25rem;\n        background-color: #fff5f5;\n        padding: clamp(1.25rem, 3vw, 1.5rem);\n        border-radius: 1.25rem;\n        border: 1px solid #fed7d7;\n        box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);\n        max-width: 64rem;\n        margin: clamp(2rem, 4vw, 3rem) auto 0 auto;\n        text-align: center;\n    }\n    @media (min-width: 640px) {\n        #sh-physio-profile-v1 .sh-profile__footer {\n            flex-direction: row;\n            text-align: left;\n        }\n    }\n\n    #sh-physio-profile-v1 .sh-profile__footer-icon {\n        width: 3rem;\n        height: 3rem;\n        flex-shrink: 0;\n        border-radius: 50%;\n        background-color: rgba(229, 62, 62, 0.1); \n        color: #e53e3e; \n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    #sh-physio-profile-v1 .sh-profile__footer-text {\n        color: var(--sh-profile-primary);\n        font-size: clamp(0.9375rem, 1.2vw, 1rem);\n        line-height: 1.6;\n        font-weight: 600;\n        margin: 0;\n    }\n    #sh-physio-profile-v1 .sh-profile__footer-text.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-profile-v1 .sh-profile__footer-text.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* ==========================================================================\n       DUAL LANGUAGE LOGIC (HARD FORCED FOR RTL\/LTR)\n       ========================================================================== *\/\n    #sh-physio-profile-v1 .sh-en { display: block; }\n    #sh-physio-profile-v1 .sh-ar { display: none; }\n    #sh-physio-profile-v1 .sh-en-inline { display: inline-flex; }\n    #sh-physio-profile-v1 .sh-ar-inline { display: none; }\n    \n    \/* Dedicated Matrix for Table TBODY (Crucial for structural integrity) *\/\n    #sh-physio-profile-v1 .sh-en-table-group { display: table-row-group; }\n    #sh-physio-profile-v1 .sh-ar-table-group { display: none; }\n\n    \/* RTL Triggers *\/\n    html[dir=\"rtl\"] #sh-physio-profile-v1 .sh-en,\n    html[lang*=\"ar\"] #sh-physio-profile-v1 .sh-en,\n    body.rtl #sh-physio-profile-v1 .sh-en { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-profile-v1 .sh-ar,\n    html[lang*=\"ar\"] #sh-physio-profile-v1 .sh-ar,\n    body.rtl #sh-physio-profile-v1 .sh-ar { \n        display: block !important; \n    }\n\n    html[dir=\"rtl\"] #sh-physio-profile-v1 .sh-en-inline,\n    html[lang*=\"ar\"] #sh-physio-profile-v1 .sh-en-inline,\n    body.rtl #sh-physio-profile-v1 .sh-en-inline { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-profile-v1 .sh-ar-inline,\n    html[lang*=\"ar\"] #sh-physio-profile-v1 .sh-ar-inline,\n    body.rtl #sh-physio-profile-v1 .sh-ar-inline { \n        display: inline-flex !important; \n    }\n\n    \/* RTL Triggers for Table *\/\n    html[dir=\"rtl\"] #sh-physio-profile-v1 .sh-en-table-group,\n    html[lang*=\"ar\"] #sh-physio-profile-v1 .sh-en-table-group,\n    body.rtl #sh-physio-profile-v1 .sh-en-table-group { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-profile-v1 .sh-ar-table-group,\n    html[lang*=\"ar\"] #sh-physio-profile-v1 .sh-ar-table-group,\n    body.rtl #sh-physio-profile-v1 .sh-ar-table-group { \n        display: table-row-group !important; \n    }\n\n    \/* --- Animations --- *\/\n    @keyframes shFadeUp {\n        from { opacity: 0; transform: translateY(25px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n    \n    @media (prefers-reduced-motion: no-preference) {\n        #sh-physio-profile-v1 .sh-profile__header { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }\n        #sh-physio-profile-v1 .sh-profile__table-wrap { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.15s; }\n        #sh-physio-profile-v1 .sh-profile__footer { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.3s; }\n    }\n    @media (prefers-reduced-motion: reduce) {\n        #sh-physio-profile-v1 .sh-profile__header,\n        #sh-physio-profile-v1 .sh-profile__table-wrap,\n        #sh-physio-profile-v1 .sh-profile__footer { opacity: 1; transform: none; animation: none; }\n    }\n<\/style>\n\n<section id=\"sh-physio-profile-v1\">\n    <div class=\"sh-container\">\n        \n        <!-- Header & Profile Information -->\n        <div class=\"sh-profile__header\">\n\n            <div class=\"sh-profile__kicker\">\n                <span class=\"sh-profile__kicker-line\"><\/span>\n                <span class=\"sh-en-inline\">Physiotherapy Specialist at Shefa Hospital<\/span>\n                <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0623\u062e\u0635\u0627\u0626\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0641\u064a \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621<\/span>\n            <\/div>\n            \n            <h2 class=\"sh-profile__title\">\n                <span class=\"sh-en\">Specialist Nuran Alnahas<\/span>\n                <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0623\u062e\u0635\u0627\u0626\u064a\u0629 \u0646\u0648\u0631\u0627\u0646 \u0627\u0644\u0646\u062d\u0627\u0633<\/span>\n            <\/h2>\n            \n            <h3 class=\"sh-profile__subtitle\">\n                <span class=\"sh-en\">Specialist Physiotherapy<\/span>\n                <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0623\u062e\u0635\u0627\u0626\u064a\u0629 \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a<\/span>\n            <\/h3>\n            \n            <p class=\"sh-profile__intro sh-en\">Specialist Nuran Alnahas is currently listed by Shefa Hospital as a Specialist Physiotherapy professional. Patients should contact Shefa Hospital to confirm current appointment availability, consultation details and the physiotherapy services currently available.<\/p>\n            <p class=\"sh-profile__intro sh-ar\" lang=\"ar\" dir=\"rtl\">\u062a\u064f\u062f\u0631\u062c \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u062d\u0627\u0644\u064a\u0627\u064b \u0627\u0644\u0623\u062e\u0635\u0627\u0626\u064a\u0629 \u0646\u0648\u0631\u0627\u0646 \u0627\u0644\u0646\u062d\u0627\u0633 \u0643\u0623\u062e\u0635\u0627\u0626\u064a\u0629 \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a. \u064a\u062c\u0628 \u0639\u0644\u0649 \u0627\u0644\u0645\u0631\u0636\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0644\u062a\u0623\u0643\u064a\u062f \u062a\u0648\u0641\u0631 \u0627\u0644\u0645\u0648\u0627\u0639\u064a\u062f \u0627\u0644\u062d\u0627\u0644\u064a\u0629 \u0648\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0648\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0644\u0645\u062a\u0627\u062d\u0629 \u062d\u0627\u0644\u064a\u0627\u064b.<\/p>\n            \n            <!-- Action Buttons -->\n            <div class=\"sh-profile__actions\">\n                <a href=\"#\" class=\"sh-btn sh-btn--primary\">\n                    <span class=\"sh-en\">Book an Appointment<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                <\/a>\n                <a href=\"#\" class=\"sh-btn sh-btn--outline\">\n                    <span class=\"sh-en\">View Our Doctors<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0639\u0631\u0636 \u0623\u0637\u0628\u0627\u0626\u0646\u0627<\/span>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Dynamic SSR Table: Physiotherapy and Rehabilitation at Shefa Hospital -->\n        <div class=\"sh-profile__table-wrap\">\n            <table class=\"sh-profile__table\">\n                <thead>\n                    <tr>\n                        <th colspan=\"2\">\n                            <span class=\"sh-en\">Physiotherapy and Rehabilitation at Shefa Hospital<\/span>\n                            <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0648\u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0641\u064a \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621<\/span>\n                        <\/th>\n                    <\/tr>\n                <\/thead>\n                \n                <!-- English List -->\n                <tbody class=\"sh-en-table-group\">\n                    <tr>\n                        <td><span class=\"sh-en\">Patient Healthcare Journey<\/span><\/td>\n                        <td><span class=\"sh-en\">Physiotherapy can be part of a patient&#8217;s wider healthcare journey, particularly when a physical problem develops after an injury, surgery or medical condition.<\/span><\/td>\n                    <\/tr>\n                    <tr>\n                        <td><span class=\"sh-en\">Multispecialty Hospital<\/span><\/td>\n                        <td><span class=\"sh-en\">As a multispecialty hospital, Shefa provides access to different medical departments when another specialist is needed.<\/span><\/td>\n                    <\/tr>\n                    <tr>\n                        <td><span class=\"sh-en\">Multidisciplinary Environment<\/span><\/td>\n                        <td><span class=\"sh-en\">For example, a patient with a musculoskeletal problem may require medical assessment before beginning rehabilitation, while a patient recovering from surgery may require both surgical follow-up and physiotherapy. This multidisciplinary environment can be useful when rehabilitation is part of broader medical care.<\/span><\/td>\n                    <\/tr>\n                <\/tbody>\n\n                <!-- Arabic List -->\n                <tbody class=\"sh-ar-table-group\" lang=\"ar\" dir=\"rtl\">\n                    <tr>\n                        <td><span class=\"sh-ar\">\u0645\u0633\u0627\u0631 \u0627\u0644\u0631\u0639\u0627\u064a\u0629 \u0627\u0644\u0635\u062d\u064a\u0629 \u0644\u0644\u0645\u0631\u064a\u0636<\/span><\/td>\n                        <td><span class=\"sh-ar\">\u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u062c\u0632\u0621\u0627\u064b \u0645\u0646 \u0645\u0633\u0627\u0631 \u0627\u0644\u0631\u0639\u0627\u064a\u0629 \u0627\u0644\u0635\u062d\u064a\u0629 \u0627\u0644\u0623\u0648\u0633\u0639 \u0644\u0644\u0645\u0631\u064a\u0636\u060c \u062e\u0627\u0635\u0629 \u0639\u0646\u062f\u0645\u0627 \u062a\u062a\u0637\u0648\u0631 \u0645\u0634\u0643\u0644\u0629 \u062c\u0633\u062f\u064a\u0629 \u0628\u0639\u062f \u0625\u0635\u0627\u0628\u0629 \u0623\u0648 \u062c\u0631\u0627\u062d\u0629 \u0623\u0648 \u062d\u0627\u0644\u0629 \u0637\u0628\u064a\u0629.<\/span><\/td>\n                    <\/tr>\n                    <tr>\n                        <td><span class=\"sh-ar\">\u0645\u0633\u062a\u0634\u0641\u0649 \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a<\/span><\/td>\n                        <td><span class=\"sh-ar\">\u0628\u0635\u0641\u062a\u0647\u0627 \u0645\u0633\u062a\u0634\u0641\u0649 \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a\u060c \u062a\u0648\u0641\u0631 \u0627\u0644\u0634\u0641\u0627\u0621 \u0625\u0645\u0643\u0627\u0646\u064a\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0623\u0642\u0633\u0627\u0645 \u0637\u0628\u064a\u0629 \u0645\u062e\u062a\u0644\u0641\u0629 \u0639\u0646\u062f\u0645\u0627 \u062a\u0643\u0648\u0646 \u0647\u0646\u0627\u0643 \u062d\u0627\u062c\u0629 \u0625\u0644\u0649 \u0623\u062e\u0635\u0627\u0626\u064a \u0622\u062e\u0631.<\/span><\/td>\n                    <\/tr>\n                    <tr>\n                        <td><span class=\"sh-ar\">\u0628\u064a\u0626\u0629 \u0645\u062a\u0639\u062f\u062f\u0629 \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a<\/span><\/td>\n                        <td><span class=\"sh-ar\">\u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644\u060c \u0642\u062f \u064a\u062d\u062a\u0627\u062c \u0627\u0644\u0645\u0631\u064a\u0636 \u0627\u0644\u0630\u064a \u064a\u0639\u0627\u0646\u064a \u0645\u0646 \u0645\u0634\u0643\u0644\u0629 \u0641\u064a \u0627\u0644\u062c\u0647\u0627\u0632 \u0627\u0644\u0639\u0636\u0644\u064a \u0627\u0644\u0647\u064a\u0643\u0644\u064a \u0625\u0644\u0649 \u062a\u0642\u064a\u064a\u0645 \u0637\u0628\u064a \u0642\u0628\u0644 \u0628\u062f\u0621 \u0627\u0644\u062a\u0623\u0647\u064a\u0644\u060c \u0628\u064a\u0646\u0645\u0627 \u0642\u062f \u064a\u062d\u062a\u0627\u062c \u0627\u0644\u0645\u0631\u064a\u0636 \u0627\u0644\u0645\u062a\u0639\u0627\u0641\u064a \u0645\u0646 \u0627\u0644\u062c\u0631\u0627\u062d\u0629 \u0625\u0644\u0649 \u0643\u0644 \u0645\u0646 \u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629 \u0627\u0644\u062c\u0631\u0627\u062d\u064a\u0629 \u0648\u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a. \u064a\u0645\u0643\u0646 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0647\u0630\u0647 \u0627\u0644\u0628\u064a\u0626\u0629 \u0645\u062a\u0639\u062f\u062f\u0629 \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a \u0645\u0641\u064a\u062f\u0629 \u0639\u0646\u062f\u0645\u0627 \u064a\u0643\u0648\u0646 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u062c\u0632\u0621\u0627\u064b \u0645\u0646 \u0627\u0644\u0631\u0639\u0627\u064a\u0629 \u0627\u0644\u0637\u0628\u064a\u0629 \u0627\u0644\u0623\u0648\u0633\u0639.<\/span><\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n\n        <!-- Footer Notice -->\n        <div class=\"sh-profile__footer\">\n            <div class=\"sh-profile__footer-icon\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2\"><\/polygon><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"><\/line><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"><\/line><\/svg>\n            <\/div>\n            <div>\n                <p class=\"sh-profile__footer-text sh-en\"><strong>Important:<\/strong> Do not add years of experience, qualifications, subspecialties, treatment techniques or professional memberships to this profile unless Shefa Hospital provides and verifies them.<\/p>\n                <p class=\"sh-profile__footer-text sh-ar\" lang=\"ar\" dir=\"rtl\"><strong>\u0647\u0627\u0645:<\/strong> \u0644\u0627 \u062a\u0642\u0645 \u0628\u0625\u0636\u0627\u0641\u0629 \u0633\u0646\u0648\u0627\u062a \u0627\u0644\u062e\u0628\u0631\u0629 \u0623\u0648 \u0627\u0644\u0645\u0624\u0647\u0644\u0627\u062a \u0623\u0648 \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a \u0627\u0644\u062f\u0642\u064a\u0642\u0629 \u0623\u0648 \u062a\u0642\u0646\u064a\u0627\u062a \u0627\u0644\u0639\u0644\u0627\u062c \u0623\u0648 \u0627\u0644\u0639\u0636\u0648\u064a\u0627\u062a \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a \u0645\u0627 \u0644\u0645 \u062a\u0642\u062f\u0645\u0647\u0627 \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0648\u062a\u062a\u062d\u0642\u0642 \u0645\u0646\u0647\u0627.<\/p>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n\n\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n    \/* ==========================================================================\n       SCOPED WHY CHOOSE SHEFA PHYSIOTHERAPY STYLES (#sh-choose-shefa-physio-v1)\n       100% SSR Compatible | Zero CLS | Pure CSS RTL\/LTR | Astra Breakout\n       ========================================================================== *\/\n\n    #sh-choose-shefa-physio-v1 {\n        --sh-shefa-primary: #243b5a;\n        --sh-shefa-accent: #138b86;\n        --sh-shefa-accent-dark: #0e6c68;\n        --sh-shefa-accent-light: rgba(19, 139, 134, 0.1);\n        --sh-shefa-text-muted: #667085;\n        --sh-shefa-bg: #ffffff;\n        --sh-shefa-box-bg: #f8fbfd;\n        --sh-shefa-border: #e4edf3;\n\n        --sh-font-title-en: \"Playfair Display\", \"Instrument Serif\", serif;\n        --sh-font-body-en: \"Inter\", -apple-system, sans-serif;\n        --sh-font-ar: \"Noto Kufi Arabic\", \"Tajawal\", \"Cairo\", sans-serif;\n\n        \/* Astra Full-Width Breakout Hack *\/\n        width: 100vw !important;\n        position: relative !important;\n        left: 50% !important;\n        right: 50% !important;\n        margin-left: -50vw !important;\n        margin-right: -50vw !important;\n        max-width: 100vw !important;\n        background-color: var(--sh-shefa-bg) !important;\n        \n        overflow: clip !important; \n        padding: clamp(4rem, 8vw, 6rem) 0 !important;\n        box-sizing: border-box !important;\n        direction: ltr; \/* Default LTR *\/\n    }\n\n    #sh-choose-shefa-physio-v1 *,\n    #sh-choose-shefa-physio-v1 *::before,\n    #sh-choose-shefa-physio-v1 *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Prevent WP auto-paragraph empty spacing *\/\n    #sh-choose-shefa-physio-v1 p:empty, \n    #sh-choose-shefa-physio-v1 br { \n        display: none !important; \n    }\n\n    \/* --- Container --- *\/\n    #sh-choose-shefa-physio-v1 .sh-container {\n        width: 100% !important;\n        max-width: 1475px !important; \n        margin: 0 auto !important;\n        padding: 0 clamp(1.25rem, 4vw, 2rem) !important;\n        position: relative;\n        z-index: 10;\n    }\n\n    \/* --- RTL Layout Fixes --- *\/\n    html[dir=\"rtl\"] #sh-choose-shefa-physio-v1 {\n        direction: rtl;\n    }\n    html[dir=\"rtl\"] #sh-choose-shefa-physio-v1 .sh-shefa__card {\n        text-align: right;\n    }\n    html[dir=\"rtl\"] #sh-choose-shefa-physio-v1 .sh-shefa__footer {\n        text-align: right;\n    }\n\n    \/* --- Header --- *\/\n    #sh-choose-shefa-physio-v1 .sh-shefa__header {\n        text-align: center;\n        max-width: 64rem; \/* 1024px *\/\n        margin: 0 auto clamp(2.5rem, 5vw, 4rem) auto;\n    }\n\n    #sh-choose-shefa-physio-v1 .sh-shefa__kicker {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.75rem;\n        color: var(--sh-shefa-accent);\n        font-weight: 700;\n        font-size: 0.875rem;\n        letter-spacing: 0.05em;\n        text-transform: uppercase;\n        margin-bottom: 1.25rem;\n    }\n    #sh-choose-shefa-physio-v1 .sh-shefa__kicker-line {\n        height: 2px;\n        width: 2rem;\n        background-color: var(--sh-shefa-accent);\n    }\n\n    #sh-choose-shefa-physio-v1 .sh-shefa__title {\n        font-size: clamp(2rem, 4vw, 3rem);\n        font-weight: 800;\n        line-height: 1.15;\n        color: var(--sh-shefa-primary);\n        margin: 0 0 1.25rem 0;\n    }\n    #sh-choose-shefa-physio-v1 .sh-shefa__title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-choose-shefa-physio-v1 .sh-shefa__title .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-choose-shefa-physio-v1 .sh-shefa__intro {\n        color: var(--sh-shefa-text-muted);\n        font-size: clamp(1rem, 1.5vw, 1.125rem);\n        line-height: 1.7;\n        margin: 0;\n    }\n    #sh-choose-shefa-physio-v1 .sh-shefa__intro.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-choose-shefa-physio-v1 .sh-shefa__intro.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Grid Cards --- *\/\n    #sh-choose-shefa-physio-v1 .sh-shefa__grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: clamp(1.25rem, 2.5vw, 2rem);\n        max-width: 85rem;\n        margin: 0 auto;\n    }\n\n    #sh-choose-shefa-physio-v1 .sh-shefa__card {\n        background-color: var(--sh-shefa-box-bg);\n        border: 1px solid var(--sh-shefa-border);\n        border-radius: 1rem;\n        padding: clamp(1.5rem, 3vw, 2rem);\n        box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03);\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n        display: flex;\n        flex-direction: column;\n        align-items: flex-start;\n        text-align: left;\n    }\n    #sh-choose-shefa-physio-v1 .sh-shefa__card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05), 0 4px 6px -2px rgba(0,0,0,0.025);\n        border-color: rgba(19, 139, 134, 0.3);\n    }\n\n    #sh-choose-shefa-physio-v1 .sh-shefa__card-icon {\n        width: 3.5rem;\n        height: 3.5rem;\n        border-radius: 50%;\n        background-color: var(--sh-shefa-accent-light);\n        color: var(--sh-shefa-accent);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-bottom: 1.25rem;\n        flex-shrink: 0;\n    }\n    #sh-choose-shefa-physio-v1 .sh-shefa__card-icon svg {\n        width: 24px;\n        height: 24px;\n        stroke-width: 2;\n    }\n\n    #sh-choose-shefa-physio-v1 .sh-shefa__card-title {\n        font-weight: 800;\n        font-size: clamp(1.05rem, 1.4vw, 1.2rem);\n        color: var(--sh-shefa-primary);\n        line-height: 1.35;\n        margin: 0;\n    }\n    #sh-choose-shefa-physio-v1 .sh-shefa__card-title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-choose-shefa-physio-v1 .sh-shefa__card-title .sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Location \/ Info Box (Footer) --- *\/\n    #sh-choose-shefa-physio-v1 .sh-shefa__footer {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        gap: 1.25rem;\n        background-color: var(--sh-shefa-accent);\n        color: #ffffff;\n        padding: clamp(1.5rem, 3vw, 2rem);\n        border-radius: 1.25rem;\n        margin: clamp(2.5rem, 5vw, 4rem) auto 0 auto;\n        max-width: 64rem;\n        text-align: center;\n        box-shadow: 0 10px 25px -5px rgba(19, 139, 134, 0.2);\n    }\n    @media (min-width: 768px) {\n        #sh-choose-shefa-physio-v1 .sh-shefa__footer {\n            flex-direction: row;\n            text-align: left;\n            align-items: flex-start;\n        }\n    }\n\n    #sh-choose-shefa-physio-v1 .sh-shefa__footer-icon {\n        width: 3.5rem;\n        height: 3.5rem;\n        border-radius: 50%;\n        background-color: rgba(255, 255, 255, 0.2);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n    }\n    #sh-choose-shefa-physio-v1 .sh-shefa__footer-icon svg {\n        width: 28px;\n        height: 28px;\n    }\n\n    #sh-choose-shefa-physio-v1 .sh-shefa__footer-content {\n        display: flex;\n        flex-direction: column;\n        gap: 0.5rem;\n    }\n\n    #sh-choose-shefa-physio-v1 .sh-shefa__footer-title {\n        font-weight: 800;\n        font-size: clamp(1.125rem, 1.5vw, 1.25rem);\n        margin: 0;\n    }\n    #sh-choose-shefa-physio-v1 .sh-shefa__footer-title.sh-en { font-family: var(--sh-font-title-en); }\n    #sh-choose-shefa-physio-v1 .sh-shefa__footer-title.sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-choose-shefa-physio-v1 .sh-shefa__footer-text {\n        font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);\n        line-height: 1.6;\n        margin: 0;\n        opacity: 0.95;\n    }\n    #sh-choose-shefa-physio-v1 .sh-shefa__footer-text.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-choose-shefa-physio-v1 .sh-shefa__footer-text.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* ==========================================================================\n       DUAL LANGUAGE LOGIC (HARD FORCED FOR RTL\/LTR)\n       ========================================================================== *\/\n    #sh-choose-shefa-physio-v1 .sh-en { display: block; }\n    #sh-choose-shefa-physio-v1 .sh-ar { display: none; }\n    #sh-choose-shefa-physio-v1 .sh-en-inline { display: inline-flex; }\n    #sh-choose-shefa-physio-v1 .sh-ar-inline { display: none; }\n\n    html[dir=\"rtl\"] #sh-choose-shefa-physio-v1 .sh-en,\n    html[lang*=\"ar\"] #sh-choose-shefa-physio-v1 .sh-en,\n    body.rtl #sh-choose-shefa-physio-v1 .sh-en { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-choose-shefa-physio-v1 .sh-ar,\n    html[lang*=\"ar\"] #sh-choose-shefa-physio-v1 .sh-ar,\n    body.rtl #sh-choose-shefa-physio-v1 .sh-ar { \n        display: block !important; \n    }\n\n    html[dir=\"rtl\"] #sh-choose-shefa-physio-v1 .sh-en-inline,\n    html[lang*=\"ar\"] #sh-choose-shefa-physio-v1 .sh-en-inline,\n    body.rtl #sh-choose-shefa-physio-v1 .sh-en-inline { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-choose-shefa-physio-v1 .sh-ar-inline,\n    html[lang*=\"ar\"] #sh-choose-shefa-physio-v1 .sh-ar-inline,\n    body.rtl #sh-choose-shefa-physio-v1 .sh-ar-inline { \n        display: inline-flex !important; \n    }\n\n    \/* --- Animations --- *\/\n    @keyframes shFadeUp {\n        from { opacity: 0; transform: translateY(25px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n    \n    @media (prefers-reduced-motion: no-preference) {\n        #sh-choose-shefa-physio-v1 .sh-shefa__header { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }\n        \n        #sh-choose-shefa-physio-v1 .sh-shefa__card:nth-child(1) { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.05s; }\n        #sh-choose-shefa-physio-v1 .sh-shefa__card:nth-child(2) { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.10s; }\n        #sh-choose-shefa-physio-v1 .sh-shefa__card:nth-child(3) { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.15s; }\n        #sh-choose-shefa-physio-v1 .sh-shefa__card:nth-child(4) { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.20s; }\n        #sh-choose-shefa-physio-v1 .sh-shefa__card:nth-child(5) { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.25s; }\n        #sh-choose-shefa-physio-v1 .sh-shefa__card:nth-child(6) { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.30s; }\n        #sh-choose-shefa-physio-v1 .sh-shefa__card:nth-child(7) { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.35s; }\n        #sh-choose-shefa-physio-v1 .sh-shefa__card:nth-child(8) { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.40s; }\n        #sh-choose-shefa-physio-v1 .sh-shefa__card:nth-child(9) { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.45s; }\n        #sh-choose-shefa-physio-v1 .sh-shefa__card:nth-child(10) { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.50s; }\n        \n        #sh-choose-shefa-physio-v1 .sh-shefa__footer { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.55s; }\n    }\n    @media (prefers-reduced-motion: reduce) {\n        #sh-choose-shefa-physio-v1 .sh-shefa__header,\n        #sh-choose-shefa-physio-v1 .sh-shefa__card,\n        #sh-choose-shefa-physio-v1 .sh-shefa__footer { opacity: 1; transform: none; animation: none; }\n    }\n<\/style>\n\n<section id=\"sh-choose-shefa-physio-v1\">\n    <div class=\"sh-container\">\n        \n        <!-- Header -->\n        <div class=\"sh-shefa__header\">\n            <div class=\"sh-shefa__kicker\">\n                <span class=\"sh-shefa__kicker-line\"><\/span>\n                <span class=\"sh-en-inline\">Patient Safety Guidance<\/span>\n                <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0625\u0631\u0634\u0627\u062f\u0627\u062a \u0633\u0644\u0627\u0645\u0629 \u0627\u0644\u0645\u0631\u0636\u0649<\/span>\n            <\/div>\n            \n            <h2 class=\"sh-shefa__title\">\n                <span class=\"sh-en\">When Physiotherapy May Not Be the Right First Step<\/span>\n                <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0645\u062a\u0649 \u0642\u062f \u0644\u0627 \u064a\u0643\u0648\u0646 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0647\u0648 \u0627\u0644\u062e\u0637\u0648\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u0629\u061f<\/span>\n            <\/h2>\n            \n            <p class=\"sh-shefa__intro sh-en\">Physiotherapy is not appropriate for every type of pain or physical symptom. You should seek medical assessment before starting rehabilitation when symptoms may indicate a more serious condition. If you experience a medical emergency, seek immediate medical attention rather than waiting for a physiotherapy appointment.<\/p>\n            <p class=\"sh-shefa__intro sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0644\u064a\u0633 \u0645\u0646\u0627\u0633\u0628\u0627\u064b \u0644\u0643\u0644 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0623\u0644\u0645 \u0623\u0648 \u0627\u0644\u0623\u0639\u0631\u0627\u0636 \u0627\u0644\u062c\u0633\u062f\u064a\u0629. \u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0637\u0644\u0628 \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0637\u0628\u064a \u0642\u0628\u0644 \u0627\u0644\u0628\u062f\u0621 \u0641\u064a \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0639\u0646\u062f\u0645\u0627 \u0642\u062f \u062a\u0634\u064a\u0631 \u0627\u0644\u0623\u0639\u0631\u0627\u0636 \u0625\u0644\u0649 \u062d\u0627\u0644\u0629 \u0623\u0643\u062b\u0631 \u062e\u0637\u0648\u0631\u0629. \u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0639\u0627\u0646\u064a \u0645\u0646 \u062d\u0627\u0644\u0629 \u0637\u0648\u0627\u0631\u0626 \u0637\u0628\u064a\u0629\u060c \u0641\u0627\u062d\u0631\u0635 \u0639\u0644\u0649 \u0637\u0644\u0628 \u0627\u0644\u0631\u0639\u0627\u064a\u0629 \u0627\u0644\u0637\u0628\u064a\u0629 \u0627\u0644\u0641\u0648\u0631\u064a\u0629 \u0628\u062f\u0644\u0627\u064b \u0645\u0646 \u0627\u0646\u062a\u0638\u0627\u0631 \u0645\u0648\u0639\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a.<\/p>\n        <\/div>\n\n        <!-- Grid (10 Red Flag Symptoms) -->\n        <div class=\"sh-shefa__grid\">\n            \n            <!-- Item 1 -->\n            <div class=\"sh-shefa__card\">\n                <div class=\"sh-shefa__card-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"><\/path><\/svg>\n                <\/div>\n                <h4 class=\"sh-shefa__card-title\">\n                    <span class=\"sh-en\">Sudden Severe Pain<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0623\u0644\u0645 \u0634\u062f\u064a\u062f \u0645\u0641\u0627\u062c\u0626<\/span>\n                <\/h4>\n            <\/div>\n\n            <!-- Item 2 -->\n            <div class=\"sh-shefa__card\">\n                <div class=\"sh-shefa__card-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"><\/path><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"><\/line><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"><\/line><\/svg>\n                <\/div>\n                <h4 class=\"sh-shefa__card-title\">\n                    <span class=\"sh-en\">Major Trauma or Injury<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0625\u0635\u0627\u0628\u0629 \u0623\u0648 \u0635\u062f\u0645\u0629 \u0643\u0628\u064a\u0631\u0629<\/span>\n                <\/h4>\n            <\/div>\n\n            <!-- Item 3 -->\n            <div class=\"sh-shefa__card\">\n                <div class=\"sh-shefa__card-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"><\/polyline><\/svg>\n                <\/div>\n                <h4 class=\"sh-shefa__card-title\">\n                    <span class=\"sh-en\">Sudden Unexplained Weakness<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0636\u0639\u0641 \u0645\u0641\u0627\u062c\u0626 \u063a\u064a\u0631 \u0645\u0641\u0633\u0631<\/span>\n                <\/h4>\n            <\/div>\n\n            <!-- Item 4 -->\n            <div class=\"sh-shefa__card\">\n                <div class=\"sh-shefa__card-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9\"><\/path><path d=\"M13.73 21a2 2 0 0 1-3.46 0\"><\/path><\/svg>\n                <\/div>\n                <h4 class=\"sh-shefa__card-title\">\n                    <span class=\"sh-en\">New Numbness or Loss of Sensation<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u062a\u0646\u0645\u064a\u0644 \u062c\u062f\u064a\u062f \u0623\u0648 \u0641\u0642\u062f\u0627\u0646 \u0627\u0644\u0625\u062d\u0633\u0627\u0633<\/span>\n                <\/h4>\n            <\/div>\n\n            <!-- Item 5 -->\n            <div class=\"sh-shefa__card\">\n                <div class=\"sh-shefa__card-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><\/svg>\n                <\/div>\n                <h4 class=\"sh-shefa__card-title\">\n                    <span class=\"sh-en\">Loss of Bladder or Bowel Control<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0641\u0642\u062f\u0627\u0646 \u0627\u0644\u0633\u064a\u0637\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u0645\u062b\u0627\u0646\u0629 \u0623\u0648 \u0627\u0644\u0623\u0645\u0639\u0627\u0621<\/span>\n                <\/h4>\n            <\/div>\n\n            <!-- Item 6 -->\n            <div class=\"sh-shefa__card\">\n                <div class=\"sh-shefa__card-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"><\/line><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"><\/line><\/svg>\n                <\/div>\n                <h4 class=\"sh-shefa__card-title\">\n                    <span class=\"sh-en\">Severe Swelling After an Injury<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u062a\u0648\u0631\u0645 \u0634\u062f\u064a\u062f \u0628\u0639\u062f \u0627\u0644\u0625\u0635\u0627\u0628\u0629<\/span>\n                <\/h4>\n            <\/div>\n\n            <!-- Item 7 -->\n            <div class=\"sh-shefa__card\">\n                <div class=\"sh-shefa__card-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z\"><\/path><\/svg>\n                <\/div>\n                <h4 class=\"sh-shefa__card-title\">\n                    <span class=\"sh-en\">Unexplained Fever with Significant Pain<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u062d\u0645\u0649 \u063a\u064a\u0631 \u0645\u0641\u0633\u0631\u0629 \u0645\u0639 \u0623\u0644\u0645 \u0634\u062f\u064a\u062f<\/span>\n                <\/h4>\n            <\/div>\n\n            <!-- Item 8 -->\n            <div class=\"sh-shefa__card\">\n                <div class=\"sh-shefa__card-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                <\/div>\n                <h4 class=\"sh-shefa__card-title\">\n                    <span class=\"sh-en\">Chest Pain or Difficulty Breathing<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0623\u0644\u0645 \u0641\u064a \u0627\u0644\u0635\u062f\u0631 \u0623\u0648 \u0635\u0639\u0648\u0628\u0629 \u0641\u064a \u0627\u0644\u062a\u0646\u0641\u0633<\/span>\n                <\/h4>\n            <\/div>\n\n            <!-- Item 9 -->\n            <div class=\"sh-shefa__card\">\n                <div class=\"sh-shefa__card-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"5\" r=\"3\"><\/circle><path d=\"M12 8v8\"><\/path><path d=\"M8 11l4-3 4 3\"><\/path><path d=\"M10 21l2-5 2 5\"><\/path><\/svg>\n                <\/div>\n                <h4 class=\"sh-shefa__card-title\">\n                    <span class=\"sh-en\">Sudden Difficulty Walking<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0635\u0639\u0648\u0628\u0629 \u0645\u0641\u0627\u062c\u0626\u0629 \u0641\u064a \u0627\u0644\u0645\u0634\u064a<\/span>\n                <\/h4>\n            <\/div>\n\n            <!-- Item 10 -->\n            <div class=\"sh-shefa__card\">\n                <div class=\"sh-shefa__card-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20\"><\/path><path d=\"M2 12h20\"><\/path><\/svg>\n                <\/div>\n                <h4 class=\"sh-shefa__card-title\">\n                    <span class=\"sh-en\">Sudden Neurological Symptoms<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0623\u0639\u0631\u0627\u0636 \u0639\u0635\u0628\u064a\u0629 \u0645\u0641\u0627\u062c\u0626\u0629<\/span>\n                <\/h4>\n            <\/div>\n\n        <\/div>\n\n        <!-- Footer \/ Emergency Box -->\n        <div class=\"sh-shefa__footer\">\n            <div class=\"sh-shefa__footer-icon\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"><\/path><\/svg>\n            <\/div>\n            <div class=\"sh-shefa__footer-content\">\n                <p class=\"sh-shefa__footer-title sh-en\">Physiotherapy and Emergency Care<\/p>\n                <p class=\"sh-shefa__footer-title sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0648\u0631\u0639\u0627\u064a\u0629 \u0627\u0644\u0637\u0648\u0627\u0631\u0626<\/p>\n                \n                <p class=\"sh-shefa__footer-text sh-en\">Physiotherapy is generally provided through planned appointments and rehabilitation programmes. It is not a replacement for emergency medical treatment. Shefa Hospital provides 24\/7 emergency care, so patients with sudden or serious symptoms can receive urgent medical assessment when necessary. Patients who have experienced a serious injury may require medical assessment before beginning physiotherapy. The emergency department can determine whether additional investigations, specialist consultation or hospital treatment are needed.<\/p>\n                <p class=\"sh-shefa__footer-text sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u062a\u0645 \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0639\u0645\u0648\u0645\u0627\u064b \u0645\u0646 \u062e\u0644\u0627\u0644 \u0645\u0648\u0627\u0639\u064a\u062f \u0645\u062d\u062f\u062f\u0629 \u0648\u0628\u0631\u0627\u0645\u062c \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644. \u0648\u0647\u0648 \u0644\u064a\u0633 \u0628\u062f\u064a\u0644\u0627\u064b \u0639\u0646 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0641\u064a \u062d\u0627\u0644\u0627\u062a \u0627\u0644\u0637\u0648\u0627\u0631\u0626. \u064a\u0642\u062f\u0645 \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0631\u0639\u0627\u064a\u0629 \u0637\u0648\u0627\u0631\u0626 \u0639\u0644\u0649 \u0645\u062f\u0627\u0631 \u0627\u0644\u0633\u0627\u0639\u0629 \u0637\u0648\u0627\u0644 \u0623\u064a\u0627\u0645 \u0627\u0644\u0623\u0633\u0628\u0648\u0639\u060c \u0628\u062d\u064a\u062b \u064a\u0645\u0643\u0646 \u0644\u0644\u0645\u0631\u0636\u0649 \u0627\u0644\u0630\u064a\u0646 \u064a\u0639\u0627\u0646\u0648\u0646 \u0645\u0646 \u0623\u0639\u0631\u0627\u0636 \u0645\u0641\u0627\u062c\u0626\u0629 \u0623\u0648 \u062e\u0637\u064a\u0631\u0629 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u062a\u0642\u064a\u064a\u0645 \u0637\u0628\u064a \u0639\u0627\u062c\u0644 \u0639\u0646\u062f \u0627\u0644\u0636\u0631\u0648\u0631\u0629. \u0642\u062f \u064a\u062d\u062a\u0627\u062c \u0627\u0644\u0645\u0631\u0636\u0649 \u0627\u0644\u0630\u064a\u0646 \u062a\u0639\u0631\u0636\u0648\u0627 \u0644\u0625\u0635\u0627\u0628\u0629 \u062e\u0637\u064a\u0631\u0629 \u0625\u0644\u0649 \u062a\u0642\u064a\u064a\u0645 \u0637\u0628\u064a \u0642\u0628\u0644 \u0627\u0644\u0628\u062f\u0621 \u0641\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a. \u064a\u0645\u0643\u0646 \u0644\u0642\u0633\u0645 \u0627\u0644\u0637\u0648\u0627\u0631\u0626 \u062a\u062d\u062f\u064a\u062f \u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646\u062a \u0647\u0646\u0627\u0643 \u062d\u0627\u062c\u0629 \u0625\u0644\u0649 \u0641\u062d\u0648\u0635\u0627\u062a \u0625\u0636\u0627\u0641\u064a\u0629 \u0623\u0648 \u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0623\u062e\u0635\u0627\u0626\u064a \u0623\u0648 \u0639\u0644\u0627\u062c \u0641\u064a \u0627\u0644\u0645\u0633\u062a\u0634\u0641\u0649.<\/p>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n\n\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n    \/* ==========================================================================\n       SCOPED WHY CHOOSE SHEFA PHYSIOTHERAPY (#sh-why-choose-shefa-v1)\n       100% SSR Compatible | Zero CLS | Pure CSS RTL\/LTR | Astra Breakout\n       ========================================================================== *\/\n\n    #sh-why-choose-shefa-v1 {\n        --sh-primary: #243b5a;\n        --sh-accent: #138b86;\n        --sh-text-muted: #667085;\n        --sh-bg: #f4f9fc;\n        --sh-box-bg: #ffffff;\n        --sh-card-bg: #f8fafc;\n        --sh-border: #e4edf3;\n\n        --sh-font-title-en: \"Playfair Display\", \"Instrument Serif\", serif;\n        --sh-font-body-en: \"Inter\", -apple-system, sans-serif;\n        --sh-font-ar: \"Noto Kufi Arabic\", \"Tajawal\", \"Cairo\", sans-serif;\n\n        \/* Astra Full-Width Breakout Hack *\/\n        width: 100vw !important;\n        position: relative !important;\n        left: 50% !important;\n        right: 50% !important;\n        margin-left: -50vw !important;\n        margin-right: -50vw !important;\n        max-width: 100vw !important;\n        background-color: var(--sh-bg) !important;\n        \n        overflow: clip !important; \n        padding: clamp(4rem, 8vw, 6rem) 0 !important;\n        box-sizing: border-box !important;\n        direction: ltr; \/* Default LTR *\/\n    }\n\n    #sh-why-choose-shefa-v1 *,\n    #sh-why-choose-shefa-v1 *::before,\n    #sh-why-choose-shefa-v1 *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Prevent WP auto-paragraph empty spacing *\/\n    #sh-why-choose-shefa-v1 p:empty, \n    #sh-why-choose-shefa-v1 br { \n        display: none !important; \n    }\n\n    \/* --- Container --- *\/\n    #sh-why-choose-shefa-v1 .sh-container {\n        width: 100% !important;\n        max-width: 72rem !important; \/* 1152px *\/\n        margin: 0 auto !important;\n        padding: 0 clamp(1.25rem, 4vw, 2rem) !important;\n        position: relative;\n        z-index: 10;\n    }\n\n    \/* --- RTL Layout Fixes --- *\/\n    html[dir=\"rtl\"] #sh-why-choose-shefa-v1 {\n        direction: rtl;\n    }\n    html[dir=\"rtl\"] #sh-why-choose-shefa-v1 .sh-card {\n        text-align: right;\n    }\n\n    \/* --- Header --- *\/\n    #sh-why-choose-shefa-v1 .sh-header {\n        text-align: center;\n        margin-bottom: clamp(2.5rem, 5vw, 3.5rem);\n    }\n\n    #sh-why-choose-shefa-v1 .sh-kicker {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.75rem;\n        color: var(--sh-accent);\n        font-weight: 700;\n        font-size: 0.875rem;\n        letter-spacing: 0.05em;\n        text-transform: uppercase;\n        margin-bottom: 1rem;\n    }\n    #sh-why-choose-shefa-v1 .sh-kicker-line {\n        height: 2px;\n        width: 2rem;\n        background-color: var(--sh-accent);\n    }\n\n    #sh-why-choose-shefa-v1 .sh-title {\n        font-size: clamp(2rem, 4vw, 3rem);\n        font-weight: 800;\n        color: var(--sh-primary);\n        line-height: 1.2;\n        margin: 0;\n    }\n    #sh-why-choose-shefa-v1 .sh-title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-why-choose-shefa-v1 .sh-title .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-why-choose-shefa-v1 .sh-intro {\n        color: var(--sh-text-muted);\n        font-size: clamp(1rem, 1.8vw, 1.125rem);\n        line-height: 1.7;\n        max-width: 52rem;\n        margin: clamp(1rem, 2vw, 1.25rem) auto 0 auto;\n    }\n    #sh-why-choose-shefa-v1 .sh-intro.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-why-choose-shefa-v1 .sh-intro.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Main Container Box --- *\/\n    #sh-why-choose-shefa-v1 .sh-box {\n        background-color: var(--sh-box-bg);\n        border: 1px solid var(--sh-border);\n        border-radius: clamp(1.25rem, 3vw, 1.5rem);\n        padding: clamp(1.5rem, 4vw, 2.5rem);\n        box-shadow: 0 4px 6px -1px rgba(0,0,0,0.04);\n    }\n\n    \/* --- Grid Layout --- *\/\n    #sh-why-choose-shefa-v1 .sh-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: clamp(1rem, 2vw, 1.5rem);\n    }\n\n    \/* --- Card Styling --- *\/\n    #sh-why-choose-shefa-v1 .sh-card {\n        background-color: var(--sh-card-bg);\n        padding: clamp(1.25rem, 2.5vw, 1.75rem);\n        border-radius: 0.875rem;\n        border: 1px solid var(--sh-border);\n        box-shadow: 0 1px 3px rgba(0,0,0,0.02);\n        text-align: left;\n        display: flex;\n        flex-direction: column;\n        gap: 0.75rem;\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    #sh-why-choose-shefa-v1 .sh-card:hover {\n        transform: translateY(-3px);\n        box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);\n        border-color: rgba(19, 139, 134, 0.3);\n    }\n\n    #sh-why-choose-shefa-v1 .sh-card-header {\n        display: flex;\n        align-items: center;\n        gap: 0.875rem;\n    }\n\n    #sh-why-choose-shefa-v1 .sh-card-icon {\n        width: 2.75rem;\n        height: 2.75rem;\n        flex-shrink: 0;\n        border-radius: 50%;\n        background-color: rgba(19, 139, 134, 0.12);\n        color: var(--sh-accent);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n    #sh-why-choose-shefa-v1 .sh-card-icon svg {\n        width: 20px;\n        height: 20px;\n    }\n\n    #sh-why-choose-shefa-v1 .sh-card-title {\n        color: var(--sh-primary);\n        font-size: clamp(1.05rem, 1.3vw, 1.2rem);\n        font-weight: 700;\n        line-height: 1.3;\n        margin: 0;\n    }\n    #sh-why-choose-shefa-v1 .sh-card-title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-why-choose-shefa-v1 .sh-card-title .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-why-choose-shefa-v1 .sh-card-desc {\n        color: var(--sh-text-muted);\n        font-size: clamp(0.9375rem, 1.1vw, 1rem);\n        line-height: 1.6;\n        margin: 0;\n    }\n    #sh-why-choose-shefa-v1 .sh-card-desc.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-why-choose-shefa-v1 .sh-card-desc.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* ==========================================================================\n       DUAL LANGUAGE LOGIC (HARD FORCED FOR RTL\/LTR)\n       ========================================================================== *\/\n    #sh-why-choose-shefa-v1 .sh-en { display: block; }\n    #sh-why-choose-shefa-v1 .sh-ar { display: none; }\n    #sh-why-choose-shefa-v1 .sh-en-inline { display: inline-flex; }\n    #sh-why-choose-shefa-v1 .sh-ar-inline { display: none; }\n\n    html[dir=\"rtl\"] #sh-why-choose-shefa-v1 .sh-en,\n    html[lang*=\"ar\"] #sh-why-choose-shefa-v1 .sh-en,\n    body.rtl #sh-why-choose-shefa-v1 .sh-en { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-why-choose-shefa-v1 .sh-ar,\n    html[lang*=\"ar\"] #sh-why-choose-shefa-v1 .sh-ar,\n    body.rtl #sh-why-choose-shefa-v1 .sh-ar { \n        display: block !important; \n    }\n\n    html[dir=\"rtl\"] #sh-why-choose-shefa-v1 .sh-en-inline,\n    html[lang*=\"ar\"] #sh-why-choose-shefa-v1 .sh-en-inline,\n    body.rtl #sh-why-choose-shefa-v1 .sh-en-inline { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-why-choose-shefa-v1 .sh-ar-inline,\n    html[lang*=\"ar\"] #sh-why-choose-shefa-v1 .sh-ar-inline,\n    body.rtl #sh-why-choose-shefa-v1 .sh-ar-inline { \n        display: inline-flex !important; \n    }\n\n    \/* --- Animations --- *\/\n    @keyframes shFadeUp {\n        from { opacity: 0; transform: translateY(25px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n    \n    @media (prefers-reduced-motion: no-preference) {\n        #sh-why-choose-shefa-v1 .sh-header { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }\n        #sh-why-choose-shefa-v1 .sh-box { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.15s; }\n    }\n    @media (prefers-reduced-motion: reduce) {\n        #sh-why-choose-shefa-v1 .sh-header,\n        #sh-why-choose-shefa-v1 .sh-box { opacity: 1; transform: none; animation: none; }\n    }\n<\/style>\n\n<section id=\"sh-why-choose-shefa-v1\">\n    <div class=\"sh-container\">\n        \n        <!-- Header Section -->\n        <div class=\"sh-header\">\n            <div class=\"sh-kicker\">\n                <span class=\"sh-kicker-line\"><\/span>\n                <span class=\"sh-en-inline\">Why Choose Us<\/span>\n                <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0644\u0645\u0627\u0630\u0627 \u062a\u062e\u062a\u0627\u0631\u0646\u0627<\/span>\n            <\/div>\n            \n            <h2 class=\"sh-title\">\n                <span class=\"sh-en\">Why Choose Shefa Hospital for Physiotherapy in Makkah?<\/span>\n                <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0644\u0645\u0627\u0630\u0627 \u062a\u062e\u062a\u0627\u0631 \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0644\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0641\u064a \u0645\u0643\u0629 \u0627\u0644\u0645\u0643\u0631\u0645\u0629\u061f<\/span>\n            <\/h2>\n            \n            <p class=\"sh-intro sh-en\">Choosing a physiotherapy provider is about more than finding a clinic close to you. The patient&#8217;s condition, rehabilitation needs and access to wider medical care can all matter.<\/p>\n            <p class=\"sh-intro sh-ar\" lang=\"ar\" dir=\"rtl\">\u0625\u0646 \u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u0632\u0648\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u064a\u0645\u062a\u062f \u0644\u0645\u0627 \u0647\u0648 \u0623\u0628\u0639\u062f \u0645\u0646 \u0645\u062c\u0631\u062f \u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0639\u064a\u0627\u062f\u0629 \u0642\u0631\u064a\u0628\u0629 \u0645\u0646\u0643. \u0625\u0646 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0631\u064a\u0636\u060c \u0648\u0627\u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644\u060c \u0648\u0625\u0645\u0643\u0627\u0646\u064a\u0629 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0631\u0639\u0627\u064a\u0629 \u0637\u0628\u064a\u0629 \u0623\u0648\u0633\u0639 \u0646\u0637\u0627\u0642\u0627\u064b\u060c \u0643\u0644\u0647\u0627 \u0623\u0645\u0648\u0631 \u0628\u0627\u0644\u063a\u0629 \u0627\u0644\u0623\u0647\u0645\u064a\u0629.<\/p>\n        <\/div>\n\n        <!-- Main Content Box -->\n        <div class=\"sh-box\">\n            <div class=\"sh-grid\">\n                \n                <!-- Item 1 -->\n                <div class=\"sh-card\">\n                    <div class=\"sh-card-header\">\n                        <div class=\"sh-card-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"8.5\" cy=\"7\" r=\"4\"><\/circle><polyline points=\"17 11 19 13 23 9\"><\/polyline><\/svg>\n                        <\/div>\n                        <h3 class=\"sh-card-title\">\n                            <span class=\"sh-en\">Specialist Physiotherapy Care<\/span>\n                            <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0631\u0639\u0627\u064a\u0629 \u0645\u062a\u062e\u0635\u0635\u0629 \u0641\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a<\/span>\n                        <\/h3>\n                    <\/div>\n                    <p class=\"sh-card-desc sh-en\">Shefa Hospital currently lists Specialist Nuran Alnahas as a Specialist Physiotherapy professional.<\/p>\n                    <p class=\"sh-card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u0636\u0645 \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0623\u062e\u0635\u0627\u0626\u064a\u0629 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0646\u0648\u0631\u0627\u0646 \u0627\u0644\u0646\u062d\u0627\u0633 \u0643\u0643\u0627\u062f\u0631 \u0645\u062a\u062e\u0635\u0635 \u0648\u0645\u062d\u062a\u0631\u0641 \u0641\u064a \u062a\u0642\u062f\u064a\u0645 \u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0648\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644.<\/p>\n                <\/div>\n\n                <!-- Item 2 -->\n                <div class=\"sh-card\">\n                    <div class=\"sh-card-header\">\n                        <div class=\"sh-card-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21h18\"><\/path><path d=\"M5 21V7l8-4v18\"><\/path><path d=\"M19 21V11l-6-4\"><\/path><path d=\"M9 9v.01\"><\/path><path d=\"M9 12v.01\"><\/path><path d=\"M9 15v.01\"><\/path><path d=\"M9 18v.01\"><\/path><\/svg>\n                        <\/div>\n                        <h3 class=\"sh-card-title\">\n                            <span class=\"sh-en\">Multispecialty Hospital Environment<\/span>\n                            <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0628\u064a\u0626\u0629 \u0645\u0633\u062a\u0634\u0641\u0649 \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a<\/span>\n                        <\/h3>\n                    <\/div>\n                    <p class=\"sh-card-desc sh-en\">Shefa is a multispecialty hospital with more than 14 medical specialties, allowing patients to access other areas of medical care when clinically required.<\/p>\n                    <p class=\"sh-card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0634\u0641\u0627\u0621 \u0647\u0648 \u0645\u0633\u062a\u0634\u0641\u0649 \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a \u064a\u0636\u0645 \u0623\u0643\u062b\u0631 \u0645\u0646 14 \u062a\u062e\u0635\u0635\u0627\u064b \u0637\u0628\u064a\u0627\u064b\u060c \u0645\u0645\u0627 \u064a\u062a\u064a\u062d \u0644\u0644\u0645\u0631\u0636\u0649 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0645\u062e\u062a\u0644\u0641 \u0645\u062c\u0627\u0644\u0627\u062a \u0627\u0644\u0631\u0639\u0627\u064a\u0629 \u0627\u0644\u0637\u0628\u064a\u0629 \u0639\u0646\u062f \u0627\u0644\u062d\u0627\u062c\u0629 \u0627\u0644\u0633\u0631\u064a\u0631\u064a\u0629.<\/p>\n                <\/div>\n\n                <!-- Item 3 -->\n                <div class=\"sh-card\">\n                    <div class=\"sh-card-header\">\n                        <div class=\"sh-card-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"><\/path><\/svg>\n                        <\/div>\n                        <h3 class=\"sh-card-title\">\n                            <span class=\"sh-en\">Diagnostic Support<\/span>\n                            <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u062f\u0639\u0645 \u062a\u0634\u062e\u064a\u0635\u064a \u0645\u062a\u0643\u0627\u0645\u0644<\/span>\n                        <\/h3>\n                    <\/div>\n                    <p class=\"sh-card-desc sh-en\">Shefa Hospital provides laboratory and radiology services, with its website listing CT, ultrasound and digital X-ray services.<\/p>\n                    <p class=\"sh-card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u0642\u062f\u0645 \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0645\u062e\u062a\u0628\u0631 \u0648\u0627\u0644\u0623\u0634\u0639\u0629\u060c \u0648\u0627\u0644\u062a\u064a \u062a\u0634\u0645\u0644 \u0627\u0644\u0623\u0634\u0639\u0629 \u0627\u0644\u0645\u0642\u0637\u0639\u064a\u0629\u060c \u0648\u0627\u0644\u0645\u0648\u062c\u0627\u062a \u0641\u0648\u0642 \u0627\u0644\u0635\u0648\u062a\u064a\u0629\u060c \u0648\u0627\u0644\u0623\u0634\u0639\u0629 \u0627\u0644\u0633\u064a\u0646\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629.<\/p>\n                <\/div>\n\n                <!-- Item 4 -->\n                <div class=\"sh-card\">\n                    <div class=\"sh-card-header\">\n                        <div class=\"sh-card-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><polyline points=\"12 6 12 12 16 14\"><\/polyline><\/svg>\n                        <\/div>\n                        <h3 class=\"sh-card-title\">\n                            <span class=\"sh-en\">Emergency Support<\/span>\n                            <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0637\u0648\u0627\u0631\u0626 24\/7<\/span>\n                        <\/h3>\n                    <\/div>\n                    <p class=\"sh-card-desc sh-en\">The hospital provides emergency care 24 hours a day.<\/p>\n                    <p class=\"sh-card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u0648\u0641\u0631 \u0627\u0644\u0645\u0633\u062a\u0634\u0641\u0649 \u062e\u062f\u0645\u0627\u062a \u0631\u0639\u0627\u064a\u0629 \u0627\u0644\u0637\u0648\u0627\u0631\u0626 \u0639\u0644\u0649 \u0645\u062f\u0627\u0631 24 \u0633\u0627\u0639\u0629 \u064a\u0648\u0645\u064a\u0627\u064b \u0644\u0636\u0645\u0627\u0646 \u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0627\u0644\u0633\u0631\u064a\u0639\u0629 \u0644\u0645\u062e\u062a\u0644\u0641 \u0627\u0644\u062d\u0627\u0644\u0627\u062a \u0627\u0644\u0637\u0627\u0631\u0626\u0629.<\/p>\n                <\/div>\n\n                <!-- Item 5 -->\n                <div class=\"sh-card\">\n                    <div class=\"sh-card-header\">\n                        <div class=\"sh-card-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><path d=\"m9 12 2 2 4-4\"><\/path><\/svg>\n                        <\/div>\n                        <h3 class=\"sh-card-title\">\n                            <span class=\"sh-en\">CBAHI Accredited<\/span>\n                            <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0639\u062a\u0645\u0627\u062f \u0633\u0628\u0627\u0647\u064a (CBAHI)<\/span>\n                        <\/h3>\n                    <\/div>\n                    <p class=\"sh-card-desc sh-en\">Shefa Hospital identifies itself as a CBAHI-accredited hospital.<\/p>\n                    <p class=\"sh-card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u0639\u062f \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0645\u0646\u0634\u0623\u0629 \u0635\u062d\u064a\u0629 \u0645\u0639\u062a\u0645\u062f\u0629 \u0645\u0646 \u0642\u0628\u0644 \u0627\u0644\u0645\u0631\u0643\u0632 \u0627\u0644\u0633\u0639\u0648\u062f\u064a \u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0645\u0646\u0634\u0622\u062a \u0627\u0644\u0635\u062d\u064a\u0629 (\u0633\u0628\u0627\u0647\u064a).<\/p>\n                <\/div>\n\n                <!-- Item 6 -->\n                <div class=\"sh-card\">\n                    <div class=\"sh-card-header\">\n                        <div class=\"sh-card-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\n                        <\/div>\n                        <h3 class=\"sh-card-title\">\n                            <span class=\"sh-en\">Located in Makkah<\/span>\n                            <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0645\u0648\u0642\u0639 \u0645\u062a\u0645\u064a\u0632 \u0641\u064a \u0645\u0643\u0629 \u0627\u0644\u0645\u0643\u0631\u0645\u0629<\/span>\n                        <\/h3>\n                    <\/div>\n                    <p class=\"sh-card-desc sh-en\">Shefa Hospital is located at Shara Mansur, Makkah 24232, Saudi Arabia. Contact: +966 12 533 3555 (Open 24 Hours).<\/p>\n                    <p class=\"sh-card-desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u0642\u0639 \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0641\u064a \u0634\u0627\u0631\u0639 \u0627\u0644\u0645\u0646\u0635\u0648\u0631\u060c \u0645\u0643\u0629 \u0627\u0644\u0645\u0643\u0631\u0645\u0629 24232\u060c \u0627\u0644\u0645\u0645\u0644\u0643\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629. \u0631\u0642\u0645 \u0627\u0644\u062a\u0648\u0627\u0635\u0644: 3555 533 12 966+\u060c \u0648\u064a\u0639\u0645\u0644 \u0639\u0644\u0649 \u0645\u062f\u0627\u0631 \u0627\u0644\u0633\u0627\u0639\u0629.<\/p>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n\n\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n    \/* ==========================================================================\n       SCOPED PHYSIOTHERAPY PREP & COST STYLES (#sh-physio-cost-v1)\n       100% SSR Compatible | Zero CLS | Pure CSS RTL\/LTR | Astra Breakout\n       ========================================================================== *\/\n\n    #sh-physio-cost-v1 {\n        --sh-cost-primary: #243b5a;\n        --sh-cost-accent: #138b86;\n        --sh-cost-accent-light: rgba(19, 139, 134, 0.12);\n        --sh-cost-border: #e4edf3;\n        --sh-cost-bg: #f8fbfd;\n        --sh-cost-card-bg: #ffffff;\n        --sh-cost-text-muted: #667085;\n        --sh-cost-warning-bg: #fffbeb;\n        --sh-cost-warning-border: #fde68a;\n        --sh-cost-warning-text: #92400e;\n\n        --sh-font-title-en: \"Playfair Display\", \"Instrument Serif\", serif;\n        --sh-font-body-en: \"Inter\", -apple-system, sans-serif;\n        --sh-font-ar: \"Noto Kufi Arabic\", \"Tajawal\", \"Cairo\", sans-serif;\n\n        \/* Astra Full-Width Breakout *\/\n        width: 100vw !important;\n        position: relative !important;\n        left: 50% !important;\n        right: 50% !important;\n        margin-left: -50vw !important;\n        margin-right: -50vw !important;\n        max-width: 100vw !important;\n        background-color: var(--sh-cost-bg) !important;\n        \n        \/* Prevent Horizontal Scroll *\/\n        overflow: clip !important; \n        padding: clamp(4rem, 8vw, 6rem) 0 !important;\n        box-sizing: border-box !important;\n        direction: ltr; \/* Default LTR *\/\n    }\n\n    #sh-physio-cost-v1 *,\n    #sh-physio-cost-v1 *::before,\n    #sh-physio-cost-v1 *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Prevent WP auto-paragraph empty spacing *\/\n    #sh-physio-cost-v1 p:empty, \n    #sh-physio-cost-v1 br { \n        display: none !important; \n    }\n\n    \/* --- Container --- *\/\n    #sh-physio-cost-v1 .sh-container {\n        width: 100% !important;\n        max-width: 1475px !important; \n        margin: 0 auto !important;\n        padding: 0 clamp(1.25rem, 4vw, 2rem) !important;\n    }\n\n    \/* --- RTL Layout Fixes --- *\/\n    html[dir=\"rtl\"] #sh-physio-cost-v1 {\n        direction: rtl;\n    }\n    html[dir=\"rtl\"] #sh-physio-cost-v1 .sh-cost__card {\n        text-align: right;\n    }\n    html[dir=\"rtl\"] #sh-physio-cost-v1 .sh-cost__alert {\n        border-left: none;\n        border-right: 4px solid #d97706;\n    }\n\n    \/* --- Grid --- *\/\n    #sh-physio-cost-v1 .sh-cost__grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: clamp(1.5rem, 4vw, 3rem);\n        align-items: stretch;\n        max-width: 80rem; \/* 1280px *\/\n        margin: 0 auto;\n    }\n    @media (min-width: 1024px) {\n        #sh-physio-cost-v1 .sh-cost__grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n\n    \/* --- Cards --- *\/\n    #sh-physio-cost-v1 .sh-cost__card {\n        background-color: var(--sh-cost-card-bg);\n        border-radius: 1.5rem;\n        padding: clamp(1.5rem, 3vw, 2.5rem);\n        border: 1px solid var(--sh-cost-border);\n        box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);\n        text-align: left;\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n        display: flex;\n        flex-direction: column;\n    }\n    #sh-physio-cost-v1 .sh-cost__card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 10px 20px -5px rgba(0,0,0,0.08);\n    }\n\n    #sh-physio-cost-v1 .sh-cost__card-title {\n        font-size: clamp(1.35rem, 2.2vw, 1.85rem);\n        font-weight: 800;\n        color: var(--sh-cost-primary);\n        margin: 0 0 1.25rem 0;\n        line-height: 1.25;\n    }\n    #sh-physio-cost-v1 .sh-cost__card-title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-physio-cost-v1 .sh-cost__card-title .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physio-cost-v1 .sh-cost__desc {\n        color: var(--sh-cost-text-muted);\n        font-size: clamp(0.95rem, 1.1vw, 1.05rem);\n        line-height: 1.7;\n        margin: 0 0 1rem 0;\n    }\n    #sh-physio-cost-v1 .sh-cost__desc.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-cost-v1 .sh-cost__desc.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- List for Checklist --- *\/\n    #sh-physio-cost-v1 .sh-cost__list {\n        display: flex;\n        flex-direction: column;\n        gap: 0.875rem;\n        padding: 0;\n        margin: 0.5rem 0 1.25rem 0;\n        list-style: none;\n    }\n\n    #sh-physio-cost-v1 .sh-cost__list-item {\n        display: flex;\n        align-items: center;\n        gap: 0.875rem;\n        color: var(--sh-cost-primary);\n        font-size: clamp(0.9rem, 1vw, 0.975rem);\n        font-weight: 600;\n        line-height: 1.4;\n    }\n    #sh-physio-cost-v1 .sh-cost__list-item .sh-en-inline { font-family: var(--sh-font-body-en); }\n    #sh-physio-cost-v1 .sh-cost__list-item .sh-ar-inline { font-family: var(--sh-font-ar); }\n\n    \/* Professional Icon Badges *\/\n    #sh-physio-cost-v1 .sh-cost__item-icon {\n        color: var(--sh-cost-accent);\n        background-color: var(--sh-cost-accent-light);\n        flex-shrink: 0;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        width: 2rem;\n        height: 2rem;\n        border-radius: 0.5rem;\n    }\n    #sh-physio-cost-v1 .sh-cost__item-icon svg {\n        width: 15px; \n        height: 15px;\n        stroke-width: 2.25;\n    }\n\n    \/* --- Clothing Note Box --- *\/\n    #sh-physio-cost-v1 .sh-cost__note {\n        margin-top: auto;\n        padding: 1rem 1.25rem;\n        background-color: var(--sh-cost-accent-light);\n        border-radius: 0.75rem;\n        border: 1px solid rgba(19, 139, 134, 0.2);\n        color: var(--sh-cost-primary);\n        font-size: clamp(0.875rem, 1vw, 0.9375rem);\n        line-height: 1.5;\n    }\n\n    \/* --- Alert Box --- *\/\n    #sh-physio-cost-v1 .sh-cost__alert {\n        margin-top: auto;\n        color: var(--sh-cost-warning-text);\n        font-weight: 600;\n        font-size: clamp(0.9375rem, 1.2vw, 1rem);\n        line-height: 1.6;\n        padding: clamp(1.25rem, 2vw, 1.5rem);\n        background-color: var(--sh-cost-warning-bg);\n        border-radius: 0.75rem;\n        border: 1px solid var(--sh-cost-warning-border);\n        border-left: 4px solid #d97706;\n    }\n    #sh-physio-cost-v1 .sh-cost__alert.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-cost-v1 .sh-cost__alert.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* ==========================================================================\n       DUAL LANGUAGE LOGIC (HARD FORCED FOR RTL\/LTR)\n       ========================================================================== *\/\n    #sh-physio-cost-v1 .sh-en { display: block; }\n    #sh-physio-cost-v1 .sh-ar { display: none; }\n    #sh-physio-cost-v1 .sh-en-inline { display: inline-flex; }\n    #sh-physio-cost-v1 .sh-ar-inline { display: none; }\n\n    html[dir=\"rtl\"] #sh-physio-cost-v1 .sh-en,\n    html[lang*=\"ar\"] #sh-physio-cost-v1 .sh-en,\n    body.rtl #sh-physio-cost-v1 .sh-en { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-cost-v1 .sh-ar,\n    html[lang*=\"ar\"] #sh-physio-cost-v1 .sh-ar,\n    body.rtl #sh-physio-cost-v1 .sh-ar { \n        display: block !important; \n    }\n\n    html[dir=\"rtl\"] #sh-physio-cost-v1 .sh-en-inline,\n    html[lang*=\"ar\"] #sh-physio-cost-v1 .sh-en-inline,\n    body.rtl #sh-physio-cost-v1 .sh-en-inline { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-cost-v1 .sh-ar-inline,\n    html[lang*=\"ar\"] #sh-physio-cost-v1 .sh-ar-inline,\n    body.rtl #sh-physio-cost-v1 .sh-ar-inline { \n        display: inline-flex !important; \n    }\n\n    \/* --- Animations --- *\/\n    @keyframes shFadeUp {\n        from { opacity: 0; transform: translateY(25px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n    \n    @media (prefers-reduced-motion: no-preference) {\n        #sh-physio-cost-v1 .sh-cost__card:nth-child(1) { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }\n        #sh-physio-cost-v1 .sh-cost__card:nth-child(2) { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.15s; }\n    }\n    @media (prefers-reduced-motion: reduce) {\n        #sh-physio-cost-v1 .sh-cost__card { opacity: 1; transform: none; animation: none; }\n    }\n<\/style>\n\n<section id=\"sh-physio-cost-v1\">\n    <div class=\"sh-container\">\n        \n        <!-- Grid -->\n        <div class=\"sh-cost__grid\">\n            \n            <!-- LEFT CARD: What to Bring -->\n            <div class=\"sh-cost__card\">\n                <h3 class=\"sh-cost__card-title\">\n                    <span class=\"sh-en\">What Should You Bring to a Physiotherapy Appointment?<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0645\u0627\u0630\u0627 \u064a\u062c\u0628 \u0623\u0646 \u062a\u062d\u0636\u0631 \u0645\u0639\u0643 \u0644\u0645\u0648\u0639\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u061f<\/span>\n                <\/h3>\n                \n                <p class=\"sh-cost__desc sh-en\">If you are attending physiotherapy after an injury, surgery, or medical condition, bring any relevant medical information you have. This may include:<\/p>\n                <p class=\"sh-cost__desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u062d\u0636\u0631 \u062c\u0644\u0633\u0629 \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a \u0628\u0639\u062f \u0625\u0635\u0627\u0628\u0629 \u0623\u0648 \u062c\u0631\u0627\u062d\u0629 \u0623\u0648 \u062d\u0627\u0644\u0629 \u0637\u0628\u064a\u0629\u060c \u064a\u064f\u0631\u062c\u0649 \u0625\u062d\u0636\u0627\u0631 \u0623\u064a \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0637\u0628\u064a\u0629 \u0630\u0627\u062a \u0635\u0644\u0629\u060c \u0648\u0627\u0644\u062a\u064a \u0642\u062f \u062a\u0634\u0645\u0644:<\/p>\n                \n                <ul class=\"sh-cost__list\">\n                    <li class=\"sh-cost__list-item\">\n                        <span class=\"sh-cost__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><\/svg>\n                        <\/span>\n                        <span class=\"sh-en-inline\">Previous medical reports<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u062a\u0642\u0627\u0631\u064a\u0631 \u0627\u0644\u0637\u0628\u064a\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629<\/span>\n                    <\/li>\n                    <li class=\"sh-cost__list-item\">\n                        <span class=\"sh-cost__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"><\/circle><polyline points=\"21 15 16 10 5 21\"><\/polyline><\/svg>\n                        <\/span>\n                        <span class=\"sh-en-inline\">X-rays or other imaging<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0623\u0634\u0639\u0629 \u0627\u0644\u0633\u064a\u0646\u064a\u0629 \u0623\u0648 \u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0637\u0628\u064a\u0629 \u0627\u0644\u0623\u062e\u0631\u0649<\/span>\n                    <\/li>\n                    <li class=\"sh-cost__list-item\">\n                        <span class=\"sh-cost__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"><\/line><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"><\/line><\/svg>\n                        <\/span>\n                        <span class=\"sh-en-inline\">MRI or CT reports<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u062a\u0642\u0627\u0631\u064a\u0631 \u0627\u0644\u0631\u0646\u064a\u0646 \u0627\u0644\u0645\u063a\u0646\u0627\u0637\u064a\u0633\u064a \u0623\u0648 \u0627\u0644\u0623\u0634\u0639\u0629 \u0627\u0644\u0645\u0642\u0637\u0639\u064a\u0629<\/span>\n                    <\/li>\n                    <li class=\"sh-cost__list-item\">\n                        <span class=\"sh-cost__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"><\/path><\/svg>\n                        <\/span>\n                        <span class=\"sh-en-inline\">Surgical reports<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u062a\u0642\u0627\u0631\u064a\u0631 \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u062c\u0631\u0627\u062d\u064a\u0629<\/span>\n                    <\/li>\n                    <li class=\"sh-cost__list-item\">\n                        <span class=\"sh-cost__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"><\/path><rect x=\"8\" y=\"2\" width=\"8\" height=\"4\" rx=\"1\" ry=\"1\"><\/rect><\/svg>\n                        <\/span>\n                        <span class=\"sh-en-inline\">Previous physiotherapy records<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0633\u062c\u0644\u0627\u062a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0644\u0633\u0627\u0628\u0642\u0629<\/span>\n                    <\/li>\n                    <li class=\"sh-cost__list-item\">\n                        <span class=\"sh-cost__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m10.5 20.5 10-10a4.95 4.95 0 1 0-7-7l-10 10a4.95 4.95 0 1 0 7 7Z\"><\/path><path d=\"m8.5 8.5 7 7\"><\/path><\/svg>\n                        <\/span>\n                        <span class=\"sh-en-inline\">Current medication information<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0623\u062f\u0648\u064a\u0629 \u0627\u0644\u062d\u0627\u0644\u064a\u0629<\/span>\n                    <\/li>\n                    <li class=\"sh-cost__list-item\">\n                        <span class=\"sh-cost__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><\/svg>\n                        <\/span>\n                        <span class=\"sh-en-inline\">Referral or doctor&#8217;s instructions<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u062a\u062d\u0648\u064a\u0644 \u0623\u0648 \u062a\u0639\u0644\u064a\u0645\u0627\u062a \u0627\u0644\u0637\u0628\u064a\u0628<\/span>\n                    <\/li>\n                    <li class=\"sh-cost__list-item\">\n                        <span class=\"sh-cost__item-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><polyline points=\"12 6 12 12 16 14\"><\/polyline><\/svg>\n                        <\/span>\n                        <span class=\"sh-en-inline\">Details about previous injuries<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u062a\u0641\u0627\u0635\u064a\u0644 \u062d\u0648\u0644 \u0627\u0644\u0625\u0635\u0627\u0628\u0627\u062a \u0627\u0644\u0633\u0627\u0628\u0642\u0629<\/span>\n                    <\/li>\n                <\/ul>\n\n                <div class=\"sh-cost__note\">\n                    <span class=\"sh-en\"><strong>Note:<\/strong> Wear comfortable clothing that allows the physiotherapist to assess the affected area and movement where appropriate.<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\"><strong>\u0645\u0644\u0627\u062d\u0638\u0629:<\/strong> \u064a\u064f\u0641\u0636\u0644 \u0627\u0631\u062a\u062f\u0627\u0621 \u0645\u0644\u0627\u0628\u0633 \u0645\u0631\u064a\u062d\u0629 \u062a\u062a\u064a\u062d \u0644\u0623\u062e\u0635\u0627\u0626\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0635\u0627\u0628\u0629 \u0648\u0627\u0644\u062d\u0631\u0643\u0629 \u0628\u0634\u0643\u0644 \u0645\u0646\u0627\u0633\u0628.<\/span>\n                <\/div>\n            <\/div>\n            \n            <!-- RIGHT CARD: Cost & Pricing -->\n            <div class=\"sh-cost__card\">\n                <h3 class=\"sh-cost__card-title\">\n                    <span class=\"sh-en\">How Much Does Physiotherapy Cost in Makkah?<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0643\u0645 \u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0641\u064a \u0645\u0643\u0629 \u0627\u0644\u0645\u0643\u0631\u0645\u0629\u061f<\/span>\n                <\/h3>\n                \n                <p class=\"sh-cost__desc sh-en\">Physiotherapy fees can vary depending on the provider, type of assessment, treatment required, number of sessions, and insurance coverage.<\/p>\n                <p class=\"sh-cost__desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u0642\u062f \u062a\u062e\u062a\u0644\u0641 \u0631\u0633\u0648\u0645 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0639\u062a\u0645\u0627\u062f\u0627\u064b \u0639\u0644\u0649 \u0645\u0632\u0648\u062f \u0627\u0644\u062e\u062f\u0645\u0629\u060c \u0648\u0646\u0648\u0639 \u0627\u0644\u062a\u0642\u064a\u064a\u0645\u060c \u0648\u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u060c \u0648\u0639\u062f\u062f \u0627\u0644\u062c\u0644\u0633\u0627\u062a\u060c \u0648\u062a\u063a\u0637\u064a\u0629 \u0627\u0644\u062a\u0623\u0645\u064a\u0646.<\/p>\n                \n                <p class=\"sh-cost__desc sh-en\">Shefa Hospital should be contacted directly for current physiotherapy consultation or session fees.<\/p>\n                <p class=\"sh-cost__desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u062c\u0628 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0645\u0628\u0627\u0634\u0631\u0629 \u0644\u0645\u0639\u0631\u0641\u0629 \u0631\u0633\u0648\u0645 \u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0623\u0648 \u062c\u0644\u0633\u0627\u062a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0644\u062d\u0627\u0644\u064a\u0629.<\/p>\n                \n                <div class=\"sh-cost__alert\">\n                    <span class=\"sh-en\">Do not publish a specific price unless the hospital confirms it.<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0644\u0627 \u062a\u0642\u0645 \u0628\u0646\u0634\u0631 \u0633\u0639\u0631 \u0645\u062d\u062f\u062f \u0645\u0627 \u0644\u0645 \u064a\u0624\u0643\u062f \u0627\u0644\u0645\u0633\u062a\u0634\u0641\u0649 \u0630\u0644\u0643.<\/span>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n    \/* ==========================================================================\n       SCOPED PHYSIOTHERAPY INSURANCE & SESSIONS STYLES (#sh-physio-info-v1)\n       100% SSR Compatible | Zero CLS | Pure CSS RTL\/LTR | Astra Breakout\n       ========================================================================== *\/\n\n    #sh-physio-info-v1 {\n        --sh-info-primary: #243b5a;\n        --sh-info-accent: #138b86;\n        --sh-info-accent-light: rgba(19, 139, 134, 0.1);\n        --sh-info-warning: #d97706;\n        --sh-info-warning-bg: #fffbeb;\n        --sh-info-text-muted: #667085;\n        --sh-info-bg: #ffffff;\n        --sh-info-card-bg: #f8fafc;\n        --sh-info-border: #e4edf3;\n\n        --sh-font-title-en: \"Playfair Display\", \"Instrument Serif\", serif;\n        --sh-font-body-en: \"Inter\", -apple-system, sans-serif;\n        --sh-font-ar: \"Noto Kufi Arabic\", \"Tajawal\", \"Cairo\", sans-serif;\n\n        \/* Astra Full-Width Breakout *\/\n        width: 100vw !important;\n        position: relative !important;\n        left: 50% !important;\n        right: 50% !important;\n        margin-left: -50vw !important;\n        margin-right: -50vw !important;\n        max-width: 100vw !important;\n        background-color: var(--sh-info-bg) !important;\n        \n        \/* Prevent Horizontal Scroll *\/\n        overflow: clip !important; \n        padding: clamp(4rem, 8vw, 6rem) 0 !important;\n        box-sizing: border-box !important;\n        direction: ltr; \/* Default LTR *\/\n    }\n\n    #sh-physio-info-v1 *,\n    #sh-physio-info-v1 *::before,\n    #sh-physio-info-v1 *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Prevent WP auto-paragraph empty spacing *\/\n    #sh-physio-info-v1 p:empty, \n    #sh-physio-info-v1 br { \n        display: none !important; \n    }\n\n    \/* --- Container --- *\/\n    #sh-physio-info-v1 .sh-container {\n        width: 100% !important;\n        max-width: 1475px !important; \n        margin: 0 auto !important;\n        padding: 0 clamp(1.25rem, 4vw, 2rem) !important;\n        position: relative;\n        z-index: 10;\n    }\n\n    \/* --- RTL Layout Fixes --- *\/\n    html[dir=\"rtl\"] #sh-physio-info-v1 {\n        direction: rtl;\n    }\n    html[dir=\"rtl\"] #sh-physio-info-v1 .sh-info__card {\n        text-align: right;\n    }\n\n    \/* --- Grid Layout for 2 Columns --- *\/\n    #sh-physio-info-v1 .sh-info__grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: clamp(1.5rem, 3vw, 2.5rem);\n        max-width: 80rem; \/* 1280px *\/\n        margin: 0 auto;\n        align-items: stretch;\n    }\n    @media (min-width: 1024px) {\n        #sh-physio-info-v1 .sh-info__grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n\n    \/* --- Cards --- *\/\n    #sh-physio-info-v1 .sh-info__card {\n        background-color: var(--sh-info-card-bg);\n        border: 1px solid var(--sh-info-border);\n        border-radius: 1.25rem;\n        padding: clamp(1.5rem, 3vw, 2.5rem);\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n        box-shadow: 0 2px 4px rgba(0,0,0,0.02);\n    }\n    #sh-physio-info-v1 .sh-info__card:hover {\n        transform: translateY(-3px);\n        box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);\n        border-color: rgba(19, 139, 134, 0.3);\n    }\n\n    \/* --- Headings --- *\/\n    #sh-physio-info-v1 .sh-info__title {\n        font-size: clamp(1.5rem, 2.5vw, 2rem);\n        font-weight: 800;\n        line-height: 1.25;\n        color: var(--sh-info-primary);\n        margin: 0 0 1.25rem 0;\n    }\n    #sh-physio-info-v1 .sh-info__title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-physio-info-v1 .sh-info__title .sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Text & Paragraphs --- *\/\n    #sh-physio-info-v1 .sh-info__desc {\n        color: var(--sh-info-text-muted);\n        font-size: clamp(0.975rem, 1.2vw, 1.0625rem);\n        line-height: 1.7;\n        margin: 0 0 1rem 0;\n    }\n    #sh-physio-info-v1 .sh-info__desc.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-info-v1 .sh-info__desc.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Check List Items --- *\/\n    #sh-physio-info-v1 .sh-info__list {\n        list-style: none;\n        padding: 0;\n        margin: 1rem 0 1.5rem 0;\n        display: flex;\n        flex-direction: column;\n        gap: 0.875rem;\n    }\n\n    #sh-physio-info-v1 .sh-info__list-item {\n        display: flex;\n        align-items: flex-start;\n        gap: 0.75rem;\n    }\n\n    #sh-physio-info-v1 .sh-info__icon {\n        width: 1.5rem;\n        height: 1.5rem;\n        flex-shrink: 0;\n        color: var(--sh-info-accent);\n        background-color: var(--sh-info-accent-light);\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-top: 0.125rem;\n    }\n    #sh-physio-info-v1 .sh-info__icon svg { width: 14px; height: 14px; stroke-width: 2.5; }\n\n    #sh-physio-info-v1 .sh-info__item-text {\n        color: var(--sh-info-primary);\n        font-weight: 600;\n        font-size: clamp(0.9375rem, 1.1vw, 1rem);\n        line-height: 1.5;\n        margin: 0;\n    }\n    #sh-physio-info-v1 .sh-info__item-text .sh-en-inline { font-family: var(--sh-font-body-en); }\n    #sh-physio-info-v1 .sh-info__item-text .sh-ar-inline { font-family: var(--sh-font-ar); }\n\n    \/* --- Note \/ Footer Block inside Card --- *\/\n    #sh-physio-info-v1 .sh-info__footer-note {\n        background-color: #ffffff;\n        border: 1px solid var(--sh-info-border);\n        border-radius: 0.75rem;\n        padding: 1rem 1.25rem;\n        margin-top: auto;\n    }\n\n    #sh-physio-info-v1 .sh-info__footer-note p {\n        color: var(--sh-info-primary);\n        font-size: clamp(0.875rem, 1vw, 0.9375rem);\n        font-weight: 500;\n        line-height: 1.6;\n        margin: 0;\n    }\n    #sh-physio-info-v1 .sh-info__footer-note p.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-info-v1 .sh-info__footer-note p.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* ==========================================================================\n       DUAL LANGUAGE LOGIC (HARD FORCED FOR RTL\/LTR)\n       ========================================================================== *\/\n    #sh-physio-info-v1 .sh-en { display: block; }\n    #sh-physio-info-v1 .sh-ar { display: none; }\n    #sh-physio-info-v1 .sh-en-inline { display: inline-flex; }\n    #sh-physio-info-v1 .sh-ar-inline { display: none; }\n\n    html[dir=\"rtl\"] #sh-physio-info-v1 .sh-en,\n    html[lang*=\"ar\"] #sh-physio-info-v1 .sh-en,\n    body.rtl #sh-physio-info-v1 .sh-en { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-info-v1 .sh-ar,\n    html[lang*=\"ar\"] #sh-physio-info-v1 .sh-ar,\n    body.rtl #sh-physio-info-v1 .sh-ar { \n        display: block !important; \n    }\n\n    html[dir=\"rtl\"] #sh-physio-info-v1 .sh-en-inline,\n    html[lang*=\"ar\"] #sh-physio-info-v1 .sh-en-inline,\n    body.rtl #sh-physio-info-v1 .sh-en-inline { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-info-v1 .sh-ar-inline,\n    html[lang*=\"ar\"] #sh-physio-info-v1 .sh-ar-inline,\n    body.rtl #sh-physio-info-v1 .sh-ar-inline { \n        display: inline-flex !important; \n    }\n\n    \/* --- Animations --- *\/\n    @keyframes shFadeUp {\n        from { opacity: 0; transform: translateY(25px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n    \n    @media (prefers-reduced-motion: no-preference) {\n        #sh-physio-info-v1 .sh-info__card:nth-child(1) { opacity: 0; animation: shFadeUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.10s; }\n        #sh-physio-info-v1 .sh-info__card:nth-child(2) { opacity: 0; animation: shFadeUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.25s; }\n    }\n    @media (prefers-reduced-motion: reduce) {\n        #sh-physio-info-v1 .sh-info__card { opacity: 1; transform: none; animation: none; }\n    }\n<\/style>\n\n<section id=\"sh-physio-info-v1\">\n    <div class=\"sh-container\">\n        \n        <div class=\"sh-info__grid\">\n            \n            <!-- Card 1: Insurance Coverage -->\n            <div class=\"sh-info__card\">\n                <div>\n                    <h2 class=\"sh-info__title\">\n                        <span class=\"sh-en\">Does Insurance Cover Physiotherapy?<\/span>\n                        <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0647\u0644 \u064a\u063a\u0637\u064a \u0627\u0644\u062a\u0623\u0645\u064a\u0646 \u0627\u0644\u0635\u062d\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u061f<\/span>\n                    <\/h2>\n\n                    <p class=\"sh-info__desc sh-en\">Insurance coverage depends on the patient&#8217;s insurance provider, policy and the reason physiotherapy is required. Before booking, confirm:<\/p>\n                    <p class=\"sh-info__desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u062a\u0639\u062a\u0645\u062f \u062a\u063a\u0637\u064a\u0629 \u0627\u0644\u062a\u0623\u0645\u064a\u0646 \u0639\u0644\u0649 \u0645\u0632\u0648\u062f \u062e\u062f\u0645\u0629 \u0627\u0644\u062a\u0623\u0645\u064a\u0646 \u0627\u0644\u062e\u0627\u0635 \u0628\u0627\u0644\u0645\u0631\u064a\u0636\u060c \u0648\u0627\u0644\u0628\u0648\u0644\u064a\u0635\u0629\u060c \u0648\u0627\u0644\u0633\u0628\u0628 \u0648\u0631\u0627\u0621 \u0637\u0644\u0628 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a. \u0642\u0628\u0644 \u0627\u0644\u062d\u062c\u0632\u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u062f \u0645\u0646:<\/p>\n\n                    <ul class=\"sh-info__list\">\n                        <li class=\"sh-info__list-item\">\n                            <div class=\"sh-info__icon\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                            <\/div>\n                            <p class=\"sh-info__item-text\">\n                                <span class=\"sh-en-inline\">Whether physiotherapy is covered<\/span>\n                                <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0645\u063a\u0637\u0649 \u0623\u0645 \u0644\u0627<\/span>\n                            <\/p>\n                        <\/li>\n                        <li class=\"sh-info__list-item\">\n                            <div class=\"sh-info__icon\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                            <\/div>\n                            <p class=\"sh-info__item-text\">\n                                <span class=\"sh-en-inline\">Whether a doctor&#8217;s referral is required<\/span>\n                                <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0637\u0628\u064a\u0628 \u0645\u0637\u0644\u0648\u0628\u0627\u064b<\/span>\n                            <\/p>\n                        <\/li>\n                        <li class=\"sh-info__list-item\">\n                            <div class=\"sh-info__icon\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                            <\/div>\n                            <p class=\"sh-info__item-text\">\n                                <span class=\"sh-en-inline\">Whether pre-approval is needed<\/span>\n                                <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646\u062a \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0627\u0644\u0645\u0633\u0628\u0642\u0629 \u0645\u0637\u0644\u0648\u0628\u0629<\/span>\n                            <\/p>\n                        <\/li>\n                        <li class=\"sh-info__list-item\">\n                            <div class=\"sh-info__icon\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                            <\/div>\n                            <p class=\"sh-info__item-text\">\n                                <span class=\"sh-en-inline\">The number of covered sessions<\/span>\n                                <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0639\u062f\u062f \u0627\u0644\u062c\u0644\u0633\u0627\u062a \u0627\u0644\u0645\u063a\u0637\u0627\u0629<\/span>\n                            <\/p>\n                        <\/li>\n                        <li class=\"sh-info__list-item\">\n                            <div class=\"sh-info__icon\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                            <\/div>\n                            <p class=\"sh-info__item-text\">\n                                <span class=\"sh-en-inline\">Whether assessment and treatment are covered separately<\/span>\n                                <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0648\u0627\u0644\u0639\u0644\u0627\u062c \u0645\u063a\u0637\u064a\u064a\u0646 \u0628\u0634\u0643\u0644 \u0645\u0646\u0641\u0635\u0644<\/span>\n                            <\/p>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"sh-info__footer-note\">\n                    <p class=\"sh-en\">Patients can contact Shefa Hospital&#8217;s insurance department or their insurance provider for current coverage information.<\/p>\n                    <p class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u0645\u0643\u0646 \u0644\u0644\u0645\u0631\u0636\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0642\u0633\u0645 \u0627\u0644\u062a\u0623\u0645\u064a\u0646 \u0641\u064a \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0623\u0648 \u0628\u0645\u0632\u0648\u062f \u062e\u062f\u0645\u0629 \u0627\u0644\u062a\u0623\u0645\u064a\u0646 \u0627\u0644\u062e\u0627\u0635 \u0628\u0647\u0645 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062a\u063a\u0637\u064a\u0629 \u0627\u0644\u062d\u0627\u0644\u064a\u0629.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Card 2: Session Count -->\n            <div class=\"sh-info__card\">\n                <div>\n                    <h2 class=\"sh-info__title\">\n                        <span class=\"sh-en\">How Many Physiotherapy Sessions Will I Need?<\/span>\n                        <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0643\u0645 \u0639\u062f\u062f \u062c\u0644\u0633\u0627\u062a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0644\u062a\u064a \u0633\u0623\u062d\u062a\u0627\u062c\u0647\u0627\u061f<\/span>\n                    <\/h2>\n\n                    <p class=\"sh-info__desc sh-en\">The number of sessions varies from one patient to another. Someone recovering from a minor injury may require a shorter rehabilitation programme, while patients recovering from surgery or dealing with a long-term physical problem may need ongoing therapy.<\/p>\n                    <p class=\"sh-info__desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u062e\u062a\u0644\u0641 \u0639\u062f\u062f \u0627\u0644\u062c\u0644\u0633\u0627\u062a \u0645\u0646 \u0645\u0631\u064a\u0636 \u0644\u0622\u062e\u0631. \u0642\u062f \u064a\u062a\u0637\u0644\u0628 \u0627\u0644\u0634\u062e\u0635 \u0627\u0644\u0630\u064a \u064a\u062a\u0639\u0627\u0641\u0649 \u0645\u0646 \u0625\u0635\u0627\u0628\u0629 \u0637\u0641\u064a\u0641\u0629 \u0628\u0631\u0646\u0627\u0645\u062c \u0625\u0639\u0627\u062f\u0629 \u062a\u0623\u0647\u064a\u0644 \u0623\u0642\u0635\u0631\u060c \u0628\u064a\u0646\u0645\u0627 \u0642\u062f \u064a\u062d\u062a\u0627\u062c \u0627\u0644\u0645\u0631\u0636\u0649 \u0627\u0644\u0630\u064a\u0646 \u064a\u062a\u0639\u0627\u0641\u0648\u0646 \u0645\u0646 \u0627\u0644\u062c\u0631\u0627\u062d\u0629 \u0623\u0648 \u064a\u0639\u0627\u0646\u0648\u0646 \u0645\u0646 \u0645\u0634\u0643\u0644\u0629 \u062c\u0633\u062f\u064a\u0629 \u0637\u0648\u064a\u0644\u0629 \u0627\u0644\u0623\u062c\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u062c \u0645\u0633\u062a\u0645\u0631.<\/p>\n\n                    <p class=\"sh-info__desc sh-en\">The physiotherapist can recommend a treatment schedule after assessing the patient&#8217;s condition and rehabilitation goals. Treatment plans may also change as the patient&#8217;s movement and physical function improve.<\/p>\n                    <p class=\"sh-info__desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u0645\u0643\u0646 \u0644\u0623\u062e\u0635\u0627\u0626\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0644\u062a\u0648\u0635\u064a\u0629 \u0628\u062c\u062f\u0648\u0644 \u0639\u0644\u0627\u062c\u064a \u0628\u0639\u062f \u062a\u0642\u064a\u064a\u0645 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0631\u064a\u0636 \u0648\u0623\u0647\u062f\u0627\u0641 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644. \u0642\u062f \u062a\u062a\u063a\u064a\u0631 \u062e\u0637\u0637 \u0627\u0644\u0639\u0644\u0627\u062c \u0623\u064a\u0636\u0627\u064b \u0645\u0639 \u062a\u062d\u0633\u0646 \u062d\u0631\u0643\u0629 \u0627\u0644\u0645\u0631\u064a\u0636 \u0648\u0648\u0638\u064a\u0641\u062a\u0647 \u0627\u0644\u0628\u062f\u0646\u064a\u0629.<\/p>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/section>\n\n\n\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n    \/* ==========================================================================\n       SCOPED BOOK PHYSIOTHERAPY STYLES (#sh-book-physio-v1)\n       100% SSR Compatible | Zero CLS | Pure CSS RTL\/LTR | Astra Breakout\n       ========================================================================== *\/\n\n    #sh-book-physio-v1 {\n        --sh-book-primary: #243b5a;\n        --sh-book-accent: #138b86;\n        --sh-book-accent-light: rgba(19, 139, 134, 0.1);\n        --sh-book-warning: #d97706; \/* Amber 600 *\/\n        --sh-book-warning-bg: #fffbeb; \/* Amber 50 *\/\n        --sh-book-text-muted: #667085;\n        --sh-book-bg: #ffffff;\n        --sh-book-card-bg: #f8fafc;\n        --sh-book-border: #e4edf3;\n\n        --sh-font-title-en: \"Playfair Display\", \"Instrument Serif\", serif;\n        --sh-font-body-en: \"Inter\", -apple-system, sans-serif;\n        --sh-font-ar: \"Noto Kufi Arabic\", \"Tajawal\", \"Cairo\", sans-serif;\n\n        \/* Astra Full-Width Breakout *\/\n        width: 100vw !important;\n        position: relative !important;\n        left: 50% !important;\n        right: 50% !important;\n        margin-left: -50vw !important;\n        margin-right: -50vw !important;\n        max-width: 100vw !important;\n        background-color: var(--sh-book-bg) !important;\n        \n        \/* Prevent Horizontal Scroll *\/\n        overflow: clip !important; \n        padding: clamp(4rem, 8vw, 6rem) 0 !important;\n        box-sizing: border-box !important;\n        direction: ltr; \/* Default LTR *\/\n    }\n\n    #sh-book-physio-v1 *,\n    #sh-book-physio-v1 *::before,\n    #sh-book-physio-v1 *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Prevent WP auto-paragraph empty spacing *\/\n    #sh-book-physio-v1 p:empty, \n    #sh-book-physio-v1 br { \n        display: none !important; \n    }\n\n    \/* --- Container --- *\/\n    #sh-book-physio-v1 .sh-container {\n        width: 100% !important;\n        max-width: 1475px !important; \n        margin: 0 auto !important;\n        padding: 0 clamp(1.25rem, 4vw, 2rem) !important;\n        position: relative;\n        z-index: 10;\n    }\n\n    \/* --- RTL Layout Fixes --- *\/\n    html[dir=\"rtl\"] #sh-book-physio-v1 {\n        direction: rtl;\n    }\n    html[dir=\"rtl\"] #sh-book-physio-v1 .sh-book__header,\n    html[dir=\"rtl\"] #sh-book-physio-v1 .sh-book__card,\n    html[dir=\"rtl\"] #sh-book-physio-v1 .sh-book__footer {\n        text-align: right;\n    }\n    html[dir=\"rtl\"] #sh-book-physio-v1 .sh-book__footer {\n        border-left: none;\n        border-right: 4px solid var(--sh-book-warning);\n    }\n\n    \/* --- Header --- *\/\n    #sh-book-physio-v1 .sh-book__header {\n        text-align: center;\n        max-width: 56rem; \/* 896px *\/\n        margin: 0 auto clamp(2.5rem, 5vw, 4rem) auto;\n    }\n\n    #sh-book-physio-v1 .sh-book__kicker {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.75rem;\n        color: var(--sh-book-accent);\n        font-weight: 700;\n        font-size: 0.875rem;\n        letter-spacing: 0.05em;\n        text-transform: uppercase;\n        margin-bottom: 1.25rem;\n        justify-content: center;\n    }\n    #sh-book-physio-v1 .sh-book__kicker-line {\n        height: 2px;\n        width: 2rem;\n        background-color: var(--sh-book-accent);\n    }\n\n    #sh-book-physio-v1 .sh-book__title {\n        font-size: clamp(2rem, 4vw, 3.25rem);\n        font-weight: 800;\n        line-height: 1.15;\n        color: var(--sh-book-primary);\n        margin: 0 0 1.25rem 0;\n    }\n    #sh-book-physio-v1 .sh-book__title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-book-physio-v1 .sh-book__title .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-book-physio-v1 .sh-book__desc {\n        color: var(--sh-book-text-muted);\n        font-size: clamp(1.0625rem, 1.5vw, 1.1875rem);\n        line-height: 1.7;\n        margin: 0;\n    }\n    #sh-book-physio-v1 .sh-book__desc.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-book-physio-v1 .sh-book__desc.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- Compact Grid for 10 Items --- *\/\n    #sh-book-physio-v1 .sh-book__grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: clamp(1rem, 2vw, 1.25rem);\n        max-width: 80rem; \/* 1280px *\/\n        margin: 0 auto;\n    }\n    @media (min-width: 640px) {\n        #sh-book-physio-v1 .sh-book__grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n    @media (min-width: 1024px) {\n        #sh-book-physio-v1 .sh-book__grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    \/* --- Dense Cards --- *\/\n    #sh-book-physio-v1 .sh-book__card {\n        background-color: var(--sh-book-card-bg);\n        border: 1px solid var(--sh-book-border);\n        border-radius: 1rem;\n        padding: clamp(1.25rem, 2vw, 1.5rem);\n        display: flex;\n        gap: 1rem;\n        align-items: flex-start;\n        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n        box-shadow: 0 2px 4px rgba(0,0,0,0.02);\n    }\n    #sh-book-physio-v1 .sh-book__card:hover {\n        transform: translateY(-3px);\n        box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);\n        border-color: rgba(19, 139, 134, 0.3);\n    }\n\n    #sh-book-physio-v1 .sh-book__icon {\n        width: 2.25rem;\n        height: 2.25rem;\n        flex-shrink: 0;\n        color: var(--sh-book-accent);\n        background-color: var(--sh-book-accent-light);\n        border-radius: 0.6rem;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-top: 0.125rem;\n    }\n    #sh-book-physio-v1 .sh-book__icon svg { width: 18px; height: 18px; stroke-width: 2.25; }\n\n    #sh-book-physio-v1 .sh-book__card-text {\n        color: var(--sh-book-primary);\n        font-weight: 600;\n        font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);\n        line-height: 1.5;\n        margin: 0;\n    }\n    #sh-book-physio-v1 .sh-book__card-text .sh-en-inline { font-family: var(--sh-font-body-en); }\n    #sh-book-physio-v1 .sh-book__card-text .sh-ar-inline { font-family: var(--sh-font-ar); }\n\n    \/* --- Outro Warning Box --- *\/\n    #sh-book-physio-v1 .sh-book__footer {\n        background-color: var(--sh-book-warning-bg);\n        border-left: 4px solid var(--sh-book-warning);\n        border-radius: 1rem;\n        padding: clamp(1.25rem, 3vw, 1.75rem);\n        display: flex;\n        gap: 1.25rem;\n        align-items: flex-start;\n        max-width: 64rem;\n        margin: clamp(2.5rem, 5vw, 4rem) auto 0 auto;\n        box-shadow: 0 4px 6px -1px rgba(217, 119, 6, 0.05);\n    }\n\n    #sh-book-physio-v1 .sh-book__footer-icon {\n        width: 2.5rem;\n        height: 2.5rem;\n        flex-shrink: 0;\n        color: var(--sh-book-warning);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n    #sh-book-physio-v1 .sh-book__footer-icon svg { width: 100%; height: 100%; }\n\n    #sh-book-physio-v1 .sh-book__footer-text {\n        color: var(--sh-book-primary);\n        font-size: clamp(1rem, 1.3vw, 1.125rem);\n        font-weight: 600;\n        line-height: 1.6;\n        margin: 0;\n        align-self: center;\n    }\n    #sh-book-physio-v1 .sh-book__footer-text.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-book-physio-v1 .sh-book__footer-text.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* ==========================================================================\n       DUAL LANGUAGE LOGIC (HARD FORCED FOR RTL\/LTR)\n       ========================================================================== *\/\n    #sh-book-physio-v1 .sh-en { display: block; }\n    #sh-book-physio-v1 .sh-ar { display: none; }\n    #sh-book-physio-v1 .sh-en-inline { display: inline-flex; }\n    #sh-book-physio-v1 .sh-ar-inline { display: none; }\n\n    html[dir=\"rtl\"] #sh-book-physio-v1 .sh-en,\n    html[lang*=\"ar\"] #sh-book-physio-v1 .sh-en,\n    body.rtl #sh-book-physio-v1 .sh-en { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-book-physio-v1 .sh-ar,\n    html[lang*=\"ar\"] #sh-book-physio-v1 .sh-ar,\n    body.rtl #sh-book-physio-v1 .sh-ar { \n        display: block !important; \n    }\n\n    html[dir=\"rtl\"] #sh-book-physio-v1 .sh-en-inline,\n    html[lang*=\"ar\"] #sh-book-physio-v1 .sh-en-inline,\n    body.rtl #sh-book-physio-v1 .sh-en-inline { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-book-physio-v1 .sh-ar-inline,\n    html[lang*=\"ar\"] #sh-book-physio-v1 .sh-ar-inline,\n    body.rtl #sh-book-physio-v1 .sh-ar-inline { \n        display: inline-flex !important; \n    }\n\n    \/* --- Animations --- *\/\n    @keyframes shFadeUp {\n        from { opacity: 0; transform: translateY(25px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n    \n    @media (prefers-reduced-motion: no-preference) {\n        #sh-book-physio-v1 .sh-book__header { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }\n        \n        #sh-book-physio-v1 .sh-book__card:nth-child(1) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.10s; }\n        #sh-book-physio-v1 .sh-book__card:nth-child(2) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.15s; }\n        #sh-book-physio-v1 .sh-book__card:nth-child(3) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.20s; }\n        #sh-book-physio-v1 .sh-book__card:nth-child(4) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.25s; }\n        #sh-book-physio-v1 .sh-book__card:nth-child(5) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.30s; }\n        #sh-book-physio-v1 .sh-book__card:nth-child(6) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.35s; }\n        #sh-book-physio-v1 .sh-book__card:nth-child(7) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.40s; }\n        #sh-book-physio-v1 .sh-book__card:nth-child(8) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.45s; }\n        #sh-book-physio-v1 .sh-book__card:nth-child(9) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.50s; }\n        #sh-book-physio-v1 .sh-book__card:nth-child(10) { opacity: 0; animation: shFadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.55s; }\n        \n        #sh-book-physio-v1 .sh-book__footer { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.65s; }\n    }\n    @media (prefers-reduced-motion: reduce) {\n        #sh-book-physio-v1 .sh-book__header,\n        #sh-book-physio-v1 .sh-book__card,\n        #sh-book-physio-v1 .sh-book__footer { opacity: 1; transform: none; animation: none; }\n    }\n<\/style>\n\n<section id=\"sh-book-physio-v1\">\n    <div class=\"sh-container\">\n        \n        <!-- Header Section -->\n        <div class=\"sh-book__header\">\n            <div class=\"sh-book__kicker\">\n                <span class=\"sh-book__kicker-line\"><\/span>\n                <span class=\"sh-en-inline\">Patient Guide<\/span>\n                <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u062f\u0644\u064a\u0644 \u0627\u0644\u0645\u0631\u064a\u0636<\/span>\n            <\/div>\n\n            <h2 class=\"sh-book__title\">\n                <span class=\"sh-en\">When Should You Book a Physiotherapy Appointment?<\/span>\n                <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0645\u062a\u0649 \u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u062d\u062c\u0632 \u0645\u0648\u0639\u062f \u0644\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u061f<\/span>\n            <\/h2>\n            \n            <p class=\"sh-book__desc sh-en\">Consider physiotherapy assessment if you have:<\/p>\n            <p class=\"sh-book__desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u0641\u0643\u0631 \u0641\u064a \u0625\u062c\u0631\u0627\u0621 \u062a\u0642\u064a\u064a\u0645 \u0644\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062f\u064a\u0643:<\/p>\n        <\/div>\n\n        <!-- 3-Column Grid for 10 Symptoms -->\n        <div class=\"sh-book__grid\">\n            \n            <!-- Item 1 -->\n            <div class=\"sh-book__card\">\n                <div class=\"sh-book__icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"><\/path><\/svg>\n                <\/div>\n                <p class=\"sh-book__card-text\">\n                    <span class=\"sh-en-inline\">Persistent back pain<\/span>\n                    <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0623\u0644\u0645 \u0645\u0633\u062a\u0645\u0631 \u0641\u064a \u0627\u0644\u0638\u0647\u0631<\/span>\n                <\/p>\n            <\/div>\n\n            <!-- Item 2 -->\n            <div class=\"sh-book__card\">\n                <div class=\"sh-book__icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"><\/line><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"><\/line><\/svg>\n                <\/div>\n                <p class=\"sh-book__card-text\">\n                    <span class=\"sh-en-inline\">Neck pain or stiffness<\/span>\n                    <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0623\u0644\u0645 \u0623\u0648 \u062a\u064a\u0628\u0633 \u0641\u064a \u0627\u0644\u0631\u0642\u0628\u0629<\/span>\n                <\/p>\n            <\/div>\n\n            <!-- Item 3 -->\n            <div class=\"sh-book__card\">\n                <div class=\"sh-book__icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 10h-1.26A8 8 0 1 0 9 20h9a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1z\"><\/path><\/svg>\n                <\/div>\n                <p class=\"sh-book__card-text\">\n                    <span class=\"sh-en-inline\">Joint pain<\/span>\n                    <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0623\u0644\u0645 \u0641\u064a \u0627\u0644\u0645\u0641\u0627\u0635\u0644<\/span>\n                <\/p>\n            <\/div>\n\n            <!-- Item 4 -->\n            <div class=\"sh-book__card\">\n                <div class=\"sh-book__icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M2 12h20M2 12l5-5m-5 5l5 5\"><\/path><\/svg>\n                <\/div>\n                <p class=\"sh-book__card-text\">\n                    <span class=\"sh-en-inline\">Reduced mobility<\/span>\n                    <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0646\u062e\u0641\u0627\u0636 \u0627\u0644\u0642\u062f\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062d\u0631\u0643\u0629<\/span>\n                <\/p>\n            <\/div>\n\n            <!-- Item 5 -->\n            <div class=\"sh-book__card\">\n                <div class=\"sh-book__icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"><\/polygon><\/svg>\n                <\/div>\n                <p class=\"sh-book__card-text\">\n                    <span class=\"sh-en-inline\">Muscle weakness<\/span>\n                    <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0636\u0639\u0641 \u0641\u064a \u0627\u0644\u0639\u0636\u0644\u0627\u062a<\/span>\n                <\/p>\n            <\/div>\n\n            <!-- Item 6 -->\n            <div class=\"sh-book__card\">\n                <div class=\"sh-book__icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"><\/polygon><\/svg>\n                <\/div>\n                <p class=\"sh-book__card-text\">\n                    <span class=\"sh-en-inline\">Sports injuries<\/span>\n                    <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0625\u0635\u0627\u0628\u0627\u062a \u0631\u064a\u0627\u0636\u064a\u0629<\/span>\n                <\/p>\n            <\/div>\n\n            <!-- Item 7 -->\n            <div class=\"sh-book__card\">\n                <div class=\"sh-book__icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M16 16s-1.5-2-4-2-4 2-4 2\"><\/path><line x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"><\/line><line x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"><\/line><\/svg>\n                <\/div>\n                <p class=\"sh-book__card-text\">\n                    <span class=\"sh-en-inline\">Sprains or strains<\/span>\n                    <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u062a\u0648\u0627\u0621\u0627\u062a \u0623\u0648 \u0625\u062c\u0647\u0627\u062f \u0639\u0636\u0644\u064a<\/span>\n                <\/p>\n            <\/div>\n\n            <!-- Item 8 -->\n            <div class=\"sh-book__card\">\n                <div class=\"sh-book__icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"><\/line><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"><\/line><\/svg>\n                <\/div>\n                <p class=\"sh-book__card-text\">\n                    <span class=\"sh-en-inline\">Difficulty moving after an injury<\/span>\n                    <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0635\u0639\u0648\u0628\u0629 \u0641\u064a \u0627\u0644\u062d\u0631\u0643\u0629 \u0628\u0639\u062f \u0627\u0644\u0625\u0635\u0627\u0628\u0629<\/span>\n                <\/p>\n            <\/div>\n\n            <!-- Item 9 -->\n            <div class=\"sh-book__card\">\n                <div class=\"sh-book__icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg>\n                <\/div>\n                <p class=\"sh-book__card-text\">\n                    <span class=\"sh-en-inline\">Reduced physical function after surgery<\/span>\n                    <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u062a\u0631\u0627\u062c\u0639 \u0627\u0644\u0648\u0638\u064a\u0641\u0629 \u0627\u0644\u0628\u062f\u0646\u064a\u0629 \u0628\u0639\u062f \u0627\u0644\u062c\u0631\u0627\u062d\u0629<\/span>\n                <\/p>\n            <\/div>\n\n            <!-- Item 10 -->\n            <div class=\"sh-book__card\">\n                <div class=\"sh-book__icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21.5 2v6h-6M21.34 15.57a10 10 0 1 1-.57-8.38l5.67-5.67\"><\/path><\/svg>\n                <\/div>\n                <p class=\"sh-book__card-text\">\n                    <span class=\"sh-en-inline\">Problems returning to normal activities after an injury<\/span>\n                    <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0645\u0634\u0627\u0643\u0644 \u0641\u064a \u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u0629 \u0628\u0639\u062f \u0627\u0644\u0625\u0635\u0627\u0628\u0629<\/span>\n                <\/p>\n            <\/div>\n\n        <\/div>\n\n        <!-- Warning Outro Footer -->\n        <div class=\"sh-book__footer\">\n            <div class=\"sh-book__footer-icon\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3\"><\/path><path d=\"M12 9v4\"><\/path><path d=\"M12 17h.01\"><\/path><\/svg>\n            <\/div>\n            <p class=\"sh-book__footer-text sh-en\">If your symptoms developed suddenly, are severe or are associated with neurological or other serious symptoms, seek medical assessment first.<\/p>\n            <p class=\"sh-book__footer-text sh-ar\" lang=\"ar\" dir=\"rtl\">\u0625\u0630\u0627 \u0638\u0647\u0631\u062a \u0623\u0639\u0631\u0627\u0636\u0643 \u0628\u0634\u0643\u0644 \u0645\u0641\u0627\u062c\u0626\u060c \u0623\u0648 \u0643\u0627\u0646\u062a \u0634\u062f\u064a\u062f\u0629\u060c \u0623\u0648 \u0645\u0631\u062a\u0628\u0637\u0629 \u0628\u0623\u0639\u0631\u0627\u0636 \u0639\u0635\u0628\u064a\u0629 \u0623\u0648 \u0623\u0639\u0631\u0627\u0636 \u062e\u0637\u064a\u0631\u0629 \u0623\u062e\u0631\u0649\u060c \u0641\u0627\u0637\u0644\u0628 \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0637\u0628\u064a \u0623\u0648\u0644\u0627\u064b.<\/p>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n\n\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n    \/* ==========================================================================\n       SCOPED PHYSIOTHERAPY FAQ STYLES (#sh-physio-faq-v1)\n       100% SSR Compatible | Zero CLS | Pure CSS RTL\/LTR | Astra Breakout\n       ========================================================================== *\/\n\n    #sh-physio-faq-v1 {\n        --sh-faq-primary: #243b5a;\n        --sh-faq-accent: #138b86;\n        --sh-faq-text-muted: #596b82;\n        --sh-faq-bg: #f8fbfd;\n        --sh-faq-card-bg: #ffffff;\n        --sh-faq-border: #e4edf3;\n\n        --sh-font-title-en: \"Playfair Display\", \"Instrument Serif\", serif;\n        --sh-font-body-en: \"Inter\", -apple-system, sans-serif;\n        --sh-font-ar: \"Noto Kufi Arabic\", \"Tajawal\", \"Cairo\", sans-serif;\n\n        \/* Astra Full-Width Breakout *\/\n        width: 100vw !important;\n        position: relative !important;\n        left: 50% !important;\n        right: 50% !important;\n        margin-left: -50vw !important;\n        margin-right: -50vw !important;\n        max-width: 100vw !important;\n        background-color: var(--sh-faq-bg) !important;\n        \n        \/* Prevent Horizontal Scroll *\/\n        overflow: clip !important; \n        padding: clamp(4rem, 8vw, 6rem) 0 !important;\n        box-sizing: border-box !important;\n        direction: ltr; \/* Default LTR *\/\n    }\n\n    #sh-physio-faq-v1 *,\n    #sh-physio-faq-v1 *::before,\n    #sh-physio-faq-v1 *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Prevent WP auto-paragraph empty spacing *\/\n    #sh-physio-faq-v1 p:empty, \n    #sh-physio-faq-v1 br { \n        display: none !important; \n    }\n\n    \/* Hexa Background Pattern *\/\n    #sh-physio-faq-v1::before {\n        content: '';\n        position: absolute;\n        inset: 0;\n        background-image: url(\"data:image\/svg+xml;utf8,<svg xmlns='http:\/\/www.w3.org\/2000\/svg' width='56' height='100' viewBox='0 0 56 100'><g fill='none' stroke='%23138b86' stroke-opacity='0.05' stroke-width='1'><polygon points='28,1 55,17 55,49 28,65 1,49 1,17'\/><polygon points='28,51 55,67 55,99 28,115 1,99 1,67'\/><\/g><\/svg>\");\n        background-size: clamp(120px, 15vw, 180px) auto;\n        z-index: 0;\n        pointer-events: none;\n    }\n\n    \/* --- Container --- *\/\n    #sh-physio-faq-v1 .sh-container {\n        width: 100% !important;\n        max-width: 1475px !important; \n        margin: 0 auto !important;\n        padding: 0 clamp(1.25rem, 4vw, 2rem) !important;\n        position: relative;\n        z-index: 10;\n    }\n\n    \/* --- RTL Layout Fixes --- *\/\n    html[dir=\"rtl\"] #sh-physio-faq-v1 {\n        direction: rtl;\n    }\n    html[dir=\"rtl\"] #sh-physio-faq-v1 .sh-faq__label {\n        text-align: right;\n    }\n    html[dir=\"rtl\"] #sh-physio-faq-v1 .sh-faq__content-inner {\n        text-align: right;\n    }\n    html[dir=\"rtl\"] #sh-physio-faq-v1 .sh-faq__chevron {\n        margin-left: 0;\n        margin-right: 1rem;\n    }\n\n    \/* --- Header --- *\/\n    #sh-physio-faq-v1 .sh-faq__header {\n        text-align: center;\n        max-width: 48rem; \/* 768px *\/\n        margin: 0 auto clamp(2rem, 5vw, 3.5rem) auto;\n    }\n\n    #sh-physio-faq-v1 .sh-faq__title {\n        font-size: clamp(2.125rem, 4.5vw, 3rem);\n        font-weight: 800;\n        line-height: 1.15;\n        color: var(--sh-faq-primary);\n        margin: 0;\n    }\n    #sh-physio-faq-v1 .sh-faq__title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-physio-faq-v1 .sh-faq__title .sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* --- FAQ List Container --- *\/\n    #sh-physio-faq-v1 .sh-faq__list {\n        max-width: 56rem; \/* 896px *\/\n        margin: 0 auto;\n        display: flex;\n        flex-direction: column;\n        gap: 0.75rem;\n    }\n\n    \/* --- FAQ Item (Pure CSS Accordion) --- *\/\n    #sh-physio-faq-v1 .sh-faq__item {\n        background-color: var(--sh-faq-card-bg);\n        border: 1px solid var(--sh-faq-border);\n        border-radius: 1rem;\n        overflow: hidden;\n        box-shadow: 0 1px 2px rgba(0,0,0,0.02);\n        transition: box-shadow 0.3s ease;\n    }\n    #sh-physio-faq-v1 .sh-faq__item:hover {\n        box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);\n    }\n\n    \/* Hide Checkbox *\/\n    #sh-physio-faq-v1 .sh-faq__toggle {\n        display: none;\n    }\n\n    \/* Label (Button) *\/\n    #sh-physio-faq-v1 .sh-faq__label {\n        width: 100%;\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        text-align: left;\n        padding: clamp(1rem, 2vw, 1.25rem) clamp(1.25rem, 3vw, 1.5rem);\n        cursor: pointer;\n        background-color: transparent;\n        transition: background-color 0.3s ease;\n        margin: 0;\n        user-select: none;\n    }\n    #sh-physio-faq-v1 .sh-faq__label:hover {\n        background-color: #f8fafc;\n    }\n\n    \/* Question Text *\/\n    #sh-physio-faq-v1 .sh-faq__question {\n        font-size: clamp(1.0625rem, 1.5vw, 1.125rem);\n        font-weight: 700;\n        color: var(--sh-faq-primary);\n        line-height: 1.4;\n    }\n    #sh-physio-faq-v1 .sh-faq__question.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-faq-v1 .sh-faq__question.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* Chevron Icon *\/\n    #sh-physio-faq-v1 .sh-faq__chevron {\n        width: 1.25rem;\n        height: 1.25rem;\n        color: var(--sh-faq-accent);\n        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);\n        flex-shrink: 0;\n        margin-left: 1rem;\n    }\n    \n    \/* Rotate Chevron when Checked *\/\n    #sh-physio-faq-v1 .sh-faq__toggle:checked + .sh-faq__label .sh-faq__chevron {\n        transform: rotate(180deg);\n    }\n\n    \/* Content Wrapper (Grid Animation) *\/\n    #sh-physio-faq-v1 .sh-faq__content-wrap {\n        display: grid;\n        grid-template-rows: 0fr;\n        transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n    #sh-physio-faq-v1 .sh-faq__toggle:checked ~ .sh-faq__content-wrap {\n        grid-template-rows: 1fr;\n    }\n\n    \/* Inner Content *\/\n    #sh-physio-faq-v1 .sh-faq__content-inner {\n        overflow: hidden;\n        text-align: left;\n    }\n    \n    #sh-physio-faq-v1 .sh-faq__answer {\n        padding: 0 clamp(1.25rem, 3vw, 1.5rem) clamp(1.25rem, 3vw, 1.5rem) clamp(1.25rem, 3vw, 1.5rem);\n        font-size: clamp(0.9375rem, 1.2vw, 1rem);\n        color: var(--sh-faq-text-muted);\n        line-height: 1.7;\n        margin: 0;\n    }\n    #sh-physio-faq-v1 .sh-faq__answer.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physio-faq-v1 .sh-faq__answer.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* ==========================================================================\n       DUAL LANGUAGE LOGIC (HARD FORCED FOR RTL\/LTR)\n       ========================================================================== *\/\n    #sh-physio-faq-v1 .sh-en { display: block; }\n    #sh-physio-faq-v1 .sh-ar { display: none; }\n    #sh-physio-faq-v1 .sh-en-inline { display: inline-flex; }\n    #sh-physio-faq-v1 .sh-ar-inline { display: none; }\n\n    \/* Dedicated Matrix for Entire FAQ Blocks *\/\n    #sh-physio-faq-v1 .sh-faq-block-en { display: block; }\n    #sh-physio-faq-v1 .sh-faq-block-ar { display: none; }\n\n    html[dir=\"rtl\"] #sh-physio-faq-v1 .sh-en,\n    html[lang*=\"ar\"] #sh-physio-faq-v1 .sh-en,\n    body.rtl #sh-physio-faq-v1 .sh-en { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-faq-v1 .sh-ar,\n    html[lang*=\"ar\"] #sh-physio-faq-v1 .sh-ar,\n    body.rtl #sh-physio-faq-v1 .sh-ar { \n        display: block !important; \n    }\n\n    html[dir=\"rtl\"] #sh-physio-faq-v1 .sh-en-inline,\n    html[lang*=\"ar\"] #sh-physio-faq-v1 .sh-en-inline,\n    body.rtl #sh-physio-faq-v1 .sh-en-inline { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physio-faq-v1 .sh-ar-inline,\n    html[lang*=\"ar\"] #sh-physio-faq-v1 .sh-ar-inline,\n    body.rtl #sh-physio-faq-v1 .sh-ar-inline { \n        display: inline-flex !important; \n    }\n\n    \/* FAQ Block RTL Overrides *\/\n    html[dir=\"rtl\"] #sh-physio-faq-v1 .sh-faq-block-en,\n    html[lang*=\"ar\"] #sh-physio-faq-v1 .sh-faq-block-en,\n    body.rtl #sh-physio-faq-v1 .sh-faq-block-en { \n        display: none !important; \n    }\n\n    html[dir=\"rtl\"] #sh-physio-faq-v1 .sh-faq-block-ar,\n    html[lang*=\"ar\"] #sh-physio-faq-v1 .sh-faq-block-ar,\n    body.rtl #sh-physio-faq-v1 .sh-faq-block-ar { \n        display: block !important; \n    }\n<\/style>\n\n<!-- JSON-LD Schema (Combined SEO Data for EN & AR) -->\n<script id=\"faq-schema-physio-v1\" type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    { \"@type\": \"Question\", \"name\": \"Who is the best physiotherapist in Makkah?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"There is no single physiotherapist who is objectively the best for every patient. The right professional depends on your condition, rehabilitation needs and treatment goals. Shefa Hospital currently lists Specialist Nuran Alnahas as Specialist Physiotherapy.\" } },\n    { \"@type\": \"Question\", \"name\": \"Does Shefa Hospital have a physiotherapist in Makkah?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. Shefa Hospital's current medical team lists Specialist Nuran Alnahas, Specialist Physiotherapy.\" } },\n    { \"@type\": \"Question\", \"name\": \"What does a physiotherapist treat?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Physiotherapists help patients manage physical problems affecting movement, strength, flexibility and function. Physiotherapy may be used as part of care for back pain, neck pain, joint problems, sports injuries, muscle weakness, reduced mobility and rehabilitation after certain surgeries.\" } },\n    { \"@type\": \"Question\", \"name\": \"Is physiotherapy only for sports injuries?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No. Physiotherapy can be used for many conditions affecting movement and physical function. Sports injuries are one reason people seek physiotherapy, but rehabilitation may also be used for back pain, joint problems, muscle weakness, reduced mobility and recovery after certain procedures.\" } },\n    { \"@type\": \"Question\", \"name\": \"Can physiotherapy help with back pain?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Physiotherapy can help some patients with back pain by addressing movement, strength, flexibility and physical function. The appropriate treatment depends on the cause of the back pain and should follow a proper assessment.\" } },\n    { \"@type\": \"Question\", \"name\": \"Can physiotherapy help after surgery?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, physiotherapy may form part of recovery after certain surgeries. The type and timing of rehabilitation depend on the procedure, the patient's condition and the treating doctor's recommendations.\" } },\n    { \"@type\": \"Question\", \"name\": \"How long does a physiotherapy session take?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Session length can vary depending on the type of treatment, assessment required and the patient's rehabilitation programme. Contact Shefa Hospital for current appointment details.\" } },\n    { \"@type\": \"Question\", \"name\": \"How many physiotherapy sessions will I need?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"There is no fixed number of sessions. The required duration depends on the condition, severity, recovery progress and rehabilitation goals.\" } },\n    { \"@type\": \"Question\", \"name\": \"What happens during the first physiotherapy appointment?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The physiotherapist usually discusses your symptoms and medical history before assessing movement, strength, flexibility, mobility or other relevant physical functions. A treatment and rehabilitation plan may then be recommended.\" } },\n    { \"@type\": \"Question\", \"name\": \"Will I get exercises to do at home?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Home exercises may be recommended as part of a physiotherapy programme when appropriate. The exercises should be performed according to the physiotherapist's instructions.\" } },\n    { \"@type\": \"Question\", \"name\": \"Can physiotherapy completely cure pain?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Not every type of pain can be cured through physiotherapy. Treatment depends on the underlying cause. Physiotherapy may help improve movement, physical function and symptoms in appropriate conditions.\" } },\n    { \"@type\": \"Question\", \"name\": \"Should I see a doctor or physiotherapist first?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"It depends on the symptoms and your medical history. For a known musculoskeletal problem, physiotherapy may be appropriate. Sudden severe symptoms, major injuries or symptoms suggesting a serious medical condition should receive medical assessment first.\" } },\n    { \"@type\": \"Question\", \"name\": \"Does Shefa Hospital provide sports physiotherapy?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The current Shefa website confirms physiotherapy as a medical specialty but does not provide enough verified information to claim a dedicated sports physiotherapy service. Contact the hospital to confirm current services.\" } },\n    { \"@type\": \"Question\", \"name\": \"Does Shefa Hospital provide physiotherapy after surgery?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The current public website does not specify individual post-operative rehabilitation programmes. Contact Shefa Hospital to confirm whether physiotherapy is available for your particular surgery or condition.\" } },\n    { \"@type\": \"Question\", \"name\": \"How much does physiotherapy cost in Makkah?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The cost varies depending on the provider, treatment and insurance coverage. Contact Shefa Hospital for current physiotherapy fees.\" } },\n    { \"@type\": \"Question\", \"name\": \"Does insurance cover physiotherapy?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Coverage depends on your insurance policy and the reason physiotherapy is required. Confirm the details with Shefa Hospital or your insurance provider before booking.\" } },\n    { \"@type\": \"Question\", \"name\": \"How can I book physiotherapy at Shefa Hospital?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"You can contact Shefa Hospital at +966 12 533 3555 or use the appointment request form on the hospital website.\" } },\n    { \"@type\": \"Question\", \"name\": \"Where is Shefa Hospital located?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Shefa Multispecialty Hospital is located at Shara Mansur, Makkah 24232, Saudi Arabia.\" } },\n    { \"@type\": \"Question\", \"name\": \"\u0645\u0646 \u0647\u0648 \u0623\u0641\u0636\u0644 \u0623\u062e\u0635\u0627\u0626\u064a \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a \u0641\u064a \u0645\u0643\u0629 \u0627\u0644\u0645\u0643\u0631\u0645\u0629\u061f\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\u0644\u0627 \u064a\u0648\u062c\u062f \u0623\u062e\u0635\u0627\u0626\u064a \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a \u0648\u0627\u062d\u062f \u0647\u0648 \u0627\u0644\u0623\u0641\u0636\u0644 \u0628\u0634\u0643\u0644 \u0645\u0648\u0636\u0648\u0639\u064a \u0644\u0643\u0644 \u0645\u0631\u064a\u0636. \u064a\u0639\u062a\u0645\u062f \u0627\u0644\u0623\u062e\u0635\u0627\u0626\u064a \u0627\u0644\u0645\u0646\u0627\u0633\u0628 \u0639\u0644\u0649 \u062d\u0627\u0644\u062a\u0643 \u0648\u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a\u0643 \u0627\u0644\u062a\u0623\u0647\u064a\u0644\u064a\u0629 \u0648\u0623\u0647\u062f\u0627\u0641 \u0627\u0644\u0639\u0644\u0627\u062c. \u064a\u064f\u062f\u0631\u062c \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u062d\u0627\u0644\u064a\u0627\u064b \u0627\u0644\u0623\u062e\u0635\u0627\u0626\u064a\u0629 \u0646\u0648\u0631\u0627\u0646 \u0627\u0644\u0646\u062d\u0627\u0633 \u0643\u0623\u062e\u0635\u0627\u0626\u064a \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a.\" } },\n    { \"@type\": \"Question\", \"name\": \"\u0647\u0644 \u064a\u0648\u062c\u062f \u0641\u064a \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0623\u062e\u0635\u0627\u0626\u064a \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a \u0641\u064a \u0645\u0643\u0629 \u0627\u0644\u0645\u0643\u0631\u0645\u0629\u061f\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\u0646\u0639\u0645. \u064a\u064f\u062f\u0631\u062c \u0627\u0644\u0641\u0631\u064a\u0642 \u0627\u0644\u0637\u0628\u064a \u0627\u0644\u062d\u0627\u0644\u064a \u0641\u064a \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0627\u0644\u0623\u062e\u0635\u0627\u0626\u064a\u0629 \u0646\u0648\u0631\u0627\u0646 \u0627\u0644\u0646\u062d\u0627\u0633\u060c \u0623\u062e\u0635\u0627\u0626\u064a \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a.\" } },\n    { \"@type\": \"Question\", \"name\": \"\u0645\u0627\u0630\u0627 \u064a\u0639\u0627\u0644\u062c \u0623\u062e\u0635\u0627\u0626\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u061f\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\u064a\u0633\u0627\u0639\u062f \u0623\u062e\u0635\u0627\u0626\u064a\u0648 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0644\u0645\u0631\u0636\u0649 \u0639\u0644\u0649 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0634\u0627\u0643\u0644 \u0627\u0644\u062c\u0633\u062f\u064a\u0629 \u0627\u0644\u062a\u064a \u062a\u0624\u062b\u0631 \u0639\u0644\u0649 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u0644\u0642\u0648\u0629 \u0648\u0627\u0644\u0645\u0631\u0648\u0646\u0629 \u0648\u0627\u0644\u0648\u0638\u064a\u0641\u0629. \u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0643\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0639\u0627\u064a\u0629 \u0644\u0622\u0644\u0627\u0645 \u0627\u0644\u0638\u0647\u0631\u060c \u0648\u0622\u0644\u0627\u0645 \u0627\u0644\u0631\u0642\u0628\u0629\u060c \u0648\u0645\u0634\u0627\u0643\u0644 \u0627\u0644\u0645\u0641\u0627\u0635\u0644\u060c \u0648\u0627\u0644\u0625\u0635\u0627\u0628\u0627\u062a \u0627\u0644\u0631\u064a\u0627\u0636\u064a\u0629\u060c \u0648\u0636\u0639\u0641 \u0627\u0644\u0639\u0636\u0644\u0627\u062a\u060c \u0648\u0636\u0639\u0641 \u0627\u0644\u062d\u0631\u0643\u0629\u060c \u0648\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0628\u0639\u062f \u0628\u0639\u0636 \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u062c\u0631\u0627\u062d\u064a\u0629.\" } },\n    { \"@type\": \"Question\", \"name\": \"\u0647\u0644 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0645\u062e\u0635\u0635 \u0644\u0644\u0625\u0635\u0627\u0628\u0627\u062a \u0627\u0644\u0631\u064a\u0627\u0636\u064a\u0629 \u0641\u0642\u0637\u061f\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\u0644\u0627. \u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0644\u0644\u0639\u062f\u064a\u062f \u0645\u0646 \u0627\u0644\u062d\u0627\u0644\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0624\u062b\u0631 \u0639\u0644\u0649 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u0644\u0648\u0638\u064a\u0641\u0629 \u0627\u0644\u0628\u062f\u0646\u064a\u0629. \u062a\u0639\u062f \u0627\u0644\u0625\u0635\u0627\u0628\u0627\u062a \u0627\u0644\u0631\u064a\u0627\u0636\u064a\u0629 \u0623\u062d\u062f \u0623\u0633\u0628\u0627\u0628 \u0637\u0644\u0628 \u0627\u0644\u0646\u0627\u0633 \u0644\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u060c \u0648\u0644\u0643\u0646 \u064a\u0645\u0643\u0646 \u0623\u064a\u0636\u0627\u064b \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0644\u0622\u0644\u0627\u0645 \u0627\u0644\u0638\u0647\u0631 \u0648\u0645\u0634\u0627\u0643\u0644 \u0627\u0644\u0645\u0641\u0627\u0635\u0644 \u0648\u0636\u0639\u0641 \u0627\u0644\u0639\u0636\u0644\u0627\u062a \u0648\u0636\u0639\u0641 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u0644\u062a\u0639\u0627\u0641\u064a \u0628\u0639\u062f \u0625\u062c\u0631\u0627\u0621\u0627\u062a \u0645\u0639\u064a\u0646\u0629.\" } },\n    { \"@type\": \"Question\", \"name\": \"\u0647\u0644 \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0633\u0627\u0639\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0641\u064a \u0622\u0644\u0627\u0645 \u0627\u0644\u0638\u0647\u0631\u061f\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0633\u0627\u0639\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0628\u0639\u0636 \u0627\u0644\u0645\u0631\u0636\u0649 \u0627\u0644\u0630\u064a\u0646 \u064a\u0639\u0627\u0646\u0648\u0646 \u0645\u0646 \u0622\u0644\u0627\u0645 \u0627\u0644\u0638\u0647\u0631 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u0644\u0642\u0648\u0629 \u0648\u0627\u0644\u0645\u0631\u0648\u0646\u0629 \u0648\u0627\u0644\u0648\u0638\u064a\u0641\u0629 \u0627\u0644\u0628\u062f\u0646\u064a\u0629. \u064a\u0639\u062a\u0645\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0645\u0646\u0627\u0633\u0628 \u0639\u0644\u0649 \u0633\u0628\u0628 \u0623\u0644\u0645 \u0627\u0644\u0638\u0647\u0631 \u0648\u064a\u062c\u0628 \u0623\u0646 \u064a\u062a\u0628\u0639 \u062a\u0642\u064a\u064a\u0645\u0627\u064b \u0645\u0646\u0627\u0633\u0628\u0627\u064b.\" } },\n    { \"@type\": \"Question\", \"name\": \"\u0647\u0644 \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0633\u0627\u0639\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0628\u0639\u062f \u0627\u0644\u062c\u0631\u0627\u062d\u0629\u061f\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\u0646\u0639\u0645\u060c \u0642\u062f \u064a\u0634\u0643\u0644 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u062c\u0632\u0621\u0627\u064b \u0645\u0646 \u0627\u0644\u062a\u0639\u0627\u0641\u064a \u0628\u0639\u062f \u0628\u0639\u0636 \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u062c\u0631\u0627\u062d\u064a\u0629. \u064a\u0639\u062a\u0645\u062f \u0646\u0648\u0639 \u0648\u062a\u0648\u0642\u064a\u062a \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0639\u0644\u0649 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 \u0648\u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0631\u064a\u0636 \u0648\u062a\u0648\u0635\u064a\u0627\u062a \u0627\u0644\u0637\u0628\u064a\u0628 \u0627\u0644\u0645\u0639\u0627\u0644\u062c.\" } },\n    { \"@type\": \"Question\", \"name\": \"\u0643\u0645 \u062a\u0633\u062a\u063a\u0631\u0642 \u062c\u0644\u0633\u0629 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u061f\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u062e\u062a\u0644\u0641 \u0637\u0648\u0644 \u0627\u0644\u062c\u0644\u0633\u0629 \u0627\u0639\u062a\u0645\u0627\u062f\u0627\u064b \u0639\u0644\u0649 \u0646\u0648\u0639 \u0627\u0644\u0639\u0644\u0627\u062c \u0648\u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0637\u0644\u0648\u0628 \u0648\u0628\u0631\u0646\u0627\u0645\u062c \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0627\u0644\u062e\u0627\u0635 \u0628\u0627\u0644\u0645\u0631\u064a\u0636. \u0627\u062a\u0635\u0644 \u0628\u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0644\u0645\u0639\u0631\u0641\u0629 \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0645\u0648\u0627\u0639\u064a\u062f \u0627\u0644\u062d\u0627\u0644\u064a\u0629.\" } },\n    { \"@type\": \"Question\", \"name\": \"\u0643\u0645 \u0639\u062f\u062f \u062c\u0644\u0633\u0627\u062a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0644\u062a\u064a \u0633\u0623\u062d\u062a\u0627\u062c\u0647\u0627\u061f\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\u0644\u0627 \u064a\u0648\u062c\u062f \u0639\u062f\u062f \u062b\u0627\u0628\u062a \u0645\u0646 \u0627\u0644\u062c\u0644\u0633\u0627\u062a. \u062a\u0639\u062a\u0645\u062f \u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u062d\u0627\u0644\u0629 \u0648\u0634\u062f\u062a\u0647\u0627 \u0648\u062a\u0642\u062f\u0645 \u0627\u0644\u062a\u0639\u0627\u0641\u064a \u0648\u0623\u0647\u062f\u0627\u0641 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644.\" } },\n    { \"@type\": \"Question\", \"name\": \"\u0645\u0627\u0630\u0627 \u064a\u062d\u062f\u062b \u062e\u0644\u0627\u0644 \u0623\u0648\u0644 \u0645\u0648\u0639\u062f \u0644\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u061f\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\u064a\u0646\u0627\u0642\u0634 \u0623\u062e\u0635\u0627\u0626\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0639\u0627\u062f\u0629\u064b \u0627\u0644\u0623\u0639\u0631\u0627\u0636 \u0648\u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0637\u0628\u064a \u0642\u0628\u0644 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u062d\u0631\u0643\u0629 \u0623\u0648 \u0627\u0644\u0642\u0648\u0629 \u0623\u0648 \u0627\u0644\u0645\u0631\u0648\u0646\u0629 \u0623\u0648 \u0627\u0644\u0642\u062f\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062d\u0631\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0628\u062f\u0646\u064a\u0629 \u0627\u0644\u0623\u062e\u0631\u0649 \u0630\u0627\u062a \u0627\u0644\u0635\u0644\u0629. \u0642\u062f \u064a\u0648\u0635\u0649 \u0628\u0639\u062f \u0630\u0644\u0643 \u0628\u062e\u0637\u0629 \u0639\u0644\u0627\u062c \u0648\u0625\u0639\u0627\u062f\u0629 \u062a\u0623\u0647\u064a\u0644.\" } },\n    { \"@type\": \"Question\", \"name\": \"\u0647\u0644 \u0633\u0623\u062d\u0635\u0644 \u0639\u0644\u0649 \u062a\u0645\u0627\u0631\u064a\u0646 \u0644\u0623\u0642\u0648\u0645 \u0628\u0647\u0627 \u0641\u064a \u0627\u0644\u0645\u0646\u0632\u0644\u061f\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\u0642\u062f \u064a\u0648\u0635\u0649 \u0628\u0627\u0644\u062a\u0645\u0627\u0631\u064a\u0646 \u0627\u0644\u0645\u0646\u0632\u0644\u064a\u0629 \u0643\u062c\u0632\u0621 \u0645\u0646 \u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0639\u0646\u062f \u0627\u0644\u0627\u0642\u062a\u0636\u0627\u0621. \u064a\u062c\u0628 \u0623\u062f\u0627\u0621 \u0627\u0644\u062a\u0645\u0627\u0631\u064a\u0646 \u0648\u0641\u0642\u0627\u064b \u0644\u062a\u0639\u0644\u064a\u0645\u0627\u062a \u0623\u062e\u0635\u0627\u0626\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a.\" } },\n    { \"@type\": \"Question\", \"name\": \"\u0647\u0644 \u064a\u0645\u0643\u0646 \u0644\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0623\u0646 \u064a\u0639\u0627\u0644\u062c \u0627\u0644\u0623\u0644\u0645 \u062a\u0645\u0627\u0645\u0627\u064b\u061f\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\u0644\u0627 \u064a\u0645\u0643\u0646 \u0639\u0644\u0627\u062c \u0643\u0644 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0623\u0644\u0645 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a. \u064a\u0639\u062a\u0645\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0639\u0644\u0649 \u0627\u0644\u0633\u0628\u0628 \u0627\u0644\u0643\u0627\u0645\u0646. \u0642\u062f \u064a\u0633\u0627\u0639\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0641\u064a \u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u0644\u0648\u0638\u064a\u0641\u0629 \u0627\u0644\u0628\u062f\u0646\u064a\u0629 \u0648\u0627\u0644\u0623\u0639\u0631\u0627\u0636 \u0641\u064a \u0627\u0644\u062d\u0627\u0644\u0627\u062a \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u0629.\" } },\n    { \"@type\": \"Question\", \"name\": \"\u0647\u0644 \u064a\u062c\u0628 \u0623\u0646 \u0623\u0631\u0627\u062c\u0639 \u0637\u0628\u064a\u0628\u0627\u064b \u0623\u0645 \u0623\u062e\u0635\u0627\u0626\u064a \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a \u0623\u0648\u0644\u0627\u064b\u061f\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\u064a\u0639\u062a\u0645\u062f \u0630\u0644\u0643 \u0639\u0644\u0649 \u0627\u0644\u0623\u0639\u0631\u0627\u0636 \u0648\u062a\u0627\u0631\u064a\u062e\u0643 \u0627\u0644\u0637\u0628\u064a. \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0636\u0644\u064a\u0629 \u0647\u064a\u0643\u0644\u064a\u0629 \u0645\u0639\u0631\u0648\u0641\u0629\u060c \u0642\u062f \u064a\u0643\u0648\u0646 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0645\u0646\u0627\u0633\u0628\u0627\u064b. \u064a\u062c\u0628 \u0623\u0646 \u062a\u062a\u0644\u0642\u0649 \u0627\u0644\u0623\u0639\u0631\u0627\u0636 \u0627\u0644\u0634\u062f\u064a\u062f\u0629 \u0627\u0644\u0645\u0641\u0627\u062c\u0626\u0629 \u0623\u0648 \u0627\u0644\u0625\u0635\u0627\u0628\u0627\u062a \u0627\u0644\u0643\u0628\u0631\u0649 \u0623\u0648 \u0627\u0644\u0623\u0639\u0631\u0627\u0636 \u0627\u0644\u062a\u064a \u062a\u0634\u064a\u0631 \u0625\u0644\u0649 \u062d\u0627\u0644\u0629 \u0637\u0628\u064a\u0629 \u062e\u0637\u064a\u0631\u0629 \u062a\u0642\u064a\u064a\u0645\u0627\u064b \u0637\u0628\u064a\u0627\u064b \u0623\u0648\u0644\u0627\u064b.\" } },\n    { \"@type\": \"Question\", \"name\": \"\u0647\u0644 \u064a\u0648\u0641\u0631 \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0644\u0631\u064a\u0627\u0636\u064a\u061f\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\u064a\u0624\u0643\u062f \u0645\u0648\u0642\u0639 \u0627\u0644\u0634\u0641\u0627\u0621 \u0627\u0644\u062d\u0627\u0644\u064a \u0623\u0646 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0647\u0648 \u062a\u062e\u0635\u0635 \u0637\u0628\u064a \u0648\u0644\u0643\u0646\u0647 \u0644\u0627 \u064a\u0648\u0641\u0631 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0645\u0648\u062b\u0648\u0642\u0629 \u0643\u0627\u0641\u064a\u0629 \u0644\u0644\u0627\u062f\u0639\u0627\u0621 \u0628\u0648\u062c\u0648\u062f \u062e\u062f\u0645\u0629 \u0645\u062e\u0635\u0635\u0629 \u0644\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0644\u0631\u064a\u0627\u0636\u064a. \u0627\u062a\u0635\u0644 \u0628\u0627\u0644\u0645\u0633\u062a\u0634\u0641\u0649 \u0644\u062a\u0623\u0643\u064a\u062f \u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u062d\u0627\u0644\u064a\u0629.\" } },\n    { \"@type\": \"Question\", \"name\": \"\u0647\u0644 \u064a\u0648\u0641\u0631 \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0628\u0639\u062f \u0627\u0644\u062c\u0631\u0627\u062d\u0629\u061f\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\u0644\u0627 \u064a\u062d\u062f\u062f \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0639\u0627\u0645 \u0627\u0644\u062d\u0627\u0644\u064a \u0628\u0631\u0627\u0645\u062c \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0627\u0644\u0641\u0631\u062f\u064a\u0629 \u0628\u0639\u062f \u0627\u0644\u062c\u0631\u0627\u062d\u0629. \u0627\u062a\u0635\u0644 \u0628\u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0644\u062a\u0623\u0643\u064a\u062f \u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0645\u062a\u0627\u062d\u0627\u064b \u0644\u062c\u0631\u0627\u062d\u062a\u0643 \u0623\u0648 \u062d\u0627\u0644\u062a\u0643 \u0627\u0644\u062e\u0627\u0635\u0629.\" } },\n    { \"@type\": \"Question\", \"name\": \"\u0643\u0645 \u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0641\u064a \u0645\u0643\u0629 \u0627\u0644\u0645\u0643\u0631\u0645\u0629\u061f\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\u062a\u062e\u062a\u0644\u0641 \u0627\u0644\u062a\u0643\u0644\u0641\u0629 \u0627\u0639\u062a\u0645\u0627\u062f\u0627\u064b \u0639\u0644\u0649 \u0645\u0632\u0648\u062f \u0627\u0644\u062e\u062f\u0645\u0629 \u0648\u0627\u0644\u0639\u0644\u0627\u062c \u0648\u0627\u0644\u062a\u063a\u0637\u064a\u0629 \u0627\u0644\u062a\u0623\u0645\u064a\u0646\u064a\u0629. \u0627\u062a\u0635\u0644 \u0628\u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0644\u0645\u0639\u0631\u0641\u0629 \u0631\u0633\u0648\u0645 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0644\u062d\u0627\u0644\u064a\u0629.\" } },\n    { \"@type\": \"Question\", \"name\": \"\u0647\u0644 \u064a\u063a\u0637\u064a \u0627\u0644\u062a\u0623\u0645\u064a\u0646 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u061f\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\u062a\u0639\u062a\u0645\u062f \u0627\u0644\u062a\u063a\u0637\u064a\u0629 \u0639\u0644\u0649 \u0628\u0648\u0644\u064a\u0635\u0629 \u0627\u0644\u062a\u0623\u0645\u064a\u0646 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u0648\u0627\u0644\u0633\u0628\u0628 \u0627\u0644\u0630\u064a \u064a\u062a\u0637\u0644\u0628 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a. \u062a\u0623\u0643\u062f \u0645\u0646 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644 \u0645\u0639 \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0623\u0648 \u0645\u0632\u0648\u062f \u0627\u0644\u062a\u0623\u0645\u064a\u0646 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0642\u0628\u0644 \u0627\u0644\u062d\u062c\u0632.\" } },\n    { \"@type\": \"Question\", \"name\": \"\u0643\u064a\u0641 \u064a\u0645\u0643\u0646\u0646\u064a \u062d\u062c\u0632 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0641\u064a \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621\u061f\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0639\u0644\u0649 \u0627\u0644\u0631\u0642\u0645 5555 533 12 966+ \u0623\u0648 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0646\u0645\u0648\u0630\u062c \u0637\u0644\u0628 \u0627\u0644\u0645\u0648\u0639\u062f \u0639\u0644\u0649 \u0645\u0648\u0642\u0639 \u0627\u0644\u0645\u0633\u062a\u0634\u0641\u0649.\" } },\n    { \"@type\": \"Question\", \"name\": \"\u0623\u064a\u0646 \u064a\u0642\u0639 \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621\u061f\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\u064a\u0642\u0639 \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a \u0641\u064a \u0634\u0627\u0631\u0639 \u0627\u0644\u0645\u0646\u0635\u0648\u0631\u060c \u0645\u0643\u0629 \u0627\u0644\u0645\u0643\u0631\u0645\u0629 24232\u060c \u0627\u0644\u0645\u0645\u0644\u0643\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629.\" } }\n  ]\n}\n<\/script>\n\n<section id=\"sh-physio-faq-v1\" aria-label=\"Frequently Asked Questions\">\n    <div class=\"sh-container\">\n        \n        <!-- Header -->\n        <div class=\"sh-faq__header\">\n            <h2 class=\"sh-faq__title\">\n                <span class=\"sh-en\">Frequently Asked Questions<\/span>\n                <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629<\/span>\n            <\/h2>\n        <\/div>\n        \n        <!-- FAQ List -->\n        <div class=\"sh-faq__list\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/FAQPage\">\n            \n            <!-- ===================== ENGLISH FAQS ===================== -->\n            <div class=\"sh-faq-block-en\">\n                \n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-en-1\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-en-1\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-en\" itemprop=\"name\">Who is the best physiotherapist in Makkah?<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-en\" itemprop=\"text\">There is no single physiotherapist who is objectively the best for every patient. The right professional depends on your condition, rehabilitation needs and treatment goals. Shefa Hospital currently lists Specialist Nuran Alnahas as Specialist Physiotherapy.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-en-2\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-en-2\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-en\" itemprop=\"name\">Does Shefa Hospital have a physiotherapist in Makkah?<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-en\" itemprop=\"text\">Yes. Shefa Hospital&#8217;s current medical team lists Specialist Nuran Alnahas, Specialist Physiotherapy.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-en-3\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-en-3\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-en\" itemprop=\"name\">What does a physiotherapist treat?<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-en\" itemprop=\"text\">Physiotherapists help patients manage physical problems affecting movement, strength, flexibility and function. Physiotherapy may be used as part of care for back pain, neck pain, joint problems, sports injuries, muscle weakness, reduced mobility and rehabilitation after certain surgeries.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-en-4\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-en-4\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-en\" itemprop=\"name\">Is physiotherapy only for sports injuries?<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-en\" itemprop=\"text\">No. Physiotherapy can be used for many conditions affecting movement and physical function. Sports injuries are one reason people seek physiotherapy, but rehabilitation may also be used for back pain, joint problems, muscle weakness, reduced mobility and recovery after certain procedures.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-en-5\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-en-5\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-en\" itemprop=\"name\">Can physiotherapy help with back pain?<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-en\" itemprop=\"text\">Physiotherapy can help some patients with back pain by addressing movement, strength, flexibility and physical function. The appropriate treatment depends on the cause of the back pain and should follow a proper assessment.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-en-6\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-en-6\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-en\" itemprop=\"name\">Can physiotherapy help after surgery?<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-en\" itemprop=\"text\">Yes, physiotherapy may form part of recovery after certain surgeries. The type and timing of rehabilitation depend on the procedure, the patient&#8217;s condition and the treating doctor&#8217;s recommendations.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-en-7\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-en-7\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-en\" itemprop=\"name\">How long does a physiotherapy session take?<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-en\" itemprop=\"text\">Session length can vary depending on the type of treatment, assessment required and the patient&#8217;s rehabilitation programme. Contact Shefa Hospital for current appointment details.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-en-8\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-en-8\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-en\" itemprop=\"name\">How many physiotherapy sessions will I need?<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-en\" itemprop=\"text\">There is no fixed number of sessions. The required duration depends on the condition, severity, recovery progress and rehabilitation goals.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-en-9\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-en-9\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-en\" itemprop=\"name\">What happens during the first physiotherapy appointment?<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-en\" itemprop=\"text\">The physiotherapist usually discusses your symptoms and medical history before assessing movement, strength, flexibility, mobility or other relevant physical functions. A treatment and rehabilitation plan may then be recommended.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-en-10\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-en-10\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-en\" itemprop=\"name\">Will I get exercises to do at home?<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-en\" itemprop=\"text\">Home exercises may be recommended as part of a physiotherapy programme when appropriate. The exercises should be performed according to the physiotherapist&#8217;s instructions.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-en-11\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-en-11\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-en\" itemprop=\"name\">Can physiotherapy completely cure pain?<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-en\" itemprop=\"text\">Not every type of pain can be cured through physiotherapy. Treatment depends on the underlying cause. Physiotherapy may help improve movement, physical function and symptoms in appropriate conditions.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-en-12\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-en-12\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-en\" itemprop=\"name\">Should I see a doctor or physiotherapist first?<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-en\" itemprop=\"text\">It depends on the symptoms and your medical history. For a known musculoskeletal problem, physiotherapy may be appropriate. Sudden severe symptoms, major injuries or symptoms suggesting a serious medical condition should receive medical assessment first.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-en-13\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-en-13\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-en\" itemprop=\"name\">Does Shefa Hospital provide sports physiotherapy?<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-en\" itemprop=\"text\">The current Shefa website confirms physiotherapy as a medical specialty but does not provide enough verified information to claim a dedicated sports physiotherapy service. Contact the hospital to confirm current services.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-en-14\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-en-14\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-en\" itemprop=\"name\">Does Shefa Hospital provide physiotherapy after surgery?<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-en\" itemprop=\"text\">The current public website does not specify individual post-operative rehabilitation programmes. Contact Shefa Hospital to confirm whether physiotherapy is available for your particular surgery or condition.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-en-15\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-en-15\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-en\" itemprop=\"name\">How much does physiotherapy cost in Makkah?<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-en\" itemprop=\"text\">The cost varies depending on the provider, treatment and insurance coverage. Contact Shefa Hospital for current physiotherapy fees.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-en-16\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-en-16\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-en\" itemprop=\"name\">Does insurance cover physiotherapy?<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-en\" itemprop=\"text\">Coverage depends on your insurance policy and the reason physiotherapy is required. Confirm the details with Shefa Hospital or your insurance provider before booking.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-en-17\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-en-17\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-en\" itemprop=\"name\">How can I book physiotherapy at Shefa Hospital?<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-en\" itemprop=\"text\">You can contact Shefa Hospital at +966 12 533 3555 or use the appointment request form on the hospital website.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-en-18\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-en-18\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-en\" itemprop=\"name\">Where is Shefa Hospital located?<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-en\" itemprop=\"text\">Shefa Multispecialty Hospital is located at Shara Mansur, Makkah 24232, Saudi Arabia.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n\n            <!-- ===================== ARABIC FAQS ===================== -->\n            <div class=\"sh-faq-block-ar\" lang=\"ar\" dir=\"rtl\">\n                \n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-ar-1\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-ar-1\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-ar\" itemprop=\"name\">\u0645\u0646 \u0647\u0648 \u0623\u0641\u0636\u0644 \u0623\u062e\u0635\u0627\u0626\u064a \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a \u0641\u064a \u0645\u0643\u0629 \u0627\u0644\u0645\u0643\u0631\u0645\u0629\u061f<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-ar\" itemprop=\"text\">\u0644\u0627 \u064a\u0648\u062c\u062f \u0623\u062e\u0635\u0627\u0626\u064a \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a \u0648\u0627\u062d\u062f \u0647\u0648 \u0627\u0644\u0623\u0641\u0636\u0644 \u0628\u0634\u0643\u0644 \u0645\u0648\u0636\u0648\u0639\u064a \u0644\u0643\u0644 \u0645\u0631\u064a\u0636. \u064a\u0639\u062a\u0645\u062f \u0627\u0644\u0623\u062e\u0635\u0627\u0626\u064a \u0627\u0644\u0645\u0646\u0627\u0633\u0628 \u0639\u0644\u0649 \u062d\u0627\u0644\u062a\u0643 \u0648\u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a\u0643 \u0627\u0644\u062a\u0623\u0647\u064a\u0644\u064a\u0629 \u0648\u0623\u0647\u062f\u0627\u0641 \u0627\u0644\u0639\u0644\u0627\u062c. \u064a\u064f\u062f\u0631\u062c \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u062d\u0627\u0644\u064a\u0627\u064b \u0627\u0644\u0623\u062e\u0635\u0627\u0626\u064a\u0629 \u0646\u0648\u0631\u0627\u0646 \u0627\u0644\u0646\u062d\u0627\u0633 \u0643\u0623\u062e\u0635\u0627\u0626\u064a \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-ar-2\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-ar-2\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-ar\" itemprop=\"name\">\u0647\u0644 \u064a\u0648\u062c\u062f \u0641\u064a \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0623\u062e\u0635\u0627\u0626\u064a \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a \u0641\u064a \u0645\u0643\u0629 \u0627\u0644\u0645\u0643\u0631\u0645\u0629\u061f<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-ar\" itemprop=\"text\">\u0646\u0639\u0645. \u064a\u064f\u062f\u0631\u062c \u0627\u0644\u0641\u0631\u064a\u0642 \u0627\u0644\u0637\u0628\u064a \u0627\u0644\u062d\u0627\u0644\u064a \u0641\u064a \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0627\u0644\u0623\u062e\u0635\u0627\u0626\u064a\u0629 \u0646\u0648\u0631\u0627\u0646 \u0627\u0644\u0646\u062d\u0627\u0633\u060c \u0623\u062e\u0635\u0627\u0626\u064a \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-ar-3\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-ar-3\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-ar\" itemprop=\"name\">\u0645\u0627\u0630\u0627 \u064a\u0639\u0627\u0644\u062c \u0623\u062e\u0635\u0627\u0626\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u061f<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-ar\" itemprop=\"text\">\u064a\u0633\u0627\u0639\u062f \u0623\u062e\u0635\u0627\u0626\u064a\u0648 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0644\u0645\u0631\u0636\u0649 \u0639\u0644\u0649 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0634\u0627\u0643\u0644 \u0627\u0644\u062c\u0633\u062f\u064a\u0629 \u0627\u0644\u062a\u064a \u062a\u0624\u062b\u0631 \u0639\u0644\u0649 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u0644\u0642\u0648\u0629 \u0648\u0627\u0644\u0645\u0631\u0648\u0646\u0629 \u0648\u0627\u0644\u0648\u0638\u064a\u0641\u0629. \u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0643\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0639\u0627\u064a\u0629 \u0644\u0622\u0644\u0627\u0645 \u0627\u0644\u0638\u0647\u0631\u060c \u0648\u0622\u0644\u0627\u0645 \u0627\u0644\u0631\u0642\u0628\u0629\u060c \u0648\u0645\u0634\u0627\u0643\u0644 \u0627\u0644\u0645\u0641\u0627\u0635\u0644\u060c \u0648\u0627\u0644\u0625\u0635\u0627\u0628\u0627\u062a \u0627\u0644\u0631\u064a\u0627\u0636\u064a\u0629\u060c \u0648\u0636\u0639\u0641 \u0627\u0644\u0639\u0636\u0644\u0627\u062a\u060c \u0648\u0636\u0639\u0641 \u0627\u0644\u062d\u0631\u0643\u0629\u060c \u0648\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0628\u0639\u062f \u0628\u0639\u0636 \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u062c\u0631\u0627\u062d\u064a\u0629.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-ar-4\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-ar-4\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-ar\" itemprop=\"name\">\u0647\u0644 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0645\u062e\u0635\u0635 \u0644\u0644\u0625\u0635\u0627\u0628\u0627\u062a \u0627\u0644\u0631\u064a\u0627\u0636\u064a\u0629 \u0641\u0642\u0637\u061f<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-ar\" itemprop=\"text\">\u0644\u0627. \u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0644\u0644\u0639\u062f\u064a\u062f \u0645\u0646 \u0627\u0644\u062d\u0627\u0644\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0624\u062b\u0631 \u0639\u0644\u0649 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u0644\u0648\u0638\u064a\u0641\u0629 \u0627\u0644\u0628\u062f\u0646\u064a\u0629. \u062a\u0639\u062f \u0627\u0644\u0625\u0635\u0627\u0628\u0627\u062a \u0627\u0644\u0631\u064a\u0627\u0636\u064a\u0629 \u0623\u062d\u062f \u0623\u0633\u0628\u0627\u0628 \u0637\u0644\u0628 \u0627\u0644\u0646\u0627\u0633 \u0644\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u060c \u0648\u0644\u0643\u0646 \u064a\u0645\u0643\u0646 \u0623\u064a\u0636\u0627\u064b \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0644\u0622\u0644\u0627\u0645 \u0627\u0644\u0638\u0647\u0631 \u0648\u0645\u0634\u0627\u0643\u0644 \u0627\u0644\u0645\u0641\u0627\u0635\u0644 \u0648\u0636\u0639\u0641 \u0627\u0644\u0639\u0636\u0644\u0627\u062a \u0648\u0636\u0639\u0641 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u0644\u062a\u0639\u0627\u0641\u064a \u0628\u0639\u062f \u0625\u062c\u0631\u0627\u0621\u0627\u062a \u0645\u0639\u064a\u0646\u0629.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-ar-5\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-ar-5\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-ar\" itemprop=\"name\">\u0647\u0644 \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0633\u0627\u0639\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0641\u064a \u0622\u0644\u0627\u0645 \u0627\u0644\u0638\u0647\u0631\u061f<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-ar\" itemprop=\"text\">\u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0633\u0627\u0639\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0628\u0639\u0636 \u0627\u0644\u0645\u0631\u0636\u0649 \u0627\u0644\u0630\u064a\u0646 \u064a\u0639\u0627\u0646\u0648\u0646 \u0645\u0646 \u0622\u0644\u0627\u0645 \u0627\u0644\u0638\u0647\u0631 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u0644\u0642\u0648\u0629 \u0648\u0627\u0644\u0645\u0631\u0648\u0646\u0629 \u0648\u0627\u0644\u0648\u0638\u064a\u0641\u0629 \u0627\u0644\u0628\u062f\u0646\u064a\u0629. \u064a\u0639\u062a\u0645\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0645\u0646\u0627\u0633\u0628 \u0639\u0644\u0649 \u0633\u0628\u0628 \u0623\u0644\u0645 \u0627\u0644\u0638\u0647\u0631 \u0648\u064a\u062c\u0628 \u0623\u0646 \u064a\u062a\u0628\u0639 \u062a\u0642\u064a\u064a\u0645\u0627\u064b \u0645\u0646\u0627\u0633\u0628\u0627\u064b.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-ar-6\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-ar-6\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-ar\" itemprop=\"name\">\u0647\u0644 \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0633\u0627\u0639\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0628\u0639\u062f \u0627\u0644\u062c\u0631\u0627\u062d\u0629\u061f<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-ar\" itemprop=\"text\">\u0646\u0639\u0645\u060c \u0642\u062f \u064a\u0634\u0643\u0644 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u062c\u0632\u0621\u0627\u064b \u0645\u0646 \u0627\u0644\u062a\u0639\u0627\u0641\u064a \u0628\u0639\u062f \u0628\u0639\u0636 \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u062c\u0631\u0627\u062d\u064a\u0629. \u064a\u0639\u062a\u0645\u062f \u0646\u0648\u0639 \u0648\u062a\u0648\u0642\u064a\u062a \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0639\u0644\u0649 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 \u0648\u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0631\u064a\u0636 \u0648\u062a\u0648\u0635\u064a\u0627\u062a \u0627\u0644\u0637\u0628\u064a\u0628 \u0627\u0644\u0645\u0639\u0627\u0644\u062c.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-ar-7\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-ar-7\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-ar\" itemprop=\"name\">\u0643\u0645 \u062a\u0633\u062a\u063a\u0631\u0642 \u062c\u0644\u0633\u0629 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u061f<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-ar\" itemprop=\"text\">\u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u062e\u062a\u0644\u0641 \u0637\u0648\u0644 \u0627\u0644\u062c\u0644\u0633\u0629 \u0627\u0639\u062a\u0645\u0627\u062f\u0627\u064b \u0639\u0644\u0649 \u0646\u0648\u0639 \u0627\u0644\u0639\u0644\u0627\u062c \u0648\u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0637\u0644\u0648\u0628 \u0648\u0628\u0631\u0646\u0627\u0645\u062c \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0627\u0644\u062e\u0627\u0635 \u0628\u0627\u0644\u0645\u0631\u064a\u0636. \u0627\u062a\u0635\u0644 \u0628\u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0644\u0645\u0639\u0631\u0641\u0629 \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0645\u0648\u0627\u0639\u064a\u062f \u0627\u0644\u062d\u0627\u0644\u064a\u0629.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-ar-8\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-ar-8\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-ar\" itemprop=\"name\">\u0643\u0645 \u0639\u062f\u062f \u062c\u0644\u0633\u0627\u062a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0644\u062a\u064a \u0633\u0623\u062d\u062a\u0627\u062c\u0647\u0627\u061f<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-ar\" itemprop=\"text\">\u0644\u0627 \u064a\u0648\u062c\u062f \u0639\u062f\u062f \u062b\u0627\u0628\u062a \u0645\u0646 \u0627\u0644\u062c\u0644\u0633\u0627\u062a. \u062a\u0639\u062a\u0645\u062f \u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u062d\u0627\u0644\u0629 \u0648\u0634\u062f\u062a\u0647\u0627 \u0648\u062a\u0642\u062f\u0645 \u0627\u0644\u062a\u0639\u0627\u0641\u064a \u0648\u0623\u0647\u062f\u0627\u0641 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-ar-9\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-ar-9\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-ar\" itemprop=\"name\">\u0645\u0627\u0630\u0627 \u064a\u062d\u062f\u062b \u062e\u0644\u0627\u0644 \u0623\u0648\u0644 \u0645\u0648\u0639\u062f \u0644\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u061f<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-ar\" itemprop=\"text\">\u064a\u0646\u0627\u0642\u0634 \u0623\u062e\u0635\u0627\u0626\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0639\u0627\u062f\u0629\u064b \u0627\u0644\u0623\u0639\u0631\u0627\u0636 \u0648\u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0637\u0628\u064a \u0642\u0628\u0644 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u062d\u0631\u0643\u0629 \u0623\u0648 \u0627\u0644\u0642\u0648\u0629 \u0623\u0648 \u0627\u0644\u0645\u0631\u0648\u0646\u0629 \u0623\u0648 \u0627\u0644\u0642\u062f\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062d\u0631\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0628\u062f\u0646\u064a\u0629 \u0627\u0644\u0623\u062e\u0631\u0649 \u0630\u0627\u062a \u0627\u0644\u0635\u0644\u0629. \u0642\u062f \u064a\u0648\u0635\u0649 \u0628\u0639\u062f \u0630\u0644\u0643 \u0628\u062e\u0637\u0629 \u0639\u0644\u0627\u062c \u0648\u0625\u0639\u0627\u062f\u0629 \u062a\u0623\u0647\u064a\u0644.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-ar-10\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-ar-10\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-ar\" itemprop=\"name\">\u0647\u0644 \u0633\u0623\u062d\u0635\u0644 \u0639\u0644\u0649 \u062a\u0645\u0627\u0631\u064a\u0646 \u0644\u0623\u0642\u0648\u0645 \u0628\u0647\u0627 \u0641\u064a \u0627\u0644\u0645\u0646\u0632\u0644\u061f<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-ar\" itemprop=\"text\">\u0642\u062f \u064a\u0648\u0635\u0649 \u0628\u0627\u0644\u062a\u0645\u0627\u0631\u064a\u0646 \u0627\u0644\u0645\u0646\u0632\u0644\u064a\u0629 \u0643\u062c\u0632\u0621 \u0645\u0646 \u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0639\u0646\u062f \u0627\u0644\u0627\u0642\u062a\u0636\u0627\u0621. \u064a\u062c\u0628 \u0623\u062f\u0627\u0621 \u0627\u0644\u062a\u0645\u0627\u0631\u064a\u0646 \u0648\u0641\u0642\u0627\u064b \u0644\u062a\u0639\u0644\u064a\u0645\u0627\u062a \u0623\u062e\u0635\u0627\u0626\u064a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-ar-11\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-ar-11\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-ar\" itemprop=\"name\">\u0647\u0644 \u064a\u0645\u0643\u0646 \u0644\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0623\u0646 \u064a\u0639\u0627\u0644\u062c \u0627\u0644\u0623\u0644\u0645 \u062a\u0645\u0627\u0645\u0627\u064b\u061f<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-ar\" itemprop=\"text\">\u0644\u0627 \u064a\u0645\u0643\u0646 \u0639\u0644\u0627\u062c \u0643\u0644 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0623\u0644\u0645 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a. \u064a\u0639\u062a\u0645\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0639\u0644\u0649 \u0627\u0644\u0633\u0628\u0628 \u0627\u0644\u0643\u0627\u0645\u0646. \u0642\u062f \u064a\u0633\u0627\u0639\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0641\u064a \u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u0644\u0648\u0638\u064a\u0641\u0629 \u0627\u0644\u0628\u062f\u0646\u064a\u0629 \u0648\u0627\u0644\u0623\u0639\u0631\u0627\u0636 \u0641\u064a \u0627\u0644\u062d\u0627\u0644\u0627\u062a \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u0629.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-ar-12\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-ar-12\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-ar\" itemprop=\"name\">\u0647\u0644 \u064a\u062c\u0628 \u0623\u0646 \u0623\u0631\u0627\u062c\u0639 \u0637\u0628\u064a\u0628\u0627\u064b \u0623\u0645 \u0623\u062e\u0635\u0627\u0626\u064a \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a \u0623\u0648\u0644\u0627\u064b\u061f<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-ar\" itemprop=\"text\">\u064a\u0639\u062a\u0645\u062f \u0630\u0644\u0643 \u0639\u0644\u0649 \u0627\u0644\u0623\u0639\u0631\u0627\u0636 \u0648\u062a\u0627\u0631\u064a\u062e\u0643 \u0627\u0644\u0637\u0628\u064a. \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0636\u0644\u064a\u0629 \u0647\u064a\u0643\u0644\u064a\u0629 \u0645\u0639\u0631\u0648\u0641\u0629\u060c \u0642\u062f \u064a\u0643\u0648\u0646 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0645\u0646\u0627\u0633\u0628\u0627\u064b. \u064a\u062c\u0628 \u0623\u0646 \u062a\u062a\u0644\u0642\u0649 \u0627\u0644\u0623\u0639\u0631\u0627\u0636 \u0627\u0644\u0634\u062f\u064a\u062f\u0629 \u0627\u0644\u0645\u0641\u0627\u062c\u0626\u0629 \u0623\u0648 \u0627\u0644\u0625\u0635\u0627\u0628\u0627\u062a \u0627\u0644\u0643\u0628\u0631\u0649 \u0623\u0648 \u0627\u0644\u0623\u0639\u0631\u0627\u0636 \u0627\u0644\u062a\u064a \u062a\u0634\u064a\u0631 \u0625\u0644\u0649 \u062d\u0627\u0644\u0629 \u0637\u0628\u064a\u0629 \u062e\u0637\u064a\u0631\u0629 \u062a\u0642\u064a\u064a\u0645\u0627\u064b \u0637\u0628\u064a\u0627\u064b \u0623\u0648\u0644\u0627\u064b.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-ar-13\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-ar-13\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-ar\" itemprop=\"name\">\u0647\u0644 \u064a\u0648\u0641\u0631 \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0644\u0631\u064a\u0627\u0636\u064a\u061f<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-ar\" itemprop=\"text\">\u064a\u0624\u0643\u062f \u0645\u0648\u0642\u0639 \u0627\u0644\u0634\u0641\u0627\u0621 \u0627\u0644\u062d\u0627\u0644\u064a \u0623\u0646 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0647\u0648 \u062a\u062e\u0635\u0635 \u0637\u0628\u064a \u0648\u0644\u0643\u0646\u0647 \u0644\u0627 \u064a\u0648\u0641\u0631 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0645\u0648\u062b\u0648\u0642\u0629 \u0643\u0627\u0641\u064a\u0629 \u0644\u0644\u0627\u062f\u0639\u0627\u0621 \u0628\u0648\u062c\u0648\u062f \u062e\u062f\u0645\u0629 \u0645\u062e\u0635\u0635\u0629 \u0644\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0644\u0631\u064a\u0627\u0636\u064a. \u0627\u062a\u0635\u0644 \u0628\u0627\u0644\u0645\u0633\u062a\u0634\u0641\u0649 \u0644\u062a\u0623\u0643\u064a\u062f \u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u062d\u0627\u0644\u064a\u0629.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-ar-14\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-ar-14\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-ar\" itemprop=\"name\">\u0647\u0644 \u064a\u0648\u0641\u0631 \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0628\u0639\u062f \u0627\u0644\u062c\u0631\u0627\u062d\u0629\u061f<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-ar\" itemprop=\"text\">\u0644\u0627 \u064a\u062d\u062f\u062f \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0639\u0627\u0645 \u0627\u0644\u062d\u0627\u0644\u064a \u0628\u0631\u0627\u0645\u062c \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0623\u0647\u064a\u0644 \u0627\u0644\u0641\u0631\u062f\u064a\u0629 \u0628\u0639\u062f \u0627\u0644\u062c\u0631\u0627\u062d\u0629. \u0627\u062a\u0635\u0644 \u0628\u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0644\u062a\u0623\u0643\u064a\u062f \u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0645\u062a\u0627\u062d\u0627\u064b \u0644\u062c\u0631\u0627\u062d\u062a\u0643 \u0623\u0648 \u062d\u0627\u0644\u062a\u0643 \u0627\u0644\u062e\u0627\u0635\u0629.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-ar-15\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-ar-15\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-ar\" itemprop=\"name\">\u0643\u0645 \u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0641\u064a \u0645\u0643\u0629 \u0627\u0644\u0645\u0643\u0631\u0645\u0629\u061f<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-ar\" itemprop=\"text\">\u062a\u062e\u062a\u0644\u0641 \u0627\u0644\u062a\u0643\u0644\u0641\u0629 \u0627\u0639\u062a\u0645\u0627\u062f\u0627\u064b \u0639\u0644\u0649 \u0645\u0632\u0648\u062f \u0627\u0644\u062e\u062f\u0645\u0629 \u0648\u0627\u0644\u0639\u0644\u0627\u062c \u0648\u0627\u0644\u062a\u063a\u0637\u064a\u0629 \u0627\u0644\u062a\u0623\u0645\u064a\u0646\u064a\u0629. \u0627\u062a\u0635\u0644 \u0628\u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0644\u0645\u0639\u0631\u0641\u0629 \u0631\u0633\u0648\u0645 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0644\u062d\u0627\u0644\u064a\u0629.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-ar-16\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-ar-16\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-ar\" itemprop=\"name\">\u0647\u0644 \u064a\u063a\u0637\u064a \u0627\u0644\u062a\u0623\u0645\u064a\u0646 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u061f<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-ar\" itemprop=\"text\">\u062a\u0639\u062a\u0645\u062f \u0627\u0644\u062a\u063a\u0637\u064a\u0629 \u0639\u0644\u0649 \u0628\u0648\u0644\u064a\u0635\u0629 \u0627\u0644\u062a\u0623\u0645\u064a\u0646 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u0648\u0627\u0644\u0633\u0628\u0628 \u0627\u0644\u0630\u064a \u064a\u062a\u0637\u0644\u0628 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a. \u062a\u0623\u0643\u062f \u0645\u0646 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644 \u0645\u0639 \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0623\u0648 \u0645\u0632\u0648\u062f \u0627\u0644\u062a\u0623\u0645\u064a\u0646 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0642\u0628\u0644 \u0627\u0644\u062d\u062c\u0632.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-ar-17\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-ar-17\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-ar\" itemprop=\"name\">\u0643\u064a\u0641 \u064a\u0645\u0643\u0646\u0646\u064a \u062d\u062c\u0632 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0641\u064a \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621\u061f<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-ar\" itemprop=\"text\">\u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0639\u0644\u0649 \u0627\u0644\u0631\u0642\u0645 5555 533 12 966+ \u0623\u0648 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0646\u0645\u0648\u0630\u062c \u0637\u0644\u0628 \u0627\u0644\u0645\u0648\u0639\u062f \u0639\u0644\u0649 \u0645\u0648\u0642\u0639 \u0627\u0644\u0645\u0633\u062a\u0634\u0641\u0649.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sh-faq__item\" itemscope=\"\" itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                    <input type=\"checkbox\" id=\"faq-ar-18\" class=\"sh-faq__toggle\">\n                    <label for=\"faq-ar-18\" class=\"sh-faq__label\">\n                        <span class=\"sh-faq__question sh-ar\" itemprop=\"name\">\u0623\u064a\u0646 \u064a\u0642\u0639 \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621\u061f<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-faq__chevron\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg>\n                    <\/label>\n                    <div class=\"sh-faq__content-wrap\">\n                        <div class=\"sh-faq__content-inner\" itemscope=\"\" itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                            <div class=\"sh-faq__answer sh-ar\" itemprop=\"text\">\u064a\u0642\u0639 \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a \u0641\u064a \u0634\u0627\u0631\u0639 \u0627\u0644\u0645\u0646\u0635\u0648\u0631\u060c \u0645\u0643\u0629 \u0627\u0644\u0645\u0643\u0631\u0645\u0629 24232\u060c \u0627\u0644\u0645\u0645\u0644\u0643\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n    \/* ==========================================================================\n       SCOPED PHYSIOTHERAPY CTA STYLES (#sh-physiotherapy-cta-v1)\n       100% SSR Compatible | Zero CLS | Pure CSS RTL\/LTR | Astra Breakout\n       ========================================================================== *\/\n\n    #sh-physiotherapy-cta-v1 {\n        --sh-cta-primary: #243b5a;\n        --sh-cta-accent: #0d9488;\n        --sh-cta-accent-hover: #0f766e;\n        --sh-cta-text-muted: #475569;\n        --sh-cta-bg: #f8fafc;\n        --sh-cta-card-bg: #ffffff;\n        --sh-cta-border: #e2e8f0;\n        \n        --sh-wa: #25d366;\n        --sh-wa-hover: #20ba5a;\n\n        --sh-font-title-en: \"Playfair Display\", \"Instrument Serif\", serif;\n        --sh-font-body-en: \"Inter\", -apple-system, sans-serif;\n        --sh-font-ar: \"Noto Kufi Arabic\", \"Tajawal\", \"Cairo\", sans-serif;\n\n        \/* Astra Full-Width Breakout *\/\n        width: 100vw !important;\n        position: relative !important;\n        left: 50% !important;\n        right: 50% !important;\n        margin-left: -50vw !important;\n        margin-right: -50vw !important;\n        max-width: 100vw !important;\n        background-color: var(--sh-cta-bg) !important;\n        \n        \/* Prevent Horizontal Scroll *\/\n        overflow: clip !important; \n        padding: clamp(4rem, 8vw, 6rem) 0 !important;\n        box-sizing: border-box !important;\n        direction: ltr; \/* Default LTR *\/\n    }\n\n    #sh-physiotherapy-cta-v1 *,\n    #sh-physiotherapy-cta-v1 *::before,\n    #sh-physiotherapy-cta-v1 *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Prevent WP auto-paragraph empty spacing *\/\n    #sh-physiotherapy-cta-v1 p:empty, \n    #sh-physiotherapy-cta-v1 br { \n        display: none !important; \n    }\n\n    \/* Background Pattern *\/\n    #sh-physiotherapy-cta-v1::before {\n        content: '';\n        position: absolute;\n        inset: 0;\n        background-image: url(\"data:image\/svg+xml;utf8,<svg xmlns='http:\/\/www.w3.org\/2000\/svg' width='56' height='100' viewBox='0 0 56 100'><g fill='none' stroke='%230d9488' stroke-opacity='0.05' stroke-width='1'><polygon points='28,1 55,17 55,49 28,65 1,49 1,17'\/><polygon points='28,51 55,67 55,99 28,115 1,99 1,67'\/><\/g><\/svg>\");\n        background-size: clamp(90px, 12vw, 180px) auto; \n        z-index: 0;\n        pointer-events: none;\n    }\n\n    \/* --- Container --- *\/\n    #sh-physiotherapy-cta-v1 .sh-container {\n        width: 100% !important;\n        max-width: 1475px !important; \n        margin: 0 auto !important;\n        padding: 0 clamp(1.25rem, 4vw, 2rem) !important;\n        position: relative;\n        z-index: 10;\n    }\n\n    \/* --- RTL Layout Fixes --- *\/\n    html[dir=\"rtl\"] #sh-physiotherapy-cta-v1 {\n        direction: rtl;\n    }\n    html[dir=\"rtl\"] #sh-physiotherapy-cta-v1 .sh-cta__content,\n    html[dir=\"rtl\"] #sh-physiotherapy-cta-v1 .sh-cta__info-card {\n        text-align: right;\n    }\n    html[dir=\"rtl\"] #sh-physiotherapy-cta-v1 .sh-cta__info-list li {\n        padding-left: 0;\n        padding-right: 2rem;\n    }\n    html[dir=\"rtl\"] #sh-physiotherapy-cta-v1 .sh-cta__info-icon {\n        left: auto;\n        right: 0;\n    }\n\n    \/* --- Layout Grid --- *\/\n    #sh-physiotherapy-cta-v1 .sh-cta__layout {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: clamp(2.5rem, 5vw, 4rem);\n        align-items: center;\n        background-color: var(--sh-cta-card-bg);\n        border-radius: 1.5rem;\n        border: 1px solid var(--sh-cta-border);\n        padding: clamp(2rem, 5vw, 4rem);\n        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);\n    }\n    @media (min-width: 1024px) {\n        #sh-physiotherapy-cta-v1 .sh-cta__layout {\n            grid-template-columns: 1.2fr 0.8fr;\n        }\n    }\n\n    \/* --- Left Content Area --- *\/\n    #sh-physiotherapy-cta-v1 .sh-cta__content {\n        text-align: left;\n    }\n\n    #sh-physiotherapy-cta-v1 .sh-cta__kicker {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.75rem;\n        color: var(--sh-cta-accent);\n        font-weight: 700;\n        font-size: 0.875rem;\n        letter-spacing: 0.05em;\n        text-transform: uppercase;\n        margin-bottom: 1.25rem;\n    }\n    #sh-physiotherapy-cta-v1 .sh-cta__kicker-line {\n        height: 2px;\n        width: 2rem;\n        background-color: var(--sh-cta-accent);\n    }\n\n    #sh-physiotherapy-cta-v1 .sh-cta__title {\n        font-size: clamp(2rem, 4vw, 3.25rem);\n        font-weight: 800;\n        line-height: 1.15;\n        color: var(--sh-cta-primary);\n        margin: 0 0 1.25rem 0;\n    }\n    #sh-physiotherapy-cta-v1 .sh-cta__title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-physiotherapy-cta-v1 .sh-cta__title .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physiotherapy-cta-v1 .sh-cta__desc {\n        color: var(--sh-cta-text-muted);\n        font-size: clamp(1rem, 1.5vw, 1.125rem);\n        line-height: 1.7;\n        margin: 0 0 1rem 0;\n    }\n    #sh-physiotherapy-cta-v1 .sh-cta__desc.sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physiotherapy-cta-v1 .sh-cta__desc.sh-ar { font-family: var(--sh-font-ar); }\n\n    \/* Highlight Names *\/\n    #sh-physiotherapy-cta-v1 strong {\n        color: var(--sh-cta-primary);\n        font-weight: 700;\n    }\n\n    \/* --- Right Info Card --- *\/\n    #sh-physiotherapy-cta-v1 .sh-cta__info-card {\n        background-color: #f8fafc;\n        border-radius: 1rem;\n        padding: clamp(1.5rem, 3vw, 2.5rem);\n        border: 1px solid var(--sh-cta-border);\n        text-align: left;\n    }\n\n    #sh-physiotherapy-cta-v1 .sh-cta__info-title {\n        font-size: 1.25rem;\n        font-weight: 800;\n        color: var(--sh-cta-primary);\n        margin: 0 0 1.25rem 0;\n        padding-bottom: 1rem;\n        border-bottom: 2px solid var(--sh-cta-accent);\n    }\n    #sh-physiotherapy-cta-v1 .sh-cta__info-title .sh-en { font-family: var(--sh-font-title-en); }\n    #sh-physiotherapy-cta-v1 .sh-cta__info-title .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physiotherapy-cta-v1 .sh-cta__info-list {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n        display: flex;\n        flex-direction: column;\n        gap: 1.25rem;\n    }\n\n    #sh-physiotherapy-cta-v1 .sh-cta__info-list li {\n        position: relative;\n        padding-left: 2rem;\n        color: var(--sh-cta-text-muted);\n        font-size: clamp(0.9375rem, 1.2vw, 1rem);\n        line-height: 1.5;\n    }\n    #sh-physiotherapy-cta-v1 .sh-cta__info-list li .sh-en { font-family: var(--sh-font-body-en); }\n    #sh-physiotherapy-cta-v1 .sh-cta__info-list li .sh-ar { font-family: var(--sh-font-ar); }\n\n    #sh-physiotherapy-cta-v1 .sh-cta__info-list strong {\n        display: block;\n        color: var(--sh-cta-primary);\n        font-size: 0.875rem;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n        margin-bottom: 0.25rem;\n    }\n\n    #sh-physiotherapy-cta-v1 .sh-cta__info-icon {\n        position: absolute;\n        left: 0;\n        top: 0.125rem;\n        color: var(--sh-cta-accent);\n    }\n    #sh-physiotherapy-cta-v1 .sh-cta__info-icon svg { width: 1.25rem; height: 1.25rem; }\n\n    \/* ============================================================\n       CTA BUTTONS (FROM HERO DESIGN)\n       ============================================================ *\/\n    #sh-physiotherapy-cta-v1 .sh-cta-row {\n        margin-top: 2.25rem;\n        display: flex;\n        align-items: center;\n        flex-wrap: wrap;\n        gap: 0.75rem;\n    }\n\n    #sh-physiotherapy-cta-v1 .sh-btn {\n        min-height: 50px;\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        gap: 9px;\n        padding: 0.9rem 1.55rem;\n        border-radius: 999px;\n        font-family: var(--sh-font-body-en);\n        font-size: 0.95rem;\n        font-weight: 700;\n        line-height: 1;\n        text-decoration: none !important;\n        cursor: pointer;\n        transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;\n    }\n    html[dir=\"rtl\"] #sh-physiotherapy-cta-v1 .sh-btn .sh-ar-inline { font-family: var(--sh-font-ar); }\n\n    #sh-physiotherapy-cta-v1 .sh-btn svg {\n        width: 20px;\n        height: 20px;\n        flex-shrink: 0;\n    }\n\n    \/* Primary Button (Book\/Call) *\/\n    #sh-physiotherapy-cta-v1 .sh-btn--primary {\n        background: var(--sh-cta-accent);\n        color: #ffffff !important;\n        border: 1px solid transparent;\n        box-shadow: 0 8px 20px -8px rgba(13, 148, 136, 0.6);\n    }\n    #sh-physiotherapy-cta-v1 .sh-btn--primary:hover {\n        background: var(--sh-cta-accent-hover);\n        color: #ffffff !important;\n        transform: translateY(-2px);\n    }\n\n    \/* Outline Button *\/\n    #sh-physiotherapy-cta-v1 .sh-btn--outline {\n        background: transparent;\n        color: var(--sh-cta-accent) !important;\n        border: 2px solid var(--sh-cta-accent);\n    }\n    #sh-physiotherapy-cta-v1 .sh-btn--outline:hover {\n        background: rgba(13, 148, 136, 0.05);\n        transform: translateY(-2px);\n    }\n\n    \/* WhatsApp Button *\/\n    #sh-physiotherapy-cta-v1 .sh-btn--whatsapp {\n        background: var(--sh-wa);\n        color: #ffffff !important;\n        border: 1px solid transparent;\n        box-shadow: 0 5px 12px rgba(37, 211, 102, 0.22);\n    }\n    #sh-physiotherapy-cta-v1 .sh-btn--whatsapp:hover {\n        background: var(--sh-wa-hover);\n        color: #ffffff !important;\n        transform: translateY(-2px);\n    }\n\n    \/* Mobile Buttons *\/\n    @media (max-width: 639px) {\n        #sh-physiotherapy-cta-v1 .sh-cta-row {\n            display: flex;\n            flex-direction: column;\n            width: 100%;\n        }\n        #sh-physiotherapy-cta-v1 .sh-btn {\n            width: 100%;\n            padding: 1rem;\n        }\n    }\n\n    \/* ==========================================================================\n       DUAL LANGUAGE LOGIC (HARD FORCED FOR RTL\/LTR)\n       ========================================================================== *\/\n    #sh-physiotherapy-cta-v1 .sh-en { display: block; }\n    #sh-physiotherapy-cta-v1 .sh-ar { display: none; }\n    #sh-physiotherapy-cta-v1 .sh-en-inline { display: inline-flex; }\n    #sh-physiotherapy-cta-v1 .sh-ar-inline { display: none; }\n\n    html[dir=\"rtl\"] #sh-physiotherapy-cta-v1 .sh-en,\n    html[lang*=\"ar\"] #sh-physiotherapy-cta-v1 .sh-en,\n    body.rtl #sh-physiotherapy-cta-v1 .sh-en { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physiotherapy-cta-v1 .sh-ar,\n    html[lang*=\"ar\"] #sh-physiotherapy-cta-v1 .sh-ar,\n    body.rtl #sh-physiotherapy-cta-v1 .sh-ar { \n        display: block !important; \n    }\n\n    html[dir=\"rtl\"] #sh-physiotherapy-cta-v1 .sh-en-inline,\n    html[lang*=\"ar\"] #sh-physiotherapy-cta-v1 .sh-en-inline,\n    body.rtl #sh-physiotherapy-cta-v1 .sh-en-inline { \n        display: none !important; \n    }\n    \n    html[dir=\"rtl\"] #sh-physiotherapy-cta-v1 .sh-ar-inline,\n    html[lang*=\"ar\"] #sh-physiotherapy-cta-v1 .sh-ar-inline,\n    body.rtl #sh-physiotherapy-cta-v1 .sh-ar-inline { \n        display: inline-flex !important; \n    }\n\n    \/* --- Animations --- *\/\n    @keyframes shFadeUp {\n        from { opacity: 0; transform: translateY(25px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n    \n    @media (prefers-reduced-motion: no-preference) {\n        #sh-physiotherapy-cta-v1 .sh-cta__content { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }\n        #sh-physiotherapy-cta-v1 .sh-cta__info-card { opacity: 0; animation: shFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.2s; }\n    }\n    @media (prefers-reduced-motion: reduce) {\n        #sh-physiotherapy-cta-v1 .sh-cta__content,\n        #sh-physiotherapy-cta-v1 .sh-cta__info-card { opacity: 1; transform: none; animation: none; }\n    }\n<\/style>\n\n<section id=\"sh-physiotherapy-cta-v1\">\n    <div class=\"sh-container\">\n        <div class=\"sh-cta__layout\">\n            \n            <!-- Left Side: Content & Buttons -->\n            <div class=\"sh-cta__content\">\n                <div class=\"sh-cta__kicker\">\n                    <span class=\"sh-cta__kicker-line\"><\/span>\n                    <span class=\"sh-en-inline\">Book Now<\/span>\n                    <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u062d\u062c\u0632 \u0627\u0644\u0622\u0646<\/span>\n                <\/div>\n\n                <h2 class=\"sh-cta__title\">\n                    <span class=\"sh-en\">Book a Physiotherapy Appointment in Makkah<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u062d\u062c\u0632 \u0645\u0648\u0639\u062f \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a \u0641\u064a \u0645\u0643\u0629 \u0627\u0644\u0645\u0643\u0631\u0645\u0629<\/span>\n                <\/h2>\n\n                <p class=\"sh-cta__desc sh-en\">If you are looking for physiotherapy in Makkah, Shefa Multispecialty Hospital provides physiotherapy care within a multispecialty hospital environment.<\/p>\n                <p class=\"sh-cta__desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0628\u062d\u062b \u0639\u0646 \u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0641\u064a \u0645\u0643\u0629 \u0627\u0644\u0645\u0643\u0631\u0645\u0629\u060c \u0641\u0625\u0646 \u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a \u064a\u0648\u0641\u0631 \u0644\u0643 \u0631\u0639\u0627\u064a\u0629 \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u062f\u0627\u062e\u0644 \u0628\u064a\u0626\u0629 \u0645\u0633\u062a\u0634\u0641\u0649 \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a \u0623\u0648\u0633\u0639.<\/p>\n\n                <p class=\"sh-cta__desc sh-en\">The hospital currently lists <strong>Specialist Nuran Alnahas<\/strong> as Specialist Physiotherapy.<\/p>\n                <p class=\"sh-cta__desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u064a\u064f\u062f\u0631\u062c \u0627\u0644\u0645\u0633\u062a\u0634\u0641\u0649 \u062d\u0627\u0644\u064a\u0627\u064b <strong>\u0627\u0644\u0623\u062e\u0635\u0627\u0626\u064a\u0629 \u0646\u0648\u0631\u0627\u0646 \u0627\u0644\u0646\u062d\u0627\u0633<\/strong> \u0643\u0623\u062e\u0635\u0627\u0626\u064a\u0629 \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a.<\/p>\n\n                <p class=\"sh-cta__desc sh-en\">Contact Shefa Hospital to confirm the appropriate physiotherapy appointment, current treatment options, session fees, insurance coverage and availability.<\/p>\n                <p class=\"sh-cta__desc sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u062a\u0635\u0644 \u0628\u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0644\u062a\u0623\u0643\u064a\u062f \u0645\u0648\u0639\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u060c \u0648\u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u062d\u0627\u0644\u064a\u0629\u060c \u0648\u0631\u0633\u0648\u0645 \u0627\u0644\u062c\u0644\u0633\u0627\u062a\u060c \u0648\u0627\u0644\u062a\u063a\u0637\u064a\u0629 \u0627\u0644\u062a\u0623\u0645\u064a\u0646\u064a\u0629\u060c \u0648\u0627\u0644\u0645\u0648\u0627\u0639\u064a\u062f \u0627\u0644\u0645\u062a\u0627\u062d\u0629.<\/p>\n\n                <!-- CTA Buttons -->\n                <div class=\"sh-cta-row\">\n                    <!-- Call Button -->\n                    <a href=\"tel:+966125333555\" class=\"sh-btn sh-btn--outline\" aria-label=\"Call Shefa Hospital\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                            <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"><\/path>\n                        <\/svg>\n                        <span class=\"sh-en-inline\">Call Hospital<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u062a\u0635\u0644 \u0628\u0627\u0644\u0645\u0633\u062a\u0634\u0641\u0649<\/span>\n                    <\/a>\n\n                    <!-- WhatsApp Button -->\n                    <a href=\"https:\/\/wa.me\/966125333555\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-btn sh-btn--whatsapp\" aria-label=\"Contact Shefa Hospital on WhatsApp\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"currentColor\" viewBox=\"0 0 16 16\" aria-hidden=\"true\">\n                            <path d=\"M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.949h.004c4.368 0 7.926-3.559 7.93-7.927a7.843 7.843 0 0 0-2.327-5.596zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.618-4.985c-.199-.1-.179-.199-.496-.362-.07-.034-.14-.07-.21-.106l-.315-.155c-.198-.1-.417-.2-.596-.1-.179.1-.358.3-.478.419-.12.12-.24.279-.358.279-.12 0-.24-.059-.478-.179a4.822 4.822 0 0 1-1.392-1.213 4.417 4.417 0 0 1-.776-1.137c-.1-.199 0-.3.1-.399.07-.07.14-.14.21-.21.05-.05.105-.11.155-.165l.12-.13c.1-.12.1-.24.05-.358-.05-.12-.2-.479-.279-.658-.078-.199-.158-.179-.238-.179h-.08a1.272 1.272 0 0 0-.44.078c-.16.07-.358.179-.517.338-.2.199-.518.518-.518 1.254 0 .736.538 1.453.618 1.553.079.1 1.058 1.613 2.564 2.261.358.15.638.24.858.31.358.115.688.1.948.06.299-.045.917-.375 1.047-.736.13-.36.13-.678.09-.736-.04-.06-.15-.1-.349-.199z\"><\/path>\n                        <\/svg>\n                        <span class=\"sh-en-inline\">WhatsApp<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0648\u0627\u062a\u0633\u0627\u0628<\/span>\n                    <\/a>\n\n                    <!-- Book Appointment Button -->\n                    <a href=\"https:\/\/shefahospital.sa\/contact\/\" class=\"sh-btn sh-btn--primary\" aria-label=\"Book an Appointment\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                            <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line>\n                        <\/svg>\n                        <span class=\"sh-en-inline\">Book an Appointment<\/span>\n                        <span class=\"sh-ar-inline\" lang=\"ar\" dir=\"rtl\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                    <\/a>\n                <\/div>\n            <\/div>\n\n            <!-- Right Side: Hospital Info Card -->\n            <div class=\"sh-cta__info-card\">\n                <h3 class=\"sh-cta__info-title\">\n                    <span class=\"sh-en\">Shefa Multispecialty Hospital<\/span>\n                    <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0645\u0633\u062a\u0634\u0641\u0649 \u0627\u0644\u0634\u0641\u0627\u0621 \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a<\/span>\n                <\/h3>\n\n                <ul class=\"sh-cta__info-list\">\n                    <li>\n                        <div class=\"sh-cta__info-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\n                        <\/div>\n                        <strong class=\"sh-en\">Address:<\/strong>\n                        <strong class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0639\u0646\u0648\u0627\u0646:<\/strong>\n                        <span class=\"sh-en\">Shara Mansur, Makkah 24232, Saudi Arabia<\/span>\n                        <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0634\u0627\u0631\u0639 \u0627\u0644\u0645\u0646\u0635\u0648\u0631\u060c \u0645\u0643\u0629 \u0627\u0644\u0645\u0643\u0631\u0645\u0629 24232\u060c \u0627\u0644\u0645\u0645\u0644\u0643\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629<\/span>\n                    <\/li>\n                    \n                    <li>\n                        <div class=\"sh-cta__info-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"><\/path><\/svg>\n                        <\/div>\n                        <strong class=\"sh-en\">Phone:<\/strong>\n                        <strong class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0647\u0627\u062a\u0641:<\/strong>\n                        <span class=\"sh-en\">+966 12 533 3555<\/span>\n                        <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">5555 533 12 966+<\/span>\n                    <\/li>\n\n                    <li>\n                        <div class=\"sh-cta__info-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"><\/path><polyline points=\"22,6 12,13 2,6\"><\/polyline><\/svg>\n                        <\/div>\n                        <strong class=\"sh-en\">Email:<\/strong>\n                        <strong class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a:<\/strong>\n                        <span class=\"sh-en\">info@shefahospital.sa<\/span>\n                        <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">info@shefahospital.sa<\/span>\n                    <\/li>\n\n                    <li>\n                        <div class=\"sh-cta__info-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><polyline points=\"12 6 12 12 16 14\"><\/polyline><\/svg>\n                        <\/div>\n                        <strong class=\"sh-en\">Hours:<\/strong>\n                        <strong class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0633\u0627\u0639\u0627\u062a \u0627\u0644\u0639\u0645\u0644:<\/strong>\n                        <span class=\"sh-en\">Open 24 hours<\/span>\n                        <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0645\u0641\u062a\u0648\u062d \u0639\u0644\u0649 \u0645\u062f\u0627\u0631 24 \u0633\u0627\u0639\u0629<\/span>\n                    <\/li>\n\n                    <li>\n                        <div class=\"sh-cta__info-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"><\/path><\/svg>\n                        <\/div>\n                        <strong class=\"sh-en\">Emergency:<\/strong>\n                        <strong class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0627\u0644\u0637\u0648\u0627\u0631\u0626:<\/strong>\n                        <span class=\"sh-en\">Available 24\/7<\/span>\n                        <span class=\"sh-ar\" lang=\"ar\" dir=\"rtl\">\u0645\u062a\u0627\u062d 24\/7<\/span>\n                    <\/li>\n                <\/ul>\n\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<!-- \n  =========================================\n  COMPONENT: Medical Disclaimer Section (Fixed Layout)\n  TECH: Semantic HTML5, Pure CSS, SSR Ready\n  =========================================\n-->\n<style class=\"trp-ignore\" data-no-translation=\"true\">\n\/* \n  =========================================\n  COMPONENT: Medical Disclaimer CSS (Fixed Layout)\n  ARCHITECTURE: BEM, Fluid Typography & Layout\n  =========================================\n*\/\n\n\/* 1. Standard Full-Width Section (Removed Buggy Breakout Hack) *\/\n.sh-disclaimer {\n    width: 100%;\n    position: relative;\n    box-sizing: border-box;\n    padding-top: clamp(2.5rem, 5vw, 4rem);\n    padding-bottom: clamp(2.5rem, 5vw, 4rem);\n    display: block;\n    overflow: hidden;\n}\n\n.sh-disclaimer *,\n.sh-disclaimer *::before,\n.sh-disclaimer *::after {\n    box-sizing: inherit;\n}\n\n\/* 2. Constrained Wrapper (Aligned to 1475px) *\/\n.sh-disclaimer__container {\n    width: 100%;\n    max-width: 1475px;\n    margin: 0 auto;\n    padding: 0 clamp(1rem, 3vw, 2rem);\n}\n\n\/* 3. Text Alignment Handle *\/\n.sh-disclaimer__card {\n    text-align: left;\n}\n\n:root[dir=\"rtl\"] .sh-disclaimer__card,\n[dir=\"rtl\"] .sh-disclaimer__card {\n    text-align: right;\n}\n\n\/* 4. Animation *\/\n@keyframes shFadeInUpDisclaimer {\n    from { \n        opacity: 0; \n        transform: translateY(15px); \n    }\n    to { \n        opacity: 1; \n        transform: translateY(0); \n    }\n}\n\n.sh-disclaimer__card--animate {\n    opacity: 0;\n    animation: shFadeInUpDisclaimer 0.5s ease-out forwards;\n}\n\n\/* 5. Card Styling *\/\n.sh-disclaimer__card {\n    background-color: #f8fafc;\n    border-radius: 1rem; \/* 16px *\/\n    padding: clamp(1.5rem, 3vw, 2rem);\n    border: 1px solid #e2e8f0;\n    display: flex;\n    flex-direction: column;\n    gap: clamp(1rem, 2.5vw, 1.5rem);\n    align-items: flex-start;\n    transition: box-shadow 0.3s ease, border-color 0.3s ease;\n}\n\n@media (min-width: 576px) {\n    .sh-disclaimer__card {\n        flex-direction: row;\n    }\n}\n\n.sh-disclaimer__card:hover {\n    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n    border-color: #cbd5e1;\n}\n\n\/* 6. Icon Styling *\/\n.sh-disclaimer__icon-box {\n    width: clamp(3rem, 4vw, 3.5rem); \/* 48px to 56px *\/\n    height: clamp(3rem, 4vw, 3.5rem);\n    border-radius: 0.75rem;\n    background-color: #ffffff;\n    border: 1px solid #e2e8f0;\n    color: #1e293b;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n}\n\n.sh-disclaimer__icon {\n    width: clamp(1.5rem, 2vw, 1.75rem); \/* 24px to 28px *\/\n    height: clamp(1.5rem, 2vw, 1.75rem);\n}\n\n\/* 7. Content Styling *\/\n.sh-disclaimer__content {\n    flex: 1;\n}\n\n.sh-disclaimer__title {\n    font-size: clamp(1.125rem, 1rem + 0.5vw, 1.25rem); \/* 18px to 20px *\/\n    font-weight: 600;\n    color: #0f172a;\n    margin: 0 0 0.75rem 0;\n    letter-spacing: -0.015em;\n    line-height: 1.3;\n}\n\n.sh-disclaimer__text {\n    font-size: clamp(0.84375rem, 0.8rem + 0.2vw, 0.875rem);\n    color: #475569;\n    line-height: 1.625;\n    margin: 0;\n}\n\n\/* =========================================\n   PURE CSS i18n (REPLACES JAVASCRIPT)\n   ========================================= *\/\n\n\/* Default Hide Arabic Elements *\/\n.sh-disclaimer__lang--ar-inline {\n    display: none;\n}\n\n\/* RTL Override: Hide English Elements *\/\n:root[dir=\"rtl\"] .sh-disclaimer__lang--en-inline, \n:root[lang=\"ar\"] .sh-disclaimer__lang--en-inline,\n[dir=\"rtl\"] .sh-disclaimer__lang--en-inline, \n[lang=\"ar\"] .sh-disclaimer__lang--en-inline {\n    display: none !important;\n}\n\n\/* RTL Override: Show Arabic Elements *\/\n:root[dir=\"rtl\"] .sh-disclaimer__lang--ar-inline, \n:root[lang=\"ar\"] .sh-disclaimer__lang--ar-inline,\n[dir=\"rtl\"] .sh-disclaimer__lang--ar-inline, \n[lang=\"ar\"] .sh-disclaimer__lang--ar-inline {\n    display: inline;\n}\n<\/style>\n\n<section class=\"sh-disclaimer\" aria-labelledby=\"sh-disclaimer-title\">\n    <div class=\"sh-disclaimer__container\">\n        \n        <!-- Disclaimer Card -->\n        <div class=\"sh-disclaimer__card sh-disclaimer__card--animate\">\n            \n            <!-- Alert Icon -->\n            <div class=\"sh-disclaimer__icon-box\" aria-hidden=\"true\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sh-disclaimer__icon\">\n                    <path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"><\/path>\n                    <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"><\/line>\n                    <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"><\/line>\n                <\/svg>\n            <\/div>\n\n            <!-- Content Area -->\n            <div class=\"sh-disclaimer__content\">\n                \n                <!-- Heading -->\n                <h3 id=\"sh-disclaimer-title\" class=\"sh-disclaimer__title\">\n                    <span class=\"sh-disclaimer__lang sh-disclaimer__lang--en-inline\">Medical Disclaimer<\/span>\n                    <span class=\"sh-disclaimer__lang sh-disclaimer__lang--ar-inline\">\u0625\u062e\u0644\u0627\u0621 \u0627\u0644\u0645\u0633\u0624\u0648\u0644\u064a\u0629 \u0627\u0644\u0637\u0628\u064a\u0629<\/span>\n                <\/h3>\n                \n                <!-- Disclaimer Text -->\n                <p class=\"sh-disclaimer__text\">\n                    <span class=\"sh-disclaimer__lang sh-disclaimer__lang--en-inline\">The information on this page is provided for general educational purposes and does not replace professional medical advice, diagnosis or treatment. Physiotherapy is not appropriate for every medical condition. Patients should receive an appropriate assessment before beginning treatment. If you experience sudden severe symptoms or a medical emergency, seek immediate medical attention.<\/span>\n                    <span class=\"sh-disclaimer__lang sh-disclaimer__lang--ar-inline\">\u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0648\u0627\u0631\u062f\u0629 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u0645\u0642\u062f\u0645\u0629 \u0644\u0644\u0623\u063a\u0631\u0627\u0636 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0627\u0644\u0639\u0627\u0645\u0629 \u0648\u0644\u0627 \u062a\u062d\u0644 \u0645\u062d\u0644 \u0627\u0644\u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0627\u0644\u0637\u0628\u064a\u0629 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0623\u0648 \u0627\u0644\u062a\u0634\u062e\u064a\u0635 \u0623\u0648 \u0627\u0644\u0639\u0644\u0627\u062c. \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0644\u064a\u0633 \u0645\u0646\u0627\u0633\u0628\u0627\u064b \u0644\u0643\u0644 \u062d\u0627\u0644\u0629 \u0637\u0628\u064a\u0629. \u064a\u062c\u0628 \u0623\u0646 \u064a\u062a\u0644\u0642\u0649 \u0627\u0644\u0645\u0631\u0636\u0649 \u062a\u0642\u064a\u064a\u0645\u0627\u064b \u0645\u0646\u0627\u0633\u0628\u0627\u064b \u0642\u0628\u0644 \u0628\u062f\u0621 \u0627\u0644\u0639\u0644\u0627\u062c. \u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0639\u0627\u0646\u064a \u0645\u0646 \u0623\u0639\u0631\u0627\u0636 \u0634\u062f\u064a\u062f\u0629 \u0645\u0641\u0627\u062c\u0626\u0629 \u0623\u0648 \u062d\u0627\u0644\u0629 \u0637\u0648\u0627\u0631\u0626 \u0637\u0628\u064a\u0629\u060c \u0641\u0627\u0637\u0644\u0628 \u0627\u0644\u0639\u0646\u0627\u064a\u0629 \u0627\u0644\u0637\u0628\u064a\u0629 \u0627\u0644\u0641\u0648\u0631\u064a\u0629.<\/span>\n                <\/p>\n                \n            <\/div>\n        <\/div>\n        \n    <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Home\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 Departments\u0627\u0644\u0623\u0642\u0633\u0627\u0645 Physiotherapy\u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a Specialist Physiotherapy \u00b7 Al Mansur, Makkah \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0627\u0644\u0645\u062a\u062e\u0635\u0635 \u00b7 \u0627\u0644\u0645\u0646\u0635\u0648\u0631\u060c \u0645\u0643\u0629 Physiotherapy in Makkah \u0627\u0644\u0639\u0644\u0627\u062c [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-2098","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/pages\/2098","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/comments?post=2098"}],"version-history":[{"count":9,"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/pages\/2098\/revisions"}],"predecessor-version":[{"id":2115,"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/pages\/2098\/revisions\/2115"}],"wp:attachment":[{"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/media?parent=2098"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}