{"id":6141,"date":"2025-12-23T19:38:35","date_gmt":"2025-12-23T19:38:35","guid":{"rendered":"https:\/\/genesisortho.com\/?page_id=6141"},"modified":"2026-02-10T19:23:08","modified_gmt":"2026-02-10T19:23:08","slug":"post-op","status":"publish","type":"page","link":"https:\/\/genesisortho.com\/ar\/post-op\/","title":{"rendered":"Post-Op Instructions"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"6141\" class=\"elementor elementor-6141\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-270ae38 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"270ae38\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0bb5e0\" data-id=\"c0bb5e0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0607dd8 elementor-widget elementor-widget-html\" data-id=\"0607dd8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Post-Op Instructions | Genesis Orthopedics<\/title>\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;500;600;700&family=Fraunces:wght@600;700&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        :root {\r\n            --primary: #00a99d;\r\n            --primary-dark: #008c82;\r\n            --primary-light: #e6f7f6;\r\n            --secondary: #0a4d68;\r\n            --accent: #ff6b6b;\r\n            --text-dark: #1a2332;\r\n            --text-medium: #4a5568;\r\n            --text-light: #718096;\r\n            --bg-main: #ffffff;\r\n            --bg-section: #f8fafb;\r\n            --border: #e2e8f0;\r\n            --shadow-sm: 0 2px 8px rgba(0, 169, 157, 0.06);\r\n            --shadow-md: 0 4px 16px rgba(0, 169, 157, 0.1);\r\n            --shadow-lg: 0 12px 32px rgba(0, 169, 157, 0.15);\r\n        }\r\n\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;\r\n            background: linear-gradient(135deg, #f8fafb 0%, #e6f7f6 100%);\r\n            color: var(--text-dark);\r\n            line-height: 1.6;\r\n            min-height: 100vh;\r\n        }\r\n\r\n        .hero {\r\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\r\n            color: white;\r\n            padding: 4rem 2rem 3rem;\r\n            text-align: center;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .hero::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: -50%;\r\n            right: -10%;\r\n            width: 60%;\r\n            height: 200%;\r\n            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);\r\n            pointer-events: none;\r\n        }\r\n\r\n        .hero h1 {\r\n            font-family: 'Fraunces', serif;\r\n            font-size: clamp(2rem, 5vw, 3.5rem);\r\n            font-weight: 700;\r\n            margin-bottom: 1rem;\r\n            position: relative;\r\n            animation: fadeInDown 0.8s ease-out;\r\n            color: #f8fafb; \r\n            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35); \r\n        }\r\n\r\n        .hero p {\r\n            font-size: 1.125rem;\r\n            opacity: 0.95;\r\n            max-width: 800px;\r\n            margin: 0 auto;\r\n            position: relative;\r\n            animation: fadeInUp 0.8s ease-out 0.2s both;\r\n        }\r\n\r\n        .container {\r\n            max-width: 1400px;\r\n            margin: -2rem auto 0;\r\n            padding: 0 1.5rem 4rem;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .intro-card {\r\n            background: white;\r\n            border-radius: 20px;\r\n            padding: 2.5rem;\r\n            margin-bottom: 3rem;\r\n            box-shadow: var(--shadow-lg);\r\n            animation: fadeInUp 0.8s ease-out 0.4s both;\r\n        }\r\n\r\n        .intro-card p {\r\n            color: var(--text-medium);\r\n            font-size: 1.125rem;\r\n            line-height: 1.8;\r\n        }\r\n\r\n        .providers-grid {\r\n            display: grid;\r\n            gap: 2rem;\r\n            animation: fadeInUp 0.8s ease-out 0.6s both;\r\n        }\r\n\r\n        .provider-section {\r\n            background: white;\r\n            border-radius: 20px;\r\n            overflow: hidden;\r\n            box-shadow: var(--shadow-md);\r\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n        }\r\n\r\n        .provider-section:hover {\r\n            box-shadow: var(--shadow-lg);\r\n        }\r\n\r\n        .provider-header {\r\n            background: linear-gradient(135deg, var(--primary-light) 0%, white 100%);\r\n            border-bottom: 3px solid var(--primary);\r\n            transition: background 0.3s ease;\r\n        }\r\n\r\n        .provider-header:hover {\r\n            background: linear-gradient(135deg, var(--primary-light) 0%, rgba(0, 169, 157, 0.05) 100%);\r\n        }\r\n\r\n        .provider-toggle {\r\n            width: 100%;\r\n            background: none;\r\n            border: none;\r\n            padding: 2rem 2.5rem;\r\n            text-align: left;\r\n            cursor: pointer;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: space-between;\r\n            font-family: inherit;\r\n        }\r\n\r\n        .provider-name-wrapper {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 1rem;\r\n            flex: 1;\r\n        }\r\n\r\n        .provider-name {\r\n            font-family: 'Fraunces', serif;\r\n            font-size: 2rem;\r\n            font-weight: 700;\r\n            color: var(--secondary);\r\n        }\r\n\r\n        .provider-icon {\r\n            width: 48px;\r\n            height: 48px;\r\n            background: var(--primary);\r\n            border-radius: 12px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            color: white;\r\n            font-weight: 700;\r\n            font-size: 1.25rem;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .provider-chevron {\r\n            width: 32px;\r\n            height: 32px;\r\n            border-radius: 50%;\r\n            background: var(--primary);\r\n            color: white;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            transition: transform 0.3s ease;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .provider-section.expanded .provider-chevron {\r\n            transform: rotate(180deg);\r\n        }\r\n\r\n        .body-parts {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n            gap: 1.5rem;\r\n            padding: 0 2.5rem 0;\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), padding 0.6s ease;\r\n        }\r\n\r\n        .provider-section.expanded .body-parts {\r\n            max-height: 15000px;\r\n            padding: 2.5rem;\r\n        }\r\n\r\n        .body-part-card {\r\n            background: var(--bg-section);\r\n            border-radius: 16px;\r\n            border: 2px solid transparent;\r\n            transition: all 0.3s ease;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .body-part-card.expanded {\r\n            border-color: var(--primary);\r\n            background: white;\r\n        }\r\n\r\n        .body-part-toggle {\r\n            width: 100%;\r\n            background: none;\r\n            border: none;\r\n            padding: 1.5rem;\r\n            text-align: left;\r\n            cursor: pointer;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: space-between;\r\n            font-family: inherit;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .body-part-toggle:hover {\r\n            background: rgba(0, 169, 157, 0.05);\r\n        }\r\n\r\n        .body-part-label {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 0.75rem;\r\n            flex: 1;\r\n        }\r\n\r\n        .body-part-emoji {\r\n            font-size: 1.75rem;\r\n            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));\r\n        }\r\n\r\n        .body-part-name {\r\n            font-size: 1.125rem;\r\n            font-weight: 600;\r\n            color: var(--text-dark);\r\n        }\r\n\r\n        .procedure-count {\r\n            background: var(--primary-light);\r\n            color: var(--primary-dark);\r\n            padding: 0.25rem 0.75rem;\r\n            border-radius: 20px;\r\n            font-size: 0.875rem;\r\n            font-weight: 600;\r\n            margin-right: 0.5rem;\r\n        }\r\n\r\n        .chevron {\r\n            width: 24px;\r\n            height: 24px;\r\n            border-radius: 50%;\r\n            background: var(--primary);\r\n            color: white;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            transition: transform 0.3s ease;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .body-part-card.expanded .chevron {\r\n            transform: rotate(180deg);\r\n        }\r\n\r\n        .procedures-list {\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n        }\r\n\r\n        .body-part-card.expanded .procedures-list {\r\n            max-height: 3000px;\r\n        }\r\n\r\n        .procedures-content {\r\n            padding: 0 1.5rem 1.5rem;\r\n        }\r\n\r\n        .procedure-item {\r\n            display: flex;\r\n            align-items: center;\r\n            padding: 1rem;\r\n            background: white;\r\n            border-radius: 12px;\r\n            margin-bottom: 0.75rem;\r\n            border: 1px solid var(--border);\r\n            transition: all 0.3s ease;\r\n            text-decoration: none;\r\n            color: inherit;\r\n        }\r\n\r\n        .procedure-item:hover {\r\n            border-color: var(--primary);\r\n            background: var(--primary-light);\r\n            transform: translateX(4px);\r\n            box-shadow: var(--shadow-sm);\r\n        }\r\n\r\n        .procedure-icon {\r\n            width: 40px;\r\n            height: 40px;\r\n            background: linear-gradient(135deg, var(--primary), var(--primary-dark));\r\n            border-radius: 10px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin-right: 1rem;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .procedure-icon svg {\r\n            width: 20px;\r\n            height: 20px;\r\n            color: white;\r\n        }\r\n\r\n        .procedure-name {\r\n            flex: 1;\r\n            font-weight: 500;\r\n            color: var(--text-dark);\r\n        }\r\n\r\n        .download-icon {\r\n            color: var(--primary);\r\n            opacity: 0.6;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .procedure-item:hover .download-icon {\r\n            opacity: 1;\r\n            transform: translateY(-2px);\r\n        }\r\n\r\n        @keyframes fadeInDown {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(-30px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        @keyframes fadeInUp {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(30px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        .search-container {\r\n            margin-bottom: 2rem;\r\n            animation: fadeInUp 0.8s ease-out 0.5s both;\r\n        }\r\n\r\n        .search-box {\r\n            position: relative;\r\n        }\r\n\r\n        .search-input {\r\n            width: 100%;\r\n            padding: 1.25rem 3.5rem 1.25rem 1.5rem;\r\n            border: 2px solid var(--border);\r\n            border-radius: 16px;\r\n            font-size: 1rem;\r\n            font-family: inherit;\r\n            background: white;\r\n            transition: all 0.3s ease;\r\n            box-shadow: var(--shadow-sm);\r\n        }\r\n\r\n        .search-input:focus {\r\n            outline: none;\r\n            border-color: var(--primary);\r\n            box-shadow: var(--shadow-md);\r\n        }\r\n\r\n        .search-icon {\r\n            position: absolute;\r\n            right: 1.25rem;\r\n            top: 50%;\r\n            transform: translateY(-50%);\r\n            color: var(--text-light);\r\n            pointer-events: none;\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .hero {\r\n                padding: 3rem 1.5rem 2rem;\r\n            }\r\n\r\n            .intro-card, .provider-toggle, .body-parts {\r\n                padding: 1.5rem;\r\n            }\r\n\r\n            .provider-name {\r\n                font-size: 1.5rem;\r\n            }\r\n\r\n            .body-parts {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .provider-section.expanded .body-parts {\r\n                padding: 1.5rem;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"hero\">\r\n        <h1>\u062a\u0639\u0644\u064a\u0645\u0627\u062a \u0627\u0644\u062e\u0631\u0648\u062c \u0648\u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0641\u064a\u0632\u064a\u0627\u0626\u064a<\/h1>\r\n        <p>Comprehensive post-operative care protocols and rehabilitation guidelines from our orthopedic specialists<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"container\">\r\n        <div class=\"intro-card\">\r\n            <p>Below you'll find detailed discharge instructions and physical therapy protocols for procedures performed by our orthopedic surgeons. Click on each provider's name to see their protocols, then expand body part categories to access specific procedures. Each protocol is tailored to specific procedures and body areas to ensure optimal recovery and rehabilitation outcomes.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"search-container\">\r\n            <div class=\"search-box\">\r\n                <svg class=\"search-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                    <circle cx=\"11\" cy=\"11\" r=\"8\"><\/circle>\r\n                    <path d=\"m21 21-4.35-4.35\"><\/path>\r\n                <\/svg>\r\n                <input type=\"text\" class=\"search-input\" id=\"searchInput\" placeholder=\"Search for a procedure, body part, or provider...\">\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"providers-grid\" id=\"providersGrid\">\r\n\r\n\r\n            <!-- Dr. Hythem Shadid -->\r\n            <div class=\"provider-section\" data-provider=\"hs\">\r\n                <div class=\"provider-header\">\r\n                    <button class=\"provider-toggle\" onclick=\"toggleProvider(this)\">\r\n                        <div class=\"provider-name-wrapper\">\r\n                            <div class=\"provider-icon\">HS<\/div>\r\n                            <span class=\"provider-name\">Dr. Hythem Shadid<\/span>\r\n                        <\/div>\r\n                        <div class=\"provider-chevron\">\r\n                            <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                            <\/svg>\r\n                        <\/div>\r\n                    <\/button>\r\n                <\/div>\r\n                <div class=\"body-parts\">\r\n\r\n                    <!-- Shoulder -->\r\n                    <div class=\"body-part-card\" data-bodypart=\"shoulder\">\r\n                        <button class=\"body-part-toggle\" onclick=\"toggleBodyPart(this)\">\r\n                            <div class=\"body-part-label\">\r\n                                <span class=\"body-part-emoji\">\ud83d\udcaa<\/span>\r\n                                <span class=\"body-part-name\">\u0643\u062a\u0641<\/span>\r\n                            <\/div>\r\n                            <div style=\"display: flex; align-items: center;\">\r\n                                <span class=\"procedure-count\">7 procedures<\/span>\r\n                                <div class=\"chevron\">\r\n                                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/button>\r\n                        <div class=\"procedures-list\">\r\n                            <div class=\"procedures-content\">\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/AC-Joint-Reconstruction-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0625\u0639\u0627\u062f\u0629 \u0628\u0646\u0627\u0621 \u0645\u0641\u0635\u0644 \u0627\u0644\u062a\u064a\u0627\u0631 \u0627\u0644\u0645\u062a\u0631\u062f\u062f<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Anterior-Inferior-Labral-Repair-Bankart-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Anterior-Inferior Labral Repair (Bankart)<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Biceps-Tenodesis.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0625\u0644\u062a\u0648\u0627\u0621 \u0627\u0644\u0639\u0636\u0644\u0629 \u0630\u0627\u062a \u0627\u0644\u0631\u0623\u0633\u064a\u0646<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/ORIF-Clavicle-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">ORIF \u0627\u0644\u062a\u0631\u0642\u0648\u0629<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Posterior-Labral-Repair.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0625\u0635\u0644\u0627\u062d \u0627\u0644\u0634\u0641\u0627 \u0627\u0644\u062e\u0644\u0641\u064a<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Rotator-Cuff-Repair-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0625\u0635\u0644\u0627\u062d \u0627\u0644\u0643\u0641\u0629 \u0627\u0644\u0645\u062f\u0648\u0631\u0629<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/SLAP-Repair-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0625\u0635\u0644\u0627\u062d SLAP<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Knee -->\r\n                    <div class=\"body-part-card\" data-bodypart=\"knee\">\r\n                        <button class=\"body-part-toggle\" onclick=\"toggleBodyPart(this)\">\r\n                            <div class=\"body-part-label\">\r\n                                <span class=\"body-part-emoji\">\ud83e\uddb5<\/span>\r\n                                <span class=\"body-part-name\">\u0627\u0644\u0631\u0643\u0628\u0629<\/span>\r\n                            <\/div>\r\n                            <div style=\"display: flex; align-items: center;\">\r\n                                <span class=\"procedure-count\">10 procedures<\/span>\r\n                                <div class=\"chevron\">\r\n                                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/button>\r\n                        <div class=\"procedures-list\">\r\n                            <div class=\"procedures-content\">\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/ACL-Reconstruction-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0625\u0639\u0627\u062f\u0629 \u0628\u0646\u0627\u0621 \u0627\u0644\u0631\u0628\u0627\u0637 \u0627\u0644\u0635\u0644\u064a\u0628\u064a \u0627\u0644\u0623\u0645\u0627\u0645\u064a<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/MPFL_Horner.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">MPFL Reconstruction<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/ACL-Repair-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0625\u0635\u0644\u0627\u062d ACL<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Knee-Arthroscopy-Meniscal-Repair-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u062a\u0646\u0638\u064a\u0631 \u0627\u0644\u0631\u0643\u0628\u0629 \u0648\u0625\u0635\u0644\u0627\u062d \u0627\u0644\u063a\u0636\u0631\u0648\u0641 \u0627\u0644\u0645\u0641\u0635\u0644\u064a<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Knee-Arthroscopy-Partial-Meniscectomy-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u062a\u0646\u0638\u064a\u0631 \u0645\u0641\u0635\u0644 \u0627\u0644\u0631\u0643\u0628\u0629 \u060c \u0627\u0633\u062a\u0626\u0635\u0627\u0644 \u0627\u0644\u063a\u0636\u0631\u0648\u0641 \u0627\u0644\u0645\u0641\u0635\u0644\u064a \u0627\u0644\u062c\u0632\u0626\u064a<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/ORIF-of-patella-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">ORIF of Patella<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Patellar-Tendon-Repair-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0625\u0635\u0644\u0627\u062d \u0648\u062a\u0631 \u0627\u0644\u0631\u0636\u0641\u0629<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Quad-Tendon-Repair-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0625\u0635\u0644\u0627\u062d \u0631\u0628\u0627\u0639\u064a \u0627\u0644\u0623\u0648\u062a\u0627\u0631<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Total-Knee-Arthroplasty-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u062a\u0642\u0648\u064a\u0645 \u0645\u0641\u0627\u0635\u0644 \u0627\u0644\u0631\u0643\u0628\u0629 \u0627\u0644\u0643\u0644\u064a<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/MACI-Post-op-protocol.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">MACI<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Wrist & Hand -->\r\n                    <div class=\"body-part-card\" data-bodypart=\"wrist--hand\">\r\n                        <button class=\"body-part-toggle\" onclick=\"toggleBodyPart(this)\">\r\n                            <div class=\"body-part-label\">\r\n                                <span class=\"body-part-emoji\">\ud83e\udd1a<\/span>\r\n                                <span class=\"body-part-name\">Wrist & Hand<\/span>\r\n                            <\/div>\r\n                            <div style=\"display: flex; align-items: center;\">\r\n                                <span class=\"procedure-count\">5 procedures<\/span>\r\n                                <div class=\"chevron\">\r\n                                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/button>\r\n                        <div class=\"procedures-list\">\r\n                            <div class=\"procedures-content\">\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Carpel-Tunnel-Release-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Carpal Tunnel Release<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/First-Extensor-Compartment-Release-DeQuervains-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0627\u0644\u0625\u0635\u062f\u0627\u0631 \u0627\u0644\u0623\u0648\u0644 \u0645\u0646 \u062d\u062c\u0631\u0629 \u0627\u0644\u0628\u0627\u0633\u0637\u0629 (DeQuervain&#039;s)<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/ORIF-distal-radius-revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">ORIF Distal Radius<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/ORIF-Hand-Revision-1.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u064a\u062f ORIF<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Trigger-Finger-Release.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0625\u0637\u0644\u0627\u0642 \u0625\u0635\u0628\u0639 \u0627\u0644\u0632\u0646\u0627\u062f<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Hip -->\r\n                    <div class=\"body-part-card\" data-bodypart=\"hip\">\r\n                        <button class=\"body-part-toggle\" onclick=\"toggleBodyPart(this)\">\r\n                            <div class=\"body-part-label\">\r\n                                <span class=\"body-part-emoji\">\ud83e\uddb4<\/span>\r\n                                <span class=\"body-part-name\">\u0648\u0631\u0643 \u0627\u0648 \u0646\u062a\u0648\u0621<\/span>\r\n                            <\/div>\r\n                            <div style=\"display: flex; align-items: center;\">\r\n                                <span class=\"procedure-count\">4 procedures<\/span>\r\n                                <div class=\"chevron\">\r\n                                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/button>\r\n                        <div class=\"procedures-list\">\r\n                            <div class=\"procedures-content\">\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Hip-Arthroscopy.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u062a\u0646\u0638\u064a\u0631 \u0645\u0641\u0635\u0644 \u0627\u0644\u0648\u0631\u0643<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/ORIF-Lower-extremity-Full-WB-revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">ORIF Lower Extremity \u2013 Full WB<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/ORIF-Lower-extremity-NWB-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">ORIF Lower Extremity \u2013 NWB<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Total-Hip-Arthroplasty-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0645\u062c\u0645\u0648\u0639 \u0645\u0641\u0627\u0635\u0644 \u0627\u0644\u0648\u0631\u0643<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Elbow -->\r\n                    <div class=\"body-part-card\" data-bodypart=\"elbow\">\r\n                        <button class=\"body-part-toggle\" onclick=\"toggleBodyPart(this)\">\r\n                            <div class=\"body-part-label\">\r\n                                <span class=\"body-part-emoji\">\ud83d\udcaa<\/span>\r\n                                <span class=\"body-part-name\">\u0645\u0631\u0641\u0642<\/span>\r\n                            <\/div>\r\n                            <div style=\"display: flex; align-items: center;\">\r\n                                <span class=\"procedure-count\">6 procedures<\/span>\r\n                                <div class=\"chevron\">\r\n                                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/button>\r\n                        <div class=\"procedures-list\">\r\n                            <div class=\"procedures-content\">\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Biceps-Tendon-Repair.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0625\u0635\u0644\u0627\u062d \u0648\u062a\u0631 \u0627\u0644\u0639\u0636\u0644\u0629 \u0630\u0627\u062a \u0627\u0644\u0631\u0623\u0633\u064a\u0646<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Common-Extensor-Tendon-Release-Lateral-Epicondylitis-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0625\u0637\u0644\u0627\u0642 \u0648\u062a\u0631 \u0627\u0644\u0628\u0627\u0633\u0637\u0629 \u0627\u0644\u0645\u0634\u062a\u0631\u0643 (\u0627\u0644\u062a\u0647\u0627\u0628 \u0627\u0644\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u062c\u0627\u0646\u0628\u064a)<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/ORIF-of-Elbow.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">ORIF Distal Humerus or Supracondylar Fracture<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Triceps-Tendon-Repair-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0625\u0635\u0644\u0627\u062d \u0648\u062a\u0631 \u0627\u0644\u062a\u0631\u0627\u064a\u0633\u0628\u0633<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Cubital-Tunnel-Release-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0646\u0641\u0642 \u0627\u0644\u0645\u0631\u0641\u0642\u064a<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/UCL-Recon.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">UCL Reconstruction<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Ankle -->\r\n                    <div class=\"body-part-card\" data-bodypart=\"ankle\">\r\n                        <button class=\"body-part-toggle\" onclick=\"toggleBodyPart(this)\">\r\n                            <div class=\"body-part-label\">\r\n                                <span class=\"body-part-emoji\">\ud83e\uddb6<\/span>\r\n                                <span class=\"body-part-name\">\u0627\u0644\u0643\u0627\u062d\u0644<\/span>\r\n                            <\/div>\r\n                            <div style=\"display: flex; align-items: center;\">\r\n                                <span class=\"procedure-count\">3 procedures<\/span>\r\n                                <div class=\"chevron\">\r\n                                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/button>\r\n                        <div class=\"procedures-list\">\r\n                            <div class=\"procedures-content\">\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Achilles-Tendon-Repair.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0625\u0635\u0644\u0627\u062d \u0648\u062a\u0631 \u0627\u0644\u0639\u0631\u0642\u0648\u0628<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/ORIF-Lower-extremity-Full-WB-revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">ORIF Lower Extremity \u2013 Full WB<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/ORIF-Lower-extremity-NWB-Revision.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">ORIF Lower Extremity \u2013 NWB<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Miscellaneous -->\r\n                    <div class=\"body-part-card\" data-bodypart=\"miscellaneous\">\r\n                        <button class=\"body-part-toggle\" onclick=\"toggleBodyPart(this)\">\r\n                            <div class=\"body-part-label\">\r\n                                <span class=\"body-part-emoji\">\ud83d\udd27<\/span>\r\n                                <span class=\"body-part-name\">\u0645\u062a\u0641\u0631\u0642\u0627\u062a<\/span>\r\n                            <\/div>\r\n                            <div style=\"display: flex; align-items: center;\">\r\n                                <span class=\"procedure-count\">1 procedure<\/span>\r\n                                <div class=\"chevron\">\r\n                                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/button>\r\n                        <div class=\"procedures-list\">\r\n                            <div class=\"procedures-content\">\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Foreign-Body-removal.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062c\u0633\u0645 \u0627\u0644\u063a\u0631\u064a\u0628<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Dr. Nolan Horner -->\r\n            <div class=\"provider-section\" data-provider=\"nh\">\r\n                <div class=\"provider-header\">\r\n                    <button class=\"provider-toggle\" onclick=\"toggleProvider(this)\">\r\n                        <div class=\"provider-name-wrapper\">\r\n                            <div class=\"provider-icon\">NH<\/div>\r\n                            <span class=\"provider-name\">Dr. Nolan Horner<\/span>\r\n                        <\/div>\r\n                        <div class=\"provider-chevron\">\r\n                            <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                            <\/svg>\r\n                        <\/div>\r\n                    <\/button>\r\n                <\/div>\r\n                <div class=\"body-parts\">\r\n\r\n                    <!-- Shoulder -->\r\n                    <div class=\"body-part-card\" data-bodypart=\"shoulder\">\r\n                        <button class=\"body-part-toggle\" onclick=\"toggleBodyPart(this)\">\r\n                            <div class=\"body-part-label\">\r\n                                <span class=\"body-part-emoji\">\ud83d\udcaa<\/span>\r\n                                <span class=\"body-part-name\">\u0643\u062a\u0641<\/span>\r\n                            <\/div>\r\n                            <div style=\"display: flex; align-items: center;\">\r\n                                <span class=\"procedure-count\">11 procedures<\/span>\r\n                                <div class=\"chevron\">\r\n                                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/button>\r\n                        <div class=\"procedures-list\">\r\n                            <div class=\"procedures-content\">\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/AC-Joint-Recon_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0625\u0639\u0627\u062f\u0629 \u0628\u0646\u0627\u0621 \u0645\u0641\u0635\u0644 \u0627\u0644\u062a\u064a\u0627\u0631 \u0627\u0644\u0645\u062a\u0631\u062f\u062f<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Bankart_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Bankart Repair<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Latarjet_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Latarjet<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Pec-Repair_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Pec Repair<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Reverse-Shoulder_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Reverse Total Shoulder Arthroplasty<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/RC-Debridement-SAD-DCE_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Rotator Cuff Debridement, SAD, DCE<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/RC-Repair_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0625\u0635\u0644\u0627\u062d \u0627\u0644\u0643\u0641\u0629 \u0627\u0644\u0645\u062f\u0648\u0631\u0629<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Biceps-tenodesis_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Shoulder Arthroscopy and Biceps Tenodesis<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Shoulder-lysis-of-adhesions_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Shoulder Manipulation\/Lysis of Adhesions<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Anatomic-shoulder_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Total Shoulder Arthroplasty<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Proximal-Humerus_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Proximal Humerus Post-Op Instructions<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Knee -->\r\n                    <div class=\"body-part-card\" data-bodypart=\"knee\">\r\n                        <button class=\"body-part-toggle\" onclick=\"toggleBodyPart(this)\">\r\n                            <div class=\"body-part-label\">\r\n                                <span class=\"body-part-emoji\">\ud83e\uddb5<\/span>\r\n                                <span class=\"body-part-name\">\u0627\u0644\u0631\u0643\u0628\u0629<\/span>\r\n                            <\/div>\r\n                            <div style=\"display: flex; align-items: center;\">\r\n                                <span class=\"procedure-count\">10 procedures<\/span>\r\n                                <div class=\"chevron\">\r\n                                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/button>\r\n                        <div class=\"procedures-list\">\r\n                            <div class=\"procedures-content\">\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/ACL-Reconstruction-w-meniscus-repair_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">ACL Reconstruction with Meniscus Repair<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/ACL-Reconstruction-wo-meniscus_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">ACL Reconstruction without Meniscus Repair<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/MCL_ACL-Recon-w-meniscus_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">ACL Reconstruction with MCL Reconstruction<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/ACL-PCL-REPAIR-ORIF-_-Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">ACL\/PCL Repair, possible ORIF Discharge<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Meniscus-Repair_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Knee Arthroscopy \u2013 Meniscal Repair<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Partial-Meniscectomy-Debridement-Horner.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Partial Meniscectomy\/Debridement<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/OCD-Fixation_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">OCD Fixation or Drilling<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/MUA-Knee_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">MUA Knee<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Patellar-or-Quadriceps-Tendon-Repair_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0625\u0635\u0644\u0627\u062d \u0648\u062a\u0631 \u0627\u0644\u0631\u0636\u0641\u0629<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/MPFL_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">MPFL<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Hand & Elbow -->\r\n                    <div class=\"body-part-card\" data-bodypart=\"hand--elbow\">\r\n                        <button class=\"body-part-toggle\" onclick=\"toggleBodyPart(this)\">\r\n                            <div class=\"body-part-label\">\r\n                                <span class=\"body-part-emoji\">\ud83e\udd1a<\/span>\r\n                                <span class=\"body-part-name\">Hand & Elbow<\/span>\r\n                            <\/div>\r\n                            <div style=\"display: flex; align-items: center;\">\r\n                                <span class=\"procedure-count\">10 procedures<\/span>\r\n                                <div class=\"chevron\">\r\n                                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/button>\r\n                        <div class=\"procedures-list\">\r\n                            <div class=\"procedures-content\">\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Carpal-Tunnel-and-first-extensor-release_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Carpal Tunnel Release<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Trigger-Finger_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0627\u0635\u0628\u0639 \u0627\u0644\u0632\u0646\u0627\u062f<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Cubital-Tunnel_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0646\u0641\u0642 \u0627\u0644\u0645\u0631\u0641\u0642\u064a<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Ganglion_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Ganglion Cyst Excision<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Distal-Biceps_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Distal Biceps Repair<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Elbow-dislocation-nonop_Horner.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Elbow Dislocation<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Medial-Lateral-epicondylitis_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Lateral Medial Epicondyle Debridement Repair<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Triceps-Repair_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Tricep Reconstruction\/Repair<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/UCL-Reconstruction_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">UCL Recon<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/UCL-Rehab-nonop-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">UCL Rehab nonop<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Trauma -->\r\n                    <div class=\"body-part-card\" data-bodypart=\"trauma\">\r\n                        <button class=\"body-part-toggle\" onclick=\"toggleBodyPart(this)\">\r\n                            <div class=\"body-part-label\">\r\n                                <span class=\"body-part-emoji\">\u2695\ufe0f<\/span>\r\n                                <span class=\"body-part-name\">Trauma<\/span>\r\n                            <\/div>\r\n                            <div style=\"display: flex; align-items: center;\">\r\n                                <span class=\"procedure-count\">4 procedures<\/span>\r\n                                <div class=\"chevron\">\r\n                                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/button>\r\n                        <div class=\"procedures-list\">\r\n                            <div class=\"procedures-content\">\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Achilles_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Achilles Repair<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Hamstring_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Proximal Hamstring Repair<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Upper-extremity-ORIF_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Upper Extremity ORIF<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Humeral-shaft_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Humeral Shaft Post-Op Instructions<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Other -->\r\n                    <div class=\"body-part-card\" data-bodypart=\"other\">\r\n                        <button class=\"body-part-toggle\" onclick=\"toggleBodyPart(this)\">\r\n                            <div class=\"body-part-label\">\r\n                                <span class=\"body-part-emoji\">\ud83d\udccb<\/span>\r\n                                <span class=\"body-part-name\">\u0622\u062e\u0631<\/span>\r\n                            <\/div>\r\n                            <div style=\"display: flex; align-items: center;\">\r\n                                <span class=\"procedure-count\">9 procedures<\/span>\r\n                                <div class=\"chevron\">\r\n                                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/button>\r\n                        <div class=\"procedures-list\">\r\n                            <div class=\"procedures-content\">\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/General-post-op_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">General Post-Op Instructions<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Brostrom_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Brostrom Procedure<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Clavicle-ORIF_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Clavicle ORIF<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Hip-Arthroscopy_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u062a\u0646\u0638\u064a\u0631 \u0645\u0641\u0635\u0644 \u0627\u0644\u0648\u0631\u0643<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/UE-LE-Hardware-Removal_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Lower Extremity Hardware Removal<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Lower-Extremity-ORIF_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Lower Extremity ORIF<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Quad_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Quad<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/OCD-Excision_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">OCD Excision<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/04\/Troch-Bursitis_Horner-2025.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Troch Bursitis<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Dr. Matthew Diamond -->\r\n            <div class=\"provider-section\" data-provider=\"md\">\r\n                <div class=\"provider-header\">\r\n                    <button class=\"provider-toggle\" onclick=\"toggleProvider(this)\">\r\n                        <div class=\"provider-name-wrapper\">\r\n                            <div class=\"provider-icon\">MD<\/div>\r\n                            <span class=\"provider-name\">Dr. Matthew Diamond<\/span>\r\n                        <\/div>\r\n                        <div class=\"provider-chevron\">\r\n                            <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                            <\/svg>\r\n                        <\/div>\r\n                    <\/button>\r\n                <\/div>\r\n                <div class=\"body-parts\">\r\n\r\n                    <!-- Ankle -->\r\n                    <div class=\"body-part-card\" data-bodypart=\"ankle\">\r\n                        <button class=\"body-part-toggle\" onclick=\"toggleBodyPart(this)\">\r\n                            <div class=\"body-part-label\">\r\n                                <span class=\"body-part-emoji\">\ud83e\uddb6<\/span>\r\n                                <span class=\"body-part-name\">\u0627\u0644\u0643\u0627\u062d\u0644<\/span>\r\n                            <\/div>\r\n                            <div style=\"display: flex; align-items: center;\">\r\n                                <span class=\"procedure-count\">2 procedures<\/span>\r\n                                <div class=\"chevron\">\r\n                                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/button>\r\n                        <div class=\"procedures-list\">\r\n                            <div class=\"procedures-content\">\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Achilles.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Achilles Repair<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/LE-ORIF.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">ORIF Lower Extremity<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Feet -->\r\n                    <div class=\"body-part-card\" data-bodypart=\"feet\">\r\n                        <button class=\"body-part-toggle\" onclick=\"toggleBodyPart(this)\">\r\n                            <div class=\"body-part-label\">\r\n                                <span class=\"body-part-emoji\">\ud83d\udc63<\/span>\r\n                                <span class=\"body-part-name\">Feet<\/span>\r\n                            <\/div>\r\n                            <div style=\"display: flex; align-items: center;\">\r\n                                <span class=\"procedure-count\">4 procedures<\/span>\r\n                                <div class=\"chevron\">\r\n                                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/button>\r\n                        <div class=\"procedures-list\">\r\n                            <div class=\"procedures-content\">\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Bunionectomy.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Bunionectomy<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Cheilectomy.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Cheilectomy<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Hammer-Toe-Arthroplasty.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Hammer Toe Arthroplasty<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Lisfranc.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Lisfranc Pinning<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Other -->\r\n                    <div class=\"body-part-card\" data-bodypart=\"other\">\r\n                        <button class=\"body-part-toggle\" onclick=\"toggleBodyPart(this)\">\r\n                            <div class=\"body-part-label\">\r\n                                <span class=\"body-part-emoji\">\ud83d\udccb<\/span>\r\n                                <span class=\"body-part-name\">\u0622\u062e\u0631<\/span>\r\n                            <\/div>\r\n                            <div style=\"display: flex; align-items: center;\">\r\n                                <span class=\"procedure-count\">1 procedure<\/span>\r\n                                <div class=\"chevron\">\r\n                                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/button>\r\n                        <div class=\"procedures-list\">\r\n                            <div class=\"procedures-content\">\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/General-Post-Op.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">General Post-Op Instructions<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Dr. Jonathan Wang -->\r\n            <div class=\"provider-section\" data-provider=\"jw\">\r\n                <div class=\"provider-header\">\r\n                    <button class=\"provider-toggle\" onclick=\"toggleProvider(this)\">\r\n                        <div class=\"provider-name-wrapper\">\r\n                            <div class=\"provider-icon\">JW<\/div>\r\n                            <span class=\"provider-name\">Dr. Jonathan Wang<\/span>\r\n                        <\/div>\r\n                        <div class=\"provider-chevron\">\r\n                            <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                            <\/svg>\r\n                        <\/div>\r\n                    <\/button>\r\n                <\/div>\r\n                <div class=\"body-parts\">\r\n\r\n                    <!-- Knee -->\r\n                    <div class=\"body-part-card\" data-bodypart=\"knee\">\r\n                        <button class=\"body-part-toggle\" onclick=\"toggleBodyPart(this)\">\r\n                            <div class=\"body-part-label\">\r\n                                <span class=\"body-part-emoji\">\ud83e\uddb5<\/span>\r\n                                <span class=\"body-part-name\">\u0627\u0644\u0631\u0643\u0628\u0629<\/span>\r\n                            <\/div>\r\n                            <div style=\"display: flex; align-items: center;\">\r\n                                <span class=\"procedure-count\">2 procedures<\/span>\r\n                                <div class=\"chevron\">\r\n                                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/button>\r\n                        <div class=\"procedures-list\">\r\n                            <div class=\"procedures-content\">\r\n\r\n                                <a href=\"https:\/\/genesisortho.com\/wp-content\/uploads\/2025\/11\/Partial-Meniscectomy-Debridement-Wang.pdf\" class=\"procedure-item\" target=\"_blank\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">Partial Meniscectomy\/Debridement<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                                <a href=\"https:\/\/jonathanwangmd.com\/wp-content\/uploads\/2026\/02\/Wang-TKA-Post-op-protocol-1.pdf\" class=\"procedure-item\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u062a\u0642\u0648\u064a\u0645 \u0645\u0641\u0627\u0635\u0644 \u0627\u0644\u0631\u0643\u0628\u0629 \u0627\u0644\u0643\u0644\u064a<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Hip -->\r\n                    <div class=\"body-part-card\" data-bodypart=\"hip\">\r\n                        <button class=\"body-part-toggle\" onclick=\"toggleBodyPart(this)\">\r\n                            <div class=\"body-part-label\">\r\n                                <span class=\"body-part-emoji\">\ud83e\uddb4<\/span>\r\n                                <span class=\"body-part-name\">\u0648\u0631\u0643 \u0627\u0648 \u0646\u062a\u0648\u0621<\/span>\r\n                            <\/div>\r\n                            <div style=\"display: flex; align-items: center;\">\r\n                                <span class=\"procedure-count\">1 procedure<\/span>\r\n                                <div class=\"chevron\">\r\n                                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <polyline points=\"6 9 12 15 18 9\"><\/polyline>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/button>\r\n\r\n                        <div class=\"procedures-list\">\r\n                            <div class=\"procedures-content\">\r\n\r\n                                <a href=\"https:\/\/jonathanwangmd.com\/wp-content\/uploads\/2026\/02\/Wang-THA-Post-op-Protocol-1.pdf\" class=\"procedure-item\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n                                    <div class=\"procedure-icon\">\r\n                                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\r\n                                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                    <span class=\"procedure-name\">\u0645\u062c\u0645\u0648\u0639 \u0645\u0641\u0627\u0635\u0644 \u0627\u0644\u0648\u0631\u0643<\/span>\r\n                                    <svg class=\"download-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\r\n                                        <polyline points=\"7 10 12 15 17 10\"><\/polyline>\r\n                                        <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\r\n                                    <\/svg>\r\n                                <\/a>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        function toggleProvider(button) {\r\n            const section = button.closest('.provider-section');\r\n            section.classList.toggle('expanded');\r\n        }\r\n\r\n        function toggleBodyPart(button) {\r\n            const card = button.closest('.body-part-card');\r\n            card.classList.toggle('expanded');\r\n        }\r\n\r\n        \/\/ Search functionality\r\n        const searchInput = document.getElementById('searchInput');\r\n        searchInput.addEventListener('input', function(e) {\r\n            const searchTerm = e.target.value.toLowerCase();\r\n            const allCards = document.querySelectorAll('.body-part-card');\r\n            const allProviders = document.querySelectorAll('.provider-section');\r\n            \r\n            if (searchTerm === '') {\r\n                \/\/ Show all cards and providers, close all dropdowns\r\n                allCards.forEach(card => {\r\n                    card.style.display = 'block';\r\n                    card.classList.remove('expanded');\r\n                });\r\n                allProviders.forEach(provider => {\r\n                    provider.style.display = 'block';\r\n                    provider.classList.remove('expanded');\r\n                });\r\n                return;\r\n            }\r\n\r\n            let hasResults = false;\r\n\r\n            allProviders.forEach(provider => {\r\n                let providerHasMatch = false;\r\n                const providerName = provider.querySelector('.provider-name').textContent.toLowerCase();\r\n                const cards = provider.querySelectorAll('.body-part-card');\r\n                \r\n                \/\/ Check if provider name matches\r\n                const providerNameMatch = providerName.includes(searchTerm);\r\n                \r\n                cards.forEach(card => {\r\n                    const bodyPartName = card.querySelector('.body-part-name').textContent.toLowerCase();\r\n                    const procedures = card.querySelectorAll('.procedure-name');\r\n                    let cardHasMatch = bodyPartName.includes(searchTerm) || providerNameMatch;\r\n                    \r\n                    procedures.forEach(proc => {\r\n                        if (proc.textContent.toLowerCase().includes(searchTerm)) {\r\n                            cardHasMatch = true;\r\n                        }\r\n                    });\r\n\r\n                    if (cardHasMatch) {\r\n                        card.style.display = 'block';\r\n                        card.classList.add('expanded');\r\n                        providerHasMatch = true;\r\n                        hasResults = true;\r\n                    } else {\r\n                        card.style.display = 'none';\r\n                        card.classList.remove('expanded');\r\n                    }\r\n                });\r\n\r\n                if (providerHasMatch) {\r\n                    provider.style.display = 'block';\r\n                    provider.classList.add('expanded');\r\n                } else {\r\n                    provider.style.display = 'none';\r\n                    provider.classList.remove('expanded');\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Post-Op Instructions | Genesis Orthopedics Discharge &#038; Physical Therapy Instructions Comprehensive post-operative care protocols and rehabilitation guidelines from our orthopedic specialists Below you&#8217;ll find detailed discharge instructions and physical therapy protocols for procedures performed by our orthopedic surgeons. Click on each provider&#8217;s name to see their protocols, then expand body part categories to access specific [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-6141","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Discharge &amp; Physical Therapy Instructions | Genesis<\/title>\n<meta name=\"description\" content=\"Receive essential discharge and physical therapy instructions from Genesis Orthopedics. Ensure a smooth recovery with our expert guidance.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/genesisortho.com\/ar\/post-op\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Post-Op Instructions\" \/>\n<meta property=\"og:description\" content=\"Receive essential discharge and physical therapy instructions from Genesis Orthopedics. Ensure a smooth recovery with our expert guidance.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/genesisortho.com\/ar\/post-op\/\" \/>\n<meta property=\"og:site_name\" content=\"Genesis Orthopedics &amp; Sports Medicine\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/genesisorthosportsmed\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-10T19:23:08+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@GenesisOrtho\" \/>\n<meta name=\"twitter:label1\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u062f\u0642\u064a\u0642\u062a\u0627\u0646\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/genesisortho.com\/post-op\/\",\"url\":\"https:\/\/genesisortho.com\/post-op\/\",\"name\":\"Discharge & Physical Therapy Instructions | Genesis\",\"isPartOf\":{\"@id\":\"https:\/\/genesisortho.com\/#website\"},\"datePublished\":\"2025-12-23T19:38:35+00:00\",\"dateModified\":\"2026-02-10T19:23:08+00:00\",\"description\":\"Receive essential discharge and physical therapy instructions from Genesis Orthopedics. Ensure a smooth recovery with our expert guidance.\",\"breadcrumb\":{\"@id\":\"https:\/\/genesisortho.com\/post-op\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/genesisortho.com\/post-op\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/genesisortho.com\/post-op\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/genesisortho.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Post-Op Instructions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/genesisortho.com\/#website\",\"url\":\"https:\/\/genesisortho.com\/\",\"name\":\"Genesis Orthopedics &amp; Sports Medicine\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/genesisortho.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/genesisortho.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/genesisortho.com\/#organization\",\"name\":\"Orthopedics & Sports Medicine Treatment | Genesis Orthopedics & Sports Medicine\",\"url\":\"https:\/\/genesisortho.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\/\/genesisortho.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/genesisortho.com\/wp-content\/uploads\/2020\/03\/GO_logo_Transparent_PRINT.png\",\"contentUrl\":\"https:\/\/genesisortho.com\/wp-content\/uploads\/2020\/03\/GO_logo_Transparent_PRINT.png\",\"width\":4564,\"height\":1095,\"caption\":\"Orthopedics & Sports Medicine Treatment | Genesis Orthopedics & Sports Medicine\"},\"image\":{\"@id\":\"https:\/\/genesisortho.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/genesisorthosportsmed\/\",\"https:\/\/x.com\/GenesisOrtho\",\"https:\/\/www.instagram.com\/genesis_ortho\/\",\"https:\/\/www.linkedin.com\/company\/2302800\",\"https:\/\/www.youtube.com\/genesisortho\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Discharge & Physical Therapy Instructions | Genesis","description":"Receive essential discharge and physical therapy instructions from Genesis Orthopedics. Ensure a smooth recovery with our expert guidance.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/genesisortho.com\/ar\/post-op\/","og_locale":"ar_AR","og_type":"article","og_title":"Post-Op Instructions","og_description":"Receive essential discharge and physical therapy instructions from Genesis Orthopedics. Ensure a smooth recovery with our expert guidance.","og_url":"https:\/\/genesisortho.com\/ar\/post-op\/","og_site_name":"Genesis Orthopedics &amp; Sports Medicine","article_publisher":"https:\/\/www.facebook.com\/genesisorthosportsmed\/","article_modified_time":"2026-02-10T19:23:08+00:00","twitter_card":"summary_large_image","twitter_site":"@GenesisOrtho","twitter_misc":{"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"\u062f\u0642\u064a\u0642\u062a\u0627\u0646"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/genesisortho.com\/post-op\/","url":"https:\/\/genesisortho.com\/post-op\/","name":"Discharge & Physical Therapy Instructions | Genesis","isPartOf":{"@id":"https:\/\/genesisortho.com\/#website"},"datePublished":"2025-12-23T19:38:35+00:00","dateModified":"2026-02-10T19:23:08+00:00","description":"Receive essential discharge and physical therapy instructions from Genesis Orthopedics. Ensure a smooth recovery with our expert guidance.","breadcrumb":{"@id":"https:\/\/genesisortho.com\/post-op\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/genesisortho.com\/post-op\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/genesisortho.com\/post-op\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/genesisortho.com\/"},{"@type":"ListItem","position":2,"name":"Post-Op Instructions"}]},{"@type":"WebSite","@id":"https:\/\/genesisortho.com\/#website","url":"https:\/\/genesisortho.com\/","name":"\u062c\u064a\u0646\u064a\u0633\u064a\u0633 \u0644\u062c\u0631\u0627\u062d\u0629 \u0627\u0644\u0639\u0638\u0627\u0645 \u0648\u0627\u0644\u0637\u0628 \u0627\u0644\u0631\u064a\u0627\u0636\u064a","description":"","publisher":{"@id":"https:\/\/genesisortho.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/genesisortho.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/genesisortho.com\/#organization","name":"Orthopedics & Sports Medicine Treatment | Genesis Orthopedics & Sports Medicine","url":"https:\/\/genesisortho.com\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/genesisortho.com\/#\/schema\/logo\/image\/","url":"https:\/\/genesisortho.com\/wp-content\/uploads\/2020\/03\/GO_logo_Transparent_PRINT.png","contentUrl":"https:\/\/genesisortho.com\/wp-content\/uploads\/2020\/03\/GO_logo_Transparent_PRINT.png","width":4564,"height":1095,"caption":"Orthopedics & Sports Medicine Treatment | Genesis Orthopedics & Sports Medicine"},"image":{"@id":"https:\/\/genesisortho.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/genesisorthosportsmed\/","https:\/\/x.com\/GenesisOrtho","https:\/\/www.instagram.com\/genesis_ortho\/","https:\/\/www.linkedin.com\/company\/2302800","https:\/\/www.youtube.com\/genesisortho"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/genesisortho.com\/ar\/wp-json\/wp\/v2\/pages\/6141","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/genesisortho.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/genesisortho.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/genesisortho.com\/ar\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/genesisortho.com\/ar\/wp-json\/wp\/v2\/comments?post=6141"}],"version-history":[{"count":11,"href":"https:\/\/genesisortho.com\/ar\/wp-json\/wp\/v2\/pages\/6141\/revisions"}],"predecessor-version":[{"id":6225,"href":"https:\/\/genesisortho.com\/ar\/wp-json\/wp\/v2\/pages\/6141\/revisions\/6225"}],"wp:attachment":[{"href":"https:\/\/genesisortho.com\/ar\/wp-json\/wp\/v2\/media?parent=6141"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}