{"id":11636,"date":"2026-07-13T18:04:48","date_gmt":"2026-07-13T15:04:48","guid":{"rendered":"https:\/\/montasirmusa.com\/?page_id=11636"},"modified":"2026-07-19T23:21:25","modified_gmt":"2026-07-19T20:21:25","slug":"the-new-landing-page","status":"publish","type":"page","link":"https:\/\/montasirmusa.com\/en\/the-new-landing-page\/","title":{"rendered":"1-The New Landing Page"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"11636\" class=\"elementor elementor-11636\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ee96a4c e-con-full e-flex e-con e-parent\" data-id=\"ee96a4c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-feb3fb6 elementor-widget elementor-widget-shortcode\" data-id=\"feb3fb6\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">    \n    <style>\n        \/* \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062a\u0645\u0631\u064a\u0631 \u0627\u0644\u0646\u0627\u0639\u0645 \u0627\u0644\u0639\u0627\u0645 *\/\n        html { scroll-behavior: smooth !important; }\n\n        \/* \u062d\u0627\u0644\u0629 \u0627\u0644\u0647\u064a\u062f\u0631 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629 (\u0634\u0641\u0627\u0641 \u0641\u064a \u0623\u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062d\u0629) *\/\n        .musa-lp-header {\n            position: fixed;\n            top: 0; left: 0; right: 0;\n            height: 90px;\n            background: transparent;\n            border-bottom: 1px solid transparent;\n            z-index: 999;\n            display: flex;\n            align-items: center;\n            font-family: 'Tajawal', sans-serif;\n            direction: rtl;\n            transition: background 0.4s ease, backdrop-filter 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;\n        }\n\n        \/* \u062d\u0627\u0644\u0629 \u0627\u0644\u0647\u064a\u062f\u0631 \u0639\u0646\u062f \u0627\u0644\u0646\u0632\u0648\u0644 (\u062a\u0623\u062b\u064a\u0631 \u0632\u062c\u0627\u062c\u064a \u062f\u0627\u0643\u0646) *\/\n        .musa-lp-header.scrolled {\n            background: rgba(5, 10, 15, 0.95);\n            backdrop-filter: blur(15px);\n            -webkit-backdrop-filter: blur(15px);\n            border-bottom: 1px solid rgba(0, 210, 255, 0.1);\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);\n        }\n\n        .musa-header-container {\n            width: 100%;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n        }\n\n        \/* 1. \u0627\u0644\u0644\u0648\u062c\u0648 (\u0623\u0642\u0635\u0649 \u0627\u0644\u064a\u0645\u064a\u0646) *\/\n        .musa-header-logo {\n            display: flex;\n            align-items: center;\n        }\n        .musa-header-logo img {\n            max-height: 40px;\n            width: auto;\n            transition: transform 0.3s ease;\n            filter: drop-shadow(0 0 5px rgba(0, 210, 255, 0.2));\n        }\n        .musa-header-logo img:hover { transform: scale(1.05); }\n\n        \/* 2. \u0627\u0644\u0631\u0648\u0627\u0628\u0637 (\u062f\u0641\u0639 \u0644\u0644\u064a\u0633\u0627\u0631 \u0628\u062c\u0648\u0627\u0631 \u0627\u0644\u0632\u0631) *\/\n        .musa-header-nav {\n            display: flex;\n            gap: 35px;\n            margin-right: auto; \/* \u0647\u0630\u0627 \u0627\u0644\u0643\u0648\u062f \u064a\u062f\u0641\u0639 \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0644\u0644\u064a\u0633\u0627\u0631 \u0641\u064a \u0627\u062a\u062c\u0627\u0647 RTL *\/\n            margin-left: 40px;\n        }\n        .musa-header-nav a {\n            color: #aebfd1;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 16px;\n            position: relative;\n            transition: color 0.3s ease;\n        }\n        .musa-header-nav a:hover,\n        .musa-header-nav a.active {\n            color: #00d2ff;\n        }\n        \n        \/* \u062e\u0637 \u0633\u0641\u0644\u064a \u064a\u0638\u0647\u0631 \u0639\u0646\u062f \u062a\u0645\u0631\u064a\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 *\/\n        .musa-header-nav a::after {\n            content: '';\n            position: absolute;\n            bottom: -6px; left: 0; right: 0;\n            height: 2px;\n            background: #00d2ff;\n            transform: scaleX(0);\n            transition: transform 0.3s ease;\n            border-radius: 2px;\n        }\n        .musa-header-nav a:hover::after { transform: scaleX(1); }\n\n        \/* 3. \u0632\u0631 \u0627\u0644\u0623\u0643\u0634\u0646 \u0627\u0644\u0632\u062c\u0627\u062c\u064a \u0627\u0644\u0645\u0636\u064a\u0621 (\u0623\u0642\u0635\u0649 \u0627\u0644\u064a\u0633\u0627\u0631) *\/\n        .musa-header-btn {\n            position: relative;\n            overflow: hidden;\n            background: rgba(0, 210, 255, 0.05);\n            border: 1px solid #00d2ff;\n            color: #00d2ff !important;\n            padding: 10px 35px;\n            border-radius: 8px;\n            font-size: 16px;\n            font-weight: 800;\n            text-decoration: none !important;\n            transition: all 0.3s ease;\n            display: flex;\n            align-items: center;\n        }\n        \n        .musa-header-btn:hover {\n            background: rgba(0, 210, 255, 0.15);\n            box-shadow: 0 0 20px rgba(0, 210, 255, 0.3);\n            transform: translateY(-2px);\n        }\n\n        \/* \u0627\u0644\u0623\u0646\u064a\u0645\u064a\u0634\u0646 \u0627\u0644\u0633\u062d\u0631\u064a (\u0627\u0644\u0644\u0645\u0639\u0627\u0646 \u0627\u0644\u0645\u0633\u062a\u0645\u0631) *\/\n        .musa-header-btn::before {\n            content: '';\n            position: absolute;\n            top: 0; left: -100%;\n            width: 50%; height: 100%;\n            background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);\n            transform: skewX(-25deg);\n            animation: musa-shine 4s infinite;\n        }\n\n        @keyframes musa-shine {\n            0% { left: -100%; }\n            20% { left: 200%; }\n            100% { left: 200%; } \/* \u062a\u0648\u0642\u0641 \u0645\u0624\u0642\u062a \u0628\u064a\u0646 \u0643\u0644 \u0644\u0645\u0639\u0629 \u0648\u0623\u062e\u0631\u0649 *\/\n        }\n\n        \/* \u0627\u0644\u0645\u0648\u0628\u0627\u064a\u0644 *\/\n        @media (max-width: 991px) {\n            .musa-header-nav { display: none; } \/* \u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0641\u064a \u0627\u0644\u0645\u0648\u0628\u0627\u064a\u0644 *\/\n            .musa-header-btn { padding: 8px 20px; font-size: 15px; }\n            .musa-header-logo img { max-height: 30px; }\n            .musa-lp-header { height: 75px; }\n        }\n    <\/style>\n\n    <header class=\"musa-lp-header\" id=\"musaLpHeader\">\n        <div class=\"musa-header-container\">\n            \n            <!-- \u0627\u0644\u0644\u0648\u062c\u0648 (\u0623\u0642\u0635\u0649 \u0627\u0644\u064a\u0645\u064a\u0646) -->\n            <a href=\"#\" class=\"musa-header-logo musa-scroll-link\" data-target=\"musa-hero\">\n                <img decoding=\"async\" src=\"https:\/\/montasirmusa.com\/wp-content\/uploads\/2025\/10\/3-muntaser.webp\" alt=\"\u0645\u0646\u062a\u0635\u0631 \u0645\u0648\u0633\u0649\">\n            <\/a>\n\n            <!-- \u0627\u0644\u0631\u0648\u0627\u0628\u0637 (\u0641\u064a \u0627\u0644\u0645\u0646\u062a\u0635\u0641 \u0627\u0644\u0645\u0627\u0626\u0644 \u0644\u0644\u064a\u0633\u0627\u0631) -->\n            <nav class=\"musa-header-nav\">\n                <a href=\"#musa-pain\" class=\"musa-scroll-link\" data-target=\"musa-pain\">The problem<\/a>\n                <a href=\"#musa-methods\" class=\"musa-scroll-link\" data-target=\"musa-methods\">the solution<\/a>\n                <a href=\"#musa-journey\" class=\"musa-scroll-link\" data-target=\"musa-journey\">The journey<\/a>\n                <a href=\"#musa-instructor\" class=\"musa-scroll-link\" data-target=\"musa-instructor\">About the coach<\/a>\n            <\/nav>\n\n            <!-- \u0632\u0631 \u0627\u0644\u0634\u0631\u0627\u0621 (\u0623\u0642\u0635\u0649 \u0627\u0644\u064a\u0633\u0627\u0631) -->\n            <a href=\"https:\/\/montasirmusa.com\/en\/?musa_enroll=10746\" class=\"musa-header-btn\">\n                Register now\n            <\/a>\n            \n        <\/div>\n    <\/header>\n\n    <!-- \u0633\u0643\u0631\u064a\u0628\u062a \u0627\u0644\u062a\u0645\u0631\u064a\u0631 \u0627\u0644\u0630\u0643\u064a \u0648\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u062e\u0644\u0641\u064a\u0629 -->\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            const header = document.getElementById(\"musaLpHeader\");\n            const headerOffset = 90; \/\/ \u0627\u0631\u062a\u0641\u0627\u0639 \u0627\u0644\u0647\u064a\u062f\u0631\n\n            \/\/ 1. \u062a\u063a\u064a\u064a\u0631 \u062e\u0644\u0641\u064a\u0629 \u0627\u0644\u0647\u064a\u062f\u0631 \u0639\u0646\u062f \u0627\u0644\u0646\u0632\u0648\u0644\n            window.addEventListener(\"scroll\", function() {\n                if (window.scrollY > 50) {\n                    header.classList.add(\"scrolled\");\n                } else {\n                    header.classList.remove(\"scrolled\");\n                }\n            });\n\n            \/\/ 2. \u0627\u0644\u0646\u0632\u0648\u0644 \u0627\u0644\u0646\u0627\u0639\u0645 \u0644\u0644\u0631\u0648\u0627\u0628\u0637 \u0645\u0639 \u0627\u062d\u062a\u0633\u0627\u0628 \u0645\u0633\u0627\u062d\u0629 \u0627\u0644\u0647\u064a\u062f\u0631\n            const scrollLinks = document.querySelectorAll('.musa-scroll-link');\n            scrollLinks.forEach(link => {\n                link.addEventListener('click', function(e) {\n                    e.preventDefault();\n                    const targetId = this.getAttribute('data-target');\n                    const targetSection = document.getElementById(targetId);\n                    \n                    if (targetSection) {\n                        const elementPosition = targetSection.getBoundingClientRect().top;\n                        const offsetPosition = elementPosition + window.pageYOffset - headerOffset;\n                        \n                        window.scrollTo({\n                            top: offsetPosition,\n                            behavior: \"smooth\"\n                        });\n                    }\n                });\n            });\n        });\n    <\/script>\n\n    <\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d900097 elementor-widget elementor-widget-shortcode\" data-id=\"d900097\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<style id=\"musa-hero-v3-css\">\n\t\t\t.musa-hero-v3,\n\t\t\t.musa-hero-v3 * {\n\t\t\t\tbox-sizing: border-box;\n\t\t\t}\n\n\t\t\t.musa-hero-v3 {\n\t\t\t\t--musa-cyan: #00d2ff;\n\t\t\t\t--musa-cyan-soft: #67e8f9;\n\t\t\t\t--musa-gold: #facc15;\n\t\t\t\t--musa-white: #ffffff;\n\t\t\t\t--musa-muted: #aebfd1;\n\n\t\t\t\tposition: relative;\n\t\t\t\tleft: 50%;\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\tjustify-content: center;\n\t\t\t\twidth: 100vw;\n\t\t\t\tmax-width: 100vw;\n\t\t\t\tmin-height: 100svh;\n\t\t\t\tmargin: 0;\n\t\t\t\tpadding:\n\t\t\t\t\tclamp(118px, 8vw, 150px)\n\t\t\t\t\t20px\n\t\t\t\t\t78px;\n\t\t\t\toverflow: hidden;\n\t\t\t\ttransform: translateX(-50%);\n\t\t\t\tborder-bottom: 1px solid rgba(0, 210, 255, 0.06);\n\t\t\t\t\/*\n\t\t\t\t * \u062e\u0644\u0641\u064a\u0629 \u062b\u0627\u0628\u062a\u0629 \u0648\u062e\u0641\u064a\u0641\u0629 \u0639\u0644\u0649 \u0627\u0644\u0643\u0645\u0628\u064a\u0648\u062a\u0631:\n\t\t\t\t * \u0625\u0636\u0627\u0621\u0629 \u0633\u0645\u0627\u0648\u064a\u0629 \u0647\u0627\u062f\u0626\u0629 \u0641\u064a \u0627\u0644\u0645\u0646\u062a\u0635\u0641 \u0645\u0639 \u062a\u063a\u0645\u064a\u0642 \u0627\u0644\u0623\u0637\u0631\u0627\u0641\u060c\n\t\t\t\t * \u0645\u0646 \u062f\u0648\u0646 \u0623\u064a \u062a\u062d\u0631\u064a\u0643 \u0623\u0648 \u0625\u0639\u0627\u062f\u0629 \u0631\u0633\u0645 \u0645\u0633\u062a\u0645\u0631\u0629 \u0644\u0644\u062e\u0644\u0641\u064a\u0629.\n\t\t\t\t *\/\n\t\t\t\tbackground:\n\t\t\t\t\tradial-gradient(\n\t\t\t\t\t\tellipse 58% 67% at 50% 37%,\n\t\t\t\t\t\trgba(0, 210, 255, 0.105) 0%,\n\t\t\t\t\t\trgba(0, 143, 177, 0.045) 37%,\n\t\t\t\t\t\trgba(0, 86, 108, 0.015) 55%,\n\t\t\t\t\t\ttransparent 74%\n\t\t\t\t\t),\n\t\t\t\t\tlinear-gradient(\n\t\t\t\t\t\t90deg,\n\t\t\t\t\t\t#03080d 0%,\n\t\t\t\t\t\t#06131d 50%,\n\t\t\t\t\t\t#03080d 100%\n\t\t\t\t\t);\n\t\t\t\tcolor: var(--musa-white);\n\t\t\t\tfont-family: \"Tajawal\", \"Cairo\", sans-serif;\n\t\t\t\ttext-align: center !important;\n\t\t\t\tisolation: isolate;\n\t\t\t}\n\n\t\t\t\/*\n\t\t\t * \u062a\u0645 \u062f\u0645\u062c \u0627\u0644\u0625\u0636\u0627\u0621\u0629 \u062f\u0627\u062e\u0644 \u0627\u0644\u062e\u0644\u0641\u064a\u0629 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0644\u062a\u0642\u0644\u064a\u0644 \u0637\u0628\u0642\u0627\u062a \u0627\u0644\u0631\u0633\u0645.\n\t\t\t * \u0646\u0628\u0642\u064a \u0627\u0644\u0639\u0646\u0635\u0631 \u0645\u062e\u0641\u064a\u0627\u064b \u0644\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u0628\u0646\u064a\u0629 \u0627\u0644\u0640 HTML \u0643\u0645\u0627 \u0647\u064a.\n\t\t\t *\/\n\t\t\t.musa-hero-v3__glow {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\n\t\t\t\/*\n\t\t\t * \u0646\u0642\u0627\u0637 \u0632\u062e\u0631\u0641\u064a\u0629 \u062b\u0627\u0628\u062a\u0629 \u0641\u0642\u0637 \u2014 \u0628\u0644\u0627 background-position animation.\n\t\t\t *\/\n\t\t\t.musa-hero-v3__dust {\n\t\t\t\tposition: absolute;\n\t\t\t\tinset: 0;\n\t\t\t\tz-index: 2;\n\t\t\t\tpointer-events: none;\n\t\t\t\topacity: 0.58;\n\t\t\t\tbackground-image:\n\t\t\t\t\tradial-gradient(\n\t\t\t\t\t\t2px 2px at 40px 70px,\n\t\t\t\t\t\trgba(0, 210, 255, 0.62) 50%,\n\t\t\t\t\t\ttransparent 51%\n\t\t\t\t\t),\n\t\t\t\t\tradial-gradient(\n\t\t\t\t\t\t3px 3px at 120px 40px,\n\t\t\t\t\t\trgba(255, 255, 255, 0.23) 50%,\n\t\t\t\t\t\ttransparent 51%\n\t\t\t\t\t),\n\t\t\t\t\tradial-gradient(\n\t\t\t\t\t\t2px 2px at 250px 120px,\n\t\t\t\t\t\trgba(0, 210, 255, 0.46) 50%,\n\t\t\t\t\t\ttransparent 51%\n\t\t\t\t\t),\n\t\t\t\t\tradial-gradient(\n\t\t\t\t\t\t3px 3px at 420px 85px,\n\t\t\t\t\t\trgba(0, 210, 255, 0.27) 50%,\n\t\t\t\t\t\ttransparent 51%\n\t\t\t\t\t),\n\t\t\t\t\tradial-gradient(\n\t\t\t\t\t\t2px 2px at 520px 150px,\n\t\t\t\t\t\trgba(255, 255, 255, 0.23) 50%,\n\t\t\t\t\t\ttransparent 51%\n\t\t\t\t\t);\n\t\t\t\tbackground-size: 600px 600px;\n\t\t\t\tbackground-position: 0 0;\n\t\t\t\tanimation: none !important;\n\t\t\t}\n\n\t\t\t.musa-hero-v3__content {\n\t\t\t\tposition: relative;\n\t\t\t\tz-index: 5;\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-direction: column;\n\t\t\t\talign-items: center;\n\t\t\t\twidth: min(1120px, 100%);\n\t\t\t\tmargin: 0 auto;\n\t\t\t}\n\n\t\t\t.musa-hero-v3__badge {\n\t\t\t\torder: 1;\n\t\t\t\tdisplay: inline-flex;\n\t\t\t\talign-items: center;\n\t\t\t\tjustify-content: center;\n\t\t\t\tmax-width: 100%;\n\t\t\t\tmargin: 0 auto 23px;\n\t\t\t\tpadding: 7px 20px;\n\t\t\t\tborder: 1px solid rgba(0, 210, 255, 0.23);\n\t\t\t\tborder-radius: 50px;\n\t\t\t\tbackground: rgba(0, 210, 255, 0.055);\n\t\t\t\tcolor: var(--musa-cyan);\n\t\t\t\tfont-size: 15px;\n\t\t\t\tfont-weight: 800;\n\t\t\t\tline-height: 1.7;\n\t\t\t\ttext-align: center;\n\t\t\t}\n\n\t\t\t\/*\n\t\t\t * \u0627\u0644\u0645\u0633\u0631\u062d \u0627\u0644\u062e\u0627\u0635 \u0628\u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u0644\u0643\u0627\u0631\u062a\u064a\u0646:\n\t\t\t * \u064a\u062c\u0639\u0644 \u0643\u0644 \u0643\u0627\u0631\u062a \u0645\u062a\u0635\u0644\u0627\u064b \u0628\u0637\u0631\u0641 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0628\u062f\u0644 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0639\u0644\u0649 \u0625\u062d\u062f\u0627\u062b\u064a\u0627\u062a \u0627\u0644\u0634\u0627\u0634\u0629.\n\t\t\t *\/\n\t\t\t.musa-hero-v3__title-stage {\n\t\t\t\tposition: relative;\n\t\t\t\torder: 2;\n\t\t\t\twidth: min(1080px, calc(100vw - 430px));\n\t\t\t\tmargin: 0 auto 16px;\n\t\t\t\toverflow: visible;\n\t\t\t}\n\n\t\t\t.musa-hero-v3__title {\n\t\t\t\tposition: relative;\n\t\t\t\tz-index: 7;\n\t\t\t\twidth: 100%;\n\t\t\t\tmargin: 0;\n\t\t\t\tcolor: #fff !important;\n\t\t\t\tfont-family:\n\t\t\t\t\t\"IBM Plex Sans Arabic\",\n\t\t\t\t\t\"Cairo\",\n\t\t\t\t\tsans-serif !important;\n\t\t\t\tfont-size: clamp(48px, 4.8vw, 73px);\n\t\t\t\tfont-weight: 900;\n\t\t\t\tline-height: 1.28;\n\t\t\t\tletter-spacing: -0.038em;\n\t\t\t\ttext-align: center !important;\n\t\t\t\ttext-shadow:\n\t\t\t\t\t0 12px 35px rgba(0, 0, 0, 0.56),\n\t\t\t\t\t0 0 28px rgba(0, 210, 255, 0.035);\n\t\t\t\ttext-wrap: balance;\n\t\t\t}\n\n\t\t\t.musa-hero-v3__subtitle {\n\t\t\t\torder: 3;\n\t\t\t\twidth: 100%;\n\t\t\t\tmargin: 0 0 25px;\n\t\t\t\tcolor: var(--musa-cyan) !important;\n\t\t\t\tfont-family: \"Cairo\", sans-serif !important;\n\t\t\t\tfont-size: clamp(23px, 2.05vw, 31px);\n\t\t\t\tfont-weight: 800;\n\t\t\t\tline-height: 1.6;\n\t\t\t\ttext-align: center !important;\n\t\t\t\ttext-wrap: balance;\n\t\t\t}\n\n\t\t\t.musa-hero-v3__desc {\n\t\t\t\torder: 4;\n\t\t\t\twidth: min(830px, 100%);\n\t\t\t\tmargin: 0 auto 36px;\n\t\t\t\tcolor: var(--musa-muted);\n\t\t\t\tfont-size: clamp(17px, 1.28vw, 20px);\n\t\t\t\tfont-weight: 500;\n\t\t\t\tline-height: 1.88;\n\t\t\t\ttext-align: center !important;\n\t\t\t}\n\n\t\t\t.musa-hero-v3__highlight {\n\t\t\t\tcolor: var(--musa-cyan);\n\t\t\t\tfont-weight: 800;\n\t\t\t}\n\n\t\t\t\/* ==================================================================\n\t\t\t * \u0627\u0644\u0643\u0627\u0631\u062a\u0627\u0646 \u0627\u0644\u0645\u062a\u0634\u0627\u0628\u0643\u0627\u0646 \u0645\u0639 \u0637\u0631\u0641\u064a \u0627\u0644\u0639\u0646\u0648\u0627\u0646\n\t\t\t * ================================================================== *\/\n\n\t\t\t.musa-hero-v3__offers {\n\t\t\t\tposition: absolute;\n\t\t\t\tinset: 0;\n\t\t\t\tz-index: 4;\n\t\t\t\tpointer-events: none;\n\t\t\t}\n\n\t\t\t.musa-offer-v3__anchor {\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: 50%;\n\t\t\t\twidth: clamp(246px, 17vw, 286px);\n\t\t\t\tpointer-events: auto;\n\t\t\t\ttransform-style: preserve-3d;\n\t\t\t\twill-change: transform, opacity;\n\t\t\t}\n\n\t\t\t\/*\n\t\t\t * \u0627\u0644\u0643\u0627\u0631\u062a \u0627\u0644\u0623\u0635\u0641\u0631 \u064a\u0644\u062a\u0642\u064a \u0628\u0637\u0631\u0641 \"\u0628\u0627\u0644\u0635\u062f\u0645\u0627\u062a\" \u0639\u0644\u0649 \u0627\u0644\u064a\u0633\u0627\u0631.\n\t\t\t * \u0627\u0644\u0643\u0627\u0631\u062a \u0627\u0644\u0623\u0632\u0631\u0642 \u064a\u0644\u062a\u0642\u064a \u0628\u0637\u0631\u0641 \"\u0631\u062d\u0644\u0629\" \u0639\u0644\u0649 \u0627\u0644\u064a\u0645\u064a\u0646.\n\t\t\t *\/\n\t\t\t.musa-offer-v3__anchor--free {\n\t\t\t\tleft: calc(-1 * clamp(208px, 13.8vw, 238px));\n\t\t\t\ttransform:\n\t\t\t\t\ttranslateY(-42%)\n\t\t\t\t\trotate(-5.2deg);\n\t\t\t\tanimation:\n\t\t\t\t\tmusa-offer-v3-enter-left\n\t\t\t\t\t0.82s\n\t\t\t\t\tcubic-bezier(0.22, 1, 0.36, 1)\n\t\t\t\t\t0.2s\n\t\t\t\t\tboth;\n\t\t\t}\n\n\t\t\t.musa-offer-v3__anchor--price {\n\t\t\t\tright: calc(-1 * clamp(208px, 13.8vw, 238px));\n\t\t\t\ttransform:\n\t\t\t\t\ttranslateY(-42%)\n\t\t\t\t\trotate(5.2deg);\n\t\t\t\tanimation:\n\t\t\t\t\tmusa-offer-v3-enter-right\n\t\t\t\t\t0.82s\n\t\t\t\t\tcubic-bezier(0.22, 1, 0.36, 1)\n\t\t\t\t\t0.32s\n\t\t\t\t\tboth;\n\t\t\t}\n\n\t\t\t@keyframes musa-offer-v3-enter-left {\n\t\t\t\tfrom {\n\t\t\t\t\topacity: 0;\n\t\t\t\t\ttransform:\n\t\t\t\t\t\ttranslate3d(-55px, -30%, 0)\n\t\t\t\t\t\trotate(-10deg)\n\t\t\t\t\t\tscale(0.93);\n\t\t\t\t}\n\n\t\t\t\tto {\n\t\t\t\t\topacity: 1;\n\t\t\t\t\ttransform:\n\t\t\t\t\t\ttranslate3d(0, -42%, 0)\n\t\t\t\t\t\trotate(-5.2deg)\n\t\t\t\t\t\tscale(1);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t@keyframes musa-offer-v3-enter-right {\n\t\t\t\tfrom {\n\t\t\t\t\topacity: 0;\n\t\t\t\t\ttransform:\n\t\t\t\t\t\ttranslate3d(55px, -30%, 0)\n\t\t\t\t\t\trotate(10deg)\n\t\t\t\t\t\tscale(0.93);\n\t\t\t\t}\n\n\t\t\t\tto {\n\t\t\t\t\topacity: 1;\n\t\t\t\t\ttransform:\n\t\t\t\t\t\ttranslate3d(0, -42%, 0)\n\t\t\t\t\t\trotate(5.2deg)\n\t\t\t\t\t\tscale(1);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t\/*\n\t\t\t * \u0627\u0644\u062e\u0637 \u0627\u0644\u0645\u0636\u064a\u0621 \u0627\u0644\u0642\u0635\u064a\u0631 \u0647\u0648 \u0646\u0642\u0637\u0629 \u0627\u0644\u062a\u0634\u0627\u0628\u0643 \u0627\u0644\u0628\u0635\u0631\u064a\u0629 \u0645\u0639 \u0627\u0644\u062d\u0631\u0648\u0641\u060c\n\t\t\t * \u0648\u064a\u0638\u0644 \u062e\u0644\u0641 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u062d\u062a\u0649 \u0644\u0627 \u064a\u0634\u062a\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629.\n\t\t\t *\/\n\t\t\t.musa-offer-v3__hook {\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: 51%;\n\t\t\t\tz-index: 1;\n\t\t\t\tdisplay: block;\n\t\t\t\twidth: 47px;\n\t\t\t\theight: 2px;\n\t\t\t\tborder-radius: 20px;\n\t\t\t\tpointer-events: none;\n\t\t\t}\n\n\t\t\t.musa-offer-v3__hook::after {\n\t\t\t\tcontent: \"\";\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: 50%;\n\t\t\t\twidth: 8px;\n\t\t\t\theight: 8px;\n\t\t\t\ttransform: translateY(-50%);\n\t\t\t\tborder-radius: 50%;\n\t\t\t\tbox-shadow: 0 0 18px currentColor;\n\t\t\t\tbackground: currentColor;\n\t\t\t}\n\n\t\t\t.musa-offer-v3__anchor--free .musa-offer-v3__hook {\n\t\t\t\tright: -31px;\n\t\t\t\tcolor: var(--musa-gold);\n\t\t\t\tbackground:\n\t\t\t\t\tlinear-gradient(\n\t\t\t\t\t\t90deg,\n\t\t\t\t\t\trgba(250, 204, 21, 0.85),\n\t\t\t\t\t\trgba(250, 204, 21, 0.05)\n\t\t\t\t\t);\n\t\t\t}\n\n\t\t\t.musa-offer-v3__anchor--free .musa-offer-v3__hook::after {\n\t\t\t\tright: -1px;\n\t\t\t}\n\n\t\t\t.musa-offer-v3__anchor--price .musa-offer-v3__hook {\n\t\t\t\tleft: -31px;\n\t\t\t\tcolor: var(--musa-cyan);\n\t\t\t\tbackground:\n\t\t\t\t\tlinear-gradient(\n\t\t\t\t\t\t270deg,\n\t\t\t\t\t\trgba(0, 210, 255, 0.85),\n\t\t\t\t\t\trgba(0, 210, 255, 0.05)\n\t\t\t\t\t);\n\t\t\t}\n\n\t\t\t.musa-offer-v3__anchor--price .musa-offer-v3__hook::after {\n\t\t\t\tleft: -1px;\n\t\t\t}\n\n\t\t\t.musa-offer-v3__motion {\n\t\t\t\twidth: 100%;\n\t\t\t\tanimation:\n\t\t\t\t\tmusa-offer-v3-float\n\t\t\t\t\t5.8s\n\t\t\t\t\tease-in-out\n\t\t\t\t\t1.15s\n\t\t\t\t\tinfinite\n\t\t\t\t\talternate;\n\t\t\t}\n\n\t\t\t.musa-offer-v3__anchor--price .musa-offer-v3__motion {\n\t\t\t\tanimation-delay: 1.8s;\n\t\t\t}\n\n\t\t\t@keyframes musa-offer-v3-float {\n\t\t\t\tfrom {\n\t\t\t\t\ttransform: translate3d(0, 0, 0);\n\t\t\t\t}\n\n\t\t\t\tto {\n\t\t\t\t\ttransform: translate3d(0, -7px, 0);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.musa-offer-v3 {\n\t\t\t\tposition: relative;\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-direction: column;\n\t\t\t\tjustify-content: center;\n\t\t\t\twidth: 100%;\n\t\t\t\tmin-width: 0;\n\t\t\t\tmin-height: 206px;\n\t\t\t\tpadding: 21px 20px 19px;\n\t\t\t\toverflow: hidden;\n\t\t\t\tborder: 1px solid rgba(255, 255, 255, 0.13);\n\t\t\t\tborder-radius: 24px;\n\t\t\t\tbackground:\n\t\t\t\t\tlinear-gradient(\n\t\t\t\t\t\t145deg,\n\t\t\t\t\t\trgba(14, 38, 55, 0.82),\n\t\t\t\t\t\trgba(4, 14, 23, 0.79)\n\t\t\t\t\t);\n\t\t\t\tbox-shadow:\n\t\t\t\t\t0 27px 64px rgba(0, 0, 0, 0.35),\n\t\t\t\t\tinset 0 1px 0 rgba(255, 255, 255, 0.085);\n\t\t\t\tbackdrop-filter: blur(16px);\n\t\t\t\t-webkit-backdrop-filter: blur(16px);\n\t\t\t\tdirection: rtl;\n\t\t\t\ttext-align: right;\n\t\t\t\ttransition:\n\t\t\t\t\ttransform 0.34s ease,\n\t\t\t\t\tborder-color 0.34s ease,\n\t\t\t\t\tbox-shadow 0.34s ease;\n\t\t\t}\n\n\t\t\t.musa-offer-v3::before {\n\t\t\t\tcontent: \"\";\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: -78px;\n\t\t\t\tleft: -63px;\n\t\t\t\twidth: 165px;\n\t\t\t\theight: 165px;\n\t\t\t\tborder-radius: 50%;\n\t\t\t\tbackground: var(--musa-card-glow);\n\t\t\t\tfilter: blur(18px);\n\t\t\t\topacity: 0.44;\n\t\t\t\tpointer-events: none;\n\t\t\t}\n\n\t\t\t.musa-offer-v3__anchor--free .musa-offer-v3 {\n\t\t\t\t--musa-card-accent: #facc15;\n\t\t\t\t--musa-card-glow: rgba(250, 204, 21, 0.22);\n\t\t\t\tborder-color: rgba(250, 204, 21, 0.32);\n\t\t\t}\n\n\t\t\t.musa-offer-v3__anchor--price .musa-offer-v3 {\n\t\t\t\t--musa-card-accent: #55e5ff;\n\t\t\t\t--musa-card-glow: rgba(0, 210, 255, 0.25);\n\t\t\t\tborder-color: rgba(0, 210, 255, 0.32);\n\t\t\t}\n\n\t\t\t.musa-offer-v3:hover {\n\t\t\t\ttransform: translateY(-3px) scale(1.017);\n\t\t\t\tborder-color: var(--musa-card-accent);\n\t\t\t\tbox-shadow:\n\t\t\t\t\t0 34px 78px rgba(0, 0, 0, 0.41),\n\t\t\t\t\t0 0 38px var(--musa-card-glow);\n\t\t\t}\n\n\t\t\t.musa-offer-v3__topline {\n\t\t\t\tposition: relative;\n\t\t\t\tz-index: 2;\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\tjustify-content: space-between;\n\t\t\t\tgap: 10px;\n\t\t\t\twidth: 100%;\n\t\t\t\tmin-width: 0;\n\t\t\t\tmargin-bottom: 12px;\n\t\t\t}\n\n\t\t\t.musa-offer-v3__kicker {\n\t\t\t\tmin-width: 0;\n\t\t\t\tcolor: var(--musa-card-accent);\n\t\t\t\tfont-size: 11px;\n\t\t\t\tfont-weight: 900;\n\t\t\t\tline-height: 1.5;\n\t\t\t\twhite-space: normal;\n\t\t\t}\n\n\t\t\t.musa-offer-v3__icon {\n\t\t\t\tdisplay: inline-flex;\n\t\t\t\talign-items: center;\n\t\t\t\tjustify-content: center;\n\t\t\t\tflex: 0 0 39px;\n\t\t\t\twidth: 39px;\n\t\t\t\theight: 39px;\n\t\t\t\tborder: 1px solid rgba(255, 255, 255, 0.18);\n\t\t\t\tborder-radius: 13px;\n\t\t\t\tbackground: rgba(255, 255, 255, 0.045);\n\t\t\t\tcolor: var(--musa-card-accent);\n\t\t\t\tfont-size: 16px;\n\t\t\t\tfont-weight: 900;\n\t\t\t}\n\n\t\t\t.musa-offer-v3__body {\n\t\t\t\tposition: relative;\n\t\t\t\tz-index: 2;\n\t\t\t\twidth: 100%;\n\t\t\t\tmin-width: 0;\n\t\t\t}\n\n\t\t\t.musa-offer-v3 h3,\n\t\t\t.musa-offer-v3 p,\n\t\t\t.musa-offer-v3 strong,\n\t\t\t.musa-offer-v3 span {\n\t\t\t\tmax-width: 100%;\n\t\t\t}\n\n\t\t\t.musa-offer-v3 h3 {\n\t\t\t\twidth: 100%;\n\t\t\t\tmargin: 0 0 7px !important;\n\t\t\t\toverflow: visible !important;\n\t\t\t\tcolor: #fff !important;\n\t\t\t\tfont-family: \"Cairo\", sans-serif !important;\n\t\t\t\tfont-size: clamp(19px, 1.28vw, 23px);\n\t\t\t\tfont-weight: 900;\n\t\t\t\tline-height: 1.46;\n\t\t\t\ttext-align: right !important;\n\t\t\t\twhite-space: normal !important;\n\t\t\t\tword-break: normal;\n\t\t\t\toverflow-wrap: break-word;\n\t\t\t\ttext-overflow: clip;\n\t\t\t}\n\n\t\t\t.musa-offer-v3 p {\n\t\t\t\twidth: 100%;\n\t\t\t\tmargin: 0 !important;\n\t\t\t\toverflow: visible !important;\n\t\t\t\tcolor: #b8c8d6 !important;\n\t\t\t\tfont-size: 13px;\n\t\t\t\tfont-weight: 600;\n\t\t\t\tline-height: 1.75;\n\t\t\t\ttext-align: right !important;\n\t\t\t\twhite-space: normal !important;\n\t\t\t\tword-break: normal;\n\t\t\t\toverflow-wrap: break-word;\n\t\t\t\ttext-overflow: clip;\n\t\t\t}\n\n\t\t\t.musa-offer-v3__value {\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: baseline;\n\t\t\t\tjustify-content: flex-start;\n\t\t\t\tflex-wrap: wrap;\n\t\t\t\tgap: 7px;\n\t\t\t\twidth: 100%;\n\t\t\t\tmargin-top: 12px;\n\t\t\t\tcolor: var(--musa-card-accent);\n\t\t\t}\n\n\t\t\t.musa-offer-v3__value strong {\n\t\t\t\tcolor: var(--musa-card-accent) !important;\n\t\t\t\tfont-family: \"Cairo\", sans-serif;\n\t\t\t\tfont-size: 25px;\n\t\t\t\tfont-weight: 900;\n\t\t\t\tline-height: 1.25;\n\t\t\t\twhite-space: normal;\n\t\t\t}\n\n\t\t\t.musa-offer-v3__price-line {\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: flex-end;\n\t\t\t\tjustify-content: flex-start;\n\t\t\t\tflex-wrap: wrap;\n\t\t\t\tgap: 8px 10px;\n\t\t\t\twidth: 100%;\n\t\t\t\tmargin-top: 12px;\n\t\t\t}\n\n\t\t\t.musa-offer-v3__price-now {\n\t\t\t\tcolor: var(--musa-card-accent) !important;\n\t\t\t\tfont-family: \"Cairo\", sans-serif;\n\t\t\t\tfont-size: 27px;\n\t\t\t\tfont-weight: 900;\n\t\t\t\tline-height: 1.2;\n\t\t\t\twhite-space: normal;\n\t\t\t}\n\n\t\t\t.musa-offer-v3__price-old {\n\t\t\t\tposition: relative;\n\t\t\t\tcolor: #899aaa !important;\n\t\t\t\tfont-size: 14px;\n\t\t\t\tfont-weight: 700;\n\t\t\t\twhite-space: nowrap;\n\t\t\t}\n\n\t\t\t.musa-offer-v3__price-old::after {\n\t\t\t\tcontent: \"\";\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: 52%;\n\t\t\t\tright: -3px;\n\t\t\t\tleft: -3px;\n\t\t\t\theight: 2px;\n\t\t\t\tborder-radius: 20px;\n\t\t\t\tbackground: #fb7185;\n\t\t\t\ttransform: rotate(-8deg);\n\t\t\t}\n\n\t\t\t.musa-offer-v3__foot {\n\t\t\t\tdisplay: inline-flex;\n\t\t\t\talign-items: center;\n\t\t\t\talign-self: flex-start;\n\t\t\t\tmax-width: 100%;\n\t\t\t\tmargin-top: 12px;\n\t\t\t\tpadding: 5px 9px;\n\t\t\t\tborder: 1px solid rgba(255, 255, 255, 0.1);\n\t\t\t\tborder-radius: 30px;\n\t\t\t\tbackground: rgba(255, 255, 255, 0.04);\n\t\t\t\tcolor: #d8e3eb !important;\n\t\t\t\tfont-size: 10px;\n\t\t\t\tfont-weight: 800;\n\t\t\t\tline-height: 1.5;\n\t\t\t\twhite-space: normal;\n\t\t\t}\n\n\t\t\t\/* ==================================================================\n\t\t\t * \u0632\u0631 \u0627\u0644\u062a\u0633\u062c\u064a\u0644\n\t\t\t * ================================================================== *\/\n\n\t\t\t.musa-hero-v3__buttons {\n\t\t\t\torder: 6;\n\t\t\t\tdisplay: flex;\n\t\t\t\tjustify-content: center;\n\t\t\t\twidth: 100%;\n\t\t\t}\n\n\t\t\t.musa-hero-v3__button {\n\t\t\t\tposition: relative;\n\t\t\t\tdisplay: inline-flex;\n\t\t\t\talign-items: center;\n\t\t\t\tjustify-content: center;\n\t\t\t\tmin-width: 220px;\n\t\t\t\tpadding: 16px 52px;\n\t\t\t\toverflow: hidden;\n\t\t\t\tborder: 1px solid rgba(0, 210, 255, 0.46);\n\t\t\t\tborder-radius: 50px;\n\t\t\t\tbackground: rgba(0, 210, 255, 0.085);\n\t\t\t\tbox-shadow: 0 12px 34px rgba(0, 210, 255, 0.1);\n\t\t\t\tcolor: var(--musa-cyan) !important;\n\t\t\t\tfont-size: 20px;\n\t\t\t\tfont-weight: 900;\n\t\t\t\ttext-decoration: none !important;\n\t\t\t\tbackdrop-filter: blur(10px);\n\t\t\t\t-webkit-backdrop-filter: blur(10px);\n\t\t\t\ttransition:\n\t\t\t\t\ttransform 0.35s ease,\n\t\t\t\t\tbackground 0.35s ease,\n\t\t\t\t\tborder-color 0.35s ease,\n\t\t\t\t\tbox-shadow 0.35s ease,\n\t\t\t\t\tcolor 0.35s ease;\n\t\t\t}\n\n\t\t\t.musa-hero-v3__button:hover {\n\t\t\t\ttransform: translateY(-4px);\n\t\t\t\tborder-color: var(--musa-cyan);\n\t\t\t\tbackground: rgba(0, 210, 255, 0.16);\n\t\t\t\tbox-shadow: 0 17px 45px rgba(0, 210, 255, 0.25);\n\t\t\t\tcolor: #fff !important;\n\t\t\t}\n\n\t\t\t.musa-hero-v3__button::before {\n\t\t\t\tcontent: \"\";\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: 0;\n\t\t\t\tleft: -100%;\n\t\t\t\twidth: 50%;\n\t\t\t\theight: 100%;\n\t\t\t\tbackground:\n\t\t\t\t\tlinear-gradient(\n\t\t\t\t\t\tto right,\n\t\t\t\t\t\trgba(255, 255, 255, 0),\n\t\t\t\t\t\trgba(255, 255, 255, 0.27),\n\t\t\t\t\t\trgba(255, 255, 255, 0)\n\t\t\t\t\t);\n\t\t\t\ttransform: skewX(-25deg);\n\t\t\t\tanimation: musa-hero-v3-shimmer 3.3s ease-in-out infinite;\n\t\t\t}\n\n\t\t\t@keyframes musa-hero-v3-shimmer {\n\t\t\t\t0% {\n\t\t\t\t\tleft: -100%;\n\t\t\t\t}\n\n\t\t\t\t58%,\n\t\t\t\t100% {\n\t\t\t\t\tleft: 210%;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t\/* ==================================================================\n\t\t\t * \u0645\u0624\u0634\u0631 \u0627\u0644\u0633\u0643\u0631\u0648\u0644\n\t\t\t * ================================================================== *\/\n\n\t\t\t.musa-hero-v3__scroll {\n\t\t\t\tposition: absolute;\n\t\t\t\tbottom: 22px;\n\t\t\t\tleft: 50%;\n\t\t\t\tz-index: 10;\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-direction: column;\n\t\t\t\talign-items: center;\n\t\t\t\ttransform: translateX(-50%);\n\t\t\t\tcolor: #64748b;\n\t\t\t\tfont-size: 14px;\n\t\t\t\tfont-weight: 700;\n\t\t\t\ttext-decoration: none !important;\n\t\t\t\ttransition: color 0.3s ease;\n\t\t\t}\n\n\t\t\t.musa-hero-v3__scroll:hover {\n\t\t\t\tcolor: var(--musa-cyan);\n\t\t\t}\n\n\t\t\t.musa-hero-v3__mouse {\n\t\t\t\tposition: relative;\n\t\t\t\tdisplay: block;\n\t\t\t\twidth: 24px;\n\t\t\t\theight: 38px;\n\t\t\t\tmargin-bottom: 8px;\n\t\t\t\tborder: 2px solid currentColor;\n\t\t\t\tborder-radius: 15px;\n\t\t\t}\n\n\t\t\t.musa-hero-v3__wheel {\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: 6px;\n\t\t\t\tleft: 50%;\n\t\t\t\tdisplay: block;\n\t\t\t\twidth: 4px;\n\t\t\t\theight: 8px;\n\t\t\t\ttransform: translateX(-50%);\n\t\t\t\tborder-radius: 2px;\n\t\t\t\tbackground: currentColor;\n\t\t\t\tanimation: musa-hero-v3-wheel 1.5s infinite;\n\t\t\t}\n\n\t\t\t@keyframes musa-hero-v3-wheel {\n\t\t\t\t0% {\n\t\t\t\t\ttop: 6px;\n\t\t\t\t\topacity: 1;\n\t\t\t\t}\n\n\t\t\t\t100% {\n\t\t\t\t\ttop: 18px;\n\t\t\t\t\topacity: 0;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t\/* ==================================================================\n\t\t\t * \u0627\u0644\u0634\u0627\u0634\u0627\u062a \u0627\u0644\u0645\u062a\u0648\u0633\u0637\u0629: \u0627\u0644\u0643\u0627\u0631\u062a\u0627\u0646 \u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0644\u0645\u0646\u0639 \u0623\u064a \u0642\u0635 \u0623\u0648 \u062a\u0632\u0627\u062d\u0645\n\t\t\t * ================================================================== *\/\n\n\t\t\t@media (max-width: 1360px) {\n\t\t\t\t.musa-hero-v3 {\n\t\t\t\t\tmin-height: auto;\n\t\t\t\t\tpadding-bottom: 62px;\n\t\t\t\t}\n\n\t\t\t\t.musa-hero-v3__content {\n\t\t\t\t\twidth: min(1040px, 100%);\n\t\t\t\t}\n\n\t\t\t\t.musa-hero-v3__title-stage {\n\t\t\t\t\tdisplay: contents;\n\t\t\t\t}\n\n\t\t\t\t.musa-hero-v3__title {\n\t\t\t\t\torder: 2;\n\t\t\t\t\twidth: 100%;\n\t\t\t\t\tmargin-bottom: 16px;\n\t\t\t\t}\n\n\t\t\t\t.musa-hero-v3__subtitle {\n\t\t\t\t\torder: 3;\n\t\t\t\t}\n\n\t\t\t\t.musa-hero-v3__desc {\n\t\t\t\t\torder: 4;\n\t\t\t\t}\n\n\t\t\t\t.musa-hero-v3__offers {\n\t\t\t\t\tposition: static;\n\t\t\t\t\torder: 5;\n\t\t\t\t\tdisplay: grid;\n\t\t\t\t\tgrid-template-columns: repeat(2, minmax(0, 1fr));\n\t\t\t\t\tgap: 16px;\n\t\t\t\t\twidth: min(780px, 100%);\n\t\t\t\t\tmargin: 0 auto 31px;\n\t\t\t\t\tpointer-events: auto;\n\t\t\t\t}\n\n\t\t\t\t.musa-offer-v3__anchor {\n\t\t\t\t\tposition: relative;\n\t\t\t\t\tinset: auto;\n\t\t\t\t\ttop: auto;\n\t\t\t\t\twidth: 100%;\n\t\t\t\t\twill-change: auto;\n\t\t\t\t}\n\n\t\t\t\t.musa-offer-v3__anchor--free {\n\t\t\t\t\ttransform: rotate(-2.2deg);\n\t\t\t\t\tanimation: musa-offer-v3-tablet-left 0.72s ease-out 0.16s both;\n\t\t\t\t}\n\n\t\t\t\t.musa-offer-v3__anchor--price {\n\t\t\t\t\ttransform: rotate(2.2deg);\n\t\t\t\t\tanimation: musa-offer-v3-tablet-right 0.72s ease-out 0.26s both;\n\t\t\t\t}\n\n\t\t\t\t@keyframes musa-offer-v3-tablet-left {\n\t\t\t\t\tfrom {\n\t\t\t\t\t\topacity: 0;\n\t\t\t\t\t\ttransform: translate3d(-28px, 18px, 0) rotate(-5deg);\n\t\t\t\t\t}\n\n\t\t\t\t\tto {\n\t\t\t\t\t\topacity: 1;\n\t\t\t\t\t\ttransform: translate3d(0, 0, 0) rotate(-2.2deg);\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t@keyframes musa-offer-v3-tablet-right {\n\t\t\t\t\tfrom {\n\t\t\t\t\t\topacity: 0;\n\t\t\t\t\t\ttransform: translate3d(28px, 18px, 0) rotate(5deg);\n\t\t\t\t\t}\n\n\t\t\t\t\tto {\n\t\t\t\t\t\topacity: 1;\n\t\t\t\t\t\ttransform: translate3d(0, 0, 0) rotate(2.2deg);\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t.musa-offer-v3__hook {\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}\n\n\t\t\t\t.musa-offer-v3 {\n\t\t\t\t\tmin-height: 202px;\n\t\t\t\t}\n\n\t\t\t\t.musa-hero-v3__scroll {\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t\/* ==================================================================\n\t\t\t * \u0627\u0644\u0645\u0648\u0628\u0627\u064a\u0644: \u0646\u0641\u0633 \u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0646\u0627\u062c\u062d + \u062d\u0631\u0643\u0629 \u0637\u0641\u0648 \u062e\u0641\u064a\u0641\u0629 \u0641\u0642\u0637\n\t\t\t * ================================================================== *\/\n\n\t\t\t@media (max-width: 768px) {\n\t\t\t\t.musa-hero-v3 {\n\t\t\t\t\tmin-height: auto;\n\t\t\t\t\tpadding:\n\t\t\t\t\t\t110px\n\t\t\t\t\t\t12px\n\t\t\t\t\t\t46px;\n\t\t\t\t\tbackground:\n\t\t\t\t\t\tradial-gradient(\n\t\t\t\t\t\t\tcircle at 50% 0%,\n\t\t\t\t\t\t\trgba(0, 210, 255, 0.14),\n\t\t\t\t\t\t\ttransparent 28%\n\t\t\t\t\t\t),\n\t\t\t\t\t\tradial-gradient(\n\t\t\t\t\t\t\tcircle at 0% 72%,\n\t\t\t\t\t\t\trgba(0, 210, 255, 0.07),\n\t\t\t\t\t\t\ttransparent 34%\n\t\t\t\t\t\t),\n\t\t\t\t\t\tlinear-gradient(\n\t\t\t\t\t\t\t160deg,\n\t\t\t\t\t\t\t#050a0f,\n\t\t\t\t\t\t\t#081622 54%,\n\t\t\t\t\t\t\t#050a0f\n\t\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\t.musa-hero-v3__dust,\n\t\t\t\t.musa-hero-v3__glow,\n\t\t\t\t.musa-hero-v3__scroll {\n\t\t\t\t\tdisplay: none !important;\n\t\t\t\t}\n\n\t\t\t\t.musa-hero-v3__badge {\n\t\t\t\t\tmargin-bottom: 19px;\n\t\t\t\t\tpadding: 6px 13px;\n\t\t\t\t\tfont-size: 12px;\n\t\t\t\t}\n\n\t\t\t\t.musa-hero-v3__title {\n\t\t\t\t\tmargin-bottom: 13px;\n\t\t\t\t\tpadding-inline: 3px;\n\t\t\t\t\tfont-size: clamp(32px, 9.2vw, 42px);\n\t\t\t\t\tline-height: 1.42;\n\t\t\t\t}\n\n\t\t\t\t.musa-hero-v3__subtitle {\n\t\t\t\t\tmargin-bottom: 18px;\n\t\t\t\t\tfont-size: clamp(19px, 5.8vw, 24px);\n\t\t\t\t\tline-height: 1.64;\n\t\t\t\t}\n\n\t\t\t\t.musa-hero-v3__desc {\n\t\t\t\t\tmargin-bottom: 27px;\n\t\t\t\t\tpadding-inline: 3px;\n\t\t\t\t\tfont-size: 15.5px;\n\t\t\t\t\tline-height: 1.82;\n\t\t\t\t}\n\n\t\t\t\t.musa-hero-v3__offers {\n\t\t\t\t\tgrid-template-columns: 1fr;\n\t\t\t\t\tgap: 12px;\n\t\t\t\t\twidth: 100%;\n\t\t\t\t\tmargin-bottom: 27px;\n\t\t\t\t}\n\n\t\t\t\t.musa-offer-v3__anchor,\n\t\t\t\t.musa-offer-v3__anchor--free,\n\t\t\t\t.musa-offer-v3__anchor--price {\n\t\t\t\t\ttransform: none;\n\t\t\t\t\tanimation:\n\t\t\t\t\t\tmusa-offer-v3-mobile-enter\n\t\t\t\t\t\t0.6s\n\t\t\t\t\t\tcubic-bezier(0.22, 1, 0.36, 1)\n\t\t\t\t\t\tboth;\n\t\t\t\t}\n\n\t\t\t\t.musa-offer-v3__anchor--free {\n\t\t\t\t\tanimation-delay: 0.12s;\n\t\t\t\t}\n\n\t\t\t\t.musa-offer-v3__anchor--price {\n\t\t\t\t\tanimation-delay: 0.22s;\n\t\t\t\t}\n\n\t\t\t\t@keyframes musa-offer-v3-mobile-enter {\n\t\t\t\t\tfrom {\n\t\t\t\t\t\topacity: 0;\n\t\t\t\t\t\ttransform: translate3d(0, 17px, 0) scale(0.98);\n\t\t\t\t\t}\n\n\t\t\t\t\tto {\n\t\t\t\t\t\topacity: 1;\n\t\t\t\t\t\ttransform: translate3d(0, 0, 0) scale(1);\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t\/*\n\t\t\t\t * \u062d\u0631\u0643\u0629 \u0628\u0633\u064a\u0637\u0629 \u062a\u0639\u062a\u0645\u062f \u0641\u0642\u0637 \u0639\u0644\u0649 transform\u060c\n\t\t\t\t * \u0644\u0627 \u062a\u0633\u062a\u062e\u062f\u0645 JavaScript \u0648\u0644\u0627 Blur \u0645\u062a\u062d\u0631\u0643.\n\t\t\t\t *\/\n\t\t\t\t.musa-offer-v3__motion {\n\t\t\t\t\tanimation:\n\t\t\t\t\t\tmusa-offer-v3-mobile-float\n\t\t\t\t\t\t6.5s\n\t\t\t\t\t\tease-in-out\n\t\t\t\t\t\t0.9s\n\t\t\t\t\t\tinfinite\n\t\t\t\t\t\talternate;\n\t\t\t\t}\n\n\t\t\t\t.musa-offer-v3__anchor--price .musa-offer-v3__motion {\n\t\t\t\t\tanimation-delay: 2.1s;\n\t\t\t\t}\n\n\t\t\t\t@keyframes musa-offer-v3-mobile-float {\n\t\t\t\t\tfrom {\n\t\t\t\t\t\ttransform: translate3d(0, 0, 0);\n\t\t\t\t\t}\n\n\t\t\t\t\tto {\n\t\t\t\t\t\ttransform: translate3d(0, -4px, 0);\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t.musa-offer-v3 {\n\t\t\t\t\tmin-height: 0;\n\t\t\t\t\tpadding: 18px 16px;\n\t\t\t\t\tborder-radius: 19px;\n\t\t\t\t\tbackground:\n\t\t\t\t\t\tlinear-gradient(\n\t\t\t\t\t\t\t145deg,\n\t\t\t\t\t\t\trgba(11, 31, 46, 0.97),\n\t\t\t\t\t\t\trgba(4, 14, 23, 0.98)\n\t\t\t\t\t\t);\n\t\t\t\t\tbox-shadow: 0 14px 35px rgba(0, 0, 0, 0.26);\n\t\t\t\t\tbackdrop-filter: none;\n\t\t\t\t\t-webkit-backdrop-filter: none;\n\t\t\t\t}\n\n\t\t\t\t.musa-offer-v3:hover {\n\t\t\t\t\ttransform: none;\n\t\t\t\t}\n\n\t\t\t\t.musa-offer-v3 h3 {\n\t\t\t\t\tfont-size: 20px;\n\t\t\t\t}\n\n\t\t\t\t.musa-offer-v3 p {\n\t\t\t\t\tfont-size: 13.5px;\n\t\t\t\t}\n\n\t\t\t\t.musa-offer-v3__value strong,\n\t\t\t\t.musa-offer-v3__price-now {\n\t\t\t\t\tfont-size: 25px;\n\t\t\t\t}\n\n\t\t\t\t.musa-hero-v3__button {\n\t\t\t\t\twidth: min(100%, 330px);\n\t\t\t\t\tmin-width: 0;\n\t\t\t\t\tpadding: 15px 20px;\n\t\t\t\t\tfont-size: 18px;\n\t\t\t\t\tbackdrop-filter: none;\n\t\t\t\t\t-webkit-backdrop-filter: none;\n\t\t\t\t}\n\n\t\t\t\t.musa-hero-v3__button::before {\n\t\t\t\t\tdisplay: none;\n\t\t\t\t\tanimation: none;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t@media (max-width: 380px) {\n\t\t\t\t.musa-hero-v3 {\n\t\t\t\t\tpadding-inline: 10px;\n\t\t\t\t}\n\n\t\t\t\t.musa-offer-v3 {\n\t\t\t\t\tpadding-inline: 14px;\n\t\t\t\t}\n\n\t\t\t\t.musa-offer-v3__icon {\n\t\t\t\t\tflex-basis: 36px;\n\t\t\t\t\twidth: 36px;\n\t\t\t\t\theight: 36px;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t@media (prefers-reduced-motion: reduce) {\n\t\t\t\t.musa-hero-v3__dust,\n\t\t\t\t.musa-hero-v3__button::before,\n\t\t\t\t.musa-hero-v3__wheel,\n\t\t\t\t.musa-offer-v3__anchor,\n\t\t\t\t.musa-offer-v3__motion {\n\t\t\t\t\tanimation: none !important;\n\t\t\t\t}\n\n\t\t\t\t.musa-offer-v3,\n\t\t\t\t.musa-hero-v3__button {\n\t\t\t\t\ttransition: none !important;\n\t\t\t\t}\n\t\t\t}\n\t\t<\/style>\n\n\t\t<section\n\t\t\tclass=\"musa-hero-v3\"\n\t\t\tdir=\"rtl\"\n\t\t\tid=\"musa-hero\"\n\t\t>\n\t\t\t<div\n\t\t\t\tclass=\"musa-hero-v3__dust\"\n\t\t\t\taria-hidden=\"true\"\n\t\t\t><\/div>\n\n\t\t\t<div\n\t\t\t\tclass=\"musa-hero-v3__glow\"\n\t\t\t\taria-hidden=\"true\"\n\t\t\t><\/div>\n\n\t\t\t<div class=\"musa-hero-v3__content\">\n\t\t\t\t<div class=\"musa-hero-v3__badge\">\n\t\t\t\t\tA journey to discover the enhanced version - with Montaser Moussa\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"musa-hero-v3__title-stage\">\n\t\t\t\t\t<h1 class=\"musa-hero-v3__title\">\n\t\t\t\t\t\tThe journey of conscious trauma recovery\n\t\t\t\t\t<\/h1>\n\n\t\t\t\t\t<div\n\t\t\t\t\t\tclass=\"musa-hero-v3__offers\"\n\t\t\t\t\t\taria-label=\"Current registration offers\"\n\t\t\t\t\t>\n\t\t\t\t\t\t<div class=\"musa-offer-v3__anchor musa-offer-v3__anchor--free\">\n\t\t\t\t\t\t\t<span\n\t\t\t\t\t\t\t\tclass=\"musa-offer-v3__hook\"\n\t\t\t\t\t\t\t\taria-hidden=\"true\"\n\t\t\t\t\t\t\t><\/span>\n\n\t\t\t\t\t\t\t<div class=\"musa-offer-v3__motion\">\n\t\t\t\t\t\t\t\t<article class=\"musa-offer-v3\">\n\t\t\t\t\t\t\t\t\t<div class=\"musa-offer-v3__topline\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"musa-offer-v3__kicker\">\n\t\t\t\t\t\t\t\t\t\t\tLaunch gift\n\t\t\t\t\t\t\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t\t\t\t<span\n\t\t\t\t\t\t\t\t\t\t\tclass=\"musa-offer-v3__icon\"\n\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\"\n\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t10\n\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"musa-offer-v3__body\">\n\t\t\t\t\t\t\t\t\t\t<h3>First 10 subscribers<\/h3>\n\n\t\t\t\t\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\t\t\t\t\tThey receive a free one-on-one consultation with Montaser Moussa.\n\t\t\t\t\t\t\t\t\t\t<\/p>\n\n\t\t\t\t\t\t\t\t\t\t<div class=\"musa-offer-v3__value\">\n\t\t\t\t\t\t\t\t\t\t\t<strong>Worth $69<\/strong>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t<span class=\"musa-offer-v3__foot\">\n\t\t\t\t\t\t\t\t\t\t\tOne-time booking for the winner\n\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"musa-offer-v3__anchor musa-offer-v3__anchor--price\">\n\t\t\t\t\t\t\t<span\n\t\t\t\t\t\t\t\tclass=\"musa-offer-v3__hook\"\n\t\t\t\t\t\t\t\taria-hidden=\"true\"\n\t\t\t\t\t\t\t><\/span>\n\n\t\t\t\t\t\t\t<div class=\"musa-offer-v3__motion\">\n\t\t\t\t\t\t\t\t<article class=\"musa-offer-v3\">\n\t\t\t\t\t\t\t\t\t<div class=\"musa-offer-v3__topline\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"musa-offer-v3__kicker\">\n\t\t\t\t\t\t\t\t\t\t\tSpecial offer now\n\t\t\t\t\t\t\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t\t\t\t<span\n\t\t\t\t\t\t\t\t\t\t\tclass=\"musa-offer-v3__icon\"\n\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\"\n\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t\u2726\n\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"musa-offer-v3__body\">\n\t\t\t\t\t\t\t\t\t\t<h3>The complete program<\/h3>\n\n\t\t\t\t\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\t\t\t\t\tRegister for the eight-workshop series at the discounted price.\n\t\t\t\t\t\t\t\t\t\t<\/p>\n\n\t\t\t\t\t\t\t\t\t\t<div class=\"musa-offer-v3__price-line\">\n\t\t\t\t\t\t\t\t\t\t\t<strong class=\"musa-offer-v3__price-now\">\n\t\t\t\t\t\t\t\t\t\t\t\t$200\n\t\t\t\t\t\t\t\t\t\t\t<\/strong>\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"musa-offer-v3__price-old\">\n\t\t\t\t\t\t\t\t\t\t\t\t$320\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t<span class=\"musa-offer-v3__foot\">\n\t\t\t\t\t\t\t\t\t\t\tSave $120\n\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t<h2 class=\"musa-hero-v3__subtitle\">\n\t\t\t\t\tThe Eight Workshop Series \u2013 New Season\n\t\t\t\t<\/h2>\n\n\t\t\t\t<p class=\"musa-hero-v3__desc\">\n\t\t\t\t\tA comprehensive journey combining the latest trauma sciences\n\t\t\t\t\t<span class=\"musa-hero-v3__highlight\">\n\t\t\t\t\t\t(Polyvagal, NARM, IFS)\n\t\t\t\t\t<\/span>\n\t\t\t\t\tA deep spiritual perspective to get to the root of the problem and achieve true healing from the inside out.\n\t\t\t\t<\/p>\n\n\t\t\t\t<div class=\"musa-hero-v3__buttons\">\n\t\t\t\t\t<a\n\t\t\t\t\t\thref=\"https:\/\/montasirmusa.com\/en\/?musa_enroll=10746\"\n\t\t\t\t\t\tclass=\"musa-hero-v3__button\"\n\t\t\t\t\t>\n\t\t\t\t\t\tRegister now\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t<a\n\t\t\t\thref=\"#musa-pain\"\n\t\t\t\tclass=\"musa-hero-v3__scroll musa-scroll-link\"\n\t\t\t\tdata-target=\"musa-pain\"\n\t\t\t\taria-label=\"Discover more\"\n\t\t\t>\n\t\t\t\t<span\n\t\t\t\t\tclass=\"musa-hero-v3__mouse\"\n\t\t\t\t\taria-hidden=\"true\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"musa-hero-v3__wheel\"><\/span>\n\t\t\t\t<\/span>\n\n\t\t\t\t<span>Discover more<\/span>\n\t\t\t<\/a>\n\t\t<\/section>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-90428a3 elementor-widget elementor-widget-shortcode\" data-id=\"90428a3\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">    \n    <style>\n        .musa-pain-wrapper {\n            width: 100vw;\n            position: relative;\n            left: 50%; right: 50%;\n            margin-left: -50vw; margin-right: -50vw;\n            \/* \u0627\u0644\u062e\u0644\u0641\u064a\u0629 \u0627\u0644\u0637\u0628\u064a\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 *\/\n            background-image: \n                linear-gradient(to bottom, rgba(5, 10, 15, 0.8) 0%, rgba(5, 10, 15, 0.2) 20%, rgba(5, 10, 15, 0.2) 80%, rgba(5, 10, 15, 0.9) 100%),\n                url('https:\/\/montasirmusa.com\/wp-content\/uploads\/2026\/07\/\u062e\u0644\u0641\u064a\u0629-\u0627\u0644\u0642\u0633\u0645-\u0627\u0644\u062b\u0627\u0646\u064a-muntasir-musa-scaled.webp');\n            background-size: cover;\n            background-position: center center;\n            background-repeat: no-repeat;\n            padding: 100px 20px;\n            box-sizing: border-box;\n            font-family: 'Cairo', sans-serif !important;\n            overflow: hidden;\n            border-bottom: 1px solid rgba(0, 210, 255, 0.05);\n            \/* \u062a\u0647\u064a\u0626\u0629 \u0627\u0644\u0645\u0646\u0638\u0648\u0631 \u0644\u062a\u0623\u062b\u064a\u0631 \u0627\u0644\u0640 3D *\/\n            perspective: 1000px;\n        }\n\n        \/* \ud83e\udde0 \u0627\u0644\u0646\u0628\u0636\u0627\u062a \u0627\u0644\u0639\u0635\u0628\u064a\u0629 (Synapses) *\/\n        .musa-synapses-layer {\n            position: absolute; top: 0; left: 0; width: 100%; height: 100%;\n            pointer-events: none; z-index: 1; overflow: hidden;\n        }\n        \n        .musa-synapse {\n            position: absolute;\n            width: 4px; height: 4px;\n            background: #00d2ff;\n            border-radius: 50%;\n            box-shadow: 0 0 15px 3px rgba(0, 210, 255, 0.8);\n            opacity: 0;\n            animation: musa-pulse-anim var(--duration) ease-in-out infinite;\n            animation-delay: var(--delay);\n        }\n\n        \/* \u0645\u0633\u0627\u0631\u0627\u062a \u0627\u0644\u0646\u0628\u0636\u0627\u062a \u0627\u0644\u0639\u0635\u0628\u064a\u0629 \u0628\u0627\u062a\u062c\u0627\u0647 \u0627\u0644\u0645\u0646\u062a\u0635\u0641 *\/\n        @keyframes musa-pulse-anim {\n            0% { transform: translate(0, 0) scale(1); opacity: 0; }\n            20% { opacity: 1; }\n            80% { opacity: 1; }\n            100% { transform: translate(var(--tx), var(--ty)) scale(0.3); opacity: 0; }\n        }\n\n        \/* \u062a\u0648\u0632\u064a\u0639 \u0627\u0644\u0646\u0628\u0636\u0627\u062a \u0645\u0646 \u0627\u0644\u0623\u0637\u0631\u0627\u0641 \u0644\u0644\u0645\u062e *\/\n        .syn-1 { top: 35%; right: 25%; --tx: -200px; --ty: 80px; --duration: 3s; --delay: 0s; }\n        .syn-2 { top: 65%; right: 20%; --tx: -250px; --ty: -50px; --duration: 4s; --delay: 1s; }\n        .syn-3 { top: 30%; left: 25%; --tx: 200px; --ty: 100px; --duration: 3.5s; --delay: 0.5s; }\n        .syn-4 { top: 70%; left: 20%; --tx: 250px; --ty: -80px; --duration: 4.5s; --delay: 1.5s; }\n        .syn-5 { top: 20%; right: 40%; --tx: -80px; --ty: 150px; --duration: 3.2s; --delay: 2s; }\n        .syn-6 { top: 20%; left: 40%; --tx: 80px; --ty: 150px; --duration: 3.8s; --delay: 0.8s; }\n\n        .musa-pain-container {\n            max-width: 1250px; margin: 0 auto; position: relative; z-index: 5;\n        }\n        \n        .musa-pain-header { text-align: center; margin-bottom: 60px; }\n        .musa-pain-header h2 {\n            font-size: 46px; font-weight: 900; color: #ffffff;\n            margin-bottom: 15px; font-family: 'Cairo', sans-serif !important;\n            text-shadow: 0 5px 15px rgba(0,0,0,0.5);\n        }\n        .musa-pain-header p {\n            font-size: 20px; color: #cbd5e1; max-width: 800px;\n            margin: 0 auto; line-height: 1.6; font-weight: 500;\n        }\n        \n        .musa-pain-content-wrap {\n            display: flex; justify-content: space-between; align-items: stretch; gap: 20px;\n        }\n        \n        .musa-col { width: 35%; display: flex; flex-direction: column; gap: 25px; }\n        .musa-col-center { width: 30%; pointer-events: none; }\n\n        \/* \ud83e\uddca \u0627\u0644\u0643\u0631\u0648\u062a \u0627\u0644\u0632\u062c\u0627\u062c\u064a\u0629 \u0648\u062a\u062c\u0647\u064a\u0632\u0647\u0627 \u0644\u0644\u0640 3D *\/\n        .musa-pain-card {\n            background: rgba(10, 20, 32, 0.5);\n            backdrop-filter: blur(10px);\n            -webkit-backdrop-filter: blur(10px);\n            border: 1px solid rgba(0, 210, 255, 0.2);\n            border-radius: 16px;\n            padding: 22px 25px;\n            display: flex; align-items: center; gap: 20px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.3);\n            \/* \u062a\u062c\u0647\u064a\u0632\u0627\u062a \u0627\u0644\u0640 3D *\/\n            transform-style: preserve-3d;\n            transition: transform 0.1s ease-out, border-color 0.3s, box-shadow 0.3s;\n            position: relative;\n            overflow: hidden;\n            cursor: default;\n        }\n        \n        \/* \u0637\u0628\u0642\u0629 \u0627\u0644\u0644\u0645\u0639\u0627\u0646 \u0627\u0644\u062f\u0627\u062e\u0644\u064a \u0627\u0644\u062a\u0641\u0627\u0639\u0644\u064a\u0629 *\/\n        .musa-card-shine {\n            position: absolute; top: 0; left: 0; width: 100%; height: 100%;\n            background: transparent;\n            pointer-events: none;\n            z-index: 1;\n            transition: opacity 0.3s ease;\n            opacity: 0;\n        }\n\n        .musa-pain-card:hover {\n            border-color: rgba(0, 210, 255, 0.6);\n            box-shadow: 0 15px 40px rgba(0, 210, 255, 0.2);\n            z-index: 10;\n        }\n\n        .musa-pain-card:hover .musa-card-shine { opacity: 1; }\n\n        \/* \u0631\u0641\u0639 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u062f\u0627\u062e\u0644\u064a \u0641\u0648\u0642 \u0644\u0645\u0639\u0629 \u0627\u0644\u0640 3D *\/\n        .musa-pain-icon, .musa-pain-text { transform: translateZ(20px); position: relative; z-index: 2; }\n\n        .musa-pain-icon {\n            flex-shrink: 0; width: 55px; height: 55px;\n            background: rgba(0, 210, 255, 0.1); border-radius: 14px;\n            display: flex; align-items: center; justify-content: center;\n            color: #00d2ff;\n            border: 1px solid rgba(0, 210, 255, 0.2);\n        }\n        .musa-pain-icon svg { width: 26px; height: 26px; fill: currentColor; }\n        \n        .musa-pain-text {\n            color: #f8fafc; font-size: 18px; font-weight: 700;\n            line-height: 1.6; margin: 0;\n            font-family: 'Cairo', sans-serif !important;\n        }\n        \n        \/* \u0627\u0644\u0628\u0644\u0648\u0643\u0629 \u0627\u0644\u0633\u0641\u0644\u064a\u0629 *\/\n        .musa-pain-bottom-box {\n            background: rgba(10, 20, 32, 0.7);\n            backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);\n            border: 1px solid rgba(0, 210, 255, 0.4);\n            border-radius: 50px;\n            padding: 25px 40px; margin: 60px auto 0;\n            text-align: center; max-width: 900px;\n            box-shadow: 0 20px 50px rgba(0,0,0,0.5);\n            transition: all 0.3s ease;\n        }\n        .musa-pain-bottom-box:hover {\n            box-shadow: 0 20px 50px rgba(0, 210, 255, 0.2); border-color: #00d2ff;\n        }\n        .musa-pain-bottom-box h3 {\n            font-family: 'Cairo', sans-serif !important; color: #ffffff;\n            font-size: 28px; font-weight: 900; margin: 0; line-height: 1.5;\n        }\n        .musa-pain-bottom-box h3 span { color: #00d2ff; }\n\n        \/* =============================================\n           \ud83d\udcf1 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0623\u062f\u0627\u0621 \u0627\u0644\u0642\u0633\u0648\u0649 \u0644\u0644\u0645\u0648\u0628\u0627\u064a\u0644 \n           ============================================= *\/\n        @media (max-width: 991px) {\n            .musa-col { width: 45%; }\n            .musa-col-center { width: 10%; }\n            \/* \u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u0646\u0628\u0636\u0627\u062a \u0648\u0627\u0644\u0640 3D \u0639\u0644\u0649 \u0627\u0644\u062a\u0627\u0628\u0644\u062a \u0648\u0627\u0644\u0645\u0648\u0628\u0627\u064a\u0644 \u0644\u062a\u0648\u0641\u064a\u0631 \u0627\u0644\u0628\u0637\u0627\u0631\u064a\u0629 \u0648\u0627\u0644\u0623\u062f\u0627\u0621 *\/\n            .musa-synapses-layer { display: none !important; }\n            .musa-pain-card { transform: none !important; transition: transform 0.3s ease; }\n            .musa-pain-card:hover { transform: translateY(-5px) !important; }\n        }\n        \n        @media (max-width: 768px) {\n            .musa-pain-header h2 { font-size: 34px; }\n            .musa-pain-content-wrap { flex-direction: column; }\n            .musa-col { width: 100%; gap: 15px; }\n            .musa-col-center { display: none; }\n            .musa-pain-card { padding: 18px; }\n            .musa-pain-bottom-box { padding: 20px; border-radius: 20px; margin-top: 40px; }\n            .musa-pain-bottom-box h3 { font-size: 22px; }\n        }\n    <\/style>\n\n    <div class=\"musa-pain-wrapper\" dir=\"rtl\" id=\"musa-pain\">\n        \n        <!-- \ud83e\udde0 \u0637\u0628\u0642\u0629 \u0627\u0644\u0646\u0628\u0636\u0627\u062a \u0627\u0644\u0639\u0635\u0628\u064a\u0629 (\u062a\u0639\u0645\u0644 \u0639\u0644\u0649 \u0627\u0644\u062f\u064a\u0633\u0643\u062a\u0648\u0628 \u0641\u0642\u0637) -->\n        <div class=\"musa-synapses-layer\">\n            <div class=\"musa-synapse syn-1\"><\/div>\n            <div class=\"musa-synapse syn-2\"><\/div>\n            <div class=\"musa-synapse syn-3\"><\/div>\n            <div class=\"musa-synapse syn-4\"><\/div>\n            <div class=\"musa-synapse syn-5\"><\/div>\n            <div class=\"musa-synapse syn-6\"><\/div>\n        <\/div>\n\n        <div class=\"musa-pain-container\">\n            <div class=\"musa-pain-header\">\n                <h2>Do you feel this?<\/h2>\n                <p>You are not alone, and this is not laziness or weakness. These are signs that your nervous system is still in &quot;survival&quot; mode.<\/p>\n            <\/div>\n            \n            <div class=\"musa-pain-content-wrap\">\n                <!-- \u0627\u0644\u0639\u0645\u0648\u062f \u0627\u0644\u0623\u064a\u0645\u0646 -->\n                <div class=\"musa-col\">\n                    <div class=\"musa-pain-card musa-3d-card\">\n                        <div class=\"musa-card-shine\"><\/div>\n                        <div class=\"musa-pain-icon\">\n                            <svg viewbox=\"0 0 640 512\"><path d=\"M32 64C14.3 64 0 78.3 0 96L0 352c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32L32 64zM496 160l0 128c26.5 0 48-21.5 48-48l0-32c0-26.5-21.5-48-48-48z\"\/><\/svg>\n                        <\/div>\n                        <p class=\"musa-pain-text\">You feel constantly exhausted even though you get enough sleep.<\/p>\n                    <\/div>\n                    \n                    <div class=\"musa-pain-card musa-3d-card\">\n                        <div class=\"musa-card-shine\"><\/div>\n                        <div class=\"musa-pain-icon\">\n                            <svg viewbox=\"0 0 512 512\"><path d=\"M256 0c141.4 0 256 114.6 256 256s-114.6 256-256 256S0 397.4 0 256 114.6 0 256 0zM152.4 152.4c-25 25-25 65.5 0 90.5s65.5 25 90.5 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-8.3 8.3-21.8 8.3-30.2 0s-8.3-21.8 0-30.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0zM359.6 242.9c25 25 25 65.5 0 90.5s-65.5 25-90.5 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c8.3 8.3 21.8 8.3 30.2 0s8.3-21.8 0-30.2c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0z\"\/><\/svg>\n                        <\/div>\n                        <p class=\"musa-pain-text\">You look successful and strong on the outside, but you feel a silent collapse on the inside.<\/p>\n                    <\/div>\n                    \n                    <div class=\"musa-pain-card musa-3d-card\">\n                        <div class=\"musa-card-shine\"><\/div>\n                        <div class=\"musa-pain-icon\">\n                            <svg viewbox=\"0 0 512 512\"><path d=\"M142.9 142.9c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8H463.5c0 0 0 0 0 0H472c13.3 0 24-10.7 24-24V72c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5c7.7-21.8 20.2-42.3 37.8-59.8zM16 312v7.6 .7V440c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l41.6-41.6c87.6 86.5 228.7 86.2 315.8-1c24.4-24.4 42-53.1 52.8-83.8c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.2 62.2-162.7 62.5-225.3 1L185 329c6.9-6.9 8.9-17.2 5.2-26.2s-12.5-14.8-22.2-14.8H48.4h-.7H40c-13.3 0-24 10.7-24 24z\"\/><\/svg>\n                        <\/div>\n                        <p class=\"musa-pain-text\">You find yourself repeating the same harmful patterns in relationships and at work.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- \u0645\u0633\u0627\u062d\u0629 \u0641\u0627\u0631\u063a\u0629 \u0644\u0638\u0647\u0648\u0631 \u0627\u0644\u0645\u062e -->\n                <div class=\"musa-col-center\"><\/div>\n\n                <!-- \u0627\u0644\u0639\u0645\u0648\u062f \u0627\u0644\u0623\u064a\u0633\u0631 -->\n                <div class=\"musa-col\">\n                    <div class=\"musa-pain-card musa-3d-card\">\n                        <div class=\"musa-card-shine\"><\/div>\n                        <div class=\"musa-pain-icon\">\n                            <svg viewbox=\"0 0 448 512\"><path d=\"M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-240c0-8.8 7.2-16 16-16H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16zm16 48H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z\"\/><\/svg>\n                        <\/div>\n                        <p class=\"musa-pain-text\">You read self-help books and attend courses, but nothing really changes.<\/p>\n                    <\/div>\n                    \n                    <div class=\"musa-pain-card musa-3d-card\">\n                        <div class=\"musa-card-shine\"><\/div>\n                        <div class=\"musa-pain-icon\">\n                            <svg viewbox=\"0 0 448 512\"><path d=\"M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V256c0 17.7 14.3 32 32 32s32-14.3 32-32V32zM122.5 137.5c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L32 137.5C19.5 150 19.5 170.3 32 182.8s32.8 12.5 45.3 0l45.3-45.3zM416 182.8c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-45.3 45.3c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l45.3-45.3zM122.5 374.5l-45.3-45.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L77.3 419.7c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3zM416 329.2c-12.5-12.5-32.8-12.5-45.3 0l-45.3 45.3c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 374.5c12.5-12.5 12.5-32.8 0-45.3zM256 480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256c0-17.7 14.3-32 32-32s32 14.3 32 32V480z\"\/><\/svg>\n                        <\/div>\n                        <p class=\"musa-pain-text\">You suffer from persistent anxiety or &quot;emotional numbness&quot; for which you do not understand the cause.<\/p>\n                    <\/div>\n                    \n                    <div class=\"musa-pain-card musa-3d-card\">\n                        <div class=\"musa-card-shine\"><\/div>\n                        <div class=\"musa-pain-icon\">\n                            <svg viewbox=\"0 0 640 512\"><path d=\"M170.7 256c-17.7 0-32 14.3-32 32s14.3 32 32 32h298.7c17.7 0 32-14.3 32-32s-14.3-32-32-32H170.7zM0 320c0 88.4 71.6 160 160 160h160c17.7 0 32-14.3 32-32s-14.3-32-32-32H160c-53 0-96-43-96-96s43-96 96-96h160c17.7 0 32-14.3 32-32s-14.3-32-32-32H160C71.6 160 0 231.6 0 320zm480-160c53 0 96 43 96 96s-43 96-96 96H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h160c88.4 0 160-71.6 160-160s-71.6-160-160-160H480c-17.7 0-32 14.3-32 32s14.3 32 32 32z\"\/><\/svg>\n                        <\/div>\n                        <p class=\"musa-pain-text\">You feel &quot;stuck&quot; and restricted despite all your attempts to break free.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- \u0627\u0644\u0628\u0644\u0648\u0643\u0629 \u0627\u0644\u0645\u0631\u0643\u0632\u064a\u0629 \u0627\u0644\u0633\u0641\u0644\u064a\u0629 -->\n            <div class=\"musa-pain-bottom-box\">\n                <p>If you answered &quot;yes&quot; to any of these points, then this trip is specifically designed to take you by the hand towards safety.<\/span><\/p>\n                <h3>The problem isn&#039;t just your ideas... <span>Rather, it&#039;s in your nervous system.<\/span><\/h3>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- \u0633\u0643\u0631\u064a\u0628\u062a \u062a\u0634\u063a\u064a\u0644 \u062a\u0623\u062b\u064a\u0631 \u0627\u0644\u0640 3D \u0648\u0627\u0644\u0644\u0645\u0639\u0627\u0646 \u0627\u0644\u0632\u062c\u0627\u062c\u064a -->\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            \/\/ \u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u0640 3D \u0641\u0642\u0637 \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0627\u062a \u0627\u0644\u0643\u0628\u064a\u0631\u0629 (\u0627\u0644\u062f\u064a\u0633\u0643\u062a\u0648\u0628) \u0644\u062d\u0645\u0627\u064a\u0629 \u0627\u0644\u0623\u062f\u0627\u0621 \u0641\u064a \u0627\u0644\u0645\u0648\u0628\u0627\u064a\u0644\n            if (window.innerWidth >= 992) {\n                const cards = document.querySelectorAll('.musa-3d-card');\n                \n                cards.forEach(card => {\n                    const shine = card.querySelector('.musa-card-shine');\n                    \n                    card.addEventListener('mousemove', e => {\n                        const rect = card.getBoundingClientRect();\n                        const x = e.clientX - rect.left;\n                        const y = e.clientY - rect.top;\n                        \n                        \/\/ \u062d\u0633\u0627\u0628 \u0632\u0627\u0648\u064a\u0629 \u0627\u0644\u0645\u064a\u0644\u0627\u0646 \u0628\u0646\u0627\u0621\u064b \u0639\u0644\u0649 \u0645\u0643\u0627\u0646 \u0627\u0644\u0645\u0627\u0648\u0633\n                        const centerX = rect.width \/ 2;\n                        const centerY = rect.height \/ 2;\n                        const rotateX = ((y - centerY) \/ centerY) * -8; \/\/ \u0623\u0642\u0635\u0649 \u0645\u064a\u0644 8 \u062f\u0631\u062c\u0627\u062a\n                        const rotateY = ((x - centerX) \/ centerX) * 8;\n\n                        card.style.transform = `perspective(1000px) rotateX(${rotateX}deg) rotateY(${rotateY}deg) translateY(-5px)`;\n                        \n                        \/\/ \u062a\u062d\u0631\u064a\u0643 \u0627\u0644\u0625\u0636\u0627\u0621\u0629 \u0627\u0644\u0632\u062c\u0627\u062c\u064a\u0629\n                        if(shine) {\n                            shine.style.background = `radial-gradient(circle at ${x}px ${y}px, rgba(0, 210, 255, 0.15) 0%, transparent 50%)`;\n                        }\n                    });\n                    \n                    \/\/ \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0643\u0627\u0631\u062a \u0644\u0648\u0636\u0639\u0647 \u0627\u0644\u0637\u0628\u064a\u0639\u064a \u0639\u0646\u062f \u062e\u0631\u0648\u062c \u0627\u0644\u0645\u0627\u0648\u0633\n                    card.addEventListener('mouseleave', () => {\n                        card.style.transform = `perspective(1000px) rotateX(0) rotateY(0) translateY(0)`;\n                        if(shine) {\n                            shine.style.background = `transparent`;\n                        }\n                    });\n                });\n            }\n        });\n    <\/script>\n\n    <\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d88e80c elementor-widget elementor-widget-shortcode\" data-id=\"d88e80c\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">    \n    <style>\n        \/* \u0627\u0644\u062d\u0627\u0648\u064a\u0629 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0644\u0644\u0642\u0633\u0645 \u0628\u0639\u0631\u0636 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u0643\u0627\u0645\u0644 \u0648\u062a\u0648\u0633\u064a\u0637 \u0622\u0645\u0646 \u0644\u0644\u0645\u0648\u0628\u0627\u064a\u0644 *\/\n        .musa-methods-wrapper {\n            width: 100vw; max-width: 100vw;\n            position: relative;\n            left: 50%;\n            transform: translateX(-50%);\n            background: radial-gradient(circle at top, #0c1a28 0%, #050a0f 70%);\n            padding: 100px 20px;\n            box-sizing: border-box;\n            font-family: 'Cairo', sans-serif !important;\n            overflow: hidden;\n            border-bottom: 1px solid rgba(0, 210, 255, 0.05);\n        }\n        \n        \/* \u062a\u0623\u062b\u064a\u0631 \u0627\u0644\u062a\u0648\u0647\u062c \u0641\u064a \u0627\u0644\u062e\u0644\u0641\u064a\u0629 *\/\n        .musa-methods-bg-glow {\n            position: absolute; top: 50%; left: 50%;\n            transform: translate(-50%, -50%);\n            width: 800px; height: 800px;\n            background: radial-gradient(circle, rgba(0, 210, 255, 0.05) 0%, transparent 60%);\n            z-index: 1; pointer-events: none;\n        }\n\n        \/* \u2728 \u063a\u0628\u0627\u0631 \u0627\u0644\u0646\u062c\u0648\u0645 \u0627\u0644\u0645\u062a\u062d\u0631\u0643 (\u0645\u062e\u0635\u0635 \u0644\u0644\u0634\u0627\u0634\u0627\u062a \u0627\u0644\u0643\u0628\u064a\u0631\u0629 \u0641\u0642\u0637) \u2728 *\/\n        .musa-dust-particles-mth {\n            position: absolute;\n            top: 0; left: 0; right: 0; bottom: 0;\n            z-index: 2; pointer-events: none;\n            background-image: \n                radial-gradient(2px 2px at 40px 70px, rgba(0, 210, 255, 0.5) 50%, transparent),\n                radial-gradient(3px 3px at 120px 40px, rgba(255, 255, 255, 0.3) 50%, transparent),\n                radial-gradient(2px 2px at 250px 120px, rgba(0, 210, 255, 0.4) 50%, transparent),\n                radial-gradient(4px 4px at 320px 80px, rgba(0, 210, 255, 0.2) 50%, transparent),\n                radial-gradient(2px 2px at 450px 30px, rgba(255, 255, 255, 0.3) 50%, transparent),\n                radial-gradient(3px 3px at 520px 150px, rgba(0, 210, 255, 0.4) 50%, transparent);\n            background-size: 600px 600px;\n            animation: musa-dust-anim 40s linear infinite;\n        }\n\n        @keyframes musa-dust-anim {\n            from { background-position: 0 0; }\n            to { background-position: 600px -1200px; }\n        }\n\n        .musa-methods-container { \n            max-width: 1250px; margin: 0 auto; position: relative; z-index: 5; \n        }\n\n        \/* \u0627\u0644\u0647\u064a\u062f\u0631 \u0627\u0644\u062e\u0627\u0635 \u0628\u0627\u0644\u0642\u0633\u0645 *\/\n        .musa-methods-header { text-align: center; margin-bottom: 60px; }\n        .musa-methods-header h2 { \n            font-size: 42px; font-weight: 900; color: #ffffff; \n            margin-bottom: 20px; font-family: 'Cairo', sans-serif !important;\n        }\n        .musa-methods-header p { \n            font-size: 19px; color: #94a3b8; max-width: 800px; \n            margin: 0 auto; line-height: 1.6; font-weight: 500;\n        }\n\n        \/* \u0634\u0628\u0643\u0629 \u0627\u0644\u0643\u0631\u0648\u062a (4 \u0628\u062c\u0648\u0627\u0631 \u0628\u0639\u0636) *\/\n        .musa-methods-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr); \/* 4 \u0623\u0639\u0645\u062f\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062a \u0627\u0644\u0643\u0628\u064a\u0631\u0629 *\/\n            gap: 25px;\n        }\n\n        \/* \u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0643\u0627\u0631\u062a \u0627\u0644\u062f\u0627\u0643\u0646 *\/\n        .musa-method-card {\n            background: #0b121d; \/* \u0644\u0648\u0646 \u0645\u0637\u0627\u0628\u0642 \u0644\u0635\u0648\u0631\u0643 *\/\n            border: 1px solid rgba(255, 255, 255, 0.05);\n            border-radius: 16px; \n            padding: 40px 25px;\n            text-align: center; \n            transition: all 0.4s ease;\n            position: relative; overflow: hidden;\n            display: flex; flex-direction: column; align-items: center;\n        }\n\n        .musa-method-card:hover {\n            transform: translateY(-8px);\n            background: #0f1826; \n            box-shadow: 0 15px 40px rgba(0,0,0,0.5);\n            border-color: rgba(0, 210, 255, 0.2);\n        }\n\n        \/* \u062d\u0627\u0648\u064a\u0629 \u0627\u0644\u0623\u064a\u0642\u0648\u0646\u0627\u062a \u0648\u062a\u0644\u0648\u064a\u0646\u0647\u0627 *\/\n        .musa-method-icon {\n            margin-bottom: 35px;\n            display: flex; justify-content: center; align-items: center;\n            height: 60px; width: 60px;\n        }\n        \n        .musa-method-icon svg { width: 100%; height: auto; }\n        \n        \/* \u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u0623\u064a\u0642\u0648\u0646\u0627\u062a \u0645\u062e\u0635\u0635\u0629 \u0644\u0643\u0644 \u0643\u0627\u0631\u062a *\/\n        .icon-brain svg { fill: #ff769b; filter: drop-shadow(0 0 8px rgba(255, 118, 155, 0.4)); }\n        .icon-plant svg { fill: #65d47e; filter: drop-shadow(0 0 8px rgba(101, 212, 126, 0.4)); }\n        .icon-puzzle svg { fill: #c0d860; filter: drop-shadow(0 0 8px rgba(192, 216, 96, 0.4)); }\n        .icon-heart svg { fill: #fdbf5e; filter: drop-shadow(0 0 8px rgba(253, 191, 94, 0.4)); }\n\n        \/* \u0646\u0635\u0648\u0635 \u0627\u0644\u0643\u0627\u0631\u062a *\/\n        .musa-method-title {\n            color: #00d2ff; font-size: 22px; font-weight: 800; \n            margin-bottom: 5px; font-family: 'Cairo', sans-serif !important;\n        }\n        .musa-method-subtitle {\n            color: #00d2ff; font-size: 16px; font-weight: 600; \n            margin-bottom: 20px; display: block;\n        }\n\n        .musa-method-desc {\n            color: #cbd5e1; font-size: 16px; line-height: 1.7; margin: 0; font-weight: 500;\n        }\n\n        \/* =============================================\n           \ud83d\udcf1 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0623\u062f\u0627\u0621 \u0627\u0644\u0642\u0633\u0648\u0649 \u0644\u0644\u0645\u0648\u0628\u0627\u064a\u0644 \u0648\u0627\u0644\u062a\u0627\u0628\u0644\u062a \n           ============================================= *\/\n        @media (max-width: 1024px) {\n            .musa-methods-grid { grid-template-columns: repeat(2, 1fr); }\n        }\n\n        @media (max-width: 768px) {\n            .musa-methods-wrapper { \n                padding: 80px 15px 60px; \n                background: #050a0f !important; \/* \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062a\u062f\u0631\u062c \u0644\u062a\u0633\u0631\u064a\u0639 \u0627\u0644\u0645\u0639\u0627\u0644\u062c\u0629 *\/\n            }\n            \/* \u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0623\u0646\u064a\u0645\u064a\u0634\u0646 \u0644\u0639\u062f\u0645 \u0627\u0633\u062a\u0647\u0644\u0627\u0643 \u0631\u0627\u0645\u0627\u062a \u0627\u0644\u0645\u0648\u0628\u0627\u064a\u0644 *\/\n            .musa-dust-particles-mth, .musa-methods-bg-glow { \n                display: none !important; \n            }\n            .musa-methods-header h2 { font-size: 32px; padding: 0 10px; }\n            .musa-methods-header p { font-size: 16px; padding: 0 15px; }\n            .musa-methods-grid { grid-template-columns: 1fr; gap: 20px; }\n            .musa-method-card { padding: 30px 20px; }\n        }\n    <\/style>\n\n    <div class=\"musa-methods-wrapper\" dir=\"rtl\" id=\"musa-methods\">\n        <!-- \u0627\u0644\u062e\u0644\u0641\u064a\u0627\u062a \u0627\u0644\u0645\u0636\u064a\u0626\u0629 \u0648\u0627\u0644\u0645\u062a\u062d\u0631\u0643\u0629 \u062a\u0639\u0645\u0644 \u0641\u0642\u0637 \u0639\u0644\u0649 \u0627\u0644\u0644\u0627\u0628\u062a\u0648\u0628 -->\n        <div class=\"musa-methods-bg-glow\"><\/div>\n        <div class=\"musa-dust-particles-mth\"><\/div>\n\n        <div class=\"musa-methods-container\">\n            \n            <div class=\"musa-methods-header\">\n                <h2>Global methodologies, from an Arab spiritual perspective<\/h2>\n                <p>This is not just a course; it is a comprehensive roadmap that combines the latest in trauma science with profound spiritual wisdom.<\/p>\n            <\/div>\n\n            <div class=\"musa-methods-grid\">\n                \n                <!-- Card 1: \u0627\u0644\u0625\u0645\u0627\u0645 \u0627\u0644\u063a\u0632\u0627\u0644\u064a (\u0627\u0644\u064a\u0645\u064a\u0646) -->\n                <div class=\"musa-method-card\">\n                    <div class=\"musa-method-icon icon-heart\">\n                        <!-- \u0623\u064a\u0642\u0648\u0646\u0629 \u0627\u0644\u0642\u0644\u0628 \u0627\u0644\u0646\u0642\u064a \u0627\u0644\u0645\u0636\u064a\u0621 \u0644\u062a\u0632\u0643\u064a\u0629 \u0627\u0644\u0646\u0641\u0633 (\u0622\u0645\u0646\u0629 \u062a\u0645\u0627\u0645\u0627\u064b) -->\n                        <svg viewbox=\"0 0 512 512\"><path d=\"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z\"\/><\/svg>\n                    <\/div>\n                    <h3 class=\"musa-method-title\">Imam Al-Ghazali&#039;s perspective<\/h3>\n                    <span class=\"musa-method-subtitle\"><\/span>\n                    <p class=\"musa-method-desc\">Combining profound spiritual wisdom with modern psychology to purify the soul and heart.<\/p>\n                <\/div>\n\n                <!-- Card 2: \u0646\u0638\u0627\u0645 IFS -->\n                <div class=\"musa-method-card\">\n                    <div class=\"musa-method-icon icon-puzzle\">\n                        <!-- \u0623\u064a\u0642\u0648\u0646\u0629 \u0627\u0644\u0628\u0627\u0632\u0644 \u0627\u0644\u0645\u062c\u0645\u0639\u0629 -->\n                        <svg viewbox=\"0 0 512 512\"><path d=\"M400 256c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48zm-144 0c0-79.5 64.5-144 144-144h48V48c0-26.5-21.5-48-48-48H256v48c0 26.5-21.5 48-48 48s-48-21.5-48-48V0H48C21.5 0 0 21.5 0 48v152h48c26.5 0 48 21.5 48 48s-21.5 48-48 48H0v152c0 26.5 21.5 48 48 48h152v-48c0-26.5 21.5-48 48-48s48 21.5 48 48v48h152c26.5 0 48-21.5 48-48V304h-48c-26.5 0-48-21.5-48-48z\"\/><\/svg>\n                    <\/div>\n                    <h3 class=\"musa-method-title\">IFS system<\/h3>\n                    <span class=\"musa-method-subtitle\"><\/span>\n                    <p class=\"musa-method-desc\">Recognize and reconcile with your inner conflicts instead of fighting and suppressing them.<\/p>\n                <\/div>\n\n                <!-- Card 3: \u0646\u0645\u0648\u0630\u062c NARM -->\n                <div class=\"musa-method-card\">\n                    <div class=\"musa-method-icon icon-plant\">\n                        <!-- \u0623\u064a\u0642\u0648\u0646\u0629 \u0627\u0644\u0646\u0628\u062a\u0629 \u0627\u0644\u0645\u062a\u0646\u0627\u0645\u064a\u0629 -->\n                        <svg viewbox=\"0 0 512 512\"><path d=\"M512 64c0 114.9-114.6 208-256 208H240v176c0 13.3-10.7 24-24 24s-24-10.7-24-24V272c0-114.9 114.6-208 256-208h16c13.3 0 24 10.7 24 24zM0 224c0-114.9 114.6-208 256-208h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H256c-114.9 0-208 71.6-208 160v16c0 13.3-10.7 24-24 24s-24-10.7-24-24V224z\"\/><\/svg>\n                    <\/div>\n                    <h3 class=\"musa-method-title\">NARM model<\/h3>\n                    <span class=\"musa-method-subtitle\"><\/span>\n                    <p class=\"musa-method-desc\">Discovering early attachment wounds and how they have affected your life and your spiritual and daily behavior.<\/p>\n                <\/div>\n\n                <!-- Card 4: \u0646\u0638\u0631\u064a\u0629 \u0628\u0648\u0644\u064a \u0641\u064a\u062c\u0627\u0644 (\u0627\u0644\u064a\u0633\u0627\u0631) -->\n                <div class=\"musa-method-card\">\n                    <div class=\"musa-method-icon icon-brain\">\n                        <!-- \u0623\u064a\u0642\u0648\u0646\u0629 \u0627\u0644\u0645\u062e \u0627\u0644\u0628\u0634\u0631\u064a -->\n                        <svg viewbox=\"0 0 512 512\"><path d=\"M208 0c-29.9 0-54.7 20.5-61.8 48.2-.8 0-1.4-.2-2.2-.2-35.3 0-64 28.7-64 64 0 4.8 .6 9.5 1.7 14C52.5 138 32 166.6 32 200c0 12.6 3.2 24.3 8.3 34.9C16.3 248.7 0 274.3 0 304c0 33.3 20.3 61.3 48.7 73.9C43.5 388.5 40 399.2 40 410c0 40.8 33.2 74 74 74c26.1 0 49.3-13.5 61.8-33.6 15 13.9 34.9 22.6 56.2 22.6c31.1 0 58-17.7 72-43.7 14 26 40.9 43.7 72 43.7 21.3 0 41.2-8.7 56.2-22.6 12.5 20.1 35.7 33.6 61.8 33.6 40.8 0 74-33.2 74-74 0-10.8-3.5-21.5-8.7-32.1C491.7 365.3 512 337.3 512 304c0-29.7-16.3-55.3-40.3-69.1 5.2-10.6 8.3-22.3 8.3-34.9 0-33.4-20.5-62-49.7-74 1.1-4.5 1.7-9.2 1.7-14 0-35.3-28.7-64-64-64-.8 0-1.5 .2-2.2 .2C358.7 20.5 333.9 0 304 0c-26.6 0-49.4 16.2-59.5 39.6C234.4 16.2 211.6 0 184 0z\"\/><\/svg>\n                    <\/div>\n                    <h3 class=\"musa-method-title\">Polyvigal Theory<\/h3>\n                    <span class=\"musa-method-subtitle\"> <\/span>\n                    <p class=\"musa-method-desc\">Understanding how your nervous system governs your sense of safety and danger, and how to regain control over it.<\/p>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd938b8 elementor-widget elementor-widget-shortcode\" data-id=\"fd938b8\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<style id=\"musa-iceberg-v2-css\">\n\t\t\t.musa-iceberg-wrapper,\n\t\t\t.musa-iceberg-wrapper * {\n\t\t\t\tbox-sizing: border-box;\n\t\t\t}\n\n\t\t\t\/* \u0641\u0643 \u0642\u064a\u0648\u062f \u0627\u0644\u0642\u0627\u0644\u0628\/Elementor \u0639\u0644\u0649 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0630\u064a \u064a\u062d\u062a\u0648\u064a \u0627\u0644\u0634\u0648\u0631\u062a \u0643\u0648\u062f \u0641\u0642\u0637. *\/\n\t\t\tbody:has(.musa-iceberg-wrapper) :is(\n\t\t\t\t.elementor,\n\t\t\t\t.elementor-section-wrap,\n\t\t\t\t.elementor-section,\n\t\t\t\t.elementor-container,\n\t\t\t\t.e-con,\n\t\t\t\t.e-con-inner,\n\t\t\t\t.elementor-column,\n\t\t\t\t.elementor-widget-wrap,\n\t\t\t\t.elementor-widget-shortcode,\n\t\t\t\t.elementor-widget-shortcode > .elementor-widget-container\n\t\t\t):has(.musa-iceberg-wrapper) {\n\t\t\t\twidth: 100% !important;\n\t\t\t\tmax-width: none !important;\n\t\t\t\tmargin-inline: 0 !important;\n\t\t\t\tpadding-inline: 0 !important;\n\t\t\t}\n\n\t\t\t.musa-iceberg-wrapper {\n\t\t\t\tposition: relative;\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\twidth: 100vw;\n\t\t\t\tmax-width: 100vw;\n\t\t\t\tmin-height: clamp(720px, 88svh, 920px);\n\t\t\t\tmargin-inline: calc(50% - 50vw) !important;\n\t\t\t\tpadding: clamp(68px, 7vw, 105px) clamp(18px, 3vw, 38px);\n\t\t\t\toverflow: hidden;\n\t\t\t\tbackground:\n\t\t\t\t\tradial-gradient(circle at 16% 48%, rgba(29, 197, 188, 0.10), transparent 31%),\n\t\t\t\t\tradial-gradient(circle at 86% 16%, rgba(0, 210, 255, 0.055), transparent 27%),\n\t\t\t\t\t#050a0f;\n\t\t\t\tborder-bottom: 1px solid rgba(0, 210, 255, 0.05);\n\t\t\t\tfont-family: \"Cairo\", \"Tajawal\", sans-serif !important;\n\t\t\t\tisolation: isolate;\n\t\t\t}\n\n\t\t\t.musa-iceberg-wrapper::before {\n\t\t\t\tcontent: \"\";\n\t\t\t\tposition: absolute;\n\t\t\t\tinset: 0;\n\t\t\t\tz-index: -1;\n\t\t\t\tpointer-events: none;\n\t\t\t\topacity: 0.16;\n\t\t\t\tbackground-image:\n\t\t\t\t\tlinear-gradient(rgba(29, 197, 188, 0.04) 1px, transparent 1px),\n\t\t\t\t\tlinear-gradient(90deg, rgba(29, 197, 188, 0.04) 1px, transparent 1px);\n\t\t\t\tbackground-size: 70px 70px;\n\t\t\t\t-webkit-mask-image: radial-gradient(circle at center, #000, transparent 78%);\n\t\t\t\tmask-image: radial-gradient(circle at center, #000, transparent 78%);\n\t\t\t}\n\n\t\t\t.musa-iceberg-container {\n\t\t\t\tdisplay: grid;\n\t\t\t\tgrid-template-columns: minmax(360px, 500px) minmax(0, 680px);\n\t\t\t\tgrid-template-areas: \"visual content\";\n\t\t\t\talign-items: center;\n\t\t\t\tjustify-content: center;\n\t\t\t\tgap: clamp(48px, 6vw, 96px);\n\t\t\t\twidth: min(1320px, 100%);\n\t\t\t\tmargin: 0 auto;\n\t\t\t\tdirection: ltr;\n\t\t\t}\n\n\t\t\t.musa-iceberg-content {\n\t\t\t\tgrid-area: content;\n\t\t\t\tposition: relative;\n\t\t\t\tz-index: 3;\n\t\t\t\twidth: 100%;\n\t\t\t\tmax-width: 680px;\n\t\t\t\tmargin: 0;\n\t\t\t\tdirection: rtl;\n\t\t\t\ttext-align: right;\n\t\t\t}\n\n\t\t\t.musa-iceberg-title {\n\t\t\t\tmargin: 0 0 30px !important;\n\t\t\t\tcolor: #ffffff !important;\n\t\t\t\tfont-family: \"Cairo\", \"Tajawal\", sans-serif !important;\n\t\t\t\tfont-size: clamp(39px, 4.2vw, 58px) !important;\n\t\t\t\tfont-weight: 900 !important;\n\t\t\t\tline-height: 1.28 !important;\n\t\t\t\tletter-spacing: -0.035em;\n\t\t\t\ttext-align: right !important;\n\t\t\t\ttext-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);\n\t\t\t}\n\n\t\t\t.musa-iceberg-title span {\n\t\t\t\tdisplay: block;\n\t\t\t\tcolor: #1dc5bc;\n\t\t\t\ttext-shadow: 0 0 25px rgba(29, 197, 188, 0.16);\n\t\t\t}\n\n\t\t\t.musa-iceberg-text,\n\t\t\t.musa-iceberg-text-strong {\n\t\t\t\tfont-family: \"Cairo\", \"Tajawal\", sans-serif !important;\n\t\t\t\ttext-align: right !important;\n\t\t\t}\n\n\t\t\t.musa-iceberg-text {\n\t\t\t\tmargin: 0 0 22px !important;\n\t\t\t\tcolor: #cbd5e1 !important;\n\t\t\t\tfont-size: clamp(16px, 1.45vw, 20px) !important;\n\t\t\t\tfont-weight: 500;\n\t\t\t\tline-height: 1.9 !important;\n\t\t\t}\n\n\t\t\t.musa-iceberg-text-strong {\n\t\t\t\tmargin: 4px 0 37px !important;\n\t\t\t\tcolor: #ffffff !important;\n\t\t\t\tfont-size: clamp(16px, 1.45vw, 20px) !important;\n\t\t\t\tfont-weight: 800;\n\t\t\t\tline-height: 1.9 !important;\n\t\t\t}\n\n\t\t\t.musa-iceberg-quote-box {\n\t\t\t\tposition: relative;\n\t\t\t\tpadding: 25px 30px;\n\t\t\t\tborder: 1px solid rgba(29, 197, 188, 0.30);\n\t\t\t\tborder-radius: 15px;\n\t\t\t\tbackground: linear-gradient(90deg, rgba(13, 27, 42, 0.68), rgba(29, 197, 188, 0.045));\n\t\t\t\tbox-shadow: inset 0 0 20px rgba(29, 197, 188, 0.08), 0 16px 38px rgba(0, 0, 0, 0.28);\n\t\t\t\tbackdrop-filter: blur(10px);\n\t\t\t\t-webkit-backdrop-filter: blur(10px);\n\t\t\t}\n\n\t\t\t.musa-iceberg-quote-box::before,\n\t\t\t.musa-iceberg-quote-box::after {\n\t\t\t\tcontent: \"\";\n\t\t\t\tposition: absolute;\n\t\t\t\twidth: 25px;\n\t\t\t\theight: 25px;\n\t\t\t\tborder-radius: 4px;\n\t\t\t\tpointer-events: none;\n\t\t\t}\n\n\t\t\t.musa-iceberg-quote-box::before {\n\t\t\t\ttop: -2px;\n\t\t\t\tright: -2px;\n\t\t\t\tborder-top: 3px solid #1dc5bc;\n\t\t\t\tborder-right: 3px solid #1dc5bc;\n\t\t\t}\n\n\t\t\t.musa-iceberg-quote-box::after {\n\t\t\t\tbottom: -2px;\n\t\t\t\tleft: -2px;\n\t\t\t\tborder-bottom: 3px solid #1dc5bc;\n\t\t\t\tborder-left: 3px solid #1dc5bc;\n\t\t\t}\n\n\t\t\t.musa-iceberg-quote-box p {\n\t\t\t\tmargin: 0 !important;\n\t\t\t\tcolor: #f8fafc !important;\n\t\t\t\tfont-family: \"Cairo\", \"Tajawal\", sans-serif !important;\n\t\t\t\tfont-size: clamp(16px, 1.35vw, 19px) !important;\n\t\t\t\tfont-weight: 700;\n\t\t\t\tline-height: 1.8 !important;\n\t\t\t\ttext-align: center !important;\n\t\t\t\ttext-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);\n\t\t\t}\n\n\t\t\t.musa-iceberg-visual {\n\t\t\t\tgrid-area: visual;\n\t\t\t\tposition: relative;\n\t\t\t\twidth: min(500px, 100%);\n\t\t\t\tdirection: rtl;\n\t\t\t\tmargin: 0 auto;\n\t\t\t\tborder: 1px solid rgba(29, 197, 188, 0.16);\n\t\t\t\tborder-radius: 25px;\n\t\t\t\tbackground: #030718;\n\t\t\t\tbox-shadow:\n\t\t\t\t\t0 30px 85px rgba(0, 0, 0, 0.42),\n\t\t\t\t\t0 0 45px rgba(29, 197, 188, 0.09);\n\t\t\t\toverflow: hidden;\n\t\t\t\tisolation: isolate;\n\t\t\t}\n\n\t\t\t.musa-iceberg-visual::after {\n\t\t\t\tcontent: \"\";\n\t\t\t\tposition: absolute;\n\t\t\t\tinset: 0;\n\t\t\t\tz-index: 2;\n\t\t\t\tpointer-events: none;\n\t\t\t\tborder-radius: inherit;\n\t\t\t\tbox-shadow: inset 0 0 50px rgba(0, 0, 0, 0.22);\n\t\t\t}\n\n\t\t\t.musa-iceberg-image {\n\t\t\t\tdisplay: block;\n\t\t\t\twidth: 100%;\n\t\t\t\theight: auto;\n\t\t\t\taspect-ratio: 3 \/ 4;\n\t\t\t\tobject-fit: cover;\n\t\t\t\tobject-position: center;\n\t\t\t}\n\n\t\t\t.musa-iceberg-label {\n\t\t\t\tposition: absolute;\n\t\t\t\tz-index: 4;\n\t\t\t\tleft: 50%;\n\t\t\t\ttransform: translateX(-50%);\n\t\t\t\tdisplay: inline-flex;\n\t\t\t\talign-items: center;\n\t\t\t\tjustify-content: center;\n\t\t\t\tmax-width: calc(100% - 34px);\n\t\t\t\tpadding: 8px 15px;\n\t\t\t\tborder: 1px solid rgba(0, 210, 255, 0.12);\n\t\t\t\tborder-radius: 999px;\n\t\t\t\tbackground: rgba(3, 14, 30, 0.82);\n\t\t\t\tbox-shadow: 0 8px 25px rgba(0, 0, 0, 0.32);\n\t\t\t\tbackdrop-filter: blur(10px);\n\t\t\t\t-webkit-backdrop-filter: blur(10px);\n\t\t\t\tfont-family: \"Cairo\", \"Tajawal\", sans-serif !important;\n\t\t\t\tfont-size: clamp(13px, 1.1vw, 16px);\n\t\t\t\tfont-weight: 700;\n\t\t\t\tline-height: 1.45;\n\t\t\t\ttext-align: center;\n\t\t\t\twhite-space: nowrap;\n\t\t\t}\n\n\t\t\t.musa-iceberg-label.is-top {\n\t\t\t\ttop: 13.5%;\n\t\t\t\tcolor: #f8fafc;\n\t\t\t}\n\n\t\t\t.musa-iceberg-label.is-bottom {\n\t\t\t\ttop: 66.5%;\n\t\t\t\tborder-color: rgba(29, 197, 188, 0.22);\n\t\t\t\tbackground: rgba(3, 44, 54, 0.82);\n\t\t\t\tcolor: #1dc5bc;\n\t\t\t\ttext-shadow: 0 0 14px rgba(29, 197, 188, 0.22);\n\t\t\t}\n\n\t\t\t@media (max-width: 991px) {\n\t\t\t\t.musa-iceberg-wrapper {\n\t\t\t\t\tmin-height: auto;\n\t\t\t\t\tpadding: 66px 18px 78px;\n\t\t\t\t}\n\n\t\t\t\t.musa-iceberg-container {\n\t\t\t\t\tgrid-template-columns: minmax(0, 1fr);\n\t\t\t\t\tgrid-template-areas:\n\t\t\t\t\t\t\"content\"\n\t\t\t\t\t\t\"visual\";\n\t\t\t\t\tgap: 42px;\n\t\t\t\t\twidth: min(760px, 100%);\n\t\t\t\t\tdirection: rtl;\n\t\t\t\t}\n\n\t\t\t\t.musa-iceberg-content {\n\t\t\t\t\twidth: 100%;\n\t\t\t\t\tmax-width: 680px;\n\t\t\t\t\tmargin: 0 auto;\n\t\t\t\t}\n\n\t\t\t\t.musa-iceberg-title,\n\t\t\t\t.musa-iceberg-text,\n\t\t\t\t.musa-iceberg-text-strong {\n\t\t\t\t\ttext-align: center !important;\n\t\t\t\t}\n\n\t\t\t\t.musa-iceberg-title {\n\t\t\t\t\tfont-size: clamp(33px, 7.5vw, 46px) !important;\n\t\t\t\t}\n\n\t\t\t\t.musa-iceberg-visual {\n\t\t\t\t\twidth: min(560px, 100%);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t@media (max-width: 600px) {\n\t\t\t\t.musa-iceberg-wrapper {\n\t\t\t\t\tpadding: 48px 14px 64px;\n\t\t\t\t}\n\n\t\t\t\t.musa-iceberg-container {\n\t\t\t\t\tgap: 34px;\n\t\t\t\t}\n\n\t\t\t\t.musa-iceberg-title {\n\t\t\t\t\tmargin-bottom: 21px !important;\n\t\t\t\t\tfont-size: clamp(30px, 9.2vw, 38px) !important;\n\t\t\t\t}\n\n\t\t\t\t.musa-iceberg-text {\n\t\t\t\t\tmargin-bottom: 16px !important;\n\t\t\t\t\tfont-size: 16px !important;\n\t\t\t\t\tline-height: 1.85 !important;\n\t\t\t\t}\n\n\t\t\t\t.musa-iceberg-text-strong {\n\t\t\t\t\tmargin-bottom: 28px !important;\n\t\t\t\t\tfont-size: 16px !important;\n\t\t\t\t\tline-height: 1.85 !important;\n\t\t\t\t}\n\n\t\t\t\t.musa-iceberg-quote-box {\n\t\t\t\t\tpadding: 21px 16px;\n\t\t\t\t\tborder-radius: 18px;\n\t\t\t\t}\n\n\t\t\t\t.musa-iceberg-quote-box p {\n\t\t\t\t\tfont-size: 15px !important;\n\t\t\t\t\tline-height: 1.85 !important;\n\t\t\t\t}\n\n\t\t\t\t.musa-iceberg-visual {\n\t\t\t\t\twidth: min(440px, 100%);\n\t\t\t\t\tborder-radius: 20px;\n\t\t\t\t}\n\n\t\t\t\t.musa-iceberg-label {\n\t\t\t\t\tmax-width: calc(100% - 24px);\n\t\t\t\t\tpadding: 7px 12px;\n\t\t\t\t\tfont-size: clamp(12px, 3.6vw, 15px);\n\t\t\t\t\twhite-space: normal;\n\t\t\t\t}\n\n\t\t\t\t.musa-iceberg-label.is-top {\n\t\t\t\t\ttop: 13.2%;\n\t\t\t\t}\n\n\t\t\t\t.musa-iceberg-label.is-bottom {\n\t\t\t\t\ttop: 66.2%;\n\t\t\t\t}\n\t\t\t}\n\t\t<\/style>\n\n\t\t<section class=\"musa-iceberg-wrapper\" dir=\"rtl\" id=\"musa-iceberg\">\n\t\t\t<div class=\"musa-iceberg-container\">\n\t\t\t\t<div class=\"musa-iceberg-content\">\n\t\t\t\t\t<h2 class=\"musa-iceberg-title\">\n\t\t\t\t\t\tWhat you see on the surface<br>\n\t\t\t\t\t\t<span>It&#039;s just the tip of the iceberg<\/span>\n\t\t\t\t\t<\/h2>\n\n\t\t\t\t\t<p class=\"musa-iceberg-text\">\n\t\t\t\t\t\tAnxiety, burnout, emotional numbness, repetitive relationship patterns - all are symptoms that appear on the surface, but the roots are much deeper.\n\t\t\t\t\t<\/p>\n\n\t\t\t\t\t<p class=\"musa-iceberg-text\">\n\t\t\t\t\t\tBeneath the surface lies a nervous system still in survival mode, and early attachment wounds shaped how you responded to the world before you had the awareness to choose otherwise.\n\t\t\t\t\t<\/p>\n\n\t\t\t\t\t<p class=\"musa-iceberg-text-strong\">\n\t\t\t\t\t\tTrue healing doesn&#039;t mean forcibly overcoming pain. It begins with understanding the root causes of your behaviors, restoring inner security, and disentangling past wounds from present responses.\n\t\t\t\t\t<\/p>\n\n\t\t\t\t\t<div class=\"musa-iceberg-quote-box\">\n\t\t\t\t\t\t<p>\"&quot;Your behaviors are not moral failings; they are intelligent survival responses developed by your nervous system to protect you.&quot;\"<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t<figure class=\"musa-iceberg-visual\">\n\t\t\t\t\t<img\n\t\t\t\t\t\tclass=\"musa-iceberg-image\"\n\t\t\t\t\t\tsrc=\"https:\/\/montasirmusa.com\/wp-content\/uploads\/2026\/07\/iceberg-section-85bPR3VrBdwFT2iqYMcYhs.webp\"\n\t\t\t\t\t\talt=\"\u062c\u0628\u0644 \u062c\u0644\u064a\u062f\u064a \u064a\u0648\u0636\u062d \u0627\u0644\u0641\u0631\u0642 \u0628\u064a\u0646 \u0627\u0644\u0623\u0639\u0631\u0627\u0636 \u0627\u0644\u0638\u0627\u0647\u0631\u0629 \u0648\u0627\u0644\u062c\u0630\u0648\u0631 \u0627\u0644\u0639\u0645\u064a\u0642\u0629\"\n\t\t\t\t\t\twidth=\"1440\"\n\t\t\t\t\t\theight=\"1920\"\n\t\t\t\t\t\tloading=\"lazy\"\n\t\t\t\t\t\tdecoding=\"async\"\n\t\t\t\t\t\/>\n\t\t\t\t\t<figcaption class=\"musa-iceberg-label is-top\">Anxiety and burnout<\/figcaption>\n\t\t\t\t\t<div class=\"musa-iceberg-label is-bottom\">The nervous system and attachment trauma<\/div>\n\t\t\t\t<\/figure>\n\t\t\t<\/div>\n\t\t<\/section>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15dfd1a elementor-widget elementor-widget-shortcode\" data-id=\"15dfd1a\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">    \n    <style>\n        \/* \u0627\u0644\u062d\u0627\u0648\u064a\u0629 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 *\/\n        .musa-journey-wrapper {\n            width: 100vw; max-width: 100vw;\n            position: relative;\n            left: 50%;\n            transform: translateX(-50%);\n            background-color: #050a0f;\n            background-image: \n                radial-gradient(circle at 50% 0%, rgba(13, 28, 43, 0.8) 0%, transparent 60%),\n                radial-gradient(circle at 80% 80%, rgba(0, 210, 255, 0.05) 0%, transparent 40%);\n            padding: 100px 20px 120px;\n            box-sizing: border-box;\n            font-family: 'Cairo', sans-serif !important;\n            overflow: hidden;\n            border-bottom: 1px solid rgba(0, 210, 255, 0.05);\n            \/* \u0639\u0632\u0644 \u0627\u0644\u0631\u0646\u062f\u0631 \u0639\u0646 \u0628\u0627\u0642\u064a \u0627\u0644\u0635\u0641\u062d\u0629 \u0644\u062a\u062e\u0641\u064a\u0641 \u0627\u0644\u0636\u063a\u0637 *\/\n            contain: paint layout;\n        }\n\n        \/* \u062d\u0627\u0648\u064a\u0629 \u0627\u0644\u063a\u0628\u0627\u0631 \u0644\u0645\u0646\u0639 \u062a\u0645\u062f\u062f \u0627\u0644\u0634\u0627\u0634\u0629 *\/\n        .musa-dust-container {\n            position: absolute;\n            top: 0; left: 0; right: 0; bottom: 0;\n            overflow: hidden;\n            z-index: 1;\n            pointer-events: none;\n        }\n\n        \/* \u2728 \u063a\u0628\u0627\u0631 \u0627\u0644\u0646\u062c\u0648\u0645 (\u0645\u062d\u0633\u0651\u0646 \u0644\u064a\u0639\u0645\u0644 \u0639\u0644\u0649 \u0643\u0627\u0631\u062a \u0627\u0644\u0634\u0627\u0634\u0629 GPU) \u2728 *\/\n        .musa-dust-particles-journey {\n            position: absolute;\n            top: -50%; left: -50%;\n            width: 200%; height: 200%; \/* \u062d\u062c\u0645 \u0645\u0636\u0627\u0639\u0641 \u0644\u0644\u062a\u062d\u0631\u064a\u0643 \u0627\u0644\u0633\u0644\u0633 *\/\n            background-image: \n                radial-gradient(2px 2px at 40px 70px, rgba(0, 210, 255, 0.5) 50%, transparent),\n                radial-gradient(3px 3px at 120px 40px, rgba(255, 255, 255, 0.3) 50%, transparent),\n                radial-gradient(2px 2px at 250px 120px, rgba(0, 210, 255, 0.4) 50%, transparent),\n                radial-gradient(4px 4px at 320px 80px, rgba(0, 210, 255, 0.2) 50%, transparent),\n                radial-gradient(2px 2px at 450px 30px, rgba(255, 255, 255, 0.3) 50%, transparent),\n                radial-gradient(3px 3px at 520px 150px, rgba(0, 210, 255, 0.4) 50%, transparent);\n            background-size: 600px 600px;\n            \/* \u0627\u0633\u062a\u062e\u062f\u0627\u0645 translate3d \u0644\u062a\u0641\u0639\u064a\u0644 \u062a\u0633\u0631\u064a\u0639 \u0627\u0644\u0647\u0627\u0631\u062f\u0648\u064a\u0631 \u0648\u0645\u0646\u0639 \u0627\u0644\u0631\u0646\u062f\u0631 *\/\n            animation: musa-dust-anim-gpu 50s linear infinite;\n            transform-style: preserve-3d;\n            will-change: transform;\n        }\n\n        @keyframes musa-dust-anim-gpu {\n            0% { transform: translate3d(0px, 0px, 0px); }\n            100% { transform: translate3d(600px, 600px, 0px); } \/* 600px \u0647\u0648 \u0646\u0641\u0633 \u062d\u062c\u0645 \u0627\u0644\u062e\u0644\u0641\u064a\u0629 \u0644\u0639\u0645\u0644 \u062f\u0648\u0631\u0627\u0646 \u0645\u062b\u0627\u0644\u064a *\/\n        }\n\n        .musa-journey-container {\n            max-width: 1100px; margin: 0 auto; position: relative; z-index: 5;\n        }\n\n        \/* \u0627\u0644\u0647\u064a\u062f\u0631 *\/\n        .musa-journey-header { text-align: center; margin-bottom: 80px; }\n        .musa-journey-header h2 { \n            font-size: 42px; font-weight: 900; color: #ffffff; \n            margin-bottom: 15px; font-family: 'Cairo', sans-serif !important;\n        }\n        .musa-journey-header h2 span { color: #00d2ff; }\n        .musa-journey-header p { \n            font-size: 20px; color: #94a3b8; max-width: 800px; \n            margin: 0 auto; font-weight: 500;\n        }\n        .musa-badge-highlight {\n            display: inline-block; background: rgba(0, 210, 255, 0.1);\n            color: #00d2ff; padding: 5px 15px; border-radius: 50px;\n            font-size: 15px; font-weight: 700; margin-bottom: 20px;\n        }\n\n        \/* \u0645\u0633\u0627\u0631 \u0627\u0644\u0631\u062d\u0644\u0629 (\u0627\u0644\u062e\u0637 \u0627\u0644\u0645\u0636\u064a\u0621) *\/\n        .musa-timeline-line {\n            position: absolute;\n            top: 0; bottom: 0;\n            right: 50%; transform: translateX(50%);\n            width: 2px;\n            background: linear-gradient(to bottom, transparent, rgba(0, 210, 255, 0.6), transparent);\n            box-shadow: 0 0 15px 1px rgba(0, 210, 255, 0.4);\n            border-radius: 5px;\n        }\n\n        .musa-timeline-row {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            width: 100%;\n            margin-bottom: 60px;\n            position: relative;\n        }\n\n        \/* \u0627\u0644\u0646\u0642\u0637\u0629 \u0627\u0644\u0645\u0636\u064a\u0626\u0629 \u0639\u0644\u0649 \u0627\u0644\u062e\u0637 (\u0645\u062d\u0633\u0651\u0646\u0629 \u0644\u0644\u0623\u062f\u0627\u0621) *\/\n        .musa-timeline-dot {\n            position: absolute;\n            right: 50%; transform: translateX(50%);\n            width: 18px; height: 18px;\n            background: #00d2ff;\n            border-radius: 50%;\n            box-shadow: inset 0 0 5px #fff;\n            z-index: 10;\n        }\n\n        \/* \u0627\u0644\u0646\u0628\u0636 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 scale \u0644\u062a\u062c\u0646\u0628 \u0636\u063a\u0637 \u0627\u0644\u0640 box-shadow *\/\n        .musa-timeline-dot::after {\n            content: '';\n            position: absolute;\n            top: -12px; left: -12px; right: -12px; bottom: -12px;\n            background: radial-gradient(circle, rgba(0, 210, 255, 0.6) 0%, transparent 70%);\n            border-radius: 50%;\n            z-index: -1;\n            animation: musa-pulse-scale 2s infinite alternate ease-in-out;\n            will-change: transform, opacity;\n        }\n\n        @keyframes musa-pulse-scale {\n            0% { transform: scale(0.6); opacity: 0.4; }\n            100% { transform: scale(1.5); opacity: 1; }\n        }\n\n        \/* \u0643\u0627\u0631\u062a \u0627\u0644\u0648\u0631\u0634\u0629 \u0627\u0644\u0632\u062c\u0627\u062c\u064a *\/\n        .musa-timeline-card-wrapper { width: 45%; }\n        .musa-timeline-empty { width: 45%; } \/* \u0644\u0636\u0628\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0627\u062a \u0641\u064a \u0627\u0644\u0640 Flex *\/\n\n        .musa-timeline-card {\n            background: rgba(15, 23, 42, 0.6);\n            backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);\n            border: 1px solid rgba(0, 210, 255, 0.15);\n            border-radius: 20px;\n            padding: 30px;\n            position: relative;\n            transition: transform 0.4s ease, border-color 0.4s ease;\n            text-align: right;\n            \/* \u062a\u0642\u0644\u064a\u0644 \u0627\u0644\u0638\u0644\u0627\u0644 \u0627\u0644\u0645\u0633\u062a\u0645\u0631\u0629 \u0644\u0632\u064a\u0627\u062f\u0629 \u0627\u0644\u0633\u0631\u0639\u0629 *\/\n            box-shadow: 0 10px 20px rgba(0,0,0,0.3);\n            will-change: transform;\n        }\n\n        .musa-timeline-card:hover {\n            border-color: rgba(0, 210, 255, 0.5);\n            transform: translateY(-5px) translateZ(0); \/* translateZ \u0644\u062a\u0633\u0631\u064a\u0639 \u0627\u0644\u062d\u0631\u0643\u0629 *\/\n            box-shadow: 0 15px 30px rgba(0,0,0,0.4), inset 0 0 15px rgba(0, 210, 255, 0.05);\n        }\n\n        .musa-card-badge {\n            display: inline-block; background: rgba(0, 210, 255, 0.1);\n            color: #00d2ff; font-size: 13px; font-weight: 700;\n            padding: 4px 12px; border-radius: 50px; margin-bottom: 15px;\n        }\n\n        .musa-timeline-card h3 {\n            color: #ffffff; font-size: 24px; font-weight: 800;\n            margin-bottom: 8px; font-family: 'Cairo', sans-serif !important;\n            transition: text-shadow 0.3s ease;\n        }\n        .musa-timeline-card:hover h3 { text-shadow: 0 0 15px rgba(0, 210, 255, 0.4); }\n\n        .musa-timeline-card h4 {\n            color: #00d2ff; font-size: 15px; font-weight: 700; margin-bottom: 15px;\n        }\n\n        .musa-timeline-card p {\n            color: #94a3b8; font-size: 16px; line-height: 1.7; margin: 0; font-weight: 500;\n        }\n\n        \/* \u0627\u0644\u0623\u064a\u0642\u0648\u0646\u0629 \u0627\u0644\u0639\u0644\u0648\u064a\u0629 \u0627\u0644\u064a\u0633\u0631\u0649 *\/\n        .musa-card-icon {\n            position: absolute; top: 25px; left: 25px;\n            width: 35px; height: 35px;\n            color: #00d2ff; opacity: 0.5;\n            transition: all 0.3s ease;\n        }\n        .musa-timeline-card:hover .musa-card-icon {\n            opacity: 1; filter: drop-shadow(0 0 8px rgba(0, 210, 255, 0.6));\n        }\n        .musa-card-icon svg { width: 100%; height: 100%; fill: currentColor; }\n\n        \/* \u062a\u0645\u064a\u064a\u0632 \u0627\u0644\u0643\u0627\u0631\u062a \u0627\u0644\u0623\u062e\u064a\u0631 (\u0627\u0644\u0648\u0631\u0634\u0629 8) *\/\n        .musa-final-card {\n            border-color: rgba(0, 210, 255, 0.4);\n        }\n        .musa-final-badge { background: #00d2ff; color: #050a0f; box-shadow: 0 0 10px #00d2ff; }\n        \n        .musa-final-dot { width: 22px; height: 22px; }\n        .musa-final-dot::after {\n            background: radial-gradient(circle, rgba(0, 210, 255, 0.8) 0%, transparent 70%);\n            animation: musa-pulse-scale 1.5s infinite alternate ease-in-out;\n        }\n\n        \/* \u062d\u0631\u0643\u0629 \u0627\u0644\u0638\u0647\u0648\u0631 \u0639\u0646\u062f \u0627\u0644\u0646\u0632\u0648\u0644 (Scroll Animation) *\/\n        .musa-scroll-anim {\n            opacity: 0; transform: translateY(30px);\n            transition: opacity 0.6s ease-out, transform 0.6s ease-out;\n            will-change: opacity, transform;\n        }\n        .musa-scroll-anim.is-visible { opacity: 1; transform: translateY(0); }\n\n        \/* =============================================\n           \ud83d\udcf1 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0623\u062f\u0627\u0621 \u0648\u0627\u0644\u062a\u0648\u0627\u0641\u0642 \u0644\u0644\u0645\u0648\u0628\u0627\u064a\u0644 \n           ============================================= *\/\n        @media (max-width: 768px) {\n            .musa-journey-wrapper { \n                padding: 80px 15px; \n                background-image: radial-gradient(circle at top right, rgba(13, 28, 43, 0.5) 0%, #050a0f 60%);\n            }\n            \/* \u0625\u064a\u0642\u0627\u0641 \u063a\u0628\u0627\u0631 \u0627\u0644\u0646\u062c\u0648\u0645 \u0644\u062a\u0633\u0631\u064a\u0639 \u0631\u0646\u062f\u0631 \u0627\u0644\u0645\u0648\u0628\u0627\u064a\u0644 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 *\/\n            .musa-dust-container { display: none !important; }\n            \n            .musa-journey-header h2 { font-size: 32px; }\n            \n            \/* \u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0645\u0633\u0627\u0631 \u0644\u064a\u0643\u0648\u0646 \u0639\u0644\u0649 \u0627\u0644\u064a\u0645\u064a\u0646 *\/\n            .musa-timeline-line { right: 20px; transform: none; }\n            .musa-timeline-dot { right: 12px; transform: none; width: 16px; height: 16px; }\n            .musa-final-dot { right: 9px; width: 20px; height: 20px; }\n            \n            .musa-timeline-row { flex-direction: column; margin-bottom: 40px; }\n            \n            .musa-timeline-card-wrapper { \n                width: 100%; \n                padding-right: 50px; \n            }\n            .musa-timeline-empty { display: none; }\n            \n            .musa-timeline-card { padding: 20px; }\n            .musa-timeline-card h3 { font-size: 20px; }\n            .musa-card-icon { width: 25px; height: 25px; top: 20px; left: 20px; }\n        }\n    <\/style>\n\n    <div class=\"musa-journey-wrapper\" dir=\"rtl\" id=\"musa-journey\">\n        \n        <!-- \u062d\u0627\u0648\u064a\u0629 \u0627\u0644\u063a\u0628\u0627\u0631 \u0627\u0644\u0645\u0639\u0632\u0648\u0644\u0629 \u0644\u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u0623\u062f\u0627\u0621 -->\n        <div class=\"musa-dust-container\">\n            <div class=\"musa-dust-particles-journey\"><\/div>\n        <\/div>\n        \n        <div class=\"musa-journey-container\">\n            <div class=\"musa-journey-header\">\n                <span class=\"musa-badge-highlight\">Trip map<\/span>\n                <h2>8 workshops <span>\u2014<\/span> 90 minutes per workshop<\/h2>\n                <p>A gradual journey from biology to spirituality, each workshop building upon the one before it.<\/p>\n            <\/div>\n\n            <div class=\"relative\">\n                <!-- \u0627\u0644\u062e\u0637 \u0627\u0644\u0645\u0631\u0643\u0632\u064a -->\n                <div class=\"musa-timeline-line\"><\/div>\n\n                <!-- \u0627\u0644\u0648\u0631\u0634\u0629 1 (\u064a\u0645\u064a\u0646) -->\n                <div class=\"musa-timeline-row musa-scroll-anim\">\n                    <div class=\"musa-timeline-card-wrapper\">\n                        <div class=\"musa-timeline-card\">\n                            <div class=\"musa-card-icon\">\n                                <svg viewbox=\"0 0 512 512\"><path d=\"M256 0c-14.2 0-27.3 7.5-34.5 19.8L3.4 365.4c-7.3 12.5-7.3 27.9 .1 40.4S22.5 432 37.1 432H474.9c14.6 0 28.5-7.8 35.8-20.3s7.3-27.9-.1-40.4L290.5 19.8C283.3 7.5 270.2 0 256 0zM256 128l186.3 320H69.7L256 128z\"\/><\/svg> \n                            <\/div>\n                            <span class=\"musa-card-badge\">Workshop 1<\/span>\n                            <h3>Foundation of security<\/h3>\n                            <h4>Polyvigal theory and organization of the nervous system<\/h4>\n                            <p>Biology first \u2014 understanding how your nervous system works and how to restore a sense of security in your body.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"musa-timeline-dot\"><\/div>\n                    <div class=\"musa-timeline-empty\"><\/div>\n                <\/div>\n\n                <!-- \u0627\u0644\u0648\u0631\u0634\u0629 2 (\u064a\u0633\u0627\u0631) -->\n                <div class=\"musa-timeline-row musa-scroll-anim\" style=\"flex-direction: row-reverse;\">\n                    <div class=\"musa-timeline-card-wrapper\">\n                        <div class=\"musa-timeline-card\">\n                            <div class=\"musa-card-icon\">\n                                <svg viewbox=\"0 0 512 512\"><path d=\"M208 0c-29.9 0-54.7 20.5-61.8 48.2-.8 0-1.4-.2-2.2-.2-35.3 0-64 28.7-64 64 0 4.8 .6 9.5 1.7 14C52.5 138 32 166.6 32 200c0 12.6 3.2 24.3 8.3 34.9C16.3 248.7 0 274.3 0 304c0 33.3 20.3 61.3 48.7 73.9C43.5 388.5 40 399.2 40 410c0 40.8 33.2 74 74 74c26.1 0 49.3-13.5 61.8-33.6 15 13.9 34.9 22.6 56.2 22.6c31.1 0 58-17.7 72-43.7 14 26 40.9 43.7 72 43.7 21.3 0 41.2-8.7 56.2-22.6 12.5 20.1 35.7 33.6 61.8 33.6 40.8 0 74-33.2 74-74 0-10.8-3.5-21.5-8.7-32.1C491.7 365.3 512 337.3 512 304c0-29.7-16.3-55.3-40.3-69.1 5.2-10.6 8.3-22.3 8.3-34.9 0-33.4-20.5-62-49.7-74 1.1-4.5 1.7-9.2 1.7-14 0-35.3-28.7-64-64-64-.8 0-1.5 .2-2.2 .2C358.7 20.5 333.9 0 304 0c-26.6 0-49.4 16.2-59.5 39.6C234.4 16.2 211.6 0 184 0z\"\/><\/svg>\n                            <\/div>\n                            <span class=\"musa-card-badge\">Workshop 2<\/span>\n                            <h3>The triple brain and emotions<\/h3>\n                            <h4>Understanding Emotional Processing<\/h4>\n                            <p>How does your brain process emotions, and what happens when this dynamic breaks down?.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"musa-timeline-dot\"><\/div>\n                    <div class=\"musa-timeline-empty\"><\/div>\n                <\/div>\n\n                <!-- \u0627\u0644\u0648\u0631\u0634\u0629 3 (\u064a\u0645\u064a\u0646) -->\n                <div class=\"musa-timeline-row musa-scroll-anim\">\n                    <div class=\"musa-timeline-card-wrapper\">\n                        <div class=\"musa-timeline-card\">\n                            <div class=\"musa-card-icon\">\n                                <svg viewbox=\"0 0 576 512\"><path d=\"M249.6 471.5c10.8 3.8 22.4-4.1 22.4-15.5V78.6c0-4.2-1.6-8.4-5-11C247.4 52 202.4 32 136 32 78.2 32 25.6 51.6 3.6 68.3C1.3 70 0 72.8 0 75.8V451.9c0 11.4 11.5 19.3 22.3 15.5C46 458.7 87.2 448 136 448c52.3 0 100 11.9 113.6 23.5zM572.4 68.3C550.4 51.6 497.8 32 440 32c-66.4 0-111.4 20-131 35.6-3.4 2.7-5 6.8-5 11V456c0 11.4 11.6 19.3 22.4 15.5C340 459.9 387.7 448 440 448c48.8 0 90 10.7 113.7 19.4 10.8 3.8 22.3-4.1 22.3-15.5V75.8c0-3-1.3-5.8-3.6-7.5z\"\/><\/svg>\n                            <\/div>\n                            <span class=\"musa-card-badge\">Workshop 3<\/span>\n                            <h3>Deep Transformation<\/h3>\n                            <h4>Neurological levels of change and addiction<\/h4>\n                            <p>Understanding the mechanisms of escapism (addiction) from pain, and how to create sustainable change starting from the level of identity.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"musa-timeline-dot\"><\/div>\n                    <div class=\"musa-timeline-empty\"><\/div>\n                <\/div>\n\n                <!-- \u0627\u0644\u0648\u0631\u0634\u0629 4 (\u064a\u0633\u0627\u0631) -->\n                <div class=\"musa-timeline-row musa-scroll-anim\" style=\"flex-direction: row-reverse;\">\n                    <div class=\"musa-timeline-card-wrapper\">\n                        <div class=\"musa-timeline-card\">\n                            <div class=\"musa-card-icon\">\n                                <svg viewbox=\"0 0 512 512\"><path d=\"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z\"\/><\/svg>\n                            <\/div>\n                            <span class=\"musa-card-badge\">Workshop 4<\/span>\n                            <h3>NARM \u2014 Part 1<\/h3>\n                            <h4>The need for communication and harmony<\/h4>\n                            <p>Discover early attachment wounds and how they have affected your ability to connect with yourself and others.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"musa-timeline-dot\"><\/div>\n                    <div class=\"musa-timeline-empty\"><\/div>\n                <\/div>\n\n                <!-- \u0627\u0644\u0648\u0631\u0634\u0629 5 (\u064a\u0645\u064a\u0646) -->\n                <div class=\"musa-timeline-row musa-scroll-anim\">\n                    <div class=\"musa-timeline-card-wrapper\">\n                        <div class=\"musa-timeline-card\">\n                            <div class=\"musa-card-icon\">\n                                <svg viewbox=\"0 0 512 512\"><path d=\"M400 256c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48zm-144 0c0-79.5 64.5-144 144-144h48V48c0-26.5-21.5-48-48-48H256v48c0 26.5-21.5 48-48 48s-48-21.5-48-48V0H48C21.5 0 0 21.5 0 48v152h48c26.5 0 48 21.5 48 48s-21.5 48-48 48H0v152c0 26.5 21.5 48 48 48h152v-48c0-26.5 21.5-48 48-48s48 21.5 48 48v48h152c26.5 0 48-21.5 48-48V304h-48c-26.5 0-48-21.5-48-48z\"\/><\/svg>\n                            <\/div>\n                            <span class=\"musa-card-badge\">Workshop 5<\/span>\n                            <h3>Self-discovery<\/h3>\n                            <h4>DISC Personality Types<\/h4>\n                            <p>Understanding your behaviors and communication patterns from a precise scientific perspective of self-awareness.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"musa-timeline-dot\"><\/div>\n                    <div class=\"musa-timeline-empty\"><\/div>\n                <\/div>\n\n                <!-- \u0627\u0644\u0648\u0631\u0634\u0629 6 (\u064a\u0633\u0627\u0631) -->\n                <div class=\"musa-timeline-row musa-scroll-anim\" style=\"flex-direction: row-reverse;\">\n                    <div class=\"musa-timeline-card-wrapper\">\n                        <div class=\"musa-timeline-card\">\n                            <div class=\"musa-card-icon\">\n                                <svg viewbox=\"0 0 384 512\"><path d=\"M297.2 317.4L320 208H192L214.3 18.1C215.7 8.1 208.6 0 198.5 0c-4.4 0-8.6 2-11.4 5.3L5.4 235.6C-1.8 244.6-1.5 258 6 266.6c6.2 7.1 15.6 9.8 25.1 7.2L128 256l-22.3 109.4c-1.4 10 5.7 18.6 15.8 18.6 4.4 0 8.6-2 11.4-5.3l181.7-230.3c7.2-9 6.9-22.4-.6-31-6.2-7.1-15.6-9.8-25.1-7.2L192 144l22.3-109.4c1.4-10-5.7-18.6-15.8-18.6-4.4 0-8.6 2-11.4 5.3L5.4 235.6C-1.8 244.6-1.5 258 6 266.6c6.2 7.1 15.6 9.8 25.1 7.2L160 240l-22.3 109.4c-1.4 10 5.7 18.6 15.8 18.6 4.4 0 8.6-2 11.4-5.3L346.6 132.4c7.2-9 6.9-22.4-.6-31-6.2-7.1-15.6-9.8-25.1-7.2L192 128l22.3-109.4c1.4-10-5.7-18.6-15.8-18.6-4.4 0-8.6 2-11.4 5.3L5.4 235.6c-7.2 9-6.9 22.4 .6 31 6.2 7.1 15.6 9.8 25.1 7.2L160 240l-22.3 109.4c-1.4 10 5.7 18.6 15.8 18.6 4.4 0 8.6-2 11.4-5.3L346.6 132.4c7.2-9 6.9-22.4-.6-31-6.2-7.1-15.6-9.8-25.1-7.2z\"\/><\/svg>\n                            <\/div>\n                            <span class=\"musa-card-badge\">Workshop 6<\/span>\n                            <h3>Roots of behavior<\/h3>\n                            <h4>DISC and attachment wounds<\/h4>\n                            <p>The connection lies in how your surface personality patterns intersect with trauma responses in your life.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"musa-timeline-dot\"><\/div>\n                    <div class=\"musa-timeline-empty\"><\/div>\n                <\/div>\n\n                <!-- \u0627\u0644\u0648\u0631\u0634\u0629 7 (\u064a\u0645\u064a\u0646) -->\n                <div class=\"musa-timeline-row musa-scroll-anim\">\n                    <div class=\"musa-timeline-card-wrapper\">\n                        <div class=\"musa-timeline-card\">\n                            <div class=\"musa-card-icon\">\n                                <svg viewbox=\"0 0 640 512\"><path d=\"M144 0a80 80 0 1 1 0 160A80 80 0 1 1 144 0zM512 0a80 80 0 1 1 0 160A80 80 0 1 1 512 0zM0 298.7C0 239.8 47.8 192 106.7 192h42.7c15.9 0 31 3.5 44.6 9.7c-1.3 7.2-1.9 14.7-1.9 22.3c0 38.2 16.8 72.5 43.3 96c-.2 0-.4 0-.7 0H21.3C9.6 320 0 310.4 0 298.7zM405.3 320c-.2 0-.4 0-.7 0c26.6-23.5 43.3-57.8 43.3-96c0-7.6-.7-15-1.9-22.3c13.6-6.1 28.8-9.7 44.6-9.7h42.7C592.2 192 640 239.8 640 298.7c0 11.8-9.6 21.3-21.3 21.3H405.3zM224 224a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zM128 485.3C128 411.7 187.7 352 261.3 352H378.7C452.3 352 512 411.7 512 485.3c0 14.7-11.9 26.7-26.7 26.7H154.7c-14.7 0-26.7-11.9-26.7-26.7z\"\/><\/svg>\n                            <\/div>\n                            <span class=\"musa-card-badge\">Workshop 7<\/span>\n                            <h3>NARM \u2014 Part Two<\/h3>\n                            <h4>The need for trust and independence<\/h4>\n                            <p>Discover your relationship patterns through the subsequent attachment wounds (trust, independence, and love) and their lingering impact.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"musa-timeline-dot\"><\/div>\n                    <div class=\"musa-timeline-empty\"><\/div>\n                <\/div>\n\n                <!-- \u0627\u0644\u0648\u0631\u0634\u0629 8 (\u064a\u0633\u0627\u0631) - \u0627\u0644\u062e\u0627\u062a\u0645\u0629 -->\n                <div class=\"musa-timeline-row musa-scroll-anim\" style=\"flex-direction: row-reverse; margin-bottom: 0;\">\n                    <div class=\"musa-timeline-card-wrapper\">\n                        <div class=\"musa-timeline-card musa-final-card\">\n                            <div class=\"musa-card-icon\" style=\"opacity: 1;\">\n                                <svg viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\"\/><\/svg>\n                            <\/div>\n                            <span class=\"musa-card-badge musa-final-badge\">Workshop 8<\/span>\n                            <h3 style=\"color: #00d2ff;\">integration<\/h3>\n                            <h4>Healing tools and the perspective of Imam Al-Ghazali<\/h4>\n                            <p style=\"color: #e2e8f0;\">Bringing the threads together \u2014 combining science and spirituality into one integrated journey to achieve inner peace.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"musa-timeline-dot musa-final-dot\"><\/div>\n                    <div class=\"musa-timeline-empty\"><\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- \u0633\u0643\u0631\u064a\u0628\u062a \u062d\u0631\u0643\u0629 \u0627\u0644\u0638\u0647\u0648\u0631 \u0639\u0646\u062f \u0627\u0644\u0646\u0632\u0648\u0644 (Scroll Reveal) -->\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            const elements = document.querySelectorAll('.musa-scroll-anim');\n            \n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('is-visible');\n                        observer.unobserve(entry.target); \/\/ \u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0644\u062a\u0648\u0641\u064a\u0631 \u0627\u0644\u0623\u062f\u0627\u0621\n                    }\n                });\n            }, {\n                threshold: 0.15,\n                rootMargin: \"0px 0px -50px 0px\"\n            });\n\n            elements.forEach(el => observer.observe(el));\n        });\n    <\/script>\n\n    <\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ceaf258 elementor-widget elementor-widget-shortcode\" data-id=\"ceaf258\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">    \n    <style>\n        .musa-inst-wrapper {\n            width: 100vw; position: relative;\n            left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw;\n            background-color: #050a0f;\n            padding: 100px 20px; box-sizing: border-box;\n            font-family: 'Tajawal', sans-serif;\n            background-image: linear-gradient(45deg, rgba(21,60,91,0.2) 0%, transparent 100%);\n            border-bottom: 1px solid rgba(0, 210, 255, 0.05);\n        }\n\n        .musa-inst-container {\n            max-width: 1100px; margin: 0 auto;\n            display: flex; flex-wrap: wrap; align-items: center; gap: 60px;\n        }\n\n        \/* \u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u062f\u0631\u0628 *\/\n        .musa-inst-image-col {\n            flex: 1 1 400px; position: relative; text-align: center;\n        }\n\n        .musa-inst-image-col img {\n            max-width: 100%; border-radius: 20px; position: relative; z-index: 2;\n            border: 2px solid rgba(0, 210, 255, 0.2);\n            box-shadow: 0 20px 50px rgba(0,0,0,0.6);\n            transition: transform 0.4s ease;\n        }\n        \n        .musa-inst-image-col img:hover { transform: scale(1.02); border-color: rgba(0, 210, 255, 0.5); }\n\n        .musa-inst-glow {\n            position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);\n            width: 100%; height: 100%; background: #00d2ff;\n            filter: blur(90px); opacity: 0.15; z-index: 1;\n        }\n\n        \/* \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0645\u062f\u0631\u0628 *\/\n        .musa-inst-info-col { flex: 1 1 500px; }\n\n        .musa-inst-subtitle {\n            color: #00d2ff; font-weight: 800; font-size: 18px; margin-bottom: 10px; display: block;\n        }\n\n        .musa-inst-title {\n            font-size: 46px; font-weight: 900; color: #ffffff; margin-bottom: 25px;\n        }\n\n        .musa-inst-bio {\n            color: #94a3b8; font-size: 19px; line-height: 1.8; margin-bottom: 35px;\n        }\n\n        \/* \u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a \u0648\u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f\u0627\u062a *\/\n        .musa-inst-certs-title {\n            color: #ffffff; font-size: 22px; font-weight: 800; margin-bottom: 20px;\n        }\n\n        .musa-certs-grid {\n            display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 15px;\n        }\n\n        .musa-cert-item {\n            background: #0f172a; border: 1px solid #1e293b;\n            padding: 15px; border-radius: 12px; color: #e2e8f0;\n            font-size: 15px; font-weight: 700; display: flex; align-items: center; gap: 12px;\n            transition: all 0.3s ease;\n        }\n\n        .musa-cert-item:hover {\n            border-color: #00d2ff; background: rgba(0, 210, 255, 0.05); color: #ffffff;\n            transform: translateX(-5px);\n        }\n\n        .musa-cert-icon { color: #00d2ff; font-size: 18px; }\n\n        @media (max-width: 768px) {\n            .musa-inst-title { font-size: 38px; }\n            .musa-inst-bio { font-size: 17px; }\n            .musa-inst-container { gap: 40px; }\n        }\n    <\/style>\n\n    <div class=\"musa-inst-wrapper\" dir=\"rtl\" id=\"musa-instructor\">\n        <div class=\"musa-inst-container\">\n            \n            <div class=\"musa-inst-image-col\">\n                <div class=\"musa-inst-glow\"><\/div>\n                <!-- \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0644\u0644\u0623\u0633\u062a\u0627\u0630 \u0645\u0646\u062a\u0635\u0631 -->\n                <img decoding=\"async\" src=\"https:\/\/montasirmusa.com\/wp-content\/uploads\/2026\/06\/dsc02743-scaled-muntasir-musa.webp\" alt=\"\u0645\u0646\u062a\u0635\u0631 \u0645\u0648\u0633\u0649\">\n            <\/div>\n\n            <div class=\"musa-inst-info-col\">\n                <span class=\"musa-inst-subtitle\">About the coach<\/span>\n                <h2 class=\"musa-inst-title\">Montasir Musa<\/h2>\n                <p class=\"musa-inst-bio\">\n                    A certified trauma trainer, combining his analytical engineering background with years of in-depth study of the latest global trauma science methodologies.<br><br>\n                    He was trained by the world\u2019s leading experts in the field, and offers a unique vision that combines modern science with Islamic spiritual wisdom.<br><br>\n\t\t\t\t\t\"&quot;My message is to guide you in understanding your body language, deciphering your traumas, and regaining the inner peace you deserve.&quot; - Montaser Moussa\n                <\/p>\n\n                <h3 class=\"musa-inst-certs-title\">Accredited certificates and training:<\/h3>\n                <div class=\"musa-certs-grid\">\n                    <div class=\"musa-cert-item\">\n                        <span class=\"musa-cert-icon\">\u2714\ufe0f<\/span> Compassionate Inquiry (Dr. Gabor Mat\u00e9)\n                    <\/div>\n                    <div class=\"musa-cert-item\">\n                        <span class=\"musa-cert-icon\">\u2714\ufe0f<\/span> NARM - NeuroAffective Relational Model\n                    <\/div>\n                    <div class=\"musa-cert-item\">\n                        <span class=\"musa-cert-icon\">\u2714\ufe0f<\/span> IFS - Internal Family Systems\n                    <\/div>\n                    <div class=\"musa-cert-item\">\n                        <span class=\"musa-cert-icon\">\u2714\ufe0f<\/span> TRE - Tension &amp; Trauma Release Exercises\n                    <\/div>\n\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9e9f071 elementor-widget elementor-widget-shortcode\" data-id=\"9e9f071\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">    \n    <style>\n        \/* \u0627\u0644\u062d\u0627\u0648\u064a\u0629 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0628\u0639\u0631\u0636 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u0643\u0627\u0645\u0644 *\/\n        .musa-testi-wrapper {\n            width: 100vw; max-width: 100vw;\n            position: relative;\n            left: 50%;\n            transform: translateX(-50%);\n            background: radial-gradient(circle at bottom, #0c1a28 0%, #050a0f 70%);\n            padding: 100px 0 120px;\n            box-sizing: border-box;\n            font-family: 'Cairo', sans-serif !important;\n            overflow: hidden;\n            border-bottom: 1px solid rgba(0, 210, 255, 0.05);\n            direction: rtl;\n        }\n\n        \/* \u062a\u0648\u0647\u062c \u0627\u0644\u062e\u0644\u0641\u064a\u0629 *\/\n        .musa-testi-bg-glow {\n            position: absolute; top: 50%; left: 50%;\n            transform: translate(-50%, -50%);\n            width: 800px; height: 800px;\n            background: radial-gradient(circle, rgba(0, 210, 255, 0.05) 0%, transparent 60%);\n            z-index: 1; pointer-events: none;\n        }\n\n        .musa-testi-container {\n            max-width: 1250px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 5;\n        }\n\n        \/* \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0642\u0633\u0645 *\/\n        .musa-testi-header {\n            text-align: center; margin-bottom: 60px;\n        }\n        .musa-testi-header h2 {\n            font-size: 42px; font-weight: 900; color: #ffffff;\n            margin-bottom: 15px; font-family: 'Cairo', sans-serif !important;\n        }\n        .musa-testi-header p {\n            font-size: 19px; color: #94a3b8; max-width: 800px;\n            margin: 0 auto; font-weight: 500;\n        }\n\n        \/* \u062d\u0627\u0648\u064a\u0629 \u0627\u0644\u0633\u062d\u0628 *\/\n        .musa-testi-track {\n            display: flex; gap: 25px; padding: 20px 5px;\n            overflow-x: auto; scroll-snap-type: x mandatory;\n            scroll-behavior: smooth; -webkit-overflow-scrolling: touch;\n            cursor: grab;\n            \/* \u0625\u062e\u0641\u0627\u0621 \u0634\u0631\u064a\u0637 \u0627\u0644\u062a\u0645\u0631\u064a\u0631 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a *\/\n            -ms-overflow-style: none; scrollbar-width: none;\n        }\n        .musa-testi-track::-webkit-scrollbar { display: none; }\n        .musa-testi-track.is-dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; }\n\n        \/* \u0627\u0644\u0643\u0627\u0631\u062a \u0627\u0644\u0632\u062c\u0627\u062c\u064a (Dark Glassmorphism) *\/\n        .musa-testi-card {\n            min-width: 380px; max-width: 380px;\n            background: rgba(15, 23, 42, 0.6);\n            backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);\n            border: 1px solid rgba(0, 210, 255, 0.15);\n            border-radius: 20px; padding: 35px 30px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.3);\n            scroll-snap-align: start; user-select: none;\n            position: relative; overflow: hidden;\n            transition: all 0.4s ease;\n            display: flex; flex-direction: column;\n        }\n\n        .musa-testi-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(0, 210, 255, 0.5);\n            box-shadow: 0 15px 40px rgba(0, 210, 255, 0.15);\n            background: rgba(15, 23, 42, 0.8);\n        }\n\n        \/* \u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633 \u0627\u0644\u0645\u0636\u064a\u0626\u0629 *\/\n        .musa-testi-card::before {\n            content: '\"'; position: absolute; top: -10px;\n            inset-inline-end: 20px; font-size: 160px;\n            color: rgba(0, 210, 255, 0.08); font-family: serif;\n            line-height: 1; z-index: 0; pointer-events: none;\n        }\n\n        \/* \u0635\u0627\u062d\u0628 \u0627\u0644\u0631\u0623\u064a *\/\n        .musa-testi-author {\n            font-size: 20px; font-weight: 800; color: #ffffff;\n            margin-bottom: 20px; display: flex; align-items: center; gap: 10px;\n            position: relative; z-index: 1; font-family: 'Cairo', sans-serif !important;\n        }\n        .musa-testi-author span { \n            color: #00d2ff; font-size: 22px; filter: drop-shadow(0 0 5px rgba(0, 210, 255, 0.5));\n        }\n\n        \/* \u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0631\u0623\u064a *\/\n        .musa-testi-content {\n            position: relative; z-index: 1;\n            color: #cbd5e1; font-size: 16px; line-height: 1.8; font-weight: 500;\n            max-height: 200px; overflow-y: auto;\n            padding-inline-start: 15px; padding-inline-end: 10px;\n            border-inline-start: 3px solid rgba(0, 210, 255, 0.3);\n            cursor: auto;\n        }\n\n        \/* \u062a\u062e\u0635\u064a\u0635 \u0627\u0644\u0633\u0643\u0631\u0648\u0644 \u0628\u0627\u0631 \u0627\u0644\u062f\u0627\u062e\u0644\u064a \u0644\u0644\u0646\u0635 *\/\n        .musa-testi-content::-webkit-scrollbar { width: 4px; }\n        .musa-testi-content::-webkit-scrollbar-track { background: transparent; }\n        .musa-testi-content::-webkit-scrollbar-thumb { background: rgba(0, 210, 255, 0.2); border-radius: 10px; }\n        .musa-testi-card:hover .musa-testi-content::-webkit-scrollbar-thumb { background: #00d2ff; }\n\n        \/* \u0627\u0644\u0643\u0631\u0648\u062a \u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 *\/\n        .musa-testi-card.ltr-card { direction: ltr !important; text-align: left; }\n        .musa-testi-card.ltr-card .musa-testi-content { font-family: sans-serif !important; }\n\n        \/* \u0623\u0632\u0631\u0627\u0631 \u0627\u0644\u062a\u062d\u0643\u0645 \u0648\u0634\u0631\u064a\u0637 \u0627\u0644\u062a\u0642\u062f\u0645 *\/\n        .musa-testi-controls {\n            display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 40px;\n        }\n\n        .musa-testi-btn {\n            width: 45px; height: 45px; border-radius: 50%;\n            background: rgba(15, 23, 42, 0.6);\n            border: 1px solid rgba(0, 210, 255, 0.2);\n            color: #00d2ff; display: flex; justify-content: center; align-items: center;\n            cursor: pointer; transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.3); outline: none;\n        }\n\n        .musa-testi-btn:hover {\n            background: #00d2ff; color: #050a0f; border-color: #00d2ff;\n            transform: scale(1.1); box-shadow: 0 8px 20px rgba(0, 210, 255, 0.4);\n        }\n\n        .musa-testi-btn svg { width: 20px; height: 20px; stroke: currentColor; }\n\n        \/* \u0634\u0631\u064a\u0637 \u0627\u0644\u062a\u0642\u062f\u0645 \u0627\u0644\u0632\u062c\u0627\u062c\u064a *\/\n        .musa-testi-progress-bg {\n            width: 150px; height: 6px; background: rgba(255, 255, 255, 0.05);\n            border-radius: 5px; position: relative; overflow: hidden;\n        }\n\n        .musa-testi-progress-fill {\n            position: absolute; top: 0; inset-inline-start: 0;\n            height: 100%; width: 15%; background: #00d2ff;\n            border-radius: 5px; transition: width 0.3s ease;\n            box-shadow: 0 0 10px rgba(0, 210, 255, 0.8);\n        }\n\n        @media (max-width: 768px) {\n            .musa-testi-wrapper { padding: 80px 0; }\n            .musa-testi-header h2 { font-size: 32px; padding: 0 15px; }\n            .musa-testi-card { min-width: 300px; max-width: 300px; padding: 25px 20px; }\n            .musa-testi-author { font-size: 18px; }\n            .musa-testi-content { font-size: 15px; }\n            .musa-testi-progress-bg { width: 100px; }\n        }\n    <\/style>\n\n    <div class=\"musa-testi-wrapper\" id=\"musa-testimonials\">\n        <div class=\"musa-testi-bg-glow\"><\/div>\n        <div class=\"musa-testi-container\">\n            \n            <div class=\"musa-testi-header\">\n                <h2>Travel partners&#039; opinions<\/h2>\n                <p>Real experiences of people who have regained their inner balance and self-awareness.<\/p>\n            <\/div>\n            \n            <div class=\"musa-testi-track\" id=\"musaDragSlider\">\n                <!-- 1 -->\n                <div class=\"musa-testi-card\">\n                    <div class=\"musa-testi-author\"><span>\u2605<\/span> First Customer<\/div>\n                    <div class=\"musa-testi-content\">Absence of anxiety. A clear understanding of the sources of anxiety, if any. General tranquility, reassurance, and a positive outlook towards myself and those around me.<\/div>\n                <\/div>\n                <!-- 2 -->\n                <div class=\"musa-testi-card\">\n                    <div class=\"musa-testi-author\"><span>\u2605<\/span> The second client<\/div>\n                    <div class=\"musa-testi-content\">After this experience, I became more aware of myself and the hidden wounds I carry. I gained clarity, psychological strength, and a sense of inner peace. The journey helped me reconnect with myself and opened a door for continued personal and professional growth.<\/div>\n                <\/div>\n                <!-- 3 -->\n                <div class=\"musa-testi-card\">\n                    <div class=\"musa-testi-author\"><span>\u2605<\/span> The third client<\/div>\n                    <div class=\"musa-testi-content\">The most important thing for me was understanding. I truly felt like I discovered myself and understood what was going on inside me, and that&#039;s the greatest reward I got from the course and the private sessions. I learned how to change my inner voice and the way I talk to myself, and I realized that the behaviors I saw as bad or shameful actually had their reasons. I discovered that we don&#039;t need to be so hard on ourselves. I also learned to be kinder to myself, my children, and my husband. Now I can see them more easily and understand them better. This also helped me see that people&#039;s actions and reactions are actually a reflection of what they&#039;ve been through. This changed a lot in how I see myself and boosted my self-esteem.<\/div>\n                <\/div>\n                <!-- 4 -->\n                <div class=\"musa-testi-card\">\n                    <div class=\"musa-testi-author\"><span>\u2605<\/span> Client 4<\/div>\n                    <div class=\"musa-testi-content\">The course increased my self-awareness and awareness of those around me. I became calmer in dealing with situations that required patience with those close to me. I feel I know myself better now and can understand the magnitude of the challenges I&#039;ve faced since childhood. I was able to understand the source of the intense noise in my head and the constant lack of energy. I learned what I should be working on and found names for things I couldn&#039;t even describe before. After seeing some of the resources, I felt I wasn&#039;t alone in my struggles and that many people have the same problems, which lessened my sense of isolation. The course community and the kind, open-minded people in it also contributed to this.<\/div>\n                <\/div>\n                <!-- 5 (English) -->\n                <div class=\"musa-testi-card ltr-card\">\n                    <div class=\"musa-testi-author\"><span>\u2605<\/span> Client Five<\/div>\n                    <div class=\"musa-testi-content\">Relaxed and have more control over my reactions and actions than I used to.<\/div>\n                <\/div>\n                <!-- 6 -->\n                <div class=\"musa-testi-card\">\n                    <div class=\"musa-testi-author\"><span>\u2605<\/span> Client 6<\/div>\n                    <div class=\"musa-testi-content\">I feel much more at ease than before, in ways like understanding the root causes of my suffering more deeply and understanding how I should deal with my feelings and thoughts. I feel much lighter because I can give space to any feeling that arises without judging it. I can&#039;t say the suicidal thoughts have completely disappeared, but they&#039;ve decreased by 95%. My awareness of time and space is much improved, my concentration is high, and my memory is better. The constant stress I used to experience has decreased significantly; my mind feels clear and at peace now, whereas before I used to have a million thoughts racing through it. Overall, I&#039;ve noticed a significant improvement in all aspects of my life. It&#039;s been an excellent experience, and I&#039;m planning to continue the sessions if circumstances allow.<\/div>\n                <\/div>\n                <!-- 7 -->\n                <div class=\"musa-testi-card\">\n                    <div class=\"musa-testi-author\"><span>\u2605<\/span> Client 7<\/div>\n                    <div class=\"musa-testi-content\">I&#039;ve become more compassionate towards myself and I intend to begin my recovery journey, God willing. I&#039;m very grateful to have met you \u2764\ufe0f<\/div>\n                <\/div>\n                <!-- 8 (English) -->\n                <div class=\"musa-testi-card ltr-card\">\n                    <div class=\"musa-testi-author\"><span>\u2605<\/span> Client Eight<\/div>\n                    <div class=\"musa-testi-content\">There were so many things better now, but I truly think the most important thing I got out was the ability to regulate my emotions. I no longer view my anxiety as a burden rather as my super power. Before my sessions with Montasir I was assuming these \"negative\" emotions is something I had to get rid off. I no longer think that, now I can sit with myself and have more empathy and sympathy with my inner child and my emotions. It&#039;s Journey not a destination, these sessions gave me the compass I need to embark on this journey.<\/div>\n                <\/div>\n\n                <!-- 9 (English) -->\n                <div class=\"musa-testi-card ltr-card\">\n                    <div class=\"musa-testi-author\"><span>\u2605<\/span> Client Nine<\/div>\n                    <div class=\"musa-testi-content\">I didn&#039;t find a temporary solution to my problems; Instead, I gained a deep understanding of why I was in this situation to begin with and why my body was reacting so violently. I&#039;m still surrounded by problems, but I now genuinely enjoy facing them. I can defend myself and protect my well-being with full awareness of my actions. I&#039;ve become more aware of my reactions... I now understand that this is a signal from my body asking for something or needing something. I am so grateful for the awareness I&#039;ve achieved.<\/div>\n                <\/div>\n\n                <!-- 10 (English) -->\n                <div class=\"musa-testi-card ltr-card\">\n                    <div class=\"musa-testi-author\"><span>\u2605<\/span> Client Ten<\/div>\n                    <div class=\"musa-testi-content\">Better equipped to understand my thoughts and behavior.<\/div>\n                <\/div>\n            <\/div>\n\n            <!-- \u0623\u062f\u0648\u0627\u062a \u0627\u0644\u062a\u062d\u0643\u0645 -->\n            <div class=\"musa-testi-controls\">\n                <button class=\"musa-testi-btn\" id=\"musaTestiPrev\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"><\/polyline><\/svg>\n                <\/button>\n                \n                <div class=\"musa-testi-progress-bg\">\n                    <div class=\"musa-testi-progress-fill\" id=\"musaTestiProgressBar\"><\/div>\n                <\/div>\n                \n                <button class=\"musa-testi-btn\" id=\"musaTestiNext\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"15 18 9 12 15 6\"><\/polyline><\/svg>\n                <\/button>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <!-- \u0633\u0643\u0631\u064a\u0628\u062a \u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a \u0627\u0644\u0630\u0643\u064a \u0648\u0627\u0644\u062a\u062d\u0643\u0645 \u0627\u0644\u0645\u062a\u0642\u062f\u0645 -->\n    <script>\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        const slider = document.getElementById('musaDragSlider');\n        const prevBtn = document.getElementById('musaTestiPrev');\n        const nextBtn = document.getElementById('musaTestiNext');\n        const progressBar = document.getElementById('musaTestiProgressBar');\n        \n        let autoPlayTimer;\n        let isHovered = false;\n        let isDragging = false;\n        let resumeTimeout;\n        const isLTR = document.documentElement.dir === 'ltr';\n        const dirModifier = isLTR ? 1 : -1;\n\n        \/\/ 1. \u062a\u062d\u062f\u064a\u062b \u0634\u0631\u064a\u0637 \u0627\u0644\u062a\u0642\u062f\u0645\n        const updateProgress = () => {\n            const maxScroll = slider.scrollWidth - slider.clientWidth;\n            const currentScroll = Math.abs(slider.scrollLeft); \n            if (maxScroll > 0) {\n                let progressPercentage = (currentScroll \/ maxScroll) * 100;\n                progressBar.style.width = Math.max(15, progressPercentage) + '%';\n            }\n        };\n\n        slider.addEventListener('scroll', updateProgress);\n        window.addEventListener('resize', updateProgress);\n        setTimeout(updateProgress, 500); \n\n        \/\/ 2. \u062f\u0627\u0644\u0629 \u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a\n        const moveNext = () => {\n            const cardWidth = slider.querySelector('.musa-testi-card').offsetWidth + 25;\n            const maxScroll = slider.scrollWidth - slider.clientWidth;\n            const currentScroll = Math.abs(slider.scrollLeft);\n\n            \/\/ \u0625\u0630\u0627 \u0648\u0635\u0644\u0646\u0627 \u0644\u0644\u0646\u0647\u0627\u064a\u0629\u060c \u0646\u0639\u0648\u062f \u0644\u0644\u0628\u062f\u0627\u064a\u0629 \u0628\u0646\u0639\u0648\u0645\u0629\n            if (currentScroll >= maxScroll - 20) {\n                slider.scrollTo({ left: 0, behavior: 'smooth' });\n            } else {\n                slider.scrollBy({ left: cardWidth * dirModifier, behavior: 'smooth' });\n            }\n        };\n\n        const startAutoPlay = () => {\n            clearInterval(autoPlayTimer);\n            autoPlayTimer = setInterval(() => {\n                if (!isHovered && !isDragging) {\n                    moveNext();\n                }\n            }, 3000); \/\/ \u064a\u062a\u062d\u0631\u0643 \u0643\u0644 3 \u062b\u0648\u0627\u0646\u064a\n        };\n\n        const stopAutoPlay = () => {\n            clearInterval(autoPlayTimer);\n        };\n\n        \/\/ 3. \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0645\u0639 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0644\u0644\u0645\u0633 (\u0625\u064a\u0642\u0627\u0641 \u0648\u0627\u0633\u062a\u0626\u0646\u0627\u0641)\n        const pauseInteraction = () => {\n            isHovered = true;\n            stopAutoPlay();\n            clearTimeout(resumeTimeout);\n        };\n\n        const resumeInteraction = () => {\n            isHovered = false;\n            clearTimeout(resumeTimeout);\n            \/\/ \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 \u062b\u0627\u0646\u064a\u062a\u064a\u0646 \u0628\u0639\u062f \u0631\u0641\u0639 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u0644\u0639\u0648\u062f\u0629 \u0644\u0644\u062a\u062d\u0631\u0643\n            resumeTimeout = setTimeout(() => {\n                startAutoPlay();\n            }, 2000); \n        };\n\n        slider.addEventListener('mouseenter', pauseInteraction);\n        slider.addEventListener('touchstart', pauseInteraction, {passive: true});\n        \n        slider.addEventListener('mouseleave', resumeInteraction);\n        slider.addEventListener('touchend', resumeInteraction);\n\n        \/\/ 4. \u0623\u0632\u0631\u0627\u0631 \u0627\u0644\u062a\u062d\u0643\u0645 \u0627\u0644\u064a\u062f\u0648\u064a\n        nextBtn.addEventListener('click', () => {\n            pauseInteraction();\n            moveNext();\n            resumeInteraction();\n        });\n\n        prevBtn.addEventListener('click', () => {\n            pauseInteraction();\n            const cardWidth = slider.querySelector('.musa-testi-card').offsetWidth + 25;\n            slider.scrollBy({ left: -(cardWidth * dirModifier), behavior: 'smooth' });\n            resumeInteraction();\n        });\n\n        \/\/ 5. \u0627\u0644\u0633\u062d\u0628 \u0628\u0627\u0644\u0645\u0627\u0648\u0633 (Drag)\n        let startX, scrollLeft;\n        slider.addEventListener('mousedown', (e) => {\n            if (e.target.closest('.musa-testi-content')) return; \/\/ \u0644\u0627 \u062a\u0633\u062d\u0628 \u0625\u0630\u0627 \u0643\u0627\u0646 \u064a\u0642\u0631\u0623 \u0627\u0644\u0646\u0635\n            isDragging = true;\n            pauseInteraction();\n            slider.classList.add('is-dragging');\n            startX = e.pageX - slider.offsetLeft;\n            scrollLeft = slider.scrollLeft;\n        });\n\n        slider.addEventListener('mouseleave', () => {\n            if (!isDragging) return;\n            isDragging = false;\n            slider.classList.remove('is-dragging');\n            resumeInteraction();\n        });\n\n        slider.addEventListener('mouseup', () => {\n            if (!isDragging) return;\n            isDragging = false;\n            slider.classList.remove('is-dragging');\n            resumeInteraction();\n        });\n\n        slider.addEventListener('mousemove', (e) => {\n            if (!isDragging) return;\n            e.preventDefault();\n            const x = e.pageX - slider.offsetLeft;\n            const walk = (x - startX) * 1.5; \n            slider.scrollLeft = scrollLeft - walk;\n        });\n\n        \/\/ \u062a\u0634\u063a\u064a\u0644 \u0645\u0628\u062f\u0626\u064a\n        startAutoPlay();\n    });\n    <\/script>\n    \n    <\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a45eb41 elementor-widget elementor-widget-shortcode\" data-id=\"a45eb41\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">    \n    <style>\n        \/* \u0627\u0644\u062d\u0627\u0648\u064a\u0629 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 *\/\n        .musa-cta-wrapper {\n            width: 100vw; max-width: 100vw;\n            position: relative;\n            left: 50%;\n            transform: translateX(-50%);\n            background-color: #050a0f;\n            \/* \u062e\u0644\u0641\u064a\u0629 \u0644\u064a\u0644\u064a\u0629 \u0645\u062a\u062f\u0631\u062c\u0629 *\/\n            background-image: radial-gradient(circle at center, #0c1a28 0%, #03060a 100%);\n            padding: 120px 20px;\n            box-sizing: border-box;\n            font-family: 'Cairo', sans-serif !important;\n            text-align: center;\n            overflow: hidden;\n            contain: paint layout; \/* \u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u0623\u062f\u0627\u0621 *\/\n        }\n\n        \/* \u062d\u0627\u0648\u064a\u0629 \u0627\u0644\u063a\u0628\u0627\u0631 \u0644\u0645\u0646\u0639 \u062a\u0645\u062f\u062f \u0627\u0644\u0634\u0627\u0634\u0629 *\/\n        .musa-dust-container {\n            position: absolute; top: 0; left: 0; right: 0; bottom: 0;\n            overflow: hidden; z-index: 1; pointer-events: none;\n        }\n\n        \/* \u2728 \u063a\u0628\u0627\u0631 \u0627\u0644\u0646\u062c\u0648\u0645 (\u0645\u062d\u0633\u0651\u0646 \u0644\u064a\u0639\u0645\u0644 \u0639\u0644\u0649 \u0643\u0627\u0631\u062a \u0627\u0644\u0634\u0627\u0634\u0629 GPU \u0644\u0644\u062f\u064a\u0633\u0643\u062a\u0648\u0628) \u2728 *\/\n        .musa-dust-particles-cta {\n            position: absolute; top: -50%; left: -50%;\n            width: 200%; height: 200%;\n            background-image: \n                radial-gradient(2px 2px at 40px 70px, rgba(0, 210, 255, 0.6) 50%, transparent),\n                radial-gradient(3px 3px at 120px 40px, rgba(255, 255, 255, 0.4) 50%, transparent),\n                radial-gradient(2px 2px at 250px 120px, rgba(0, 210, 255, 0.5) 50%, transparent),\n                radial-gradient(4px 4px at 320px 80px, rgba(0, 210, 255, 0.3) 50%, transparent),\n                radial-gradient(2px 2px at 450px 30px, rgba(255, 255, 255, 0.4) 50%, transparent),\n                radial-gradient(3px 3px at 520px 150px, rgba(0, 210, 255, 0.6) 50%, transparent);\n            background-size: 600px 600px;\n            animation: musa-dust-anim-gpu 50s linear infinite;\n            transform-style: preserve-3d;\n            will-change: transform;\n        }\n\n        .musa-cta-container {\n            max-width: 1050px; margin: 0 auto; position: relative; z-index: 5;\n        }\n\n        \/* \u0627\u0644\u0639\u0646\u0627\u0648\u064a\u0646 \u0627\u0644\u0639\u0644\u0648\u064a\u0629 *\/\n        .musa-cta-headings h2 {\n            font-size: 52px; font-weight: 900; color: #ffffff;\n            margin-bottom: 20px; font-family: 'Cairo', sans-serif !important;\n            text-shadow: 0 5px 15px rgba(0,0,0,0.5);\n        }\n        .musa-cta-headings p {\n            font-size: 20px; color: #94a3b8; margin: 0 auto 15px; font-weight: 600;\n        }\n        .musa-cta-headings p.musa-warning-text {\n            font-size: 18px; color: #64748b; font-weight: 500; margin-bottom: 50px;\n        }\n\n        \/* \u0627\u0644\u0643\u0627\u0631\u062a \u0627\u0644\u0632\u062c\u0627\u062c\u064a \u0627\u0644\u0631\u0626\u064a\u0633\u064a (\u0627\u0644\u0645\u0637\u0627\u0628\u0642 \u0644\u0644\u0635\u0648\u0631\u0629) *\/\n        .musa-cta-glass-card {\n            background: rgba(10, 20, 30, 0.65);\n            backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);\n            border: 1px solid rgba(0, 210, 255, 0.2);\n            border-radius: 24px;\n            padding: 60px 30px;\n            position: relative;\n            box-shadow: inset 0 0 40px rgba(0, 210, 255, 0.05), 0 20px 50px rgba(0,0,0,0.5);\n        }\n\n        \/* \u0627\u0644\u0646\u0642\u0627\u0637 \u0627\u0644\u062f\u0627\u0626\u0631\u064a\u0629 (\u0645\u0633\u0627\u0631 \u0627\u0644\u0623\u0631\u0642\u0627\u0645) \u062a\u0639\u0645\u0644 \u0639\u0644\u0649 \u0627\u0644\u062f\u064a\u0633\u0643\u062a\u0648\u0628 \u0641\u0642\u0637 *\/\n        .musa-nodes-wrapper {\n            position: absolute; top: 0; left: 0; right: 0; bottom: 0;\n            pointer-events: none; z-index: 1;\n        }\n        \n        .musa-node {\n            position: absolute;\n            width: 45px; height: 45px;\n            border-radius: 50%;\n            border: 2px solid rgba(0, 210, 255, 0.5);\n            background: #081017;\n            display: flex; justify-content: center; align-items: center;\n            color: #ffffff; font-size: 20px; font-weight: 700; font-family: 'Cairo', sans-serif;\n            box-shadow: 0 0 15px rgba(0, 210, 255, 0.3);\n        }\n\n        \/* \u062a\u0648\u0632\u064a\u0639 \u0627\u0644\u0623\u0631\u0642\u0627\u0645 \u062d\u0648\u0644 \u0627\u0644\u0643\u0627\u0631\u062a \u0643\u0645\u0627 \u0641\u064a \u0627\u0644\u0635\u0648\u0631\u0629 \u062a\u0642\u0631\u064a\u0628\u0627\u064b *\/\n        .node-1 { top: 30%; right: 5%; }\n        .node-2 { bottom: 20%; right: 15%; }\n        .node-3 { bottom: 25%; right: 30%; }\n        .node-4 { top: 15%; left: 20%; }\n        .node-5 { top: 35%; left: 10%; }\n        .node-6 { top: 60%; left: 5%; }\n        .node-7 { bottom: 25%; left: 18%; }\n        .node-8 { bottom: 10%; left: 10%; } \/* \u0632\u0647\u0631\u0629 \u0627\u0644\u0644\u0648\u062a\u0633 *\/\n        \n        .node-8 svg {\n            width: 24px; height: 24px; fill: #00d2ff;\n        }\n\n        \/* \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u062f\u0627\u062e\u0644\u064a \u0644\u0644\u0643\u0627\u0631\u062a *\/\n        .musa-card-inner-content {\n            position: relative; z-index: 5;\n        }\n\n        .musa-card-version {\n            display: inline-block; color: #00d2ff; font-size: 16px; font-weight: 700;\n            margin-bottom: 10px; text-shadow: 0 0 10px rgba(0, 210, 255, 0.5);\n        }\n\n        .musa-card-title {\n            font-size: 48px; font-weight: 900; color: #ffffff;\n            margin-bottom: 30px; font-family: 'Cairo', sans-serif !important;\n        }\n\n        \/* \u0627\u0644\u0623\u0632\u0631\u0627\u0631 \u0627\u0644\u0635\u063a\u064a\u0631\u0629 (Badges) *\/\n        .musa-card-badges {\n            display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 50px;\n        }\n        .musa-card-badges span {\n            background: rgba(0, 210, 255, 0.05);\n            border: 1px solid rgba(0, 210, 255, 0.3);\n            color: #94a3b8; font-size: 15px; font-weight: 600;\n            padding: 8px 25px; border-radius: 50px;\n        }\n\n        \/* \u0632\u0631 \u0627\u0644\u0634\u0631\u0627\u0621 \u0627\u0644\u0645\u0631\u0643\u0632\u064a (\u0627\u0644\u0645\u0637\u0627\u0628\u0642 \u0644\u0644\u0635\u0648\u0631\u0629) *\/\n        .musa-btn-final-cta {\n            background: #00d2ff;\n            color: #050a0f !important;\n            padding: 16px 60px;\n            border-radius: 12px; \/* \u062d\u0648\u0627\u0641 \u0646\u0627\u0639\u0645\u0629 \u0643\u0645\u0627 \u0641\u064a \u0627\u0644\u0635\u0648\u0631\u0629 *\/\n            font-size: 24px; font-weight: 900; text-decoration: none !important;\n            display: inline-block;\n            box-shadow: 0 0 30px rgba(0, 210, 255, 0.4);\n            transition: all 0.3s ease;\n            position: relative; overflow: hidden;\n            border: none;\n        }\n\n        .musa-btn-final-cta:hover {\n            transform: translateY(-3px) scale(1.02);\n            background: #ffffff;\n            box-shadow: 0 0 40px rgba(255, 255, 255, 0.6);\n        }\n\n        \/* =============================================\n           \ud83d\udcf1 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0623\u062f\u0627\u0621 \u0627\u0644\u0642\u0633\u0648\u0649 \u0644\u0644\u0645\u0648\u0628\u0627\u064a\u0644 \n           ============================================= *\/\n        @media (max-width: 991px) {\n            .musa-nodes-wrapper { display: none; } \/* \u0625\u062e\u0641\u0627\u0621 \u0645\u0633\u0627\u0631 \u0627\u0644\u0623\u0631\u0642\u0627\u0645 \u0627\u0644\u0645\u0639\u0642\u062f \u0641\u064a \u0627\u0644\u0634\u0627\u0634\u0627\u062a \u0627\u0644\u0635\u063a\u064a\u0631\u0629 *\/\n        }\n        \n        @media (max-width: 768px) {\n            .musa-cta-wrapper { padding: 80px 15px; }\n            \/* \u0625\u064a\u0642\u0627\u0641 \u063a\u0628\u0627\u0631 \u0627\u0644\u0646\u062c\u0648\u0645 \u0644\u062a\u0633\u0631\u064a\u0639 \u0631\u0646\u062f\u0631 \u0627\u0644\u0645\u0648\u0628\u0627\u064a\u0644 *\/\n            .musa-dust-container { display: none !important; }\n            \n            .musa-cta-headings h2 { font-size: 32px; line-height: 1.4; padding: 0 10px; }\n            .musa-cta-headings p { font-size: 17px; padding: 0 10px; }\n            \n            .musa-cta-glass-card { padding: 40px 20px; border-radius: 20px; }\n            .musa-card-title { font-size: 30px; }\n            .musa-card-badges { gap: 10px; margin-bottom: 40px; }\n            .musa-card-badges span { padding: 6px 15px; font-size: 14px; }\n            \n            .musa-btn-final-cta { width: 100%; padding: 18px 20px; font-size: 20px; }\n        }\n    <\/style>\n\n    <div class=\"musa-cta-wrapper\" dir=\"rtl\">\n        \n        <!-- \u062d\u0627\u0648\u064a\u0629 \u0627\u0644\u063a\u0628\u0627\u0631 \u0627\u0644\u0645\u0639\u0632\u0648\u0644\u0629 \u0644\u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u0623\u062f\u0627\u0621 -->\n        <div class=\"musa-dust-container\">\n            <div class=\"musa-dust-particles-cta\"><\/div>\n        <\/div>\n\n        <div class=\"musa-cta-container\">\n            \n            <div class=\"musa-cta-headings\">\n                <h2>Are you ready to begin your journey?<\/h2>\n                <p>8 workshops \u2014 90 minutes each \u2014 a complete journey from biology to spirituality<\/p>\n                <p class=\"musa-warning-text\">Seats are limited to ensure quality interaction and a safe space for each participant.<\/p>\n            <\/div>\n\n            <!-- \u0627\u0644\u0643\u0627\u0631\u062a \u0627\u0644\u0632\u062c\u0627\u062c\u064a \u0627\u0644\u0631\u0626\u064a\u0633\u064a -->\n            <div class=\"musa-cta-glass-card\">\n                \n                <!-- \u0645\u0633\u0627\u0631 \u0627\u0644\u0623\u0631\u0642\u0627\u0645 (\u064a\u0638\u0647\u0631 \u0639\u0644\u0649 \u0627\u0644\u062f\u064a\u0633\u0643\u062a\u0648\u0628 \u0641\u0642\u0637) -->\n                <div class=\"musa-nodes-wrapper\">\n                    <div class=\"musa-node node-1\">\u0661<\/div>\n                    <div class=\"musa-node node-2\">\u0662<\/div>\n                    <div class=\"musa-node node-3\">\u0663<\/div>\n                    <div class=\"musa-node node-4\">\u0664<\/div>\n                    <div class=\"musa-node node-5\">\u0665<\/div>\n                    <div class=\"musa-node node-6\">\u0666<\/div>\n                    <div class=\"musa-node node-7\">\u0667<\/div>\n                    <div class=\"musa-node node-8\">\n                        <!-- \u0623\u064a\u0642\u0648\u0646\u0629 \u0632\u0647\u0631\u0629 \u0627\u0644\u0644\u0648\u062a\u0633 (\u0622\u0645\u0646\u0629 \u0648\u0625\u064a\u062c\u0627\u0628\u064a\u0629) -->\n                        <svg viewbox=\"0 0 512 512\"><path d=\"M256 0c0 0-56 128-56 224s56 128 56 128 56-32 56-128S256 0 256 0zM176 224c0-70.7 28.3-134.6 74.1-180.5C182.7 20 64 64 64 192c0 96 64 160 112 160s112-96 112-96-48 64-112 64zM261.9 43.5C329.3 20 448 64 448 192c0 96-64 160-112 160s-112-96-112-96 48 64 112 64c0-70.7-28.3-134.6-74.1-180.5zM128 352c-44.2 0-128-32-128-128 0-64 48-128 96-128s96 128 96 128-48 128-64 128zM384 352c44.2 0 128-32 128-128 0-64-48-128-96-128s-96 128-96 128 48 128 64 128z\"\/><\/svg>\n                    <\/div>\n                <\/div>\n\n                <div class=\"musa-card-inner-content\">\n                    <span class=\"musa-card-version\">The 2026 revamped version<\/span>\n                    <h3 class=\"musa-card-title\">Conscious Recovery Workshop Series<\/h3>\n                    <p>Register before the course starts on September 19th.<\/p>\n                    <p>100% Money Back Guarantee within 14 days<\/p>\n                    <div class=\"musa-card-badges\">\n                        <span>8 workshops<\/span>\n                        <span>90 minutes \/ workshop<\/span>\n                        <span>Available registrations<\/span>\n                        <span>Limited collection<\/span>\n                    <\/div>\n\n                    <!-- \u0631\u0627\u0628\u0637 \u0627\u0644\u0634\u0631\u0627\u0621 \u0627\u0644\u0633\u0631\u064a\u0639 \u0627\u0644\u0645\u0628\u0627\u0634\u0631 (\u0646\u0641\u0633 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0641\u064a \u0627\u0644\u0647\u064a\u0631\u0648) -->\n                    <a href=\"https:\/\/montasirmusa.com\/en\/?musa_enroll=10746\" class=\"musa-btn-final-cta\">\n                        Register now\n                    <\/a>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e63172b e-con-full e-flex e-con e-parent\" data-id=\"e63172b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6af80bb elementor-widget elementor-widget-heading\" data-id=\"6af80bb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">This site is not a part of the Facebook\u2122 website or Facebook\u2122 Inc. Additionally, this site is NOT endorsed by Facebook\u2122 in any way. FACEBOOK\u2122 is a trademark of FACEBOOK\u2122, Inc.<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>This site is not a part of the Facebook\u2122 website or Facebook\u2122 Inc. Additionally, this site is NOT endorsed by Facebook\u2122 in any way. FACEBOOK\u2122 is a trademark of FACEBOOK\u2122, Inc.<\/p>","protected":false},"author":360,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-11636","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/montasirmusa.com\/en\/wp-json\/wp\/v2\/pages\/11636","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/montasirmusa.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/montasirmusa.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/montasirmusa.com\/en\/wp-json\/wp\/v2\/users\/360"}],"replies":[{"embeddable":true,"href":"https:\/\/montasirmusa.com\/en\/wp-json\/wp\/v2\/comments?post=11636"}],"version-history":[{"count":68,"href":"https:\/\/montasirmusa.com\/en\/wp-json\/wp\/v2\/pages\/11636\/revisions"}],"predecessor-version":[{"id":11963,"href":"https:\/\/montasirmusa.com\/en\/wp-json\/wp\/v2\/pages\/11636\/revisions\/11963"}],"wp:attachment":[{"href":"https:\/\/montasirmusa.com\/en\/wp-json\/wp\/v2\/media?parent=11636"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}