@import url(https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Almarai:wght@300;400;700;800&display=swap);body{margin:0}.theme-10 *{margin:0;padding:0;box-sizing:border-box}.theme-10 html{scroll-behavior:smooth}.theme-10{overflow-x:hidden;width:100%}:root .theme-10{--primary-blue:#206AFF;--primary-teal:#06B6D4;--primary-purple:#6366F1;--accent-green:#10B981;--accent-orange:#F59E0B;--light-bg-primary:#ffffff;--light-bg-gradient-start:#6366F1;--light-bg-gradient-mid:#3B82F6;--light-bg-gradient-end:#06B6D4;--light-text-primary:#191D4D;--light-text-secondary:#475569;--light-text-muted:#64748b;--dark-bg-primary:#0a1929;--dark-bg-secondary:#111111;--dark-bg-gradient-start:#5B21B6;--dark-bg-gradient-mid:#0F766E;--dark-bg-gradient-end:#134E4A;--dark-text-primary:#ffffff;--dark-text-secondary:rgba(255, 255, 255, 0.8);--nav-light-bg:rgba(255, 255, 255, 0.74);--nav-dark-bg:rgba(10, 25, 41, 0.85);--btn-primary-gradient:linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);--btn-primary-shadow:rgba(59, 130, 246, 0.4);--font-ar:"Alexandria",sans-serif;--font-en:"Alexandria",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--transition:0.3s ease;--transition-slow:0.6s ease;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-pill:9999px}:root .theme-10,[data-theme=light] .theme-10{--theme10-bg-primary:var(--light-bg-primary);--theme10-text-primary:var(--light-text-primary);--theme10-text-secondary:var(--light-text-secondary);--theme10-text-muted:var(--light-text-muted);--theme10-nav-bg:var(--nav-light-bg);--theme10-shadow-sm:0 2px 8px rgba(0, 0, 0, 0.08);--theme10-shadow-md:0 4px 16px rgba(0, 0, 0, 0.1);--theme10-shadow-lg:0 8px 32px rgba(0, 0, 0, 0.12)}[data-theme=dark] .theme-10{--theme10-bg-primary:var(--dark-bg-primary);--theme10-text-primary:var(--dark-text-primary);--theme10-text-secondary:var(--dark-text-secondary);--theme10-text-muted:rgba(255, 255, 255, 0.6);--theme10-nav-bg:var(--nav-dark-bg);--theme10-shadow-sm:0 2px 8px rgba(0, 0, 0, 0.3);--theme10-shadow-md:0 4px 16px rgba(0, 0, 0, 0.4);--theme10-shadow-lg:0 8px 32px rgba(0, 0, 0, 0.5)}.theme.theme-10{position:relative;min-height:100vh;background:var(--theme10-bg-primary);color:var(--theme10-text-primary);overflow-x:hidden}[dir=rtl] .theme.theme-10{font-family:var(--font-ar);direction:rtl}[dir=ltr] .theme.theme-10{font-family:var(--font-en);direction:ltr}.theme-10.hero-section{position:relative;min-height:unset!important;padding:0;overflow:hidden;display:flex;flex-direction:column}.theme-10 .hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;user-select:none;object-fit:cover}.theme-10 .hero-bg-light{display:block}.theme-10 .hero-bg-dark{display:none}[data-theme=dark] .theme-10 .hero-bg-light{display:none}[data-theme=dark] .theme-10 .hero-bg-dark{display:block}.theme-10 .hero-background-gradient{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;transition:background .6s ease}:root .theme-10 .hero-background-gradient,[data-theme=light] .theme-10 .hero-background-gradient{background:linear-gradient(135deg,rgba(99,102,241,.8) 0,rgba(59,130,246,.7) 40%,rgba(6,182,212,.6) 80%,rgba(204,251,241,.5) 100%)}[data-theme=dark] .theme-10 .hero-background-gradient{background:linear-gradient(135deg,#5b21b6 0,#0f766e 50%,#134e4a 100%)}.theme-10 .theme-header{position:fixed;top:20px;left:50%;transform:translateX(-50%);width:95%;max-width:1400px;z-index:9999;display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:var(--theme10-nav-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:20px;box-shadow:var(--theme10-shadow-lg);transition:all var(--transition)}[data-theme=dark] .theme-10 .theme-header{border:1px solid rgba(255,255,255,.1)}.theme-10 .theme-header.header-scrolled{top:12px;padding:12px 24px;box-shadow:0 8px 40px rgba(0,0,0,.15)}[data-theme=dark] .theme-10 .theme-header.header-scrolled{box-shadow:0 8px 40px rgba(0,0,0,.5)}.theme-10 .logo a{display:flex;align-items:center;gap:.25rem;text-decoration:none}.theme-10 .logo .logo-dark,.theme-10 .logo .logo-light{height:40px;width:auto;max-width:160px;object-fit:contain;display:block;transition:all var(--transition)}:root .theme-10 .logo .logo-light,[data-theme=light] .theme-10 .logo .logo-light{display:block}:root .theme-10 .logo .logo-dark,[data-theme=light] .theme-10 .logo .logo-dark{display:none}[data-theme=dark] .theme-10 .logo .logo-light{display:none}[data-theme=dark] .theme-10 .logo .logo-dark{display:block}.theme-10 .logo .logo-dark:hover,.theme-10 .logo .logo-light:hover{transform:scale(1.05);opacity:.9}.theme-10 .logo{flex-shrink:0;min-width:fit-content}.theme-10 .nav-center-group{display:flex;align-items:center;gap:1.5rem}.theme-10 .main-nav ul{display:flex;align-items:center;gap:2rem;list-style:none}.theme-10 .main-nav a{font-size:1rem;font-weight:500;color:var(--theme10-text-primary);padding:.5rem 0;position:relative;transition:all var(--transition);text-decoration:none;display:inline-block}.theme-10 .main-nav a::after{content:"";position:absolute;bottom:-2px;left:50%;right:50%;height:2px;background:var(--primary-blue);border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform:scaleX(0);transform-origin:center}.theme-10 .main-nav a.active::after,.theme-10 .main-nav a:hover::after{left:0;right:0;transform:scaleX(1)}.theme-10 .main-nav a:hover{color:var(--primary-blue)}.theme-10 .main-nav a.active{font-weight:600}.theme-10 .lang-selector{position:relative}.theme-10 .lang-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:0 0;border:none;color:var(--theme10-text-primary);font-size:.95rem;font-weight:500;cursor:pointer;transition:all var(--transition);font-family:inherit;border-radius:var(--radius-sm)}.theme-10 .lang-toggle:hover{background:rgba(0,0,0,.05)}[data-theme=dark] .theme-10 .lang-toggle:hover{background:rgba(255,255,255,.1)}.theme-10 .globe-icon{opacity:.7;width:20px;height:20px}.theme-10 .lang-menu{position:absolute;top:calc(100% + 8px);right:0;background:var(--theme10-bg-primary);border-radius:var(--radius-md);box-shadow:var(--theme10-shadow-md);min-width:140px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all var(--transition);overflow:hidden;z-index:1000}[dir=ltr] .theme-10 .lang-menu{right:auto;left:0}.theme-10 .lang-selector.active .lang-menu,.theme-10 .lang-selector:hover .lang-menu{opacity:1;visibility:visible;transform:translateY(0)}.theme-10 .lang-menu a{display:block;padding:.75rem 1rem;font-size:.9rem;color:var(--theme10-text-primary);transition:background var(--transition);text-decoration:none}.theme-10 .lang-menu a:hover{background:rgba(59,130,246,.1)}.theme-10 .theme-toggle{position:relative;width:64px;height:32px;background:0 0;border:none;cursor:pointer;padding:0;flex-shrink:0}.theme-10 .toggle-track{position:relative;display:block;width:100%;height:100%;background:rgba(99,102,241,.2);border:2px solid rgba(99,102,241,.3);border-radius:var(--radius-pill);transition:all var(--transition)}[data-theme=dark] .theme-10 .toggle-track{background:rgba(30,41,59,.6);border-color:rgba(255,255,255,.2)}.theme-10 .toggle-thumb{position:absolute;top:2px;left:2px;width:24px;height:24px;background:#fff;border-radius:50%;transition:transform var(--transition);box-shadow:0 2px 8px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center}[data-theme=dark] .theme-10 .toggle-thumb{transform:translateX(32px)}.theme-10 .btn-cta{display:inline-flex;align-items:center;gap:.75rem;padding:12px 28px;background:var(--theme10-text-primary);color:var(--theme10-bg-primary)!important;font-size:.95rem;font-weight:700;border-radius:var(--radius-pill);transition:all var(--transition);white-space:nowrap;text-decoration:none;box-shadow:0 4px 16px rgba(0,0,0,.15)}.theme-10 .btn-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2)}[data-theme=dark] .theme-10 .btn-cta{background:#fff;color:var(--dark-bg-primary)!important}.theme-10 .btn-cta .btn-arrow{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:rgba(255,255,255);border-radius:50%;transition:transform var(--transition)}.theme-10 .btn-cta .btn-arrow svg{stroke:#191d4d;width:14px;height:14px}[data-theme=dark] .theme-10 .btn-cta .btn-arrow{background:rgba(0,0,0,.1)}.theme-10 .btn-cta:hover .btn-arrow{transform:translateX(4px)}.theme-10 .header-cta{flex-shrink:0}.theme-10 .mobile-header-actions{display:none}.theme-10 .hero-content-container{position:relative;z-index:10;width:100%;max-width:1400px;margin:0 auto;padding:160px 60px 80px;display:flex;flex-direction:column;align-items:center;text-align:center;box-sizing:border-box}.theme-10 .hero-badge-tagline{display:inline-flex;align-items:center;gap:10px;margin-bottom:32px;background:rgba(255,255,255,.74);padding:12px 24px;border-radius:var(--radius-pill);box-shadow:0 4px 16px rgba(0,0,0,.1);backdrop-filter:blur(10px)}[data-theme=dark] .theme-10 .hero-badge-tagline{background:rgba(26,26,58,.8);border:1px solid rgba(255,255,255,.1)}.theme-10 .hero-badge{width:10px;height:10px;background:var(--accent-green);border-radius:50%;animation:theme10-pulse 2s infinite}@keyframes theme10-pulse{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(16,185,129,.7)}50%{opacity:.8;box-shadow:0 0 0 8px rgba(16,185,129,0)}}.theme-10 .hero-tagline{font-size:12px;font-weight:600;color:var(--theme10-text-primary)}.theme-10 .hero-headline{font-size:clamp(36px,6vw,68px);font-weight:600;line-height:149%;color:var(--theme10-text-primary);margin-bottom:24px;max-width:1000px;letter-spacing:-.02em}[dir=ltr] .theme-10 .hero-headline{font-size:clamp(36px,6vw,60px)}.theme-10 .hero-headline .highlight{color:var(--primary-blue);position:relative;display:inline-block}.theme-10 .headline-sparkle{display:inline-block;margin-right:8px;animation:theme10-sparkle 1.5s ease-in-out infinite}[dir=ltr] .theme-10 .headline-sparkle{margin-right:0;margin-left:8px}@keyframes theme10-sparkle{0%,100%{transform:scale(1) rotate(0)}50%{transform:scale(1.2) rotate(15deg)}}.theme-10 .hero-description{font-size:clamp(16px,2vw,20px);line-height:1.7;color:var(--theme10-text-secondary);max-width:800px;margin-bottom:40px}[dir=ltr] .theme-10 .hero-description{font-size:clamp(16px,2vw,18px)}.theme-10 .hero-description .brand-highlight{color:var(--primary-blue);font-weight:600}.theme-10 .hero-cta-buttons{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;margin-bottom:60px;flex-direction:row-reverse}.theme-10 .cta-btn{display:inline-flex;align-items:center;gap:12px;padding:10px 22px;font-size:18px;font-weight:700;border-radius:100px;text-decoration:none;transition:all var(--transition);cursor:pointer;border:none}.theme-10 .cta-btn-primary{background:var(--btn-primary-gradient);color:#fff!important;box-shadow:0 8px 24px var(--btn-primary-shadow)}.theme-10 .cta-btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(59,130,246,.5)}.theme-10 .cta-btn-secondary{background:rgba(255,255,255,.95);color:var(--theme10-text-primary)!important;border:2px solid rgba(15,23,42,.15);backdrop-filter:blur(8px)}[data-theme=dark] .theme-10 .cta-btn-secondary{background:rgba(255,255,255,.1);color:#fff!important;border-color:rgba(255,255,255,.2)}.theme-10 .cta-btn-secondary:hover{background:rgba(59,130,246,.1);border-color:var(--primary-blue);transform:translateY(-2px)}.theme-10 .btn-icon{display:flex;align-items:center;justify-content:center}.theme-10 .cta-btn-primary .btn-icon{width:36px;height:36px;background:rgba(255,255,255);border-radius:50%}.theme-10 .cta-btn-primary .btn-icon svg{stroke:#536ef5;width:16px;height:16px}.theme-10 .stats-card{position:absolute;top:40%;transform:translateY(-50%);background:#e8f4ff;backdrop-filter:blur(16px);border-radius:var(--radius-xl);padding:42px 24px;box-shadow:0 16px 48px rgba(0,0,0,.12);z-index:20;min-width:200px;text-align:center}[dir=rtl] .theme-10 .stats-card{right:60px;left:auto}[dir=ltr] .theme-10 .stats-card{left:60px;right:auto}[data-theme=dark] .theme-10 .stats-card{background:rgba(26,41,55,.9);border:1px solid rgba(255,255,255,.1)}.theme-10 .stats-icon{width:56px;height:56px;background:var(--primary-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;top:-25px;left:72px}.theme-10 .stats-icon svg{color:#fff;width:28px;height:28px}.theme-10 .stats-number{font-size:40px;font-weight:800;color:var(--primary-blue);line-height:1;margin-bottom:8px}.theme-10 .stats-label{font-size:14px;color:var(--theme10-text-secondary);line-height:1.5}.theme-10 .stats-arrow{width:40px;height:40px;background:#c0d8ff;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;left:80px;bottom:-13%;cursor:pointer;transition:all var(--transition)}.theme-10 .stats-arrow:hover{background:var(--primary-blue)}.theme-10 .stats-arrow:hover svg{color:#fff}.theme-10 .stats-arrow svg{width:18px;height:18px;color:#000510;transition:color var(--transition)}.theme-10 .video-preview-container{position:relative;width:100%;max-width:900px;margin:0 auto}.theme-10 .video-dashed-border{position:relative;padding:8px;border-radius:var(--radius-xl);background:0 0}[data-theme=dark] .theme-10 .video-dashed-border{border-color:rgba(6,182,212,.4)}.theme-10 .video-wrapper{position:relative;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#b2eafd,#fff);box-shadow:0 16px 48px rgba(0,0,0,.15);padding:20px}[data-theme=dark] .theme-10 .video-wrapper{box-shadow:0 16px 48px rgba(0,0,0,.5)}.theme-10 .video-preview-image{width:100%;height:auto;display:block;border-radius:20px;aspect-ratio:16/9;object-fit:cover}.theme-10 .video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:rgba(255,255,255,.95);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.2);transition:all var(--transition)}.theme-10 .video-play-btn:hover{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 12px 32px rgba(0,0,0,.3)}.theme-10 .video-play-btn svg{color:var(--primary-blue)}[dir=rtl] .theme-10 .video-play-btn svg{margin-left:0}.theme-10-video-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;pointer-events:none}.theme-10-video-modal.active{opacity:1;visibility:visible;pointer-events:all}.theme-10-video-modal.active .theme-10-video-modal-content{transform:scale(1)}.theme-10-video-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:pointer;z-index:1}.theme-10-video-modal-content{position:relative;width:90%;max-width:900px;aspect-ratio:16/9;z-index:2;transform:scale(.9);transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.theme-10-video-modal-close{position:absolute;top:-40px;right:0;width:36px;height:36px;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:3}[dir=ltr] .theme-10-video-modal-close{right:auto;left:0}.theme-10-video-modal-close:hover{transform:scale(1.1)}.theme-10-video-modal-close svg{color:#191d4d;width:20px;height:20px}.theme-10-video-modal-content iframe{width:100%;height:100%;border:none;border-radius:var(--radius-md)}.theme-10.features-section{padding:100px 32px;background:var(--theme10-bg-primary);position:relative;overflow:hidden;min-height:unset!important}[data-theme=dark] .theme-10.features-section{background:var(--dark-bg-secondary)}.theme-10 .features-container{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.theme-10 .features-content{display:flex;flex-direction:column;gap:24px}.theme-10 .section-title{font-size:clamp(32px,4vw,50px);font-weight:800;line-height:108px;color:var(--theme10-text-primary);margin-bottom:8px}[dir=ltr] .theme-10 .section-title{font-size:clamp(32px,2vw,48px);line-height:68px}.theme-10 .highlight-gradient{background:linear-gradient(to left,#ff29a8 0,#ad47dd 60%,#3237e2 91%,rgb(0 181 255 / 72%) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.theme-10 .section-description{font-size:18px;line-height:1.7;color:#fff;margin-bottom:24px}.theme-10 .features-list{display:flex;flex-direction:column;gap:16px;list-style:none;margin-bottom:32px;width:100%}.theme-10 .feature-item{display:flex;align-items:flex-start;gap:24px}.theme-10 .feature-number-wrapper{position:relative;width:80px;height:80px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.theme-10 .feature-number-blob{position:absolute;width:100%;height:100%;border-radius:5px 38px;z-index:1;opacity:.9;transition:all var(--transition-slow)}.theme-10 .feature-item:hover .feature-number-blob{transform:scale(1.1)}.theme-10 .blob-teal{background:var(--primary-teal)}.theme-10 .blob-orange{background:var(--accent-orange)}.theme-10 .blob-green{background:var(--accent-green)}.theme-10 .feature-number{position:relative;z-index:2;font-size:72px;font-weight:800;color:#fff}[dir=ltr] .theme-10 .feature-number{left:unset!important;right:30%!important}[data-theme=light] .theme-10 .feature-number{color:#313131;position:absolute;bottom:30%;left:30%}[data-theme=dark] .theme-10 .feature-number{color:#fff;position:absolute;bottom:30%;left:30%}.theme-10 .feature-text{padding-top:8px}.theme-10 .feature-text h3{font-size:22px;font-weight:700;margin-bottom:8px;background:linear-gradient(to right,#ff29a8 0,#ad47dd 60%,#3237e2 91%,rgb(0 181 255 / 72%) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.theme-10 .feature-text h3 span{color:var(--primary-purple)}.theme-10 .feature-text p{font-size:16px;color:var(--theme10-text-secondary);line-height:1.6}.theme-10 .features-image-container{position:relative}.theme-10 .features-image-wrapper{position:relative;overflow:hidden}.theme-10 .features-main-image{width:100%;height:auto;object-fit:cover;display:block;transition:transform var(--transition-slow)}.theme-10 .features-section::before{content:'';position:absolute;top:50%;left:0;width:600px;height:600px;border:1px solid rgba(99,102,241,.2);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0}[dir=rtl] .theme-10 .features-section::before{left:auto;right:0;transform:translate(50%,-50%)}@media (max-width:1023px){.theme-10 .features-container{grid-template-columns:1fr;gap:60px}.theme-10 .features-content{order:1}.theme-10 .features-image-container{display:none}}@media (max-width:768px){.theme-10 .features-section{padding:60px 24px}.theme-10 .features-item{gap:16px}.theme-10 .feature-number-wrapper{width:60px;height:60px}.theme-10 .feature-number{font-size:24px}}@media (max-width:1200px){.theme-10 .stats-card{position:relative;top:auto;left:auto!important;right:auto!important;transform:none;margin:40px auto 0;max-width:280px;display:none}}@media (max-width:1023px){.theme-10 .mobile-header-actions{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 0}[dir=rtl] .theme-10 .mobile-header-actions{flex-direction:row-reverse}.theme-10 .header-cta,.theme-10 .nav-center-group,.theme-10 .theme-header .logo:not(.mobile-logo){display:none}.theme-10 .theme-header{top:12px;padding:12px 20px}.theme-10 .mobile-center{display:flex;align-items:center;order:2;gap:1rem}[dir=rtl] .theme-10 .mobile-logo{order:3}[dir=ltr] .theme-10 .mobile-logo{order:1}.theme-10 .mobile-logo .logo-image{height:32px;width:auto;max-width:120px}.theme-10 .mobile-cta{order:1;padding:8px 16px;font-size:.85rem}[dir=rtl] .theme-10 .mobile-cta{order:1}[dir=ltr] .theme-10 .mobile-cta{order:3}.theme-10 .mobile-lang .lang-text{display:none}.theme-10 .mobile-theme-toggle .toggle-track{width:52px;height:28px}.theme-10 .mobile-theme-toggle .toggle-thumb{width:22px;height:22px}[data-theme=dark] .theme-10 .mobile-theme-toggle .toggle-thumb{transform:translateX(24px)}}@media (max-width:768px){.theme-10 .hero-content-container{padding:120px 20px 60px}.theme-10 .hero-headline{font-size:36px}.theme-10 .hero-description{font-size:16px}.theme-10 .hero-cta-buttons{flex-direction:column;width:100%;align-items:center}.theme-10 .cta-btn{width:100%;max-width:320px;justify-content:center;padding:14px 32px;font-size:17px}.theme-10 .stats-card{display:none}.theme-10 .video-preview-container{width:100%;padding:0 10px}.theme-10 .video-play-btn{width:64px;height:64px}}@media (max-width:480px){.theme-10 .theme-header{top:8px;width:96%;padding:10px}.theme-10 .logo .logo-dark,.theme-10 .logo .logo-light{height:24px}.theme-10 .mobile-cta{font-size:10px}.theme-10 .mobile-center{gap:2px}.theme-10 .mobile-logo .logo-image{max-width:100px}.theme-10 .hero-badge-tagline{padding:10px 16px;font-size:13px}.theme-10 .hero-headline{font-size:32px}}.theme-10.learning-section{padding:100px 32px;background-color:#231f8b;position:relative;overflow:hidden;min-height:unset!important}[data-theme=dark] .theme-10.learning-section{background-color:#0f172a}.theme-10 .learning-container{max-width:1400px;margin:0 auto}.theme-10 .learning-header{text-align:center;margin-bottom:70px}.theme-10 .learning-header .section-title{color:#fff;margin-bottom:16px;font-size:clamp(32px,4vw,42px);line-height:1.2;text-align:right;font-weight:600}[dir=ltr] .theme-10 .learning-header .section-title{line-height:1.2;text-align:left}.theme-10 .learning-header .section-description{color:rgba(255,255,255);font-size:18px;max-width:800px}[dir=ltr] .theme-10 .learning-header .section-description{text-align:left}.theme-10 .learning-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.theme-10 .learning-card{background:#fff;padding:32px 24px;border-radius:20px;display:flex;flex-direction:column;align-items:end;text-align:right;transition:transform .3s ease;height:100%}[dir=ltr] .theme-10 .learning-card{align-items:flex-start;text-align:left}[data-theme=dark] .theme-10 .learning-card{background:#1e293b}.theme-10 .learning-card:hover{transform:translateY(-5px)}.theme-10 .learning-card.featured-card{background:#4f46e5;box-shadow:0 20px 40px rgba(79,70,229,.3)}[data-theme=dark] .theme-10 .learning-card.featured-card{background:#4338ca}.theme-10 .card-icon{font-size:40px;margin-bottom:24px;display:flex;justify-content:start;align-items:center;width:100%;height:auto}.theme-10 .icon-orange i{color:#f97316}.theme-10 .icon-green i{color:#10b981}.theme-10 .icon-red i{color:#ef4444}.theme-10 .icon-white i{color:#fff}.theme-10 .learning-card .card-title{font-size:20px;font-weight:800;margin-bottom:16px;color:#1e1b4b;line-height:1.4;min-height:56px;display:flex;align-items:center;justify-content:center}[data-theme=dark] .theme-10 .learning-card .card-title{color:#fff}.theme-10 .learning-card.featured-card .card-title{color:#fff}.theme-10 .card-divider{width:40px;height:3px;background:#e74040;margin:0 0 16px auto}[dir=ltr] .theme-10 .card-divider{margin:0 0 16px 0}[data-theme=dark] .theme-10 .card-divider{background:#334155}.theme-10 .learning-card.featured-card .card-divider{background:rgba(255,255,255,.3)}.theme-10 .learning-card .card-desc{font-size:15px;color:#64748b;line-height:1.6}[data-theme=dark] .theme-10 .learning-card .card-desc{color:#cbd5e1}.theme-10 .learning-card.featured-card .card-desc{color:rgba(255,255,255,.9)}@media (max-width:1200px){.theme-10 .learning-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1201px){.theme-10 .learning-card:nth-child(even){margin-top:70px}}@media (max-width:768px){.theme-10 .learning-section{padding:60px 24px}.theme-10 .learning-grid{grid-template-columns:1fr;gap:20px}.theme-10 .learning-card{padding:24px;min-height:auto}.theme-10 .learning-card .card-title{min-height:auto;font-size:18px}}.theme-10.testimonials-carousel-section{padding:100px 32px;background-color:#fff9ee;position:relative;overflow:hidden;min-height:unset!important}@media (max-width:768px){.theme-10.testimonials-carousel-section{padding:60px 10px}}[data-theme=dark] .theme-10.testimonials-carousel-section{background-color:#111}.theme-10 .testimonials-carousel-container{max-width:1300px;margin:0 auto;position:relative}.theme-10 .section-header-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:60px;flex-wrap:wrap;gap:20px}.theme-10 .section-header-row .header-text{max-width:800px}.theme-10 .section-header-row .section-title{font-size:clamp(32px,4vw,48px);line-height:1.2;margin-bottom:16px;background:linear-gradient(135deg,#0b7077 0,#eb680a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:right}[dir=ltr] .theme-10 .section-header-row .section-title{text-align:left}.theme-10 .section-header-row .highlight-orange{color:#e36a37}.theme-10 .section-header-row .section-description{font-size:18px;color:var(--theme10-text-secondary);text-align:right;width:100%;max-width:800px}[dir=ltr] .theme-10 .section-header-row .section-description{text-align:left}.theme-10 .carousel-nav-buttons{display:flex;gap:16px}.theme-10 .nav-btn{width:50px;height:50px;border-radius:50%;border:none;background:rgb(20 111 114 / 10%);color:#146f72;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}[data-theme=dark] .theme-10 .nav-btn{background:#1e293b;color:#fff}.theme-10 .nav-btn:hover{background:#0f766e;color:#fff;transform:scale(1.1)}.theme-10 .carousel-viewport{overflow:hidden;padding:20px 0 40px}.theme-10 .carousel-track{display:flex;transition:transform .5s ease-in-out;gap:32px}.theme-10 .carousel-card-wrapper{flex:0 0 calc(33.333% - 22px);max-width:calc(33.333% - 22px);padding:12px!important;border-radius:24px;transition:all .3s ease}.theme-10 .card-green{background-color:#d1fae5}[data-theme=dark] .theme-10 .card-green{background-color:rgb(0 99 7 / 30%)}.theme-10 .card-pink{background-color:#fce7f3}[data-theme=dark] .theme-10 .card-pink{background-color:rgb(140 0 106 / 30%)}.theme-10 .card-yellow{background-color:#fef3c7}[data-theme=dark] .theme-10 .card-yellow{background-color:rgb(102 68 0 / 30%)}.theme-10 .carousel-card{background:#fff;border-radius:16px;padding:24px;height:100%;position:relative;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}[data-theme=dark] .theme-10 .carousel-card{background:#333}[dir=ltr] .theme-10 .card-quote-icon{right:auto;left:24px}.theme-10 .card-image-content{margin:12px 0 24px;border-radius:12px;overflow:hidden}.theme-10 .chat-image{width:80%;height:auto;display:block}.theme-10 .card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px}[data-theme=dark] .theme-10 .card-footer{border-top-color:#374151}.theme-10 .card-footer .info{display:flex;align-items:center;gap:12px}.theme-10 .user-info{text-align:right}[dir=ltr] .theme-10 .user-info{text-align:left}.theme-10 .user-name{font-size:16px;font-weight:700;color:var(--theme10-text-primary);margin-bottom:4px}.theme-10 .user-date{font-size:13px;color:var(--theme10-text-muted)}.theme-10 .user-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;margin:0 12px}.theme-10 .user-avatar img{width:100%;height:100%;object-fit:cover}.theme-10 .review-stars-static{color:#f59e0b;font-size:12px;letter-spacing:1px;display:flex;align-items:center;justify-content:end}.theme-10 .carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.theme-10 .carousel-dots .dot{width:12px;height:12px;background:#cbd5e1;border-radius:50%;cursor:pointer;transition:all .3s;height:12px}.theme-10 .carousel-dots .dot.active{background:#0f766e;width:32px;border-radius:500px;transform:scale(1.2)}@media (max-width:1024px){.theme-10 .carousel-card-wrapper{flex:0 0 calc(50% - 16px);max-width:calc(50% - 16px)}}@media (min-width:1025px){.theme-10 .carousel-dots [data-index="2"],.theme-10 .carousel-dots [data-index="3"]{display:none}}@media (max-width:768px){.theme-10 .carousel-card-wrapper{flex:0 0 100%;max-width:100%}.theme-10 .section-header-row{flex-direction:column;align-items:center;text-align:center}.theme-10 .section-header-row .section-description,.theme-10 .section-header-row .section-title{text-align:center!important}}.theme-10.video-testimonials-carousel-section{padding:100px 32px;background-color:#fff9ee;position:relative;overflow:hidden;min-height:unset!important}@media (max-width:768px){.theme-10.video-testimonials-carousel-section{padding:60px 10px}}[data-theme=dark] .theme-10.video-testimonials-carousel-section{background-color:#111}.theme-10 .video-testimonials-carousel-container{max-width:1300px;margin:0 auto;position:relative}.theme-10 .card-video-green{background-color:#cfebd1;padding:4px;border-radius:24px}[data-theme=dark] .theme-10 .card-video-green{background-color:rgb(0 99 7 / 30%)}.theme-10 .card-video-pink{background-color:#fcdbf4;padding:4px;border-radius:24px}[data-theme=dark] .theme-10 .card-video-pink{background-color:rgb(140 0 106 / 30%)}.theme-10 .card-video-yellow{background-color:#fff4de;padding:4px;border-radius:24px}[data-theme=dark] .theme-10 .card-video-yellow{background-color:rgb(102 68 0 / 30%)}.theme-10 .video-testimonial-card{position:relative;height:550px;border-radius:20px;overflow:hidden;cursor:pointer;background:#000}.theme-10 .video-testimonial-card .card-bg-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;opacity:.8}.theme-10 .video-testimonial-card:hover .card-bg-image{transform:scale(1.05);opacity:.6}.theme-10 .video-testimonial-card .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:rgba(255,255,255,.2);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;z-index:2;transition:all .3s ease}.theme-10 .video-testimonial-card:hover .play-button{background:#fff;color:#0f766e;transform:translate(-50%,-50%) scale(1.1)}.theme-10 .card-overlay-content{position:absolute;bottom:0;left:0;width:100%;padding:24px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);z-index:2;color:#fff;display:flex;flex-direction:column;gap:8px}.theme-10 .card-footer-info{display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:row-reverse}.theme-10 .info-left{text-align:right}[dir=ltr] .theme-10 .info-left{text-align:left}.theme-10 .video-date{font-size:13px;opacity:.8;display:block;margin-bottom:4px}.theme-10 .video-testimonial-card .user-name{color:#fff;margin:0;font-size:18px}.theme-10 .video-testimonial-card .review-stars-static{color:#fcd34d}.theme-10.wide-video-testimonials-carousel-section{padding:100px 32px;background-color:#fff9ee;position:relative;overflow:hidden;min-height:unset!important}[data-theme=dark] .theme-10.wide-video-testimonials-carousel-section{background-color:#111}.theme-10 .wide-video-testimonials-carousel-container{max-width:1300px;margin:0 auto;position:relative}.theme-10 .card-wide-video-green{background-color:#cfebd1;padding:4px;border-radius:24px}[data-theme=dark] .theme-10 .card-wide-video-green{background-color:rgb(0 99 7 / 30%)}.theme-10 .card-wide-video-pink{background-color:#fcdbf4;padding:4px;border-radius:24px}[data-theme=dark] .theme-10 .card-wide-video-pink{background-color:rgb(140 0 106 / 30%)}.theme-10 .card-wide-video-yellow{background-color:#fff4de;padding:4px;border-radius:24px}[data-theme=dark] .theme-10 .card-wide-video-yellow{background-color:rgb(102 68 0 / 30%)}.theme-10 .wide-video-testimonial-card{position:relative;height:300px;border-radius:20px;overflow:hidden;cursor:pointer;background:#000}.theme-10 .wide-video-testimonial-card .card-bg-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;opacity:.8}.theme-10 .wide-video-testimonial-card:hover .card-bg-image{transform:scale(1.05);opacity:.6}.theme-10 .wide-video-testimonial-card .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:rgba(255,255,255,.2);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;z-index:2;transition:all .3s ease}.theme-10 .wide-video-testimonial-card:hover .play-button{background:#fff;color:#0f766e;transform:translate(-50%,-50%) scale(1.1)}.theme-10 .wide-video-testimonial-card .card-overlay-content{position:absolute;bottom:0;left:0;width:100%;padding:24px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);z-index:2;color:#fff;display:flex;flex-direction:column;gap:8px}.theme-10 .wide-video-testimonial-card .user-name{color:#fff;margin:0;font-size:18px}.theme-10 .wide-video-testimonial-card .review-stars-static{color:#fcd34d}.theme-10.pricing-section{padding:100px 32px;background-color:#0044d3;background:radial-gradient(circle at center,rgba(0,100,255,.3) 0,#0044d3 100%),#002d7f;position:relative;overflow:hidden;min-height:800px;font-family:Inter,sans-serif}.theme-10 .pricing-bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(45deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:40px 40px;z-index:0;pointer-events:none}.theme-10 .pricing-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4;z-index:0;pointer-events:none}.theme-10 .glow-left{width:500px;height:500px;background:rgba(0,100,255,.6);top:20%;left:-100px;animation:theme10-pulseGlow 5s infinite alternate}.theme-10 .glow-center{width:800px;height:800px;background:rgba(0,200,255,.3);top:10%;left:50%;transform:translateX(-50%);z-index:0}.theme-10 .glow-right{width:500px;height:500px;background:rgba(0,100,255,.6);bottom:-100px;right:-100px;animation:theme10-pulseGlow 5s infinite alternate-reverse}@keyframes theme10-pulseGlow{0%{opacity:.3;transform:scale(1)}100%{opacity:.5;transform:scale(1.1)}}.theme-10 .floating-cube{position:absolute;z-index:1;pointer-events:none;animation:theme10-floatCube 8s ease-in-out infinite;filter:drop-shadow(0 12px 40px rgba(0, 0, 0, .4))}.theme-10 .cube-top-left{top:10%;left:5%;width:100px;animation-delay:0s}.theme-10 .cube-top-right{top:15%;right:5%;width:80px;animation-delay:2s}@keyframes theme10-floatCube{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.theme-10 .pricing-container{max-width:1400px;margin:0 auto;position:relative;z-index:2}.theme-10 .section-header-centered{text-align:center;max-width:1000px;margin:0 auto 60px}.theme-10 .pricing-section .section-title{font-size:clamp(32px,4vw,56px);line-height:1.2;margin-bottom:20px;font-weight:800;color:#fff;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.theme-10 .pricing-section .emoji-icon{font-size:1em;animation:theme10-wiggle 3s infinite}.theme-10 .pricing-center-img{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);z-index:-1;pointer-events:none;max-width:100%;max-height:100%;opacity:1}@keyframes theme10-wiggle{0%,100%{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.theme-10 .highlight-gradient{background:linear-gradient(90deg,#00d9ff,#00ffa3,#00d9ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.theme-10 .pricing-section .section-description{font-size:18px;color:rgba(255,255,255,.85);line-height:1.7;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.theme-10 .pricing-toggle-wrapper{display:inline-flex;align-items:center;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);padding:6px;border-radius:50px;box-shadow:0 4px 16px rgba(0,0,0,.2);margin-top:20px}.theme-10 .toggle-switch{display:none}.theme-10 .pricing-toggle-wrapper{position:relative;cursor:pointer}.theme-10 .pricing-period{font-size:16px;font-weight:500;color:rgba(255,255,255,.7);padding:12px 30px;border-radius:50px;transition:all .3s ease;cursor:pointer}.theme-10 .pricing-period.active{background:rgba(255,255,255,.95);color:#0033a0;font-weight:700;box-shadow:0 4px 12px rgba(255,255,255,.3)}.theme-10 .pricing-period:hover:not(.active){background:rgba(255,255,255,.05);color:#fff}.theme-10 .toggle-switch{display:none}.theme-10 .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;align-items:center;padding:20px 0}.theme-10 .pricing-card{border-radius:32px;padding:32px 24px;position:relative;transition:all .4s ease;display:flex;flex-direction:column;align-items:center}.theme-10 .pricing-card:hover{transform:translateY(-8px)}.theme-10 .basic-card{background:#fff;border:2px solid rgba(255,255,255,.1);box-shadow:0 16px 48px rgba(0,0,0,.2)}[data-theme=dark] .theme-10 .basic-card{background:#333;border-color:rgba(255,255,255,.1);box-shadow:0 16px 48px rgba(0,0,0,.4);opacity:1}.theme-10 .basic-card .card-icon{width:64px;height:64px;background:linear-gradient(135deg,#08c395,#19b8f4);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 8px 24px rgba(0,217,255,.3)}.theme-10 .basic-card .card-icon i{font-size:28px;color:#fff}.theme-10 .basic-card .plan-title{color:#1e1b4b;font-size:24px;font-weight:700;margin-bottom:12px}.theme-10 .basic-card .plan-description{color:#4b5563;font-size:15px;line-height:1.6;text-align:center;margin-bottom:24px}.theme-10 .basic-card .features-list li{color:#374151;font-size:15px}[data-theme=dark] .theme-10 .basic-card .plan-title{color:#fff}[data-theme=dark] .theme-10 .basic-card .plan-description{color:rgba(255,255,255,.7)}[data-theme=dark] .theme-10 .basic-card .features-list li{color:rgba(255,255,255,.9)}.theme-10 .basic-card .card-price{color:#00d9ff;margin-bottom:32px}.theme-10 .basic-card .amount{font-size:40px;font-weight:800;background:linear-gradient(135deg,#19b8f4,#08c395);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.theme-10 .basic-card .currency{font-size:18px;font-weight:600;background:linear-gradient(135deg,#19b8f4,#08c395);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 4px}.theme-10 .basic-card .period{font-size:16px;color:#9ca3af}.theme-10 .features-list li i{color:#08c395}.theme-10 .btn-basic-outline{width:100%;padding:12px 24px;border:2px solid #374151;color:#374151;border-radius:12px;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s;margin-top:auto;text-decoration:none}.theme-10 .btn-basic-outline:hover{background:#374151;color:#fff;transform:translateY(-2px)}[data-theme=dark] .theme-10 .btn-basic-outline{border-color:rgba(255,255,255,.2);color:#fff;background:rgba(255,255,255,.05)}[data-theme=dark] .theme-10 .btn-basic-outline:hover{background:#00d9ff;border-color:#00d9ff;color:#0033a0;box-shadow:0 12px 32px rgba(0,217,255,.4)}.theme-10 .advanced-card{background:linear-gradient(135deg,#3ba3a8 0,#2d8a8f 100%);border:2px solid rgba(255,255,255,.2);box-shadow:0 24px 64px rgba(0,0,0,.5);transform:scale(1.05) translateY(-10px);z-index:10;padding:40px 32px}.theme-10 .advanced-card .card-icon{width:60px;height:60px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 8px 24px rgba(255,255,255,.3)}.theme-10 .advanced-card .card-icon i{font-size:28px}.theme-10 .advanced-card .plan-title{color:#fff;font-size:28px;margin-bottom:12px}.theme-10 .advanced-card .plan-description{color:rgba(255,255,255,.95);font-size:15px;margin-bottom:24px;text-align:center}.theme-10 .advanced-card .card-price{color:#fff;margin-bottom:24px}.theme-10 .advanced-card .amount{font-size:48px}.theme-10 .advanced-card .currency{color:rgba(255,255,255,.9)}.theme-10 .advanced-card .period{color:rgba(255,255,255,.8);font-size:16px}.theme-10 .advanced-card .features-list li{color:#fff;font-size:15px}.theme-10 .advanced-card .features-list li i{color:#fff}.theme-10 .btn-advanced-solid{width:100%;padding:14px 32px;background:#fff;color:#2d8a8f;border-radius:50px;font-weight:700;font-size:17px;text-align:center;box-shadow:0 8px 24px rgba(255,255,255,.3);transition:all .3s;margin-top:auto}.theme-10 .btn-advanced-solid:hover{background:#f0fdfa;transform:translateY(-3px);box-shadow:0 12px 32px rgba(255,255,255,.5);color:#2d8a8f}@media (max-width:1024px){.theme-10 .pricing-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto;gap:40px}.theme-10 .advanced-card{transform:scale(1.05);order:-1}.theme-10 .advanced-card:hover{transform:scale(1.05) translateY(-5px)}.theme-10 .basic-card{transform:scale(.95);opacity:.9}.theme-10 .glow-left,.theme-10 .glow-right{display:none}}@media (max-width:425px){.theme-10.pricing-section{padding:60px 24px}}.theme-10.faq-section{background:linear-gradient(135deg,#0d2358 0,#1a3a6e 50%,#043378 100%);padding:100px 0;min-height:unset!important;position:relative;overflow:hidden}.theme-10 .faq-container{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:4fr 6fr;gap:60px;align-items:center}.theme-10 .faq-content-left{position:relative;z-index:2}.theme-10 .faq-content-left .section-title{font-size:38px;font-weight:700;line-height:1.2;color:#fff;margin-bottom:24px}.theme-10 .highlight-gradient{background:linear-gradient(90deg,#4ade80 0,#3b82f6 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.theme-10 .faq-content-left .section-description{font-size:16px;line-height:1.7;color:#fff;margin-bottom:40px;max-width:90%}.theme-10 .faq-blob-container{position:relative;width:350px;height:350px;margin:0 auto}.theme-10 .faq-blob-light{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;display:block;opacity:1;transition:opacity .3s ease;animation:blobFloat 8s ease-in-out infinite}.theme-10 .faq-blob-dark{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;display:none;opacity:0;transition:opacity .3s ease;animation:blobFloat 8s ease-in-out infinite}.theme-10 .question-mark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:120px;font-weight:800;color:#06f;z-index:10}@keyframes blobFloat{0%{transform:translate(0,0) scale(1)}33%{transform:translate(10px,-15px) scale(1.05)}66%{transform:translate(-5px,10px) scale(.95)}100%{transform:translate(0,0) scale(1)}}.theme-10 .faq-accordion{display:flex;flex-direction:column;gap:16px}.theme-10 .faq-item{background:#fff;border:2px solid rgba(0,102,255,.2);border-radius:12px;overflow:hidden;transition:all .3s ease;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.08)}.theme-10 .faq-item:hover{background:#f8fafc;border-color:#06f;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,102,255,.15)}.theme-10 .faq-item.active{background:#fff;border:3px solid #06f;box-shadow:0 12px 32px rgba(0,102,255,.2)}.theme-10 .faq-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px}.theme-10 .faq-question{font-size:17px;font-weight:600;color:#06f;margin:0;padding-right:20px;transition:color .3s}.theme-10 .faq-item.active .faq-question{color:#06f}.theme-10 .faq-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;font-size:18px;font-weight:700;transition:all .3s ease;flex-shrink:0}.theme-10 .faq-icon.plus{background:rgba(0,102,255,.1);color:#06f;display:flex}.theme-10 .faq-icon.minus{display:none;background:#06f;color:#fff}.theme-10 .faq-item.active .faq-icon.plus{display:none}.theme-10 .faq-item.active .faq-icon.minus{display:flex}.theme-10 .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease-out;padding:0 24px}.theme-10 .faq-answer p{color:#2a2a2a;font-size:15px;line-height:1.8;padding-bottom:24px;margin:0;padding-top:16px;border-top:1px solid rgba(0,0,0,.1);margin-top:0;opacity:0;transform:translateY(-10px);transition:all .3s ease}.theme-10 .faq-item.active .faq-answer p{opacity:1;transform:translateY(0)}[data-theme=dark] .theme-10.faq-section{background:linear-gradient(135deg,#0d2358 0,#1a3a6e 50%,#042d6a 100%)}[data-theme=dark] .theme-10 .faq-content-left .section-title{color:#fff}[data-theme=dark] .theme-10 .faq-content-left .section-description{color:#cbd5e1}[data-theme=dark] .theme-10 .faq-blob-light{display:none;opacity:0}[data-theme=dark] .theme-10 .faq-blob-dark{display:block;opacity:1}[data-theme=dark] .theme-10 .question-mark{color:#06f}[data-theme=dark] .theme-10 .faq-item{background:#414141;border:1px solid rgba(255,255,255,.1);box-shadow:none}[data-theme=dark] .theme-10 .faq-item:hover{background:#4a4a4a;border-color:rgba(255,255,255,.1);box-shadow:0 8px 20px rgba(0,0,0,.3)}[data-theme=dark] .theme-10 .faq-item.active{background:#1a1a1a;border:1px solid rgba(0,102,255,.4);box-shadow:0 8px 24px rgba(0,102,255,.2)}[data-theme=dark] .theme-10 .faq-question{color:#fff}[data-theme=dark] .theme-10 .faq-item.active .faq-question{color:#fff}[data-theme=dark] .theme-10 .faq-icon.plus{background:rgba(255,255,255,.1);color:rgba(255,255,255,.8)}[data-theme=dark] .theme-10 .faq-icon.minus{background:#06f;color:#fff}[data-theme=dark] .theme-10 .faq-answer p{color:rgba(255,255,255,.8);border-top-color:rgba(255,255,255,.1)}@media (max-width:1024px){.theme-10 .faq-container{grid-template-columns:1fr;gap:40px;text-align:center}.theme-10 .faq-content-left{display:flex;flex-direction:column;align-items:center}.theme-10 .faq-content-left .section-description{max-width:100%}.theme-10 .faq-blob-container{width:280px;height:280px}.theme-10 .question-mark{font-size:100px}.theme-10 .faq-header{text-align:right}}@media (max-width:768px){.theme-10.faq-section{padding:60px 0}.theme-10 .faq-content-left .section-title{font-size:36px}.theme-10 .faq-content-left .section-description{font-size:16px}.theme-10 .faq-blob-container{width:240px;height:240px}.theme-10 .question-mark{font-size:80px}.theme-10 .faq-question{font-size:16px}.theme-10 .faq-answer p{font-size:14px}.theme-10 .faq-icon{width:28px;height:28px;font-size:16px}}.theme-10.contact-section{padding:80px 0;position:relative;overflow:hidden;background:#111}[data-theme=light] .theme-10.contact-section{background:#fff}.theme-10 .contact-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.theme-10 .contact-card{background:#fff;padding:60px 80px;position:relative;transition:all .3s ease}[data-theme=dark] .theme-10 .contact-card{background:#111}.theme-10 .contact-title{font-size:42px;font-weight:700;text-align:center;margin-bottom:12px;background:linear-gradient(90deg,#e491f3 0,#630872 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.theme-10 .contact-subtitle{text-align:center;font-size:18px;color:var(--theme10-text-secondary);margin-bottom:60px;font-weight:500}[data-theme=dark] .theme-10 .contact-subtitle{color:rgba(255,255,255,.7)}.theme-10 .contact-grid{display:grid;grid-template-columns:1fr .8fr;gap:80px;align-items:center}.theme-10 .theme-10-contact-form{display:flex;flex-direction:column;gap:20px}.theme-10 .form-group label{display:block;margin-bottom:10px;font-weight:600;font-size:16px;color:var(--theme10-text-primary)}[dir=rtl] .theme-10 .form-group label{text-align:right}.theme-10 .form-control{width:100%;height:56px;padding:0 20px;border-radius:12px;background:#fff;border:1px solid #cfa6da;font-size:16px;color:var(--theme10-text-primary);transition:all .3s ease;font-family:inherit}.theme-10 textarea.form-control{height:auto;padding:20px;resize:none}[data-theme=dark] .theme-10 .form-control{background:#0d0d0d;border-color:#bfa1ca;color:#fff}.theme-10 .form-control:focus{border-color:#ae5ec0;box-shadow:0 0 0 4px rgba(174,94,192,.1);outline:0}.theme-10 .btn-contact-submit{width:200px;height:56px;background:#b062c5;color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px;font-family:inherit}.theme-10 .btn-contact-submit:hover{background:#9a4bac;transform:translateY(-2px)}.theme-10 .contact-visual-col{display:flex;flex-direction:column;align-items:center;justify-content:center}.theme-10 .contact-illustration-wrapper{width:100%;max-width:400px;margin-bottom:40px}.theme-10 .contact-main-img{width:100%;height:auto;display:block}.theme-10 .contact-info-list{display:flex;flex-direction:column;gap:16px;width:100%;align-items:flex-end}[dir=ltr] .theme-10 .contact-info-list{align-items:flex-start}.theme-10 .info-item{display:flex;align-items:center;gap:12px;color:var(--theme10-text-primary);font-size:16px;font-weight:500}.theme-10 .info-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#b062c5;font-size:20px}[data-theme=dark] .theme-10 .info-icon{color:#c47ad6}[dir=rtl] .theme-10 .form-control{text-align:right}@media (max-width:992px){.theme-10 .contact-card{padding:40px 24px}.theme-10 .contact-grid{grid-template-columns:1fr;gap:40px}.theme-10 .contact-visual-col{order:1;margin-top:30px}.theme-10 .contact-illustration-wrapper{display:none}.theme-10 .contact-info-list{align-items:center;margin-bottom:0;gap:20px}[dir=ltr] .theme-10 .contact-info-list,[dir=rtl] .theme-10 .contact-info-list{align-items:center}.theme-10 .btn-contact-submit{width:100%}}.theme-10.checkout-section{position:relative;padding:80px 24px;overflow:hidden;background:var(--checkout-bg-primary,#1a1f4d);transition:background .3s ease}:root .theme-10,[data-theme=light] .theme-10{--checkout-bg-primary:#231F8B;--checkout-bg-secondary:#273388;--checkout-form-bg:#FFFFFF;--checkout-form-shadow:0 8px 32px rgba(0, 0, 0, 0.15);--checkout-text-head:#1F2937;--checkout-text-label:#374151;--checkout-text-body:#6B7280;--checkout-text-price:#6366F1;--checkout-input-bg:#F9FAFB;--checkout-input-border:#D1D5DB;--checkout-input-text:#1F2937;--checkout-highlight:#6366F1;--checkout-video-border:#FFFFFF;--checkout-method-bg:#F9FAFB;--checkout-method-border:#E5E7EB;--checkout-method-hover-border:#D1D5DB;--checkout-method-selected-bg:#d1fae5}[data-theme=dark] .theme-10{--checkout-bg-primary:#1a1f4d;--checkout-bg-secondary:#2a2f5a;--checkout-form-bg:#3a3f4f;--checkout-form-shadow:0 8px 32px rgba(0, 0, 0, 0.4);--checkout-text-head:#FFFFFF;--checkout-text-label:#FFFFFF;--checkout-text-body:#9CA3AF;--checkout-text-price:#6366F1;--checkout-input-bg:rgba(255, 255, 255, 0.05);--checkout-input-border:rgba(255, 255, 255, 0.15);--checkout-input-text:#FFFFFF;--checkout-highlight:#6366F1;--checkout-video-border:#5B5FED;--checkout-method-bg:rgba(255, 255, 255, 0.03);--checkout-method-border:rgba(255, 255, 255, 0.1);--checkout-method-hover-border:rgba(255, 255, 255, 0.2);--checkout-method-selected-bg:rgba(34, 197, 94, 0.12)}.theme-10 .checkout-bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;background-image:radial-gradient(circle at 10% 20%,rgba(255,255,255,.03) 0,transparent 20%),radial-gradient(circle at 90% 80%,rgba(255,255,255,.03) 0,transparent 20%)}.theme-10 .checkout-container{position:relative;z-index:2;max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:48px}@media (min-width:1024px){.theme-10 .checkout-container{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:flex-start}[dir=rtl] .theme-10 .checkout-container{grid-template-columns:1fr 1.2fr}}.theme-10 .checkout-info-column{position:relative}@media (min-width:1024px){.theme-10 .checkout-info-column{position:sticky;top:120px}}.theme-10 .checkout-video-wrapper{position:relative;width:100%;max-width:500px;margin:0 auto 32px}.theme-10 .checkout-video-frame{position:relative;padding:16px;border:3px dashed var(--checkout-video-border);border-radius:24px;background:0 0}[data-theme=dark] .theme-10 .checkout-video-frame{background:rgba(26,31,77,.6)}.theme-10 .checkout-video-inner{position:relative;background:#fff;padding:12px;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.2);overflow:hidden}.theme-10 .checkout-video-thumb{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:12px;display:block}.theme-10 .checkout-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;background:rgba(0,0,0,.6);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:2px solid rgba(255,255,255,.2);transition:all .3s ease;z-index:10}.theme-10 .checkout-play-btn svg{width:28px;height:28px;fill:#fff;margin-left:4px}[dir=ltr] .theme-10 .checkout-play-btn svg{margin-left:4px;margin-right:0}[dir=rtl] .theme-10 .checkout-play-btn svg{margin-right:4px;margin-left:0}.theme-10 .checkout-play-btn:hover{background:rgba(0,0,0,.8);transform:translate(-50%,-50%) scale(1.1)}.theme-10 .checkout-quote-badge{position:absolute;top:-12px;right:-12px;width:48px;height:48px;background:var(--checkout-highlight);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(99,102,241,.4);z-index:20}[dir=ltr] .theme-10 .checkout-quote-badge{right:-12px;left:auto}.theme-10 .checkout-quote-badge svg{width:20px;height:20px;fill:#fff}.theme-10 .checkout-course-info{text-align:center;color:#fff}@media (min-width:1024px){[dir=rtl] .theme-10 .checkout-course-info{text-align:right}[dir=ltr] .theme-10 .checkout-course-info{text-align:left}}.theme-10 .checkout-course-title{font-size:24px;font-weight:800;margin-bottom:16px;line-height:1.4;color:#fff}@media (min-width:768px){.theme-10 .checkout-course-title{font-size:32px}}.theme-10 .checkout-price-row{display:flex;align-items:center;justify-content:center;gap:12px}@media (min-width:1024px){.theme-10 .checkout-price-row{justify-content:flex-start}}.theme-10 .checkout-price-label{font-size:16px;font-weight:500;color:rgba(255,255,255,.85)}.theme-10 .checkout-price-val{font-size:36px;font-weight:800;color:#fff}.theme-10 .checkout-form-card{background:var(--checkout-form-bg);border-radius:24px;padding:32px 24px;box-shadow:var(--checkout-form-shadow);transition:background .3s ease}@media (min-width:768px){.theme-10 .checkout-form-card{padding:48px}}.theme-10 .checkout-form-title{font-size:24px;font-weight:700;color:var(--checkout-text-head);margin-bottom:28px}.theme-10 .checkout-form-group{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.theme-10 .checkout-field{display:flex;flex-direction:column;gap:8px}.theme-10 .checkout-label{font-size:15px;font-weight:600;color:var(--checkout-text-label)}.theme-10 .checkout-required{color:#ef4444}[dir=ltr] .theme-10 .checkout-required{margin-left:4px}[dir=rtl] .theme-10 .checkout-required{margin-right:4px}.theme-10 .checkout-input{height:54px;padding:0 18px;border-radius:12px;background:var(--checkout-input-bg);border:1.5px solid var(--checkout-input-border);color:var(--checkout-input-text);font-size:15px;font-family:inherit;transition:all .3s ease;text-align:right}[dir=ltr] .theme-10 .checkout-input{text-align:left}.theme-10 .checkout-input::placeholder{color:var(--checkout-text-body);opacity:.7}.theme-10 .checkout-input:focus{outline:0;border-color:var(--checkout-highlight);box-shadow:0 0 0 3px rgba(99,102,241,.1)}.theme-10 .payment-methods-title{font-size:18px;font-weight:700;color:var(--checkout-text-head);margin-bottom:8px}.theme-10 .payment-methods-subtitle{font-size:14px;color:var(--checkout-text-body);margin-bottom:20px}.theme-10 .payment-options-group{display:flex;flex-direction:column;gap:12px}.theme-10 .payment-option-label{position:relative;cursor:pointer;user-select:none;display:block}.theme-10 .payment-radio{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.theme-10 .payment-option-card{display:flex;align-items:center;gap:14px;padding:8px 13px;border-radius:12px;border:1.5px solid var(--checkout-method-border);background:var(--checkout-method-bg);transition:all .3s ease;min-height:60px}.theme-10 .payment-radio:checked+.payment-option-card{border-color:#22c55e;background:var(--checkout-method-selected-bg);box-shadow:0 4px 12px rgba(34,197,94,.15)}.theme-10 .payment-option-card:hover{border-color:var(--checkout-method-hover-border)}.theme-10 .mc-icon{display:flex;width:44px;position:relative;flex-shrink:0}.theme-10 .mc-circle{width:24px;height:24px;border-radius:50%;position:relative}.theme-10 .mc-red{background:#eb001b;z-index:1}.theme-10 .mc-orange{background:#f79e1b;opacity:.9;z-index:2;margin-left:-10px}[dir=rtl] .theme-10 .mc-orange{margin-right:-10px;margin-left:0}.theme-10 .voda-icon-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0}.theme-10 .voda-icon-content{color:#fff;font-size:20px;font-weight:700;line-height:1}.theme-10 .cash-badge{background:#fef3c7;color:#92400e;font-size:11px;font-weight:700;padding:4px 6px;border-radius:4px;margin-right:8px}[dir=ltr] .theme-10 .cash-badge{margin-right:0;margin-left:8px}[dir=rtl] .theme-10 .cash-badge{margin-right:8px;margin-left:0}.theme-10 .payment-text-group{display:flex;flex-direction:column}.theme-10 .payment-name{font-size:12px;font-weight:600;color:#2c2c2c}.theme-10 .payment-details{font-size:12px;color:var(--checkout-text-body);margin-top:2px}.theme-10 .checkout-total-row{display:flex;justify-content:space-between;align-items:center;padding:24px 0;margin-top:24px;border-top:1px solid var(--checkout-method-border)}.theme-10 .total-label{font-size:18px;font-weight:600;color:var(--checkout-text-head)}.theme-10 .total-value{font-size:28px;font-weight:800;color:var(--checkout-text-price);direction:ltr}.theme-10 .checkout-submit-btn{width:100%;height:56px;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);color:#fff;border:none;border-radius:50px;font-size:18px;font-weight:700;cursor:pointer;box-shadow:0 8px 24px rgba(99,102,241,.4);transition:all .3s cubic-bezier(.4,0,.2,1)}.theme-10 .checkout-submit-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(99,102,241,.5);background:linear-gradient(135deg,#5558e3 0,#7c3aed 100%)}.theme-10 .checkout-submit-btn:active{transform:translateY(0)}.theme-10 .checkout-deco-star{position:absolute;top:50px;right:50px;width:200px;height:200px;opacity:.1;pointer-events:none;z-index:1}[dir=ltr] .theme-10 .checkout-deco-star{right:50px;left:auto}[dir=rtl] .theme-10 .checkout-deco-star{left:50px;right:auto}.theme-10.footer-section{position:relative;background:#043378;padding:60px 24px 0;overflow:hidden;color:#fff;min-height:unset!important}.theme-10 .footer-bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.theme-10 .footer-wave-top{position:absolute;top:0;left:0;width:100%;height:auto;opacity:.1}.theme-10 .footer-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.theme-10 .footer-logo-container{margin-bottom:24px}.theme-10 .footer-logo .logo-image{height:60px;width:auto;display:block}.theme-10 .footer-description{max-width:700px;margin:0 auto 40px}.theme-10 .footer-description p{font-size:18px;line-height:1.6;color:rgba(255,255,255,.95);margin:0}.theme-10 .footer-contact-info{display:flex;flex-direction:column;gap:20px;margin-bottom:40px;width:100%;justify-content:center}.theme-10 .contact-item{display:flex;align-items:center;justify-content:center;gap:12px}.theme-10 .contact-icon-wrapper{width:40px;height:40px;border-radius:50%;background:rgba(255,107,107,.15);display:flex;align-items:center;justify-content:center;color:#ff6b6b;flex-shrink:0}.theme-10 .contact-text{font-size:16px;font-weight:500;color:#fff}@media (min-width:1024px){.theme-10 .footer-contact-info{flex-direction:row;gap:50px}}.theme-10 .footer-social-icons{display:flex;gap:16px;margin-bottom:40px}.theme-10 .social-icon{width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;font-size:20px;text-decoration:none}.theme-10 .social-icon:hover{background:#fff;color:#1a4d8f;border-color:#fff;transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,.2)}.theme-10 .footer-payment-methods{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-bottom:50px}.theme-10 .payment-badge{display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.theme-10 .payment-badge:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.theme-10 .secure-badge{gap:8px;font-size:11px;font-weight:600;line-height:1.2;text-align:left;width:auto}.theme-10 .secure-badge i{font-size:16px}.theme-10 .discover-text{font-weight:800;font-size:12px;letter-spacing:.5px}.theme-10 .discover-text::first-letter{color:#ff6b35}.theme-10 .visa i{font-size:28px}.theme-10 .apple-pay i{font-size:24px}.theme-10 .mastercard .mc-circles{display:flex;position:relative;width:28px;height:18px}.theme-10 .mastercard .mc-circle{width:18px;height:18px;border-radius:50%;position:absolute;top:0}.theme-10 .mastercard .red{background:#eb001b;left:0;z-index:1}.theme-10 .mastercard .orange{background:#f79e1b;right:0;opacity:.9;z-index:2}.theme-10 .footer-copyright{border-top:1px solid rgba(255,255,255,.15);padding:24px 0;width:100%;position:relative;z-index:2;background:rgba(0,0,0,.1);margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px;width:calc(100% + 48px)}.theme-10 .footer-copyright p{font-size:14px;color:rgba(255,255,255,.8);margin:0;text-align:center}@keyframes theme10-fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.theme-10 .footer-content>*{animation:theme10-fadeInUp .8s ease-out backwards}.theme-10 .footer-logo-container{animation-delay:.1s}.theme-10 .footer-description{animation-delay:.2s}.theme-10 .footer-contact-info{animation-delay:.3s}.theme-10 .footer-social-icons{animation-delay:.4s}.theme-10 .footer-payment-methods{animation-delay:.5s}.theme-9 *{margin:0;padding:0;box-sizing:border-box}html:has(.theme-9){scroll-behavior:smooth}.theme-9{overflow-x:hidden;width:100%}:root .theme-9{--primary-purple:#7C3AED;--primary-pink:#EC4899;--primary-purple-dark:#6D28D9;--primary-pink-dark:#DB2777;--light-bg-primary:#ffffff;--light-bg-gradient-start:#9333EA;--light-bg-gradient-mid:#EC4899;--light-bg-gradient-end:#ffffff;--light-text-primary:#1F2937;--light-text-secondary:#6B7280;--light-text-on-gradient:#ffffff;--dark-bg-primary:#0F0A1E;--dark-bg-secondary:#1a0b2e;--dark-bg-gradient-start:#1a0b2e;--dark-bg-gradient-mid:#4C1D95;--dark-bg-gradient-end:#831843;--dark-text-primary:#ffffff;--dark-text-secondary:rgba(255, 255, 255, 0.8);--button-primary-bg:#ffffff;--button-primary-text:#1F2937;--button-secondary-light:#A78BFA;--button-secondary-dark:#8B5CF6;--video-play-button-light:#ffffff;--video-play-button-dark:#1a0b2e;--video-play-icon:#7C3AED;--shadow-light:rgba(0, 0, 0, 0.1);--shadow-dark:rgba(0, 0, 0, 0.4);--border-radius-sm:8px;--border-radius-md:12px;--border-radius-lg:16px;--border-radius-xl:24px;--theme9-purple:var(--primary-purple);--theme9-purple-dark:var(--primary-purple-dark);--theme9-pink:var(--primary-pink);--theme9-white:#FFFFFF;--theme9-dark:var(--light-text-primary);--theme9-dark-alt:#0a0a0a;--theme9-font-ar:"Alexandria",sans-serif;--theme9-font-en:"Alexandria",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--theme9-transition:0.3s ease;--theme9-transition-slow:0.6s ease}:root .theme-9,[data-theme=light] .theme-9{--theme9-bg-primary:var(--light-bg-primary);--theme9-text-primary:var(--light-text-primary);--theme9-text-secondary:var(--light-text-secondary);--theme9-text-muted:rgba(31, 41, 55, 0.7);--theme9-shadow-sm:0 2px 8px var(--shadow-light);--theme9-shadow-md:0 4px 16px var(--shadow-light);--theme9-shadow-lg:0 8px 32px var(--shadow-light);--theme9-shadow-white:0 8px 24px rgba(255, 255, 255, 0.2)}[data-theme=dark] .theme-9{--theme9-bg-primary:var(--dark-bg-primary);--theme9-text-primary:var(--dark-text-primary);--theme9-text-secondary:var(--dark-text-secondary);--theme9-text-muted:rgba(255, 255, 255, 0.7);--theme9-shadow-sm:0 2px 8px var(--shadow-dark);--theme9-shadow-md:0 4px 16px var(--shadow-dark);--theme9-shadow-lg:0 8px 32px var(--shadow-dark);--theme9-shadow-white:0 8px 24px rgba(255, 255, 255, 0.1)}.theme.theme-9{position:relative;min-height:100vh;background:var(--theme9-bg-primary);color:var(--theme9-text-primary);overflow-x:hidden}[dir=rtl] .theme.theme-9{font-family:var(--theme9-font-ar);direction:rtl}[dir=ltr] .theme.theme-9{font-family:var(--theme9-font-en);direction:ltr}.theme-9 .hero-section{position:relative;min-height:100vh;padding:0;overflow:hidden;display:flex;flex-direction:column}.theme-9 .hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;user-select:none;object-fit:cover}.theme-9 .hero-bg-light{display:block}.theme-9 .hero-bg-dark{display:none}[data-theme=dark] .theme-9 .hero-bg-light{display:none}[data-theme=dark] .theme-9 .hero-bg-dark{display:block}.theme-9 .hero-background-gradient{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;transition:background .6s ease}:root .theme-9 .hero-background-gradient,[data-theme=light] .theme-9 .hero-background-gradient{background:linear-gradient(135deg,rgba(147,51,234,.9) 0,rgba(236,72,153,.8) 60%,rgba(255,255,255,.3) 100%)}[data-theme=dark] .theme-9 .hero-background-gradient{background:linear-gradient(135deg,var(--dark-bg-gradient-start) 0,var(--dark-bg-gradient-mid) 50%,var(--dark-bg-gradient-end) 100%)}.theme-9[data-gradient=purple-magenta] .hero-background-gradient{background:linear-gradient(135deg,#6b21a8 0,#c026d3 50%,#7e22ce 100%)}.theme-9 .wave-shape{position:absolute;bottom:0;width:400px;height:400px;opacity:.3;z-index:1;pointer-events:none}.theme-9 .wave-shape.wave-left{left:0;background:radial-gradient(ellipse at bottom left,var(--theme9-white) 0,transparent 70%)}.theme-9 .wave-shape.wave-right{right:0;background:radial-gradient(ellipse at bottom right,var(--theme9-white) 0,transparent 70%)}[data-theme=dark] .theme-9 .wave-shape.wave-left,[data-theme=dark] .theme-9 .wave-shape.wave-right{background:radial-gradient(ellipse at bottom,rgba(0,0,0,.5) 0,transparent 70%)}@media (max-width:768px){.theme-9 .wave-shape{width:300px;height:300px}.hero-bg-image{top:0;width:150%;max-width:none}}.theme-9 .theme-header{position:fixed;top:0;left:0;width:100%;z-index:9999;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 3rem;max-width:100%;margin:0 auto;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;transform:translateY(0)}.theme-9 .theme-header.header-scrolled{box-shadow:0 4px 20px rgba(0,0,0,.1);backdrop-filter:blur(10px);padding:1rem;background:rgba(0,0,0,.15)}[data-theme=dark] .theme-9 .theme-header.header-scrolled{box-shadow:0 4px 20px rgba(0,0,0,.5)}.theme-9 .logo a{display:flex;align-items:center;gap:.25rem;text-decoration:none}.theme-9 .logo .logo-image{height:40px;width:auto;max-width:180px;object-fit:contain;display:block;transition:all var(--theme9-transition)}.theme-9 .logo .logo-image:hover{transform:scale(1.05);opacity:.9}.theme-9 .logo{flex-shrink:0;min-width:fit-content}.theme-9 .logo .logo-text{font-size:24px;font-weight:800;color:var(--theme9-text-primary);letter-spacing:-.5px;display:flex;align-items:center;gap:4px}[data-theme=dark] .theme-9 .logo .logo-text{color:var(--theme9-text-primary)}.theme-9 .logo .logo-v{color:red;font-size:28px;position:relative}.theme-9 .logo .logo-v::before{content:'▼';position:absolute;top:-8px;right:0;font-size:12px;color:red;transform:rotate(180deg)}[dir=ltr] .theme-9 .logo .logo-v::before{right:auto;left:0}.theme-9 .nav-center-group{display:flex;align-items:center;gap:1.5rem}.theme-9 .main-nav ul{display:flex;align-items:center;gap:2rem;list-style:none}.theme-9 .main-nav a{font-size:1rem;font-weight:600;color:#fff;padding:.5rem 0;position:relative;transition:all var(--theme9-transition);text-decoration:none;display:inline-block}[data-theme=dark] .theme-9 .main-nav a{color:var(--theme9-text-primary)}.theme-9 .main-nav a::after{content:"";position:absolute;bottom:0;left:50%;right:50%;height:3px;background:#fff;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform:scaleX(0);transform-origin:center;z-index:2}.theme-9 .main-nav a.active::after,.theme-9 .main-nav a:hover::after{left:0;right:0;transform:scaleX(1)}.theme-9 .main-nav a:hover{color:#da649f!important;transform:translateY(-2px)}.theme-9 .main-nav a.active{color:#fff}.theme-9 .main-nav a.active::after{left:0;right:0;transform:scaleX(1)}.theme-9 .lang-selector{position:relative}.theme-9 .lang-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:0 0;border:none;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:all var(--theme9-transition);font-family:inherit}[data-theme=dark] .theme-9 .lang-toggle{color:var(--theme9-text-primary)}.theme-9 .lang-toggle:hover{color:#da649f!important}.theme-9 .globe-icon{opacity:.8;width:20px;height:20px}.theme-9 .lang-menu{position:absolute;top:calc(100% + 8px);right:0;background:var(--theme9-bg-primary);border-radius:12px;box-shadow:var(--theme9-shadow-md);min-width:140px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all var(--theme9-transition);overflow:hidden;z-index:1000}[dir=ltr] .theme-9 .lang-menu{right:auto;left:0}.theme-9 .lang-selector.active .lang-menu,.theme-9 .lang-selector:hover .lang-menu{opacity:1;visibility:visible;transform:translateY(0)}.theme-9 .lang-menu a{display:block;padding:.75rem 1rem;font-size:.9rem;color:var(--theme9-text-primary);transition:background var(--theme9-transition);text-decoration:none}[data-theme=dark] .theme-9 .lang-menu a{color:var(--theme9-white)}.theme-9 .lang-menu a:hover{background:rgba(124,58,237,.1)}.theme-9 .theme-toggle{position:relative;width:56px;height:32px;background:0 0;border:none;cursor:pointer;padding:0;flex-shrink:0}.theme-9 .toggle-track{position:relative;display:block;width:100%;height:100%;background:rgba(255,255,255,.2);border:2px solid var(--primary-purple);border-radius:16px;transition:all var(--theme9-transition)}[data-theme=dark] .theme-9 .toggle-track{background:rgba(0,0,0,.3);border-color:var(--primary-purple)}.theme-9 .toggle-thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;background:#fff;border-radius:50%;transition:transform var(--theme9-transition);box-shadow:0 2px 8px rgba(0,0,0,.2)}[data-theme=dark] .theme-9 .toggle-thumb{transform:translateX(24px);background:#888}.theme-9 .btn-cta{display:inline-block;padding:.75rem 1.5rem;background:var(--button-primary-bg);color:var(--button-primary-text)!important;font-size:.95rem;font-weight:600;border-radius:10px;transition:all var(--theme9-transition);white-space:nowrap;text-decoration:none;box-shadow:0 4px 20px rgba(0,0,0,.15)}.theme-9 .btn-cta:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(0,0,0,.2)}[data-theme=dark] .theme-9 .btn-cta{box-shadow:0 4px 20px rgba(255,255,255,.1)}[data-theme=dark] .theme-9 .btn-cta:hover{box-shadow:0 6px 25px rgba(255,255,255,.15)}.theme-9 .header-cta{flex-shrink:0}.theme-9 .mobile-header-actions{display:none}@media (max-width:1023px){.theme-9 .mobile-header-actions{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 0}[dir=rtl] .theme-9 .mobile-header-actions{flex-direction:row-reverse}.theme-9 .header-cta,.theme-9 .nav-center-group,.theme-9 .theme-header .logo:not(.mobile-logo){display:none}.theme-9 .mobile-center{display:flex;align-items:center;order:2;gap:1rem}[dir=rtl] .theme-9 .mobile-logo{order:3}[dir=ltr] .theme-9 .mobile-logo{order:1}.theme-9 .mobile-logo .logo-image{height:32px;width:auto;max-width:140px}.theme-9 .mobile-logo .logo-text{font-size:20px}.theme-9 .mobile-logo .logo-v{font-size:24px}.theme-9 .mobile-cta{order:1}[dir=rtl] .theme-9 .mobile-cta{order:1}[dir=ltr] .theme-9 .mobile-cta{order:3}.theme-9 .mobile-lang .lang-text{display:none}.theme-9 .mobile-theme-toggle .toggle-track{width:48px;height:28px}.theme-9 .mobile-theme-toggle .toggle-thumb{width:20px;height:20px}[data-theme=dark] .theme-9 .mobile-theme-toggle .toggle-thumb{transform:translateX(20px)}}@media (max-width:768px){.theme-9 .theme-header{padding:.75rem 1rem}.theme-9 .mobile-header-actions{padding:.25rem 0}.theme-9 .mobile-logo .logo-image{height:28px;width:auto;max-width:120px}.theme-9 .mobile-logo .logo-text{font-size:18px}.theme-9 .mobile-cta{padding:.4rem .75rem;font-size:.6rem}}@media (max-width:480px){.theme-9 .mobile-center{gap:.5rem}.theme-9 .mobile-logo .logo-image{max-width:90px}}.theme-9 .hero-content-container{position:relative;z-index:10;width:100%;max-width:1400px;margin:0 auto;padding:140px 60px 80px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding-top:calc(140px + 80px);box-sizing:border-box}@media (max-width:1200px){.theme-9 .hero-content-container{grid-template-columns:1fr;padding:120px 40px 60px;gap:40px}.theme-9 .hero-left-content{align-items:center;justify-content:center;text-align:center}.theme-9 .hero-right-content{width:100%;max-width:100%}}@media (max-width:768px){.theme-9 .hero-content-container{padding:100px 16px 40px;gap:32px}.theme-9 .hero-right-content{width:100%;padding:0;max-width:100%}.theme-9 .video-wrapper{padding:15px!important}}.theme-9 .hero-left-content{display:flex;flex-direction:column;gap:24px}.theme-9 .hero-badge-tagline{display:flex;align-items:center;gap:12px;margin-bottom:8px;width:fit-content;background:rgb(255 255 255 / 11%);padding:8px;border-radius:55.75px}.theme-9 .hero-badge{padding:2px 10px;border-radius:20px;font-size:14px;font-weight:600;white-space:nowrap;transition:all var(--theme9-transition)}:root .theme-9 .hero-badge,[data-theme=light] .theme-9 .hero-badge{background:var(--button-primary-bg);color:var(--button-primary-text);box-shadow:0 4px 12px rgba(0,0,0,.15)}[data-theme=dark] .theme-9 .hero-badge{background:var(--button-primary-bg);color:var(--button-primary-text);box-shadow:0 4px 12px rgba(255,255,255,.1)}.theme-9 .hero-badge:hover{transform:translateY(-2px)}:root .theme-9 .hero-badge:hover,[data-theme=light] .theme-9 .hero-badge:hover{box-shadow:0 6px 16px rgba(0,0,0,.2)}[data-theme=dark] .theme-9 .hero-badge:hover{box-shadow:0 6px 16px rgba(255,255,255,.15)}.theme-9 .hero-tagline{font-size:16px;font-weight:500;display:flex;align-items:center;gap:8px}:root .theme-9 .hero-tagline,[data-theme=light] .theme-9 .hero-tagline{color:var(--light-text-on-gradient)}[data-theme=dark] .theme-9 .hero-tagline{color:var(--dark-text-primary)}.theme-9 .hero-tagline::before{content:'•';color:var(--primary-purple);font-size:20px}.theme-9 .hero-headline{font-size:54px;font-weight:800;line-height:1.2;letter-spacing:-1px;margin-bottom:8px;max-width:600px}:root .theme-9 .hero-headline,[data-theme=light] .theme-9 .hero-headline{color:var(--light-text-on-gradient);text-shadow:0 2px 10px rgba(0,0,0,.2)}[data-theme=dark] .theme-9 .hero-headline{color:var(--dark-text-primary);text-shadow:0 2px 15px rgba(0,0,0,.5)}@media (max-width:1023px){.theme-9 .hero-headline{font-size:48px}}@media (max-width:768px){.theme-9 .hero-headline{font-size:36px}}.theme-9 .hero-description{font-size:18px;font-weight:400;line-height:1.7;color:rgba(255,255,255,.9);margin-bottom:8px;max-width:550px}@media (max-width:1023px){.theme-9 .hero-description{font-size:16px}}@media (max-width:768px){.theme-9 .hero-description{font-size:15px}}.theme-9 .hero-cta-buttons{display:flex;gap:16px;margin-top:8px;flex-wrap:wrap}@media (max-width:768px){.theme-9 .hero-cta-buttons{flex-direction:column}}.theme-9 .cta-btn{display:flex;align-items:center;gap:12px;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none;cursor:pointer;transition:all var(--theme9-transition);border:none}@media (max-width:768px){.theme-9 .cta-btn{width:100%;justify-content:center;font-size:16px;padding:14px 24px}}.theme-9 .cta-btn-primary{background:var(--button-primary-bg);color:var(--button-primary-text);box-shadow:0 4px 20px rgba(0,0,0,.15);transition:all .3s ease}.theme-9 .cta-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(0,0,0,.2)}[data-theme=dark] .theme-9 .cta-btn-primary{box-shadow:0 4px 20px rgba(255,255,255,.1)}[data-theme=dark] .theme-9 .cta-btn-primary:hover{box-shadow:0 6px 25px rgba(255,255,255,.15)}.theme-9 .cta-btn-secondary{background:rgba(139,92,246,.9);color:var(--theme9-white);box-shadow:0 8px 24px rgba(139,92,246,.4)}.theme-9 .cta-btn-secondary:hover{background:rgba(139,92,246,1);transform:translateY(-3px);box-shadow:0 12px 32px rgba(139,92,246,.6)}.theme-9 .btn-icon{font-size:20px;line-height:1}.theme-9 .hero-right-content{position:relative;display:flex;justify-content:center;align-items:center;width:100%;max-width:100%;overflow:unset}@media (max-width:1023px){.theme-9 .hero-right-content{width:100%;max-width:100%}}.theme-9 .video-preview-container{position:relative;width:100%;max-width:630px;background:rgb(255 255 255 / 26%);padding:30px;border-radius:20px;box-sizing:border-box;overflow:unset}@media (max-width:1023px){.theme-9 .video-preview-container{width:100%;max-width:100%;padding:20px;border-radius:16px;box-sizing:border-box}}@media (max-width:768px){.theme-9 .video-preview-container{width:100%;max-width:100%;padding:12px;border-radius:12px;margin:0;box-sizing:border-box}}.theme-9 .video-dashed-border{border:3px dashed #d9d9d9;border-radius:28px;padding:12px;position:relative;box-sizing:border-box}@media (max-width:768px){.theme-9 .video-dashed-border{border-width:2px;border-radius:20px;padding:8px}}[data-theme=dark] .theme-9 .video-dashed-border{border-color:rgba(139,92,246,.5)}.theme-9 .video-wrapper{position:relative;width:100%;aspect-ratio:16/9;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 16px 48px rgba(0,0,0,.3);box-sizing:border-box;padding:30px;transition:all var(--theme9-transition)}[data-theme=dark] .theme-9 .video-wrapper{background:#1a1a1a;box-shadow:0 8px 24px rgba(0,0,0,.2)}@media (max-width:768px){.theme-9 .video-wrapper{border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.2)}}.theme-9 .video-preview-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.theme-9 .video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.2);z-index:1}.theme-9 .video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .4s ease}:root .theme-9 .video-play-btn,[data-theme=light] .theme-9 .video-play-btn{background:var(--video-play-button-light);box-shadow:0 8px 30px rgba(0,0,0,.2)}[data-theme=dark] .theme-9 .video-play-btn{background:var(--video-play-button-dark);box-shadow:0 8px 30px rgba(0,0,0,.6)}@media (max-width:768px){.theme-9 .video-play-btn{width:64px;height:64px}}.theme-9 .video-play-btn svg{width:32px;height:32px;fill:var(--video-play-icon)}.theme-9 .video-play-btn:hover{transform:translate(-50%,-50%) scale(1.15)}:root .theme-9 .video-play-btn:hover,[data-theme=light] .theme-9 .video-play-btn:hover{box-shadow:0 16px 56px rgba(0,0,0,.3)}[data-theme=dark] .theme-9 .video-play-btn:hover{box-shadow:0 16px 56px rgba(0,0,0,.8)}.theme-9 .video-play-btn:active{transform:translate(-50%,-50%) scale(.95)}.theme-9 .video-fullscreen-btn{position:absolute;bottom:16px;right:16px;width:32px;height:32px;background:rgba(0,0,0,.4);backdrop-filter:blur(10px);border:none;border-radius:8px;padding:8px;cursor:pointer;z-index:10;transition:all var(--theme9-transition);display:flex;align-items:center;justify-content:center}[dir=rtl] .theme-9 .video-fullscreen-btn{right:auto;left:16px}.theme-9 .video-fullscreen-btn svg{width:20px;height:20px;stroke:var(--theme9-white)}.theme-9 .video-fullscreen-btn:hover{background:rgba(0,0,0,.6);transform:scale(1.1)}.theme-9 .video-quote-icon{position:absolute;top:-20px;right:-20px;width:80px;height:80px;display:flex;align-items:center;justify-content:center;z-index:5;overflow:hidden}[dir=ltr] .theme-9 .video-quote-icon{right:auto;left:-20px}.theme-9 .video-quote-icon img{width:64px;height:64px;object-fit:contain}.theme-9 .video-quote-light{display:block!important}.theme-9 .video-quote-dark{display:none!important}[data-theme=dark] .theme-9 .video-quote-light{display:none!important}[data-theme=dark] .theme-9 .video-quote-dark{display:block!important}@media (max-width:1023px){.theme-9 .video-quote-icon{width:70px;height:70px;top:-18px;right:-18px}[dir=ltr] .theme-9 .video-quote-icon{left:-18px}.theme-9 .video-quote-icon img{width:56px;height:56px}}@media (max-width:768px){.theme-9 .video-quote-icon{width:60px;height:60px;top:-15px;right:-15px}[dir=ltr] .theme-9 .video-quote-icon{left:-15px}.theme-9 .video-quote-icon img{width:48px;height:48px}}@media (max-width:480px){.theme-9 .video-quote-icon{width:50px;height:50px;top:-12px;right:-12px}[dir=ltr] .theme-9 .video-quote-icon{left:-12px}.theme-9 .video-quote-icon img{width:40px;height:40px}}.theme-9 .partners-section{position:relative;z-index:10;width:100%;max-width:1400px;margin:0 auto;padding:80px 60px 40px;text-align:center}@media (max-width:1023px){.theme-9 .partners-section{padding:60px 40px 40px}}@media (max-width:768px){.theme-9 .partners-section{padding:40px 24px 24px}}.theme-9 .partners-title{font-size:28px;font-weight:700;margin-bottom:32px}:root .theme-9 .partners-title,[data-theme=light] .theme-9 .partners-title{color:var(--light-text-primary)}[data-theme=dark] .theme-9 .partners-title{color:var(--dark-text-primary)}@media (max-width:768px){.theme-9 .partners-title{font-size:20px;margin-bottom:24px}}.theme-9 .logo-slider{position:relative;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%)}.theme-9 .logo-track{display:flex;align-items:center;gap:clamp(36px,7vw,88px);padding:18px 6px;animation:logo-scroll 26s linear infinite;will-change:transform}.theme-9 .logo-slider:hover .logo-track{animation-play-state:paused}.theme-9 .client-logo{height:clamp(45px,6vw,70px);width:auto;opacity:.9;filter:brightness(.92) contrast(1.05);transition:transform .3s ease,opacity .3s ease,filter .3s ease;flex-shrink:0;object-fit:contain}.theme-9 .client-logo:hover{transform:translateY(-3px) scale(1.05);opacity:1;filter:none}@keyframes logo-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}[dir=rtl] .theme-9 .logo-track{animation:logo-scroll-rtl 26s linear infinite}@keyframes logo-scroll-rtl{0%{transform:translateX(0)}100%{transform:translateX(50%)}}@media (max-width:1023px){.theme-9 .logo-track{gap:clamp(32px,6vw,60px);padding:16px 4px}.theme-9 .client-logo{height:clamp(40px,5vw,60px)}}@media (max-width:768px){.theme-9 .logo-track{gap:36px;padding:14px 4px}.theme-9 .client-logo{height:clamp(35px,4.5vw,50px)}}@media (max-width:480px){.theme-9 .logo-track{gap:28px;padding:12px 4px}.theme-9 .client-logo{height:clamp(30px,4vw,45px)}}.theme-9 .partners-logos{display:flex;justify-content:center;align-items:center;gap:60px;flex-wrap:wrap;padding:24px 0}@media (max-width:768px){.theme-9 .partners-logos{gap:40px;overflow-x:auto;justify-content:flex-start;padding:24px 0;scroll-snap-type:x mandatory}}.theme-9 .partner-logo{width:150px;height:auto;font-size:48px;font-weight:800;font-style:italic;text-align:center;filter:grayscale(100%) opacity(.6);transition:all .4s ease;cursor:pointer;transform:skew(-10deg)}:root .theme-9 .partner-logo,[data-theme=light] .theme-9 .partner-logo{color:var(--light-text-primary);text-stroke:2px var(--light-text-primary);-webkit-text-stroke:2px var(--light-text-primary)}[data-theme=dark] .theme-9 .partner-logo{color:var(--dark-text-primary);text-stroke:2px var(--dark-text-primary);-webkit-text-stroke:2px var(--dark-text-primary)}@media (max-width:768px){.theme-9 .partner-logo{width:120px;font-size:36px;flex-shrink:0;scroll-snap-align:start}}.theme-9 .partner-logo:hover{filter:grayscale(0) opacity(1);transform:skew(-10deg) scale(1.1)}@keyframes theme9-fadeInDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes theme9-fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes theme9-scaleIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.theme-9 .theme-header{animation:theme9-fadeInDown .4s ease}.theme-9 .hero-badge-tagline{animation:theme9-fadeInUp .6s ease .2s both}.theme-9 .hero-headline{animation:theme9-fadeInUp .6s ease .3s both}.theme-9 .hero-description{animation:theme9-fadeInUp .6s ease .5s both}.theme-9 .hero-cta-buttons{animation:theme9-fadeInUp .4s ease .7s both}.theme-9 .hero-right-content{animation:theme9-scaleIn .6s ease .9s both}.theme-9 .partners-section{animation:theme9-fadeInUp .5s ease 1.2s both}@media (max-width:768px){:root .theme-9 .hero-background-gradient,[data-theme=light] .theme-9 .hero-background-gradient{background:linear-gradient(180deg,rgba(147,51,234,.9) 0,rgba(236,72,153,.8) 70%,rgba(255,255,255,.5) 100%)}[data-theme=dark] .theme-9 .hero-background-gradient{background:linear-gradient(180deg,var(--dark-bg-gradient-start) 0,var(--dark-bg-gradient-mid) 60%,var(--dark-bg-gradient-end) 100%)}}[data-theme=light] .theme-9 .wave-shape.wave-left,[data-theme=light] .theme-9 .wave-shape.wave-right{background:radial-gradient(ellipse at bottom,rgba(124,58,237,.3) 0,transparent 70%)}[data-theme=dark] .theme-9 .hero-section{position:relative}[data-theme=dark] .theme-9 .hero-headline{text-shadow:0 2px 8px rgba(0,0,0,.3)}[data-theme=dark] .theme-9 .hero-description{text-shadow:0 1px 4px rgba(0,0,0,.2)}[data-theme=dark] .theme-9 .cta-btn-primary{box-shadow:0 8px 24px rgba(139,92,246,.5)}[data-theme=dark] .theme-9 .cta-btn-primary:hover{box-shadow:0 12px 32px rgba(139,92,246,.6);transform:translateY(-3px) scale(1.02)}[data-theme=dark] .theme-9 .video-dashed-border{border-color:rgba(255,255,255,.4)}[data-theme=dark] .theme-9 .video-play-btn{box-shadow:0 12px 40px rgba(139,92,246,.4)}[data-theme=dark] .theme-9 .video-play-btn:hover{box-shadow:0 16px 56px rgba(139,92,246,.6)}[data-theme=dark] .theme-header.header-scrolled{box-shadow:0 4px 20px rgba(0,0,0,.2)}.theme-9 .video-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.theme-9 .video-modal.active{opacity:1;visibility:visible;pointer-events:auto}.theme-9 .video-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.theme-9 .video-modal-container{position:relative;width:90%;max-width:1200px;max-height:90vh;z-index:1;transform:scale(.9);transition:transform .3s ease}.theme-9 .video-modal.active .video-modal-container{transform:scale(1)}.theme-9 .video-modal-content{position:relative;width:100%;padding-bottom:56.25%;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.8)}.theme-9 .video-modal-content video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;border-radius:16px}.theme-9 .video-modal-content iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:16px}.theme-9 .video-modal-close{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.3);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}[dir=rtl] .theme-9 .video-modal-close{right:auto;left:16px}.theme-9 .video-modal-close:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:rotate(90deg) scale(1.1)}.theme-9 .video-modal-close svg{width:24px;height:24px}@media (max-width:768px){.theme-9 .video-modal-container{width:95%}}.theme-9.platform-features-section{position:relative;padding:120px 80px;overflow:hidden;min-height:auto}.theme-9 .platform-features-bg-image{position:absolute;top:-100px;left:0;width:100%;height:100%;z-index:0;pointer-events:none;user-select:none;object-fit:contain;object-position:center}.theme-9 .platform-features-bg-light{display:block}.theme-9 .platform-features-bg-dark{display:none}[data-theme=dark] .theme-9 .platform-features-bg-light{display:none}[data-theme=dark] .theme-9 .platform-features-bg-dark{display:block}.theme-9 .platform-features-bg-top-right{position:absolute;top:0;right:0;width:auto;height:auto;z-index:0;pointer-events:none;user-select:none;object-fit:contain;object-position:top right}.theme-9 .features-wavy-lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.theme-9 .wavy-line{position:absolute;color:var(--accent-orange,#ff8a4d)}.theme-9 .wavy-line-1{top:0;right:0;width:300px;height:300px;opacity:.2}[dir=rtl] .theme-9 .wavy-line-1{right:auto;left:0}.theme-9 .wavy-line-2{top:0;left:0;width:250px;height:250px;opacity:.15}[dir=rtl] .theme-9 .wavy-line-2{left:auto;right:0}.theme-9 .platform-features-container{position:relative;z-index:1;max-width:1400px;margin:0 auto}.theme-9 .platform-features-header{text-align:center;margin-bottom:80px}.theme-9 .platform-features-title{font-family:var(--font-family, 'Alexandria', sans-serif);font-size:35px;font-weight:800;line-height:1.3;margin:0 0 20px;color:var(--text-primary,#fff)}.theme-9 .title-highlight{position:relative;display:inline-block;background:var(--accent-orange,#ff8a4d);color:#fff;padding:4px 20px;border-radius:16px;margin:0 4px}.theme-9 .platform-features-description{font-family:var(--font-family, 'Alexandria', sans-serif);font-size:16px;font-weight:400;line-height:1.7;color:var(--text-secondary,#c5c5c5);max-width:900px;margin:0 auto}.theme-9 .platform-features-cards{display:flex;flex-wrap:wrap;gap:24px;max-width:1400px;margin:0 auto;justify-content:center;align-items:stretch;flex-direction:row-reverse}.theme-9 .platform-feature-card{flex:1 1 calc(25% - 18px);min-width:280px;max-width:320px}.theme-9 .platform-feature-card{position:relative;background:var(--card-bg,#6bdbb5);border-radius:24px;padding:32px 28px;min-height:380px;display:flex;flex-direction:column;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:all .3s ease;overflow:hidden;cursor:pointer}.theme-9 .platform-feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(0,0,0,.15)}.theme-9 .platform-feature-card:hover .feature-card-icon{transform:scale(1.05)}.theme-9 .platform-feature-card:hover .feature-card-arrow{transform:translateX(-4px) scale(1.1)}[dir=ltr] .theme-9 .platform-feature-card:hover .feature-card-arrow{transform:translateX(4px) scale(1.1)}.theme-9 .platform-feature-card-1{background:#a3dac2}.theme-9 .platform-feature-card-2{background:#f0da69}.theme-9 .platform-feature-card-3{background:#e7c2d4}.theme-9 .platform-feature-card-4{background:#92bdf6}.theme-9 .feature-card-title{font-family:var(--font-family, 'Alexandria', sans-serif);font-size:25px;font-weight:800;line-height:1.3;color:#1a1a1a;margin:0 0 16px;text-align:right}[dir=ltr] .theme-9 .feature-card-title{text-align:left}.theme-9 .feature-card-description{font-family:var(--font-family, 'Alexandria', sans-serif);font-size:16px;font-weight:400;line-height:1.7;color:rgba(0,0,0,.7);margin:0 0 24px;max-width:280px;text-align:right}[dir=ltr] .theme-9 .feature-card-description{text-align:left}.theme-9 .feature-card-description emoji{font-size:20px;display:inline}.theme-9 .feature-card-icon{margin-top:auto;display:flex;align-items:center;justify-content:end;height:180px;color:rgba(0,0,0,.6);transition:transform .3s ease;position:relative}.feature-card-icon svg{width:100%;height:100%;max-width:180px;max-height:180px}.theme-9 .icon-background-circle{position:absolute;width:140px;height:140px;border-radius:50%;background:rgba(0,0,0,.15);z-index:0;top:50%;left:50%;transform:translate(-50%,-50%)}.theme-9 .platform-feature-card-2 .icon-background-circle{background:rgba(229,169,61,.4)}.theme-9 .feature-card-icon svg{position:relative;z-index:1}.theme-9 .feature-card-arrow{position:absolute;bottom:28px;right:28px;width:48px;height:48px;border-radius:50%;background:#2a2a4a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15);color:#fff;z-index:10}[dir=ltr] .theme-9 .feature-card-arrow{right:auto;left:28px}.theme-9 .feature-card-arrow:hover{background:#3a3a5a;box-shadow:0 8px 20px rgba(0,0,0,.25)}.theme-9 .feature-card-arrow:active{transform:scale(.9)}.theme-9 .feature-card-arrow svg{width:20px;height:20px}[data-theme=dark] .theme-9.platform-features-section{background:linear-gradient(135deg,#1a1a1a 0,#2a1f1a 100%)}[data-theme=dark] .theme-9 .platform-features-title{color:#fff}[data-theme=dark] .theme-9 .platform-features-description{color:#c5c5c5}[data-theme=dark] .theme-9 .feature-card-title{color:#1a1a1a}[data-theme=dark] .theme-9 .feature-card-description{color:rgba(0,0,0,.7)}[data-theme=dark] .theme-9 .feature-card-icon{color:rgba(0,0,0,.6)}[data-theme=dark] .theme-9 .wavy-line{color:#ff8a4d;opacity:.2}[data-theme=light] .theme-9.platform-features-section{background:linear-gradient(135deg,#fefaf5 0,#fff5ea 100%)}[data-theme=light] .theme-9 .platform-features-title{color:#252b61}[data-theme=light] .theme-9 .platform-features-description{color:#5e5e5e}[data-theme=light] .theme-9 .feature-card-title{color:#252b61}[data-theme=light] .theme-9 .feature-card-description{color:rgba(0,0,0,.6)}[data-theme=light] .theme-9 .feature-card-icon{color:rgba(0,0,0,.6)}[data-theme=light] .theme-9 .wavy-line{color:#ff8a4d;opacity:.3}@media (max-width:1200px){.theme-9.platform-features-section{padding:100px 60px}.theme-9 .platform-features-title{font-size:35px}.theme-9 .platform-features-description{font-size:16px}}@media (max-width:1023px){.theme-9 .platform-features-cards{gap:20px}.theme-9 .platform-feature-card{flex:1 1 calc(50% - 10px);min-width:280px;max-width:100%;min-height:360px}.theme-9 .feature-card-icon{height:160px}.theme-9 .feature-card-icon svg{max-width:160px;max-height:160px}}@media (max-width:768px){.theme-9.platform-features-section{padding:80px 40px}.theme-9 .platform-features-bg-image{display:none}.theme-9 .platform-features-header{margin-bottom:60px}.theme-9 .platform-features-title{font-size:35px}.theme-9 .title-highlight{padding:3px 16px;border-radius:12px}.theme-9 .platform-features-description{font-size:16px}.theme-9 .platform-features-cards{flex-direction:column;gap:20px}.theme-9 .platform-feature-card{flex:1 1 100%;min-width:100%;max-width:100%;min-height:320px;padding:28px 24px;border-radius:20px}.theme-9 .feature-card-title{font-size:24px}.theme-9 .feature-card-description{font-size:16px}.theme-9 .feature-card-icon{height:150px}.theme-9 .feature-card-icon svg{max-width:150px;max-height:150px}.theme-9 .feature-card-arrow{width:44px;height:44px;bottom:24px;right:24px}[dir=ltr] .theme-9 .feature-card-arrow{right:auto;left:24px}.theme-9 .wavy-line-1,.theme-9 .wavy-line-2{width:200px;height:200px}}@media (max-width:480px){.theme-9.platform-features-section{padding:60px 24px}.theme-9 .platform-features-title{font-size:32px}.theme-9 .platform-features-description{font-size:16px}.theme-9 .platform-feature-card{flex:1 1 100%;min-width:100%;max-width:100%;min-height:300px;padding:24px 20px}.theme-9 .feature-card-title{font-size:22px}.theme-9 .feature-card-description{font-size:15px}}.theme-9.course-timeline-section{position:relative;padding:120px 80px 110px;overflow:hidden;min-height:unset!important}[data-theme=dark] .theme-9.course-timeline-section{background:#050509}[data-theme=light] .theme-9.course-timeline-section{background:#fff}.theme-9 .course-timeline-container{position:relative;max-width:1200px;margin:0 auto;z-index:1}.theme-9 .course-timeline-header{text-align:center;margin-bottom:80px}.theme-9 .course-timeline-title{font-family:var(--font-family, 'Alexandria', sans-serif);font-size:46px;font-weight:800;line-height:1.3;margin:0 0 24px;letter-spacing:-.5px;background:linear-gradient(90deg,#f95fff 0,#3f10c2 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.theme-9 .course-timeline-subtitle{font-family:var(--font-family, 'Alexandria', sans-serif);font-size:17px;font-weight:400;line-height:1.7;max-width:850px;margin:0 auto}[data-theme=dark] .theme-9 .course-timeline-subtitle{color:rgba(255,255,255,.75)}[data-theme=light] .theme-9 .course-timeline-subtitle{color:rgba(17,24,39,.7)}.theme-9 .course-timeline-dots{position:absolute;inset:0;pointer-events:none;z-index:0}.theme-9 .course-timeline-dot{position:absolute;border-radius:999px;opacity:.85}.theme-9 .dot-purple{width:40px;height:40px;background:#8b5cf6;top:140px;left:14%}.theme-9 .dot-blue{width:32px;height:32px;background:#3b82f6;top:52%;right:15%}.theme-9 .dot-pink{width:28px;height:28px;background:#ec4899;top:58%;left:10%}.theme-9 .dot-orange{width:36px;height:36px;background:#f97316;bottom:110px;left:40%}.theme-9 .dot-teal{width:26px;height:26px;background:#06b6d4;top:48%;left:50%;transform:translateX(-50%)}.theme-9 .course-timeline-body{position:relative;max-width:1100px;margin:0 auto}.theme-9 .course-timeline-line{position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);border-left:2px dashed rgba(255,255,255,.22)}[data-theme=light] .theme-9 .course-timeline-line{border-left-color:rgba(17,24,39,.18)}.theme-9 .course-timeline-item{position:relative;display:flex;align-items:flex-start;margin-bottom:70px}.theme-9 .course-timeline-item:last-of-type{margin-bottom:0}.theme-9 .course-timeline-item-left{flex-direction:row-reverse}.theme-9 .course-timeline-icon{position:relative;z-index:3;width:64px;height:64px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 12px 32px rgba(0,0,0,.35);flex-shrink:0}.theme-9 .icon-purple{background:linear-gradient(135deg,#8b5cf6,#9333ea)}.theme-9 .icon-orange{background:linear-gradient(135deg,#f97316,#ff8a4d)}.theme-9 .icon-pink{background:linear-gradient(135deg,#ec4899,#f472b6)}.theme-9 .course-timeline-item-right .course-timeline-icon{margin-left:24px}.theme-9 .course-timeline-item-left .course-timeline-icon{margin-right:24px}.theme-9 .course-timeline-content{max-width:460px}.theme-9 .course-timeline-item-right .course-timeline-content{text-align:right}.theme-9 .course-timeline-item-left .course-timeline-content{text-align:left}.theme-9 .course-timeline-feature-title{font-family:var(--font-family, 'Alexandria', sans-serif);font-size:22px;font-weight:800;line-height:1.4;margin:0 0 16px}[data-theme=dark] .theme-9 .course-timeline-feature-title{color:#fff}[data-theme=light] .theme-9 .course-timeline-feature-title{color:#111827}.theme-9 .course-timeline-badge{display:inline-block;padding:4px 12px;border-radius:999px;background:#facc15;color:#1f2933;font-size:14px;font-weight:700;box-shadow:0 6px 18px rgba(250,204,21,.4);margin-inline:4px}.theme-9 .course-timeline-feature-list{list-style:none;margin:0;padding:0}.theme-9 .course-timeline-feature-list li{position:relative;font-family:var(--font-family, 'Alexandria', sans-serif);font-size:15px;line-height:1.8;padding-inline-start:18px;margin-bottom:8px}.theme-9 .course-timeline-feature-list li::before{content:'';position:absolute;top:10px;inset-inline-start:4px;width:6px;height:6px;border-radius:999px;background:currentColor;opacity:.45}[data-theme=dark] .theme-9 .course-timeline-feature-list li{color:rgba(249,250,251,.85)}[data-theme=light] .theme-9 .course-timeline-feature-list li{color:rgba(55,65,81,.9)}.theme-9 .course-timeline-cta-wrapper{text-align:center;margin-top:80px}.theme-9 .course-timeline-cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 48px;border-radius:999px;border:none;cursor:pointer;font-family:var(--font-family, 'Alexandria', sans-serif);font-size:18px;font-weight:700;background:linear-gradient(135deg,#8b5cf6,#9333ea);color:#fff;box-shadow:0 14px 34px rgba(139,92,246,.55);text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;min-width:260px}.theme-9 .course-timeline-cta-btn:hover{background:linear-gradient(135deg,#7c3aed,#8b5cf6);transform:translateY(-3px) scale(1.03);box-shadow:0 18px 40px rgba(139,92,246,.7)}.theme-9 .course-timeline-cta-btn:active{transform:translateY(-1px) scale(1.01)}@media (max-width:1200px){.theme-9.course-timeline-section{padding:100px 60px 90px}.theme-9 .course-timeline-title{font-size:40px}}@media (max-width:1024px){.theme-9 .course-timeline-line{left:42px;transform:none}[dir=ltr] .theme-9 .course-timeline-line{left:auto;right:42px}.theme-9 .course-timeline-body{max-width:100%}.theme-9 .course-timeline-item,.theme-9 .course-timeline-item-left,.theme-9 .course-timeline-item-right{flex-direction:row;margin-inline-start:0}.theme-9 .course-timeline-icon{width:56px;height:56px;margin-inline-end:24px;margin-inline-start:0}.theme-9 .course-timeline-content{max-width:unset}.theme-9 .course-timeline-item-left .course-timeline-content,.theme-9 .course-timeline-item-right .course-timeline-content{text-align:start}}@media (max-width:768px){.theme-9.course-timeline-section{padding:80px 24px 80px}.theme-9 .course-timeline-header{margin-bottom:60px}.theme-9 .course-timeline-title{font-size:32px}.theme-9 .course-timeline-subtitle{font-size:15px}.theme-9 .course-timeline-item{margin-bottom:56px}.theme-9 .course-timeline-icon{width:52px;height:52px}.theme-9 .course-timeline-feature-title{font-size:19px}.theme-9 .course-timeline-feature-list li{font-size:14px}.theme-9 .course-timeline-cta-btn{width:100%;max-width:320px}}@media (max-width:480px){.theme-9.course-timeline-section{padding:70px 20px 70px}.theme-9 .course-timeline-title{font-size:28px}.theme-9 .course-timeline-subtitle{font-size:14px}.theme-9 .course-timeline-line{left:32px}.theme-9 .course-timeline-icon{width:48px;height:48px}.theme-9 .course-timeline-cta-wrapper{margin-top:60px}}.theme-9.pricing-section{position:relative;padding:100px 60px 110px;min-height:unset!important}.theme-9.pricing-section{background:#061c3d}.theme-9 .pricing-container{max-width:1200px;margin:0 auto}.theme-9 .pricing-header{text-align:center;margin-bottom:56px}.theme-9 .pricing-title{font-family:var(--font-family, 'Alexandria', sans-serif);font-size:46px;font-weight:800;line-height:1.3;margin:0 0 20px;color:#fff}.theme-9 .pricing-title-highlight{color:#ffc759}.theme-9 .pricing-subtitle{font-family:var(--font-family, 'Alexandria', sans-serif);font-size:17px;font-weight:400;line-height:1.7;max-width:720px;margin:0 auto 32px;color:rgba(255,255,255,.75)}.theme-9 .pricing-billing-toggle{display:inline-flex;align-items:center;background:rgba(15,23,42,.9);border-radius:999px;padding:4px;gap:4px;margin-top:16px}.theme-9 .billing-toggle-button{min-width:120px;height:44px;border-radius:999px;border:none;background:0 0;color:rgba(255,255,255,.6);font-family:var(--font-family, 'Alexandria', sans-serif);font-size:15px;font-weight:500;cursor:pointer;transition:background .25s ease,color .25s ease}.theme-9 .billing-toggle-button.active{background:rgba(255,255,255,.16);color:#fff;font-weight:600}.theme-9 .billing-toggle-button:not(.active):hover{background:rgba(255,255,255,.06)}.theme-9 .pricing-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;align-items:stretch}[dir=rtl] .theme-9 .pricing-cards{direction:rtl}.theme-9 .pricing-card{position:relative;display:flex;flex-direction:column;padding:40px 32px 32px;border-radius:32px;border:2px solid rgba(255,255,255,.12);background:radial-gradient(circle at top,rgba(255,255,255,.06) 0,rgba(15,23,42,.95) 55%,#020617 100%);box-shadow:0 16px 40px rgba(0,0,0,.55);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.theme-9 .pricing-card:hover{transform:translateY(-8px);box-shadow:0 20px 52px rgba(0,0,0,.7);border-color:rgba(255,255,255,.22)}.theme-9 .pricing-card-featured{border-width:3px;border-color:#ffb800;transform:scale(1.04);box-shadow:0 20px 60px rgba(0,0,0,.75),0 0 0 4px rgba(255,184,0,.15);z-index:2}.theme-9 .pricing-featured-badge{position:absolute;top:-14px;inset-inline-start:32px;padding:6px 16px;border-radius:999px;background:linear-gradient(135deg,#ffb800,#ff8a00);color:#0a1929;font-size:14px;font-weight:700;box-shadow:0 8px 20px rgba(255,184,0,.5)}.theme-9 .pricing-card-header{margin-bottom:28px}.theme-9 .pricing-card-title{font-family:var(--font-family, 'Alexandria', sans-serif);font-size:28px;font-weight:700;margin:0 0 10px;color:#fff}.theme-9 .pricing-card-description{font-family:var(--font-family, 'Alexandria', sans-serif);font-size:15px;line-height:1.6;color:rgba(248,250,252,.76)}.theme-9 .pricing-card-price{margin:30px 0 24px}.theme-9 .pricing-amount{display:flex;align-items:baseline;gap:8px;margin-bottom:6px}.theme-9 .price-number{font-family:var(--font-family, 'Alexandria', sans-serif);font-size:54px;font-weight:800;line-height:1;color:#fff}.theme-9 .price-currency{font-family:var(--font-family, 'Alexandria', sans-serif);font-size:28px;font-weight:600;color:#fff}.theme-9 .price-period{font-family:var(--font-family, 'Alexandria', sans-serif);font-size:15px;color:rgba(248,250,252,.6)}.theme-9 .pricing-features{margin-top:8px;margin-bottom:28px;padding-top:20px;border-top:1px solid rgba(148,163,184,.4)}.theme-9 .pricing-features-title{font-family:var(--font-family, 'Alexandria', sans-serif);font-size:15px;font-weight:600;margin:0 0 14px;color:rgba(248,250,252,.8)}.theme-9 .pricing-features-list{list-style:none;padding:0;margin:0}.theme-9 .pricing-features-list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-family:var(--font-family, 'Alexandria', sans-serif);font-size:15px;line-height:1.6}.theme-9 .pricing-features-list li::before{content:"✔";display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;margin-top:1px;font-size:11px;flex-shrink:0;background:rgba(148,163,184,.35);color:#e5e7eb}.theme-9 .pricing-card-featured .pricing-features-list li::before{background:rgba(255,184,0,.22);color:#ffb800}.theme-9 .pricing-features-list li{color:rgba(248,250,252,.82)}.theme-9 .pricing-card-cta{margin-top:auto;width:100%;height:52px;border-radius:14px;border:none;font-family:var(--font-family, 'Alexandria', sans-serif);font-size:17px;font-weight:700;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease;background:rgba(148,163,184,.2);color:#fff;box-shadow:0 8px 24px rgba(15,23,42,.65)}.theme-9 .pricing-card-cta-featured{background:linear-gradient(135deg,#ffb800,#ff8a00);color:#0a1929;box-shadow:0 12px 30px rgba(255,184,0,.55)}.theme-9 .pricing-card-cta:hover{transform:translateY(-3px);box-shadow:0 14px 36px rgba(15,23,42,.8)}.theme-9 .pricing-card-cta:active{transform:translateY(-1px) scale(.99)}@media (max-width:1200px){.theme-9.pricing-section{padding:90px 40px 100px}.theme-9 .pricing-title{font-size:40px}}@media (max-width:1024px){.theme-9 .pricing-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.theme-9 .pricing-card-featured{transform:scale(1.02)}}@media (max-width:768px){.theme-9.pricing-section{padding:70px 20px 80px}.theme-9 .pricing-title{font-size:34px}.theme-9 .pricing-subtitle{font-size:15px}.theme-9 .pricing-billing-toggle{margin-top:12px}.theme-9 .pricing-cards{display:flex;flex-direction:column}.theme-9 .pricing-card,.theme-9 .pricing-card-featured{transform:none}.theme-9 .pricing-card-featured{order:-1}}@media (max-width:480px){.theme-9.pricing-section{padding:60px 16px 70px}.theme-9 .pricing-title{font-size:30px}.theme-9 .pricing-card{padding:32px 22px 26px}.theme-9 .price-number{font-size:46px}.theme-9 .price-currency{font-size:24px}}.theme-9.faq-section{position:relative;padding:100px 80px;overflow:hidden;background:#1c1c57;min-height:unset!important}.theme-9 .faq-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.theme-9 .faq-decorative-lines{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}.theme-9 .faq-wavy-lines{width:100%;height:100%;position:absolute;top:0;left:0}.theme-9 .faq-bg-image{position:absolute;top:0;left:0;opacity:1;height:100%;width:100%;object-fit:contain;pointer-events:none;z-index:0}[data-theme=dark] .theme-9 .faq-wavy-lines{color:rgba(168,85,247,.1)}[data-theme=light] .theme-9 .faq-wavy-lines{color:rgba(168,85,247,.05)}.theme-9 .faq-content-wrapper{display:flex;gap:80px;align-items:flex-start;position:relative;z-index:1}.theme-9 .faq-header{flex:0 0 40%;display:flex;flex-direction:column}.theme-9 .faq-title{font-family:var(--font-family, 'Alexandria', sans-serif);font-size:44px;font-weight:800;line-height:1.2;margin:0 0 24px;background:linear-gradient(90deg,#af2ecb 0,#fff 63%);-webkit-background-clip:text;background-clip:text;color:transparent}.theme-9 .faq-title-highlight{color:#c084fc}.theme-9 .faq-description{font-family:var(--font-family, 'Alexandria', sans-serif);font-size:17px;font-weight:400;line-height:1.6;max-width:500px;margin:0 0 32px;color:rgba(255,255,255,.7)}.theme-9 .faq-cta-btn{width:fit-content;height:56px;padding:16px 48px;border:none;border-radius:50px;font-family:var(--font-family, 'Alexandria', sans-serif);font-size:17px;font-weight:700;color:#fff;background:linear-gradient(135deg,#a855f7 0,#c026d3 100%);cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px rgba(168,85,247,.4);margin-top:0}.theme-9 .faq-cta-btn:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 12px 32px rgba(168,85,247,.5);background:linear-gradient(135deg,#b366f8 0,#d137e4 100%)}.theme-9 .faq-cta-btn:active{transform:translateY(0) scale(.98);box-shadow:0 4px 16px rgba(168,85,247,.3)}.theme-9 .faq-accordion{flex:1;display:flex;flex-direction:column;gap:20px}.theme-9 .faq-item{position:relative;border-radius:20px;transition:all .3s ease;overflow:hidden}.theme-9 .faq-item:not(.faq-item-open){background:0 0;border:2px solid rgba(255,255,255,.1);padding:24px 28px;min-height:70px}.theme-9 .faq-item-open{background:linear-gradient(135deg,#a855f7 0,#c026d3 100%);border:none;padding:32px 36px;box-shadow:0 12px 40px rgba(168,85,247,.4);transform:scale(1.02)}.theme-9 .faq-item:not(.faq-item-open):hover{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.05);transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.2)}.theme-9 .faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;background:0 0;border:none;padding:0;cursor:pointer;text-align:start;transition:all .3s ease}[dir=rtl] .theme-9 .faq-question{text-align:right}.theme-9 .faq-question-text{font-family:var(--font-family, 'Alexandria', sans-serif);font-size:19px;font-weight:700;line-height:1.4;color:#fff;flex:1}.theme-9 .faq-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fff;transition:all .3s ease}.theme-9 .faq-item-open .faq-icon{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3)}.theme-9 .faq-icon svg{width:16px;height:16px;transition:transform .3s ease}.theme-9 .faq-item-open .faq-icon svg{transform:rotate(180deg)}.theme-9 .faq-answer{margin-top:20px;max-height:0;opacity:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .4s ease,margin-top .4s ease}.theme-9 .faq-item-open .faq-answer{max-height:500px;opacity:1;margin-top:20px}.theme-9 .faq-answer-text{font-family:var(--font-family, 'Alexandria', sans-serif);font-size:16px;font-weight:400;line-height:1.8;color:rgba(255,255,255,.95);margin:0}@media (max-width:1200px){.theme-9.faq-section{padding:90px 60px}.theme-9 .faq-content-wrapper{gap:60px}.theme-9 .faq-title{font-size:44px}}@media (max-width:1024px){.theme-9 .faq-content-wrapper{flex-direction:column;gap:48px}.theme-9 .faq-header{flex:1;width:100%;text-align:center}[dir=rtl] .theme-9 .faq-header{text-align:center}.theme-9 .faq-description{max-width:100%;margin:0 auto 32px}.theme-9 .faq-cta-btn{margin:0 auto;width:auto}.theme-9 .faq-accordion{width:100%}}@media (max-width:768px){.theme-9.faq-section{padding:80px 40px}.theme-9 .faq-title{font-size:36px}.theme-9 .faq-description{font-size:16px}.theme-9 .faq-cta-btn{width:100%;max-width:100%}.theme-9 .faq-item:not(.faq-item-open){padding:20px 24px;min-height:60px}.theme-9 .faq-item-open{padding:28px 24px}.theme-9 .faq-question-text{font-size:17px}.theme-9 .faq-answer-text{font-size:15px}.theme-9 .faq-icon{width:28px;height:28px}}@media (max-width:480px){.theme-9.faq-section{padding:60px 24px}.theme-9 .faq-title{font-size:32px}.theme-9 .faq-description{font-size:14px;margin-bottom:24px}.theme-9 .faq-cta-btn{height:52px;font-size:16px;padding:14px 32px;margin-bottom:40px}.theme-9 .faq-accordion{gap:16px}.theme-9 .faq-item:not(.faq-item-open){padding:20px 20px;border-radius:16px}.theme-9 .faq-item-open{padding:24px 20px;border-radius:20px}.theme-9 .faq-question-text{font-size:16px}.theme-9 .faq-answer-text{font-size:14px;line-height:1.7}}.theme-9.contact-section{position:relative;padding:100px 80px;min-height:unset!important;display:flex;align-items:center;justify-content:center;overflow:hidden}.theme-9 .contact-bg-image{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;height:auto;object-fit:contain;pointer-events:none;z-index:0;opacity:1}.theme-9 .contact-decor{position:absolute;top:0;height:auto;object-fit:contain;pointer-events:none;z-index:0}.theme-9 .contact-decor-left{left:20%;top:2%}.theme-9 .contact-decor-right{right:20%;top:30%}:root .theme-9.contact-section,[data-theme=light] .theme-9.contact-section{background:#2f2f2f}[data-theme=dark] .theme-9.contact-section{background:#111}.theme-9 .contact-stars{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.theme-9 .contact-star{position:absolute;width:24px;height:24px;background:gold;clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);opacity:.9;animation:twinkle 3s ease-in-out infinite}.theme-9 .contact-star.star-1{top:10%;right:8%;width:20px;height:20px;animation-delay:0s}.theme-9 .contact-star.star-2{top:15%;right:12%;width:16px;height:16px;animation-delay:1s}.theme-9 .contact-star.star-3{top:8%;right:15%;width:18px;height:18px;animation-delay:2s}[dir=ltr] .theme-9 .contact-star.star-1{right:auto;left:8%}[dir=ltr] .theme-9 .contact-star.star-2{right:auto;left:12%}[dir=ltr] .theme-9 .contact-star.star-3{right:auto;left:15%}@keyframes twinkle{0%,100%{opacity:.9;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.theme-9 .contact-container{position:relative;z-index:1;width:100%;max-width:900px;margin:0 auto}.theme-9 .contact-card{position:relative;border-radius:30px;padding:60px 50px;box-shadow:0 20px 60px rgba(0,0,0,.3);transition:all .3s ease}:root .theme-9 .contact-card,[data-theme=light] .theme-9 .contact-card{background:#fff}[data-theme=dark] .theme-9 .contact-card{background:#363636}.theme-9 .contact-header{text-align:center;margin-bottom:40px}.theme-9 .contact-title{font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:36px;font-weight:800;line-height:1.2;margin:0 0 16px;transition:color .3s ease}[dir=ltr] .theme-9 .contact-title{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}:root .theme-9 .contact-title,[data-theme=light] .theme-9 .contact-title{color:#4a3aff}[data-theme=dark] .theme-9 .contact-title{color:#fff}.theme-9 .contact-description{font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:17px;font-weight:400;line-height:1.6;margin:0;transition:color .3s ease}[dir=ltr] .theme-9 .contact-description{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}:root .theme-9 .contact-description,[data-theme=light] .theme-9 .contact-description{color:#828282}[data-theme=dark] .theme-9 .contact-description{color:#aaa}.theme-9 .contact-form{display:flex;flex-direction:column;gap:20px}.theme-9 .contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.theme-9 .contact-input-wrapper{position:relative;display:flex;align-items:center}.theme-9 .contact-input-wrapper.contact-input-full{width:100%}.theme-9 .contact-input-icon{position:absolute;display:flex;align-items:center;justify-content:center;width:20px;height:20px;transition:color .3s ease;pointer-events:none;z-index:2;top:18px}[dir=rtl] .theme-9 .contact-input-icon{right:18px}[dir=ltr] .theme-9 .contact-input-icon{left:18px}:root .theme-9 .contact-input-icon,[data-theme=light] .theme-9 .contact-input-icon{color:#6b7280}[data-theme=dark] .theme-9 .contact-input-icon{color:#aaa}.theme-9 .contact-phone-wrapper{position:absolute;display:flex;align-items:center;gap:8px;z-index:2;pointer-events:none}[dir=rtl] .theme-9 .contact-phone-wrapper{right:18px}[dir=ltr] .theme-9 .contact-phone-wrapper{left:18px}.theme-9 .contact-phone-flag{font-size:20px;line-height:1}.theme-9 .contact-phone-dropdown{display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .3s ease}[data-theme=dark] .theme-9 .contact-phone-dropdown{color:#aaa}.theme-9 .contact-input{width:100%;padding:18px 20px;border-radius:8px;border:none;font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:16px;font-weight:400;transition:all .3s ease;outline:0;background-clip:padding-box;position:relative}[dir=ltr] .theme-9 .contact-input{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}[dir=rtl] .theme-9 .contact-input{padding-right:50px;text-align:right}[dir=ltr] .theme-9 .contact-input{padding-left:50px;text-align:left}:root .theme-9 .contact-input,[data-theme=light] .theme-9 .contact-input{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#4a3aff 0,#b9b1d8 100%) border-box;border:1px solid transparent;color:#1f2937}:root .theme-9 .contact-input::placeholder,[data-theme=light] .theme-9 .contact-input::placeholder{color:#9ca3af}:root .theme-9 .contact-input:focus,[data-theme=light] .theme-9 .contact-input:focus{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#8b40ff 0,#7e55ff 100%) border-box;box-shadow:0 0 0 3px rgba(123,48,255,.1)}[data-theme=dark] .theme-9 .contact-input{background:linear-gradient(#444,#444) padding-box,linear-gradient(135deg,#7b57ff 0,#6f42c1 100%) border-box;border:1px solid transparent;color:#fff}[data-theme=dark] .theme-9 .contact-input::placeholder{color:rgba(255,255,255,.6)}[data-theme=dark] .theme-9 .contact-input:focus{background:linear-gradient(#444,#444) padding-box,linear-gradient(135deg,#8b67ff 0,#7f52d1 100%) border-box;box-shadow:0 0 0 3px rgba(123,87,255,.2)}.theme-9 .contact-textarea{min-height:120px;resize:vertical;font-family:inherit}.theme-9 .contact-submit-btn{width:40%;padding:18px 32px;border:none;border-radius:12px;font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:18px;font-weight:700;color:#fff;background:#4a3aff;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px rgba(123,48,255,.4);margin:auto}[dir=ltr] .theme-9 .contact-submit-btn{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}.theme-9 .contact-submit-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(123,48,255,.5);background:#3a2ae0}.theme-9 .contact-submit-btn:active{transform:translateY(0);box-shadow:0 4px 16px rgba(123,48,255,.3)}[data-theme=dark] .theme-9 .contact-submit-btn{background:linear-gradient(135deg,#6f42c1 0,#63f 100%);box-shadow:0 8px 24px rgba(111,66,193,.4)}[data-theme=dark] .theme-9 .contact-submit-btn:hover{background:linear-gradient(135deg,#7f52d1 0,#7643ff 100%);box-shadow:0 12px 32px rgba(111,66,193,.5)}@media (max-width:1024px){.theme-9.contact-section{padding:80px 60px}.theme-9 .contact-card{padding:50px 40px}.theme-9 .contact-title{font-size:32px}}@media (max-width:768px){.theme-9.contact-section{padding:60px 40px;min-height:auto}.theme-9 .contact-card{padding:40px 30px;border-radius:24px}.theme-9 .contact-title{font-size:28px}.theme-9 .contact-description{font-size:16px}.theme-9 .contact-form-row{grid-template-columns:1fr;gap:20px}.theme-9 .contact-input{padding:16px 18px;font-size:15px}[dir=rtl] .theme-9 .contact-input{padding-right:48px}[dir=ltr] .theme-9 .contact-input{padding-left:48px}[dir=rtl] .theme-9 .contact-input-phone{padding-right:75px}[dir=ltr] .theme-9 .contact-input-phone{padding-left:75px}.theme-9 .contact-submit-btn{padding:16px 28px;font-size:17px}}@media (max-width:480px){.theme-9.contact-section{padding:50px 24px}.theme-9 .contact-card{padding:32px 24px;border-radius:20px}.theme-9 .contact-title{font-size:28px;margin-bottom:12px}.theme-9 .contact-description{font-size:15px}.theme-9 .contact-form{gap:16px}.theme-9 .contact-input{padding:14px 16px;font-size:14px;border-radius:10px}[dir=rtl] .theme-9 .contact-input{padding-right:45px}[dir=ltr] .theme-9 .contact-input{padding-left:45px}[dir=rtl] .theme-9 .contact-input-icon{right:16px;width:18px;height:18px}[dir=ltr] .theme-9 .contact-input-icon{left:16px;width:18px;height:18px}[dir=rtl] .theme-9 .contact-phone-wrapper{right:16px}[dir=ltr] .theme-9 .contact-phone-wrapper{left:16px}[dir=rtl] .theme-9 .contact-input-phone{padding-right:70px}[dir=ltr] .theme-9 .contact-input-phone{padding-left:70px}.theme-9 .contact-textarea{min-height:100px}.theme-9 .contact-submit-btn{padding:14px 24px;font-size:16px;border-radius:10px}.theme-9 .contact-star{width:14px;height:14px}.theme-9 .contact-star.star-1{width:16px;height:16px}}.theme-9.course-purchase-section{position:relative;padding:0;min-height:unset!important;overflow:hidden}.theme-9 .course-purchase-container{display:grid;grid-template-columns:1fr 1fr;min-height:unset!important;max-width:100%;margin:0}.theme-9 .course-purchase-left{position:relative;display:flex;flex-direction:column;justify-content:center;padding:80px 60px;background:#2563eb;transition:background .3s ease}[data-theme=dark] .theme-9 .course-purchase-left{background:#1e40af}.theme-9 .course-purchase-right{position:relative;display:flex;flex-direction:column;padding:80px 60px;transition:background .3s ease}:root .theme-9 .course-purchase-right,[data-theme=light] .theme-9 .course-purchase-right{background:#fff}[data-theme=dark] .theme-9 .course-purchase-right{background:#000}.theme-9 .course-purchase-header{margin-bottom:32px}.theme-9 .course-purchase-title{font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:42px;font-weight:800;line-height:1.2;color:#fff;margin:0 0 16px;letter-spacing:-.4px}[dir=ltr] .theme-9 .course-purchase-title{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}.theme-9 .course-purchase-subtitle{font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:20px;font-weight:500;line-height:1.6;color:rgba(255,255,255,.85);margin:0}[dir=ltr] .theme-9 .course-purchase-subtitle{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}.theme-9 .course-purchase-video{margin-bottom:32px}.theme-9 .course-video-wrapper{position:relative;width:100%;border-radius:24px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.theme-9 .course-video-wrapper:hover{transform:scale(1.02);box-shadow:0 8px 24px rgba(0,0,0,.15)}.theme-9 .course-video-thumbnail{width:100%;height:auto;display:block;aspect-ratio:16/9;object-fit:cover}.theme-9 .course-video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:none;background:0 0;cursor:pointer;padding:0;transition:transform .3s ease}.theme-9 .course-video-play-btn:hover{transform:translate(-50%,-50%) scale(1.1)}.theme-9 .course-video-play-btn:active{transform:translate(-50%,-50%) scale(.95)}.theme-9 .course-video-play-btn svg path{fill:#2f90ab}.theme-9 .course-purchase-details{margin-bottom:32px}.theme-9 .course-purchase-course-title{font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:34px;font-weight:800;line-height:1.3;color:#fff;margin:0 0 8px}[dir=ltr] .theme-9 .course-purchase-course-title{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}.theme-9 .course-purchase-price{display:flex;flex-direction:column;gap:4px}[dir=ltr] .theme-9 .course-purchase-price{align-items:flex-start}.theme-9 .price-label{font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:18px;font-weight:500;color:rgba(255,255,255,.7)}[dir=ltr] .theme-9 .price-label{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}.theme-9 .price-value{font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:32px;font-weight:700;color:#fff}[dir=ltr] .theme-9 .price-value{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}.theme-9 .course-purchase-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.theme-9 .course-feature-item{display:flex;align-items:center;gap:12px}.theme-9 .feature-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.2);color:#c8c8c8;flex-shrink:0}.theme-9 .feature-text{font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:18px;font-weight:400;line-height:1.8;color:rgba(255,255,255,.9)}[dir=ltr] .theme-9 .feature-text{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}.theme-9 .course-purchase-form-header{margin-bottom:32px}.theme-9 .form-main-title{font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:32px;font-weight:700;line-height:1.2;margin:0 0 24px;transition:color .3s ease}[dir=ltr] .theme-9 .form-main-title{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}:root .theme-9 .form-main-title,[data-theme=light] .theme-9 .form-main-title{color:#193142}[data-theme=dark] .theme-9 .form-main-title{color:#fff}.theme-9 .form-subheader{font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:16px;font-weight:600;line-height:1.5;margin:0;transition:color .3s ease}[dir=ltr] .theme-9 .form-subheader{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}:root .theme-9 .form-subheader,[data-theme=light] .theme-9 .form-subheader{color:#6b7280}[data-theme=dark] .theme-9 .form-subheader{color:rgba(255,255,255,.7)}.theme-9 .course-purchase-form{display:flex;flex-direction:column;gap:24px}.theme-9 .purchase-input-group{display:flex;flex-direction:column;gap:8px}.theme-9 .purchase-input-label{font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:14px;font-weight:600;transition:color .3s ease}[dir=ltr] .theme-9 .purchase-input-label{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}:root .theme-9 .purchase-input-label,[data-theme=light] .theme-9 .purchase-input-label{color:#1f2937}[data-theme=dark] .theme-9 .purchase-input-label{color:#fff}.theme-9 .required-asterisk{color:#ef4444;margin:0 2px}.theme-9 .purchase-input{width:100%;padding:12px 16px;border-radius:8px;border:1px solid;font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:16px;font-weight:400;transition:all .3s ease;outline:0;text-align:left}[dir=rtl] .theme-9 .purchase-input{text-align:right}[dir=ltr] .theme-9 .purchase-input{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}:root .theme-9 .purchase-input,[data-theme=light] .theme-9 .purchase-input{background:#fff;border-color:#d1d5db;color:#1f2937}:root .theme-9 .purchase-input::placeholder,[data-theme=light] .theme-9 .purchase-input::placeholder{color:#9ca3af}:root .theme-9 .purchase-input:focus,[data-theme=light] .theme-9 .purchase-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}[data-theme=dark] .theme-9 .purchase-input{background:#1f2937;border-color:#4b5563;color:#fff}[data-theme=dark] .theme-9 .purchase-input::placeholder{color:rgba(255,255,255,.5)}[data-theme=dark] .theme-9 .purchase-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.2)}.theme-9 .payment-methods-section{margin-top:8px}.theme-9 .payment-methods-title{font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:24px;font-weight:700;line-height:1.2;margin:0 0 8px;transition:color .3s ease}[dir=ltr] .theme-9 .payment-methods-title{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}:root .theme-9 .payment-methods-title,[data-theme=light] .theme-9 .payment-methods-title{color:#1f2937}[data-theme=dark] .theme-9 .payment-methods-title{color:#fff}.theme-9 .payment-methods-subtitle{font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:14px;font-weight:400;line-height:1.5;margin:0 0 20px;transition:color .3s ease}[dir=ltr] .theme-9 .payment-methods-subtitle{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}:root .theme-9 .payment-methods-subtitle,[data-theme=light] .theme-9 .payment-methods-subtitle{color:#6b7280}[data-theme=dark] .theme-9 .payment-methods-subtitle{color:rgba(255,255,255,.7)}.theme-9 .payment-options{display:flex;flex-direction:column;gap:12px}.theme-9 .payment-option{position:relative;display:block;cursor:pointer;transition:all .3s ease}.theme-9 .payment-radio{position:absolute;opacity:0;pointer-events:none}.theme-9 .payment-option-content{display:flex;align-items:center;justify-content:start;padding:8px 20px;border-radius:12px;border:2px solid;transition:all .3s ease;gap:12px}[dir=rtl] .theme-9 .payment-option-content{flex-direction:row-reverse}:root .theme-9 .payment-option-content,[data-theme=light] .theme-9 .payment-option-content{background:#fff;border-color:#d1d5db}[data-theme=dark] .theme-9 .payment-option-content{background:#1f2937;border-color:#4b5563}.theme-9 .payment-option-selected .payment-option-content{background:rgba(59,130,246,.1);border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}[data-theme=dark] .theme-9 .payment-option-selected .payment-option-content{background:rgba(59,130,246,.15);border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.2)}.theme-9 .payment-option:hover .payment-option-content{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}[data-theme=dark] .theme-9 .payment-option:hover .payment-option-content{box-shadow:0 4px 12px rgba(0,0,0,.3)}.theme-9 .payment-option-left{display:flex;flex-direction:column;gap:4px}.theme-9 .payment-option-info{display:flex;flex-direction:column;gap:4px}.theme-9 .payment-option-name{font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:12px;font-weight:600;transition:color .3s ease}[dir=ltr] .theme-9 .payment-option-name{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}:root .theme-9 .payment-option-name,[data-theme=light] .theme-9 .payment-option-name{color:#2c2c2c}[data-theme=dark] .theme-9 .payment-option-name{color:#fff}.theme-9 .payment-option-details{font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:12px;font-weight:400;transition:color .3s ease}[dir=ltr] .theme-9 .payment-option-details{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}:root .theme-9 .payment-option-details,[data-theme=light] .theme-9 .payment-option-details{color:#2c2c2c}[data-theme=dark] .theme-9 .payment-option-details{color:rgba(255,255,255,.7)}.theme-9 .payment-option-expiry{font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:10px;font-weight:400;transition:color .3s ease}[dir=ltr] .theme-9 .payment-option-expiry{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}:root .theme-9 .payment-option-expiry,[data-theme=light] .theme-9 .payment-option-expiry{color:#696969}[data-theme=dark] .theme-9 .payment-option-expiry{color:rgba(255,255,255,.5)}.theme-9 .payment-option-right{display:flex;align-items:center;justify-content:center}.theme-9 .mastercard-logo{display:flex;align-items:center;justify-content:center;width:48px;height:32px}.theme-9 .mastercard-logo img{width:100%;height:100%;object-fit:contain}.theme-9 .vodafone-logo{display:flex;align-items:center;justify-content:center;width:48px;height:48px}.theme-9 .vodafone-logo img{width:100%;height:100%;object-fit:contain}.theme-9 .course-purchase-cta{width:50%;padding:16px 32px;border:none;border-radius:12px;font-family:var(--theme9-font-ar, 'Alexandria', sans-serif);font-size:18px;font-weight:700;color:#fff;background:linear-gradient(135deg,#3b82f6 0,#1d4ed8 100%);cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(59,130,246,.3);margin:0 auto}[dir=ltr] .theme-9 .course-purchase-cta{font-family:var(--theme9-font-en, 'Alexandria', sans-serif)}.theme-9 .course-purchase-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(59,130,246,.4);background:linear-gradient(135deg,#2563eb 0,#1e40af 100%)}.theme-9 .course-purchase-cta:active{transform:translateY(0);box-shadow:0 2px 8px rgba(59,130,246,.3)}@media (max-width:1024px){.theme-9 .course-purchase-container{grid-template-columns:1fr}.theme-9 .course-purchase-left{padding:60px 40px}.theme-9 .course-purchase-right{padding:60px 40px}.theme-9 .course-purchase-title{font-size:40px}.theme-9 .course-purchase-subtitle{font-size:18px}.theme-9 .course-purchase-course-title{font-size:28px}.theme-9 .form-main-title{font-size:28px}}@media (max-width:768px){.theme-9.course-purchase-section{min-height:auto}.theme-9 .course-purchase-left{padding:50px 24px}.theme-9 .course-purchase-right{padding:50px 24px}.theme-9 .course-purchase-title{font-size:32px}.theme-9 .course-purchase-subtitle{font-size:16px}.theme-9 .course-purchase-course-title{font-size:24px}.theme-9 .price-value{font-size:28px}.theme-9 .feature-text{font-size:16px}.theme-9 .form-main-title{font-size:24px}.theme-9 .payment-methods-title{font-size:20px}.theme-9 .course-purchase-cta{font-size:16px;padding:14px 24px}}@media (max-width:480px){.theme-9 .course-purchase-left{padding:40px 20px}.theme-9 .course-purchase-right{padding:40px 20px}.theme-9 .course-purchase-title{font-size:28px}.theme-9 .course-purchase-subtitle{font-size:14px}.theme-9 .course-purchase-course-title{font-size:22px}.theme-9 .price-value{font-size:24px}.theme-9 .feature-text{font-size:14px}.theme-9 .form-main-title{font-size:20px}.theme-9 .form-subheader{font-size:14px}.theme-9 .purchase-input{padding:10px 14px;font-size:14px}.theme-9 .payment-methods-title{font-size:18px}.theme-9 .payment-option-content{padding:12px 16px}.theme-9 .course-purchase-cta{font-size:15px;padding:12px 20px}}.theme-9 .footer-section{background:#2b2b2b;color:#fff;padding:80px 0 0;position:relative;overflow:hidden;font-family:Alexandria,sans-serif}[data-theme=light] .theme-9 .footer-section{background:#0f172a}.theme-9 .footer-container{max-width:1200px;margin:0 auto;padding:0 40px}.theme-9 .footer-content{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:60px;margin-bottom:60px}.theme-9 .footer-brand{display:flex;flex-direction:column;gap:24px}.theme-9 .footer-logo{display:flex;align-items:center;gap:12px}.theme-9 .footer-logo-icon{width:48px;height:48px;flex-shrink:0}.theme-9 .footer-logo-icon svg{width:100%;height:100%}.theme-9 .footer-logo-text{font-size:32px;font-weight:800;color:#fff;letter-spacing:-.5px}.theme-9 .footer-description{font-size:15px;line-height:1.8;color:#e2e8f0;max-width:500px}[data-theme=light] .theme-9 .footer-description{color:#cbd5e1}.theme-9 .footer-social-icons{display:flex;gap:12px;align-items:center;margin-bottom:24px}.theme-9 .footer-social-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border-radius:50%;color:#fff;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.theme-9 .footer-social-icon:hover{background:#f97316;color:#fff;border-color:#f97316;transform:translateY(-2px)}.theme-9 .footer-social-icon svg{width:20px;height:20px}.theme-9 .footer-payment-badges{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:8px}.theme-9 .footer-payment-badge{display:flex;align-items:center;gap:8px;padding:8px 12px;background:rgba(255,255,255,.05);border-radius:6px;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:12px;font-weight:500}.theme-9 .footer-payment-badge svg{width:16px;height:16px;flex-shrink:0}.theme-9 .footer-payment-logo{padding:6px 10px;background:rgba(255,255,255,.05);border-radius:6px;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;min-height:32px}.theme-9 .footer-payment-logo .payment-text{font-size:11px;letter-spacing:.5px}.theme-9 .footer-column-title{font-size:20px;font-weight:700;color:#f97316;margin-bottom:24px}.theme-9 .footer-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.theme-9 .footer-links-list li a{color:#fff;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s ease;display:inline-block}.theme-9 .footer-links-list li a:hover{color:#f97316;transform:translateX(4px)}[dir=rtl] .theme-9 .footer-links-list li a:hover{transform:translateX(-4px)}.theme-9 .footer-contact-list{display:flex;flex-direction:column;gap:10px}.theme-9 .footer-contact-item{display:flex;align-items:center;gap:12px}.theme-9 .footer-contact-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#f97316;flex-shrink:0}.theme-9 .footer-contact-icon svg{width:20px;height:20px}.theme-9 .footer-contact-text{font-size:15px;color:#fff;line-height:1.6;direction:ltr}[data-theme=light] .theme-9 .footer-contact-text{color:#e2e8f0}.theme-9 .footer-divider{width:100%;height:1px;background:rgba(249,115,22,.3);margin:40px 0}.theme-9 .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-bottom:40px;flex-wrap:wrap;gap:24px}[dir=rtl] .theme-9 .footer-bottom{flex-direction:row-reverse}.theme-9 .footer-copyright{font-size:14px;color:#94a3b8;line-height:1.6}[data-theme=light] .theme-9 .footer-copyright{color:#cbd5e1}.theme-9 .footer-copyright-brand{color:#f97316;font-weight:600}.theme-9 .footer-bottom-social{display:flex;gap:12px;align-items:center}.theme-9 .footer-bottom-social-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;border:1px solid rgba(249,115,22,.5);background:0 0;transition:all .3s ease}.theme-9 .footer-bottom-social-icon:hover{background:#f97316;border-color:#f97316;transform:translateY(-2px)}.theme-9 .footer-bottom-social-icon svg{width:20px;height:20px}[data-theme=light] .theme-9 .footer-section{background:#2b2b2b}[data-theme=light] .theme-9 .footer-logo-text{color:#fff}[data-theme=light] .theme-9 .footer-links-list li a{color:#fff}[data-theme=light] .theme-9 .footer-contact-text{color:#e2e8f0}@media (max-width:1024px){.theme-9 .footer-content{grid-template-columns:1fr 1fr;gap:40px}.theme-9 .footer-brand{grid-column:1/-1}}@media (max-width:768px){.theme-9 .footer-section{padding:60px 0 0}.theme-9 .footer-container{padding:0 24px}.theme-9 .footer-content{grid-template-columns:1fr;gap:40px;margin-bottom:40px}.theme-9 .footer-brand{grid-column:1}.theme-9 .footer-logo-text{font-size:28px}.theme-9 .footer-description{font-size:14px;max-width:100%}.theme-9 .footer-column-title{font-size:18px;margin-bottom:20px}.theme-9 .footer-links-list{gap:12px}.theme-9 .footer-links-list li a{font-size:14px}.theme-9 .footer-contact-item{gap:10px}.theme-9 .footer-contact-text{font-size:14px}.theme-9 .footer-divider{margin:30px 0}.theme-9 .footer-bottom{flex-direction:column;align-items:center;text-align:center;padding-bottom:30px}[dir=rtl] .theme-9 .footer-bottom{flex-direction:column}.theme-9 .footer-copyright{font-size:13px}.theme-9 .footer-bottom-social-icon,.theme-9 .footer-social-icon{width:36px;height:36px}.theme-9 .footer-bottom-social-icon svg,.theme-9 .footer-social-icon svg{width:18px;height:18px}.theme-9 .footer-payment-badges{gap:8px}.theme-9 .footer-payment-badge{padding:6px 10px;font-size:11px}.theme-9 .footer-payment-badge svg{width:14px;height:14px}.theme-9 .footer-payment-logo{padding:5px 8px;min-height:28px}.theme-9 .footer-payment-logo .payment-text{font-size:10px}}@media (max-width:480px){.theme-9 .footer-section{padding:40px 0 0}.theme-9 .footer-container{padding:0 16px}.theme-9 .footer-content{gap:32px;margin-bottom:32px}.theme-9 .footer-logo{gap:10px}.theme-9 .footer-logo-icon{width:40px;height:40px}.theme-9 .footer-logo-text{font-size:24px}.theme-9 .footer-description{font-size:13px}.theme-9 .footer-column-title{font-size:16px;margin-bottom:16px}.theme-9 .footer-social-icons{gap:8px}.theme-9 .footer-social-icon{width:32px;height:32px}.theme-9 .footer-social-icon svg{width:16px;height:16px}.theme-9 .footer-contact-icon{width:36px;height:36px}.theme-9 .footer-contact-icon svg{width:18px;height:18px}.theme-9 .footer-bottom-social{gap:8px}.theme-9 .footer-bottom-social-icon{width:32px;height:32px}.theme-9 .footer-bottom-social-icon svg{width:16px;height:16px}}.theme-9.testimonials-section{position:relative;padding:120px 80px;overflow:hidden;min-height:auto}[data-theme=light] .theme-9.testimonials-section{background:#fff}[data-theme=dark] .theme-9.testimonials-section{background:#111}.theme-9 .testimonials-container{position:relative;max-width:1400px;margin:0 auto;z-index:1}.theme-9 .testimonials-quote-mark{position:absolute;top:40px;z-index:0;pointer-events:none;user-select:none}[dir=rtl] .theme-9 .testimonials-quote-mark{right:60px}.theme-9 .testimonials-quote-mark img{width:clamp(80px,12vw,140px);height:auto;opacity:.3}[data-theme=light] .theme-9 .testimonials-quote-mark{color:#d97706}[data-theme=dark] .theme-9 .testimonials-quote-mark{color:#d97706}.theme-9 .testimonials-header{text-align:center;margin-bottom:80px;position:relative;z-index:2}.theme-9 .testimonials-title{font-family:var(--theme9-font-ar);font-size:clamp(36px,5vw,48px);font-weight:700;line-height:1.2;margin:0 0 16px;color:#c67336}.theme-9 .testimonials-subtitle{font-family:var(--theme9-font-ar);font-size:clamp(14px,2vw,18px);font-weight:400;line-height:1.6;max-width:800px;margin:0 auto}[data-theme=light] .theme-9 .testimonials-subtitle{color:#000}[data-theme=dark] .theme-9 .testimonials-subtitle{color:#9ca3af}.theme-9 .testimonials-avatars{position:absolute;inset:0;pointer-events:none;z-index:1}.theme-9 .testimonial-avatar{position:absolute;width:clamp(40px,6vw,60px);height:clamp(40px,6vw,60px);border-radius:50%;border:2px solid #d97706;object-fit:cover;transition:transform .3s ease;animation:theme9-float 6s ease-in-out infinite}.theme-9 .testimonial-avatar:hover{transform:scale(1.1)}.theme-9 .avatar-1{top:20%;left:10%;animation-delay:0s}.theme-9 .avatar-2{top:20%;left:25%;animation-delay:1s}.theme-9 .avatar-3{bottom:30%;left:15%;animation-delay:2s}.theme-9 .avatar-4{top:25%;right:15%;animation-delay:3s}.theme-9 .avatar-5{bottom:25%;right:12%;animation-delay:4s}@keyframes theme9-float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(2deg)}}.theme-9 .testimonials-carousel{position:relative;display:flex;align-items:center;justify-content:center;max-width:1000px;margin:0 auto;z-index:2}.theme-9 .testimonials-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:3}[data-theme=light] .theme-9 .testimonials-arrow{background:#6b7280;color:#fff}[data-theme=dark] .theme-9 .testimonials-arrow{background:#9ca3af;color:#000}.theme-9 .testimonials-arrow:hover{background:#d97706;color:#fff;transform:translateY(-50%) scale(1.1)}.theme-9 .testimonials-prev{left:-80px}.theme-9 .testimonials-next{right:-80px}.theme-9 .testimonials-slider{display:flex;justify-content:center;width:100%}.theme-9 .testimonial-slide{display:none;width:100%;animation:theme9-fadeEffect .5s ease-in-out}.theme-9 .testimonial-slide.active{display:block}@keyframes theme9-fadeEffect{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.theme-9 .testimonials-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:700px;margin:0 auto;padding:0 40px}.theme-9 .testimonials-central-avatar{margin-bottom:32px}.theme-9 .central-avatar-image{width:clamp(80px,10vw,120px);height:clamp(80px,10vw,120px);border-radius:50%;border:3px solid #d97706;object-fit:cover;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease}[data-theme=dark] .theme-9 .central-avatar-image{box-shadow:0 4px 12px rgba(255,255,255,.1)}.theme-9 .central-avatar-image:hover{transform:scale(1.05)}.theme-9 .testimonials-text-wrapper{margin-bottom:32px}.theme-9 .testimonials-text{font-family:var(--theme9-font-ar);font-size:clamp(18px,3vw,24px);font-weight:400;line-height:1.8;max-width:700px;margin:0;transition:opacity .3s ease}[data-theme=light] .theme-9 .testimonials-text{color:#4b5563}[data-theme=dark] .theme-9 .testimonials-text{color:#d1d5db}.theme-9 .testimonials-attribution{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:400px}.theme-9 .testimonials-user-info{display:flex;align-items:center;gap:12px}.theme-9 .testimonials-user-photo{width:40px;height:40px;border-radius:50%;object-fit:cover}.theme-9 .testimonials-user-details{display:flex;flex-direction:column;align-items:flex-start}.testimonials-user-name{font-family:var(--theme9-font-ar);font-size:14px;font-weight:600;margin-bottom:4px}[data-theme=light] .theme-9 .testimonials-user-name{color:#1f2937}[data-theme=dark] .theme-9 .testimonials-user-name{color:#fff}.theme-9 .testimonials-rating{display:flex;align-items:center}.theme-9 .testimonials-stars{color:#fbbf24;font-size:16px;letter-spacing:2px}.theme-9 .testimonials-date{font-family:var(--theme9-font-ar);font-size:14px;font-weight:400}[data-theme=light] .theme-9 .testimonials-date{color:#6b7280}[data-theme=dark] .theme-9 .testimonials-date{color:#9ca3af}@media (max-width:1200px){.theme-9.testimonials-section{padding:100px 60px}.theme-9 .testimonials-prev{left:-60px}.theme-9 .testimonials-next{right:-60px}}@media (max-width:1023px){.theme-9.testimonials-section{padding:80px 40px}.theme-9 .testimonials-header{margin-bottom:60px}.theme-9 .testimonials-prev{left:-40px}.theme-9 .testimonials-next{right:-40px}.theme-9 .testimonials-content{padding:0 20px}}@media (max-width:768px){.theme-9.testimonials-section{padding:60px 24px}.theme-9 .testimonials-avatars{display:none}.theme-9 .testimonials-carousel{flex-direction:column;gap:20px}.theme-9 .testimonials-arrow{position:static;transform:none;width:40px;height:40px;margin:0 10px}.theme-9 .testimonials-arrow:hover{transform:scale(1.1)}.theme-9 .testimonials-content{padding:0;order:2}.theme-9 .testimonials-prev{display:none}.theme-9 .testimonials-next{display:none}.theme-9 .testimonials-attribution{flex-direction:column;gap:16px;text-align:center}.theme-9 .testimonials-user-details{align-items:center}}@media (max-width:480px){.theme-9.testimonials-section{padding:40px 16px}.theme-9 .testimonials-header{margin-bottom:40px}.theme-9 .testimonials-content{max-width:100%}.theme-9 .testimonials-text{font-size:16px}}[dir=rtl] .theme-9 .testimonials-user-details{align-items:flex-end}[dir=ltr] .theme-9 .testimonials-user-details{align-items:flex-start}.theme-9 .testimonials-fade-out{opacity:0;transform:translateY(20px)}.theme-9 .testimonials-fade-in{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.theme-9 .testimonial-avatar{animation:none}.theme-9 .testimonials-text{transition:none}.theme-9 .central-avatar-image{transition:none}.theme-9 .testimonials-arrow{transition:none}}.theme-9 .testimonials-arrow:focus{outline:2px solid #d97706;outline-offset:2px}.theme-9 .testimonials-arrow:focus:not(:focus-visible){outline:0}.theme-9.video-testimonials-section{position:relative;padding:80px 20px 100px;overflow:hidden;min-height:auto}[data-theme=dark] .theme-9.video-testimonials-section{background:#111}.theme-9 .video-testimonials-container{position:relative;max-width:1400px;margin:0 auto;z-index:1}.theme-9 .video-testimonials-quote-mark{position:absolute;top:40px;z-index:0;pointer-events:none;user-select:none}[dir=rtl] .theme-9 .video-testimonials-quote-mark{right:60px}[dir=ltr] .theme-9 .video-testimonials-quote-mark{left:60px}.theme-9 .video-testimonials-quote-mark img{width:clamp(80px,12vw,140px);height:auto;opacity:.3}.theme-9 .video-testimonials-header{text-align:center;margin-bottom:60px;position:relative;z-index:1}.theme-9 .video-testimonials-title{font-family:var(--theme9-font-ar);font-size:clamp(28px,5vw,42px);font-weight:800;line-height:1.3;margin:0 0 16px;color:#c67336}[dir=ltr] .theme-9 .video-testimonials-title{font-family:var(--theme9-font-en);font-style:italic}.theme-9 .video-testimonials-subtitle{font-family:var(--theme9-font-ar);font-size:clamp(16px,2.5vw,20px);font-weight:400;line-height:1.6;max-width:700px;margin:0 auto}[dir=ltr] .theme-9 .video-testimonials-subtitle{font-family:var(--theme9-font-en)}[data-theme=light] .theme-9 .video-testimonials-subtitle{color:#000}[data-theme=dark] .theme-9 .video-testimonials-subtitle{color:#9ca3af}.theme-9 .video-testimonials-avatars{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:2}.theme-9 .video-testimonial-avatar{position:absolute;border-radius:50%;object-fit:cover;border:3px solid;box-shadow:0 4px 12px rgba(0,0,0,.15);animation:theme9-videoAvatarFloat 4s ease-in-out infinite}[data-theme=light] .theme-9 .video-testimonial-avatar{border-color:#fff}[data-theme=dark] .theme-9 .video-testimonial-avatar{border-color:#374151}.theme-9 .video-testimonial-avatar.avatar-1{width:48px;height:48px;top:15%;left:5%;animation-delay:0s}.theme-9 .video-testimonial-avatar.avatar-2{width:56px;height:56px;top:35%;left:8%;animation-delay:.5s}.theme-9 .video-testimonial-avatar.avatar-3{width:44px;height:44px;top:60%;left:4%;animation-delay:1s}.theme-9 .video-testimonial-avatar.avatar-4{width:52px;height:52px;top:20%;right:6%;animation-delay:1.5s}.theme-9 .video-testimonial-avatar.avatar-5{width:48px;height:48px;top:40%;right:10%;animation-delay:2s}.theme-9 .video-testimonial-avatar.avatar-6{width:56px;height:56px;top:65%;right:5%;animation-delay:2.5s}.theme-9 .video-testimonial-avatar.avatar-7{width:40px;height:40px;top:80%;right:12%;animation-delay:3s}.theme-9 .video-testimonial-avatar.avatar-8{width:44px;height:44px;top:75%;left:10%;animation-delay:3.5s}@keyframes theme9-videoAvatarFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.theme-9 .video-testimonials-slider-wrapper{position:relative;display:flex;align-items:center;justify-content:center;min-height:520px;perspective:1200px}.theme-9 .video-testimonials-slider{position:relative;width:100%;max-width:900px;height:480px;margin:0 auto}.theme-9 .video-testimonial-card{position:absolute;top:50%;left:50%;width:280px;height:420px;border-radius:24px;overflow:hidden;border:3px solid #d97706;box-shadow:0 25px 50px -12px rgba(0,0,0,.4);transition:all .6s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d;backface-visibility:hidden;cursor:pointer}@media (min-width:768px){.theme-9 .video-testimonial-card{width:340px;height:480px}.theme-9 .video-testimonials-slider{height:540px}.theme-9 .video-testimonials-slider-wrapper{min-height:580px}}@media (min-width:1024px){.theme-9 .video-testimonial-card{width:380px;height:520px}}.theme-9 .video-testimonial-card.card-center{transform:translate(-50%,-50%) scale(1) rotateY(0);z-index:10;opacity:1}.theme-9 .video-testimonial-card.card-left{z-index:5;opacity:.7}[dir=rtl] .theme-9 .video-testimonial-card.card-left{transform:translate(calc(-50% + 180px),-50%) scale(.85) rotateY(-8deg)}[dir=ltr] .theme-9 .video-testimonial-card.card-left{transform:translate(calc(-50% - 180px),-50%) scale(.85) rotateY(8deg)}@media (min-width:768px){[dir=rtl] .theme-9 .video-testimonial-card.card-left{transform:translate(calc(-50% + 220px),-50%) scale(.85) rotateY(-8deg)}[dir=ltr] .theme-9 .video-testimonial-card.card-left{transform:translate(calc(-50% - 220px),-50%) scale(.85) rotateY(8deg)}}@media (min-width:1024px){[dir=rtl] .theme-9 .video-testimonial-card.card-left{transform:translate(calc(-50% + 280px),-50%) scale(.85) rotateY(-8deg)}[dir=ltr] .theme-9 .video-testimonial-card.card-left{transform:translate(calc(-50% - 280px),-50%) scale(.85) rotateY(8deg)}}.theme-9 .video-testimonial-card.card-right{z-index:5;opacity:.7}[dir=rtl] .theme-9 .video-testimonial-card.card-right{transform:translate(calc(-50% - 180px),-50%) scale(.85) rotateY(8deg)}[dir=ltr] .theme-9 .video-testimonial-card.card-right{transform:translate(calc(-50% + 180px),-50%) scale(.85) rotateY(-8deg)}@media (min-width:768px){[dir=rtl] .theme-9 .video-testimonial-card.card-right{transform:translate(calc(-50% - 220px),-50%) scale(.85) rotateY(8deg)}[dir=ltr] .theme-9 .video-testimonial-card.card-right{transform:translate(calc(-50% + 220px),-50%) scale(.85) rotateY(-8deg)}}@media (min-width:1024px){[dir=rtl] .theme-9 .video-testimonial-card.card-right{transform:translate(calc(-50% - 280px),-50%) scale(.85) rotateY(8deg)}[dir=ltr] .theme-9 .video-testimonial-card.card-right{transform:translate(calc(-50% + 280px),-50%) scale(.85) rotateY(-8deg)}}.theme-9 .video-testimonial-card.card-hidden{opacity:0;pointer-events:none;z-index:0;transform:translate(-50%,-50%) scale(.6)}.theme-9 .video-card-thumbnail-wrapper{position:relative;width:100%;height:100%}.theme-9 .video-card-thumbnail{width:100%;height:100%;object-fit:cover;filter:brightness(.85);transition:filter .3s ease}.theme-9 .video-testimonial-card:hover .video-card-thumbnail{filter:brightness(.75)}.theme-9 .video-card-overlay{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.8) 0,transparent 100%);pointer-events:none}.theme-9 .video-card-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;border:none;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.2);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:5}@media (min-width:768px){.theme-9 .video-card-play-btn{width:80px;height:80px}}.theme-9 .video-card-play-btn:hover{transform:translate(-50%,-50%) scale(1.1)}.theme-9 .video-card-play-btn svg{width:24px;height:24px;color:#d97706}@media (min-width:768px){.theme-9 .video-card-play-btn svg{width:32px;height:32px}}[dir=ltr] .theme-9 .video-card-play-btn svg{margin-left:4px}[dir=rtl] .theme-9 .video-card-play-btn svg{margin-right:-4px}.theme-9 .video-card-user-info{position:absolute;bottom:0;left:0;right:0;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;z-index:5}.theme-9 .video-card-user-left{display:flex;align-items:center;gap:12px}.theme-9 .video-card-user-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #fff}@media (min-width:768px){.theme-9 .video-card-user-avatar{width:52px;height:52px}}.theme-9 .video-card-user-details{display:flex;flex-direction:column;gap:2px}.theme-9 .video-card-user-name{font-family:var(--theme9-font-ar);font-size:14px;font-weight:600;color:#fff}[dir=ltr] .theme-9 .video-card-user-name{font-family:var(--theme9-font-en)}@media (min-width:768px){.theme-9 .video-card-user-name{font-size:16px}}.theme-9 .video-card-user-stars{color:#fbbf24;font-size:12px;letter-spacing:1px}.theme-9 .video-card-user-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px}[dir=rtl] .theme-9 .video-card-user-right{align-items:flex-start}.theme-9 .video-card-user-time{font-family:var(--theme9-font-ar);font-size:12px;font-weight:400;color:rgba(255,255,255,.8)}[dir=ltr] .theme-9 .video-card-user-time{font-family:var(--theme9-font-en)}.theme-9 .video-card-stars-right{color:#fbbf24;font-size:10px;letter-spacing:1px}.theme-9 .video-testimonials-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:none;background:0 0;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:15;transition:all .3s ease}.theme-9 .video-testimonials-arrow svg{width:28px;height:28px;transition:color .3s ease}[data-theme=light] .theme-9 .video-testimonials-arrow svg{color:#6b7280}[data-theme=dark] .theme-9 .video-testimonials-arrow svg{color:#9ca3af}.theme-9 .video-testimonials-arrow:hover svg{color:#d97706}.theme-9 .video-testimonials-prev{left:20px}.theme-9 .video-testimonials-next{right:20px}@media (min-width:768px){.theme-9 .video-testimonials-prev{left:40px}.theme-9 .video-testimonials-next{right:40px}}@media (min-width:1024px){.theme-9 .video-testimonials-prev{left:80px}.theme-9 .video-testimonials-next{right:80px}}.theme-9 .video-testimonials-dots{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:40px}.theme-9 .video-testimonials-dot{width:12px;height:12px;border-radius:50%;border:none;cursor:pointer;transition:all .3s ease;padding:0}[data-theme=light] .theme-9 .video-testimonials-dot{background:#d1d5db}[data-theme=dark] .theme-9 .video-testimonials-dot{background:#4b5563}.theme-9 .video-testimonials-dot.active,.theme-9 .video-testimonials-dot:hover{background:#d97706;transform:scale(1.2)}.theme-9 .video-testimonials-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;align-items:center;justify-content:center}.theme-9 .video-testimonials-modal.active{display:flex}.theme-9 .video-testimonials-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);cursor:pointer}.theme-9 .video-testimonials-modal-content{position:relative;width:90%;max-width:900px;z-index:1}.theme-9 .video-testimonials-modal-close{position:absolute;top:-40px;right:0;background:0 0;border:none;color:#fff;font-size:32px;cursor:pointer;padding:0;line-height:1}.theme-9 .video-testimonials-modal-iframe-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px}.theme-9 .video-testimonials-modal-iframe-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width:767px){.theme-9.video-testimonials-section{padding:60px 16px 80px}.theme-9 .video-testimonials-header{margin-bottom:40px}.theme-9 .video-testimonials-avatars{display:none}.theme-9 .video-testimonial-card.card-left,.theme-9 .video-testimonial-card.card-right{opacity:.4}.theme-9 .video-testimonials-slider-wrapper{min-height:480px}.theme-9 .video-testimonials-slider{height:440px}.theme-9 .video-testimonials-arrow{width:40px;height:40px}.theme-9 .video-testimonials-arrow svg{width:24px;height:24px}.theme-9 .video-testimonials-prev{left:8px}.theme-9 .video-testimonials-next{right:8px}.theme-9 .video-testimonials-dots{gap:10px;margin-top:30px}.theme-9 .video-testimonials-dot{width:10px;height:10px}.theme-9 .video-testimonials-quote-mark{top:20px}[dir=rtl] .theme-9 .video-testimonials-quote-mark{right:20px}[dir=ltr] .theme-9 .video-testimonials-quote-mark{left:20px}.theme-9 .video-testimonials-quote-mark img{width:60px}}@media (max-width:480px){.theme-9.video-testimonials-section{padding:50px 12px 60px}.theme-9 .video-testimonial-card{width:260px;height:380px}.theme-9 .video-testimonials-slider{height:400px}.theme-9 .video-testimonials-slider-wrapper{min-height:420px}.theme-9 .video-card-play-btn{width:56px;height:56px}.theme-9 .video-card-play-btn svg{width:20px;height:20px}}@media (prefers-reduced-motion:reduce){.theme-9 .video-testimonial-avatar{animation:none}.theme-9 .video-testimonial-card{transition:opacity .3s ease}}.theme-9 .video-card-play-btn:focus,.theme-9 .video-testimonials-arrow:focus,.theme-9 .video-testimonials-dot:focus{outline:2px solid #d97706;outline-offset:2px}.theme-9 .video-card-play-btn:focus:not(:focus-visible),.theme-9 .video-testimonials-arrow:focus:not(:focus-visible),.theme-9 .video-testimonials-dot:focus:not(:focus-visible){outline:0}.theme-9.video-testimonials-wide-section{position:relative;padding:80px 20px 100px;overflow:hidden;min-height:auto}[data-theme=dark] .theme-9.video-testimonials-wide-section{background:#111}.theme-9 .video-testimonials-wide-container{position:relative;max-width:1400px;margin:0 auto;z-index:1}.theme-9 .video-testimonials-wide-quote-mark{position:absolute;top:40px;z-index:0;pointer-events:none;user-select:none}[dir=rtl] .theme-9 .video-testimonials-wide-quote-mark{right:60px}[dir=ltr] .theme-9 .video-testimonials-wide-quote-mark{left:60px}.theme-9 .video-testimonials-wide-quote-mark img{width:clamp(80px,12vw,140px);height:auto;opacity:.3}.theme-9 .video-testimonials-wide-header{text-align:center;margin-bottom:60px;position:relative;z-index:1}.theme-9 .video-testimonials-wide-title{font-family:var(--theme9-font-ar);font-size:clamp(28px,5vw,42px);font-weight:800;line-height:1.3;margin:0 0 16px;color:#c67336}[dir=ltr] .theme-9 .video-testimonials-wide-title{font-family:var(--theme9-font-en);font-style:italic}.theme-9 .video-testimonials-wide-subtitle{font-family:var(--theme9-font-ar);font-size:clamp(16px,2.5vw,20px);font-weight:400;line-height:1.6;max-width:700px;margin:0 auto}[dir=ltr] .theme-9 .video-testimonials-wide-subtitle{font-family:var(--theme9-font-en)}[data-theme=light] .theme-9 .video-testimonials-wide-subtitle{color:#000}[data-theme=dark] .theme-9 .video-testimonials-wide-subtitle{color:#9ca3af}.theme-9 .video-testimonials-wide-avatars{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:2}.theme-9 .video-testimonial-wide-avatar{position:absolute;border-radius:50%;object-fit:cover;border:3px solid;box-shadow:0 4px 12px rgba(0,0,0,.15);animation:theme9-videoAvatarFloat 4s ease-in-out infinite}[data-theme=light] .theme-9 .video-testimonial-wide-avatar{border-color:#fff}[data-theme=dark] .theme-9 .video-testimonial-wide-avatar{border-color:#374151}.theme-9 .video-testimonial-wide-avatar.avatar-1{width:48px;height:48px;top:15%;left:5%;animation-delay:0s}.theme-9 .video-testimonial-wide-avatar.avatar-2{width:56px;height:56px;top:35%;left:8%;animation-delay:.5s}.theme-9 .video-testimonial-wide-avatar.avatar-3{width:44px;height:44px;top:60%;left:10%;animation-delay:1s}.theme-9 .video-testimonial-wide-avatar.avatar-4{width:52px;height:52px;top:20%;right:6%;animation-delay:1.5s}.theme-9 .video-testimonial-wide-avatar.avatar-5{width:48px;height:48px;top:40%;right:10%;animation-delay:2s}.theme-9 .video-testimonial-wide-avatar.avatar-6{width:56px;height:56px;top:65%;right:5%;animation-delay:2.5s}.theme-9 .video-testimonial-wide-avatar.avatar-7{width:40px;height:40px;top:80%;right:12%;animation-delay:3s}.theme-9 .video-testimonial-wide-avatar.avatar-8{width:44px;height:44px;top:75%;left:10%;animation-delay:3.5s}.theme-9 .video-testimonials-wide-slider-wrapper{position:relative;display:flex;align-items:center;justify-content:center;min-height:380px;perspective:1200px}.theme-9 .video-testimonials-wide-slider{position:relative;width:100%;max-width:1000px;height:340px;margin:0 auto}.theme-9 .video-testimonial-wide-card{position:absolute;top:50%;left:50%;width:480px;height:300px;border-radius:24px;overflow:hidden;border:3px solid #d97706;box-shadow:0 25px 50px -12px rgba(0,0,0,.4);transition:all .6s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d;backface-visibility:hidden;cursor:pointer}@media (min-width:768px){.theme-9 .video-testimonial-wide-card{width:560px;height:340px}.video-testimonials-wide-slider{height:380px}.video-testimonials-wide-slider-wrapper{min-height:420px}}@media (min-width:1024px){.theme-9 .video-testimonial-wide-card{width:640px;height:380px}.theme-9 .video-testimonials-wide-slider{height:420px}.theme-9 .video-testimonials-wide-slider-wrapper{min-height:460px}}.theme-9 .video-testimonial-wide-card.card-center{transform:translate(-50%,-50%) scale(1) rotateY(0);z-index:10;opacity:1}.theme-9 .video-testimonial-wide-card.card-left{z-index:5;opacity:.7;transform:translate(calc(-50% - 200px),-50%) scale(.85) rotateY(8deg)}.theme-9 .video-testimonial-wide-card.card-right{z-index:5;opacity:.7;transform:translate(calc(-50% + 200px),-50%) scale(.85) rotateY(-8deg)}@media (min-width:768px){.theme-9 .video-testimonial-wide-card.card-left{transform:translate(calc(-50% - 280px),-50%) scale(.85) rotateY(8deg)}.theme-9 .video-testimonial-wide-card.card-right{transform:translate(calc(-50% + 280px),-50%) scale(.85) rotateY(-8deg)}}@media (min-width:1024px){.theme-9 .video-testimonial-wide-card.card-left{transform:translate(calc(-50% - 360px),-50%) scale(.85) rotateY(8deg)}.theme-9 .video-testimonial-wide-card.card-right{transform:translate(calc(-50% + 360px),-50%) scale(.85) rotateY(-8deg)}}.theme-9 .video-testimonial-wide-card.card-hidden{opacity:0;pointer-events:none;z-index:0;transform:translate(-50%,-50%) scale(.6)}.theme-9 .video-wide-thumbnail-wrapper{position:relative;width:100%;height:100%}.theme-9 .video-wide-thumbnail{width:100%;height:100%;object-fit:cover;filter:brightness(.85);transition:filter .3s ease}.theme-9 .video-testimonial-wide-card:hover .video-wide-thumbnail{filter:brightness(.75)}.theme-9 .video-wide-overlay{position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,rgba(0,0,0,.85) 0,transparent 100%);pointer-events:none}.theme-9 .video-wide-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;border:none;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.2);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:5}@media (min-width:768px){.theme-9 .video-wide-play-btn{width:72px;height:72px}}.theme-9 .video-wide-play-btn:hover{transform:translate(-50%,-50%) scale(1.1)}.theme-9 .video-wide-play-btn svg{width:24px;height:24px;color:#d97706}@media (min-width:768px){.theme-9 .video-wide-play-btn svg{width:28px;height:28px}}[dir=ltr] .theme-9 .video-wide-play-btn svg{margin-left:4px}[dir=rtl] .theme-9 .video-wide-play-btn svg{margin-right:-4px}.theme-9 .video-wide-user-info{position:absolute;bottom:0;left:0;right:0;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;z-index:5}.theme-9 .video-wide-user-left{display:flex;align-items:center;gap:14px}.theme-9 .video-wide-user-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #fff}@media (min-width:768px){.theme-9 .video-wide-user-avatar{width:56px;height:56px}}.theme-9 .video-wide-user-details{display:flex;flex-direction:column;gap:4px}.theme-9 .video-wide-user-name{font-family:var(--theme9-font-ar);font-size:16px;font-weight:600;color:#fff}[dir=ltr] .theme-9 .video-wide-user-name{font-family:var(--theme9-font-en)}@media (min-width:768px){.theme-9 .video-wide-user-name{font-size:18px}}.theme-9 .video-wide-user-time{font-family:var(--theme9-font-ar);font-size:13px;font-weight:400;color:rgba(255,255,255,.7)}[dir=ltr] .theme-9 .video-wide-user-time{font-family:var(--theme9-font-en)}.theme-9 .video-wide-user-right{display:flex;align-items:center}.theme-9 .video-wide-user-stars{color:#fbbf24;font-size:16px;letter-spacing:2px}@media (min-width:768px){.theme-9 .video-wide-user-stars{font-size:18px}}.theme-9 .video-testimonials-wide-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:none;background:0 0;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:15;transition:all .3s ease}.theme-9 .video-testimonials-wide-arrow svg{width:28px;height:28px;transition:color .3s ease}[data-theme=light] .theme-9 .video-testimonials-wide-arrow svg{color:#6b7280}[data-theme=dark] .theme-9 .video-testimonials-wide-arrow svg{color:#9ca3af}.theme-9 .video-testimonials-wide-arrow:hover svg{color:#d97706}.theme-9 .video-testimonials-wide-prev{left:20px}.theme-9 .video-testimonials-wide-next{right:20px}@media (min-width:768px){.theme-9 .video-testimonials-wide-prev{left:40px}.theme-9 .video-testimonials-wide-next{right:40px}}@media (min-width:1024px){.theme-9 .video-testimonials-wide-prev{left:60px}.theme-9 .video-testimonials-wide-next{right:60px}}.theme-9 .video-testimonials-wide-dots{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:40px}.theme-9 .video-testimonials-wide-dot{width:12px;height:12px;border-radius:50%;border:none;cursor:pointer;transition:all .3s ease;padding:0}[data-theme=light] .theme-9 .video-testimonials-wide-dot{background:#d1d5db}[data-theme=dark] .theme-9 .video-testimonials-wide-dot{background:#4b5563}.theme-9 .video-testimonials-wide-dot.active,.theme-9 .video-testimonials-wide-dot:hover{background:#d97706;transform:scale(1.2)}@media (max-width:767px){.theme-9.video-testimonials-wide-section{padding:60px 16px 80px}.theme-9 .video-testimonials-wide-header{margin-bottom:40px}.theme-9 .video-testimonials-wide-avatars{display:none}.theme-9 .video-testimonial-wide-card{width:320px;height:200px}.theme-9 .video-testimonial-wide-card.card-left,.theme-9 .video-testimonial-wide-card.card-right{opacity:.4}.theme-9 .video-testimonials-wide-slider{height:240px}.theme-9 .video-testimonials-wide-slider-wrapper{min-height:280px}.theme-9 .video-testimonials-wide-arrow{width:40px;height:40px}.theme-9 .video-testimonials-wide-arrow svg{width:24px;height:24px}.theme-9 .video-testimonials-wide-prev{left:8px}.theme-9 .video-testimonials-wide-next{right:8px}.theme-9 .video-testimonials-wide-dots{gap:10px;margin-top:30px}.theme-9 .video-testimonials-wide-dot{width:10px;height:10px}.theme-9 .video-wide-user-info{padding:14px 16px}.theme-9 .video-wide-user-avatar{width:40px;height:40px}.theme-9 .video-wide-user-name{font-size:14px}.theme-9 .video-wide-play-btn{width:52px;height:52px}.theme-9 .video-wide-play-btn svg{width:20px;height:20px}}@media (max-width:480px){.theme-9.video-testimonials-wide-section{padding:50px 12px 60px}.theme-9 .video-testimonial-wide-card{width:280px;height:180px}.theme-9 .video-testimonials-wide-slider{height:220px}.theme-9 .video-testimonials-wide-slider-wrapper{min-height:260px}}@media (prefers-reduced-motion:reduce){.theme-9 .video-testimonial-wide-avatar{animation:none}.theme-9 .video-testimonial-wide-card{transition:opacity .3s ease}}.theme-9 .video-testimonials-wide-arrow:focus,.theme-9 .video-testimonials-wide-dot:focus,.theme-9 .video-wide-play-btn:focus{outline:2px solid #d97706;outline-offset:2px}.theme-9 .video-testimonials-wide-arrow:focus:not(:focus-visible),.theme-9 .video-testimonials-wide-dot:focus:not(:focus-visible),.theme-9 .video-wide-play-btn:focus:not(:focus-visible){outline:0}.theme-8 *{margin:0;padding:0;box-sizing:border-box}html:has(.theme-8){scroll-behavior:smooth}.theme-8-body{overflow-x:hidden;width:100%;margin:0!important}[data-theme=dark] .theme-8-body{background:#000!important}:root .theme-8{--theme8-bg-primary:#ffffff;--theme8-bg-gradient-light:linear-gradient(220deg,
      #78bcb2 0%,
      rgb(255 255 255 / 0%) 30%,
      #dec8f6 60%,
      rgb(105 21 195 / 0%) 100%);--theme8-text-primary:#1a1a1a;--theme8-text-secondary:#5a5a5a;--theme8-purple:#a855f7;--theme8-orange:#f97316;--theme8-pink:#ec4899;--theme8-blue:#0ea5e9;--theme8-golden:#ffa500;--theme8-accent-gradient:linear-gradient(135deg, #a855f7 0%, #f97316 100%);--theme8-navbar-bg:#ffffff;--theme8-navbar-shadow:0 4px 24px rgba(0, 0, 0, 0.08);--theme8-nav-text:#2a2a2a;--theme8-nav-active:#000000;--theme8-nav-hover:rgba(0, 0, 0, 0.1);--theme8-font:"Alexandria",sans-serif;--theme8-shadow-sm:0 2px 8px rgba(0, 0, 0, 0.08);--theme8-shadow-md:0 4px 16px rgba(0, 0, 0, 0.12);--theme8-shadow-lg:0 8px 32px rgba(168, 85, 247, 0.15);--theme8-transition:0.3s cubic-bezier(0.4, 0, 0.2, 1)}[data-theme=dark] .theme-8{--theme8-bg-primary:#0a0a0a;--theme8-bg-gradient-dark:linear-gradient(220deg,
      rgb(0 108 92 / 50%) 0%,
      rgb(17 17 17 / 0%) 30%,
      rgb(38 0 80 / 50%) 60%,
      rgb(105 21 195 / 0%) 100%);--theme8-text-primary:#ffffff;--theme8-text-secondary:rgba(255, 255, 255, 0.8);--theme8-navbar-bg:rgba(0, 0, 0, 0.6);--theme8-navbar-shadow:0 4px 24px rgba(0, 0, 0, 0.3);--theme8-nav-text:#ffffff;--theme8-nav-active:#ffffff;--theme8-nav-hover:rgba(255, 255, 255, 0.1);--theme8-shadow-sm:0 2px 8px rgba(0, 0, 0, 0.3);--theme8-shadow-md:0 4px 16px rgba(0, 0, 0, 0.4);--theme8-shadow-lg:0 8px 32px rgba(168, 85, 247, 0.2)}.theme.theme-8{position:relative;min-height:100vh;background:var(--theme8-bg-primary);color:var(--theme8-text-primary);overflow-x:hidden;font-family:var(--theme8-font)}.theme-8.scroll-progress{position:fixed;top:0;left:0;width:100%;height:4px;background:rgba(0,0,0,.1);z-index:10001;pointer-events:none}[data-theme=dark] .theme-8.scroll-progress{background:rgba(255,255,255,.1)}.theme-8 .scroll-progress-bar{height:100%;width:0%;background:var(--theme8-accent-gradient);transition:width .1s ease}.theme-8 .hero-section{position:relative;min-height:100vh;padding:0;overflow:hidden;display:flex;flex-direction:column}.theme-8 .hero-background-gradient{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;background:var(--theme8-bg-gradient-light);transition:background .3s ease}[data-theme=dark] .theme-8 .hero-background-gradient{background:var(--theme8-bg-gradient-dark)}.theme-8-header{position:fixed;top:1rem;left:50%;transform:translateX(-50%)!important;z-index:1000;width:calc(100% - 2rem);max-width:1400px;padding:1rem 2rem;background:var(--theme8-navbar-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.1);border-radius:20px;transition:all var(--theme8-transition);box-shadow:var(--theme8-navbar-shadow)}[data-theme=dark] .theme-8-header{border-color:rgba(255,255,255,.1)}@media (max-width:1023px){.theme-8-header{top:0;left:0;transform:none!important;width:100%;border-radius:0;border-left:none;border-right:none;padding:1rem 1.5rem}}.theme-8-header .header-container{width:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative}.theme-8-header .header-logo{flex-shrink:0}.theme-8-header .header-logo a{display:flex;align-items:center;gap:.75rem;transition:var(--theme8-transition);text-decoration:none}.theme-8-header .header-logo a:hover{transform:scale(1.05)}.theme-8-header .logo-image{height:40px;width:auto;max-width:100%;object-fit:contain;transition:var(--theme8-transition)}@media (max-width:1024px){.theme-8-header .logo-image{height:36px}}@media (max-width:768px){.theme-8-header .logo-image{height:32px}}@media (max-width:480px){.theme-8-header .logo-image{height:28px}}.theme-8-header .logo-light{display:block}.theme-8-header .logo-dark{display:none}[data-theme=dark] .theme-8-header .logo-light{display:none}[data-theme=dark] .theme-8-header .logo-dark{display:block}.theme-8-header .header-center-group{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.theme-8-header .main-nav ul{display:flex;align-items:center;gap:2.5rem;list-style:none;margin:0;padding:0}.theme-8-header .main-nav a{font-size:.95rem;font-weight:500;color:var(--theme8-nav-text);position:relative;padding:.5rem 0;transition:color .3s ease;overflow:hidden;text-decoration:none;font-family:var(--theme8-font)}.theme-8-header .main-nav a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--theme8-accent-gradient);border-radius:2px;transition:width .4s cubic-bezier(.4,0,.2,1);transform-origin:left}[dir=rtl] .theme-8-header .main-nav a::after{left:auto;right:0;transform-origin:right}.theme-8-header .main-nav a:hover{color:var(--theme8-purple)}.theme-8-header .main-nav a:hover::after{width:100%}.theme-8-header .main-nav a.active{color:var(--theme8-nav-active);font-weight:600}.theme-8-header .main-nav a.active::after{width:100%;animation:theme8-underlineSlide .4s cubic-bezier(.4,0,.2,1)}.theme-8-header .main-nav a.active:hover::after{width:100%}@keyframes theme8-underlineSlide{0%{width:0;opacity:0}50%{opacity:.5}100%{width:100%;opacity:1}}.theme-8-header .nav-separator{width:1px;height:24px;background:rgba(0,0,0,.1);flex-shrink:0}[data-theme=dark] .theme-8-header .nav-separator{background:rgba(255,255,255,.1)}.theme-8-header .lang-selector{position:relative}.theme-8-header .lang-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:8px;color:var(--theme8-nav-text);font-size:.9rem;font-weight:500;transition:var(--theme8-transition);background:0 0;border:none;cursor:pointer;font-family:var(--theme8-font)}.theme-8-header .lang-toggle:hover{background:rgba(168,85,247,.1);color:var(--theme8-purple)}.theme-8-header .lang-selector.active .lang-toggle{background:rgba(168,85,247,.1);color:var(--theme8-purple)}.theme-8-header .globe-icon{width:18px;height:18px;flex-shrink:0}.theme-8-header .chevron-icon{width:14px;height:14px;flex-shrink:0;transition:transform .3s ease}.theme-8-header .lang-selector.active .chevron-icon{transform:rotate(180deg)}.theme-8-header .lang-menu{position:absolute;top:calc(100% + .5rem);right:0;background:var(--theme8-navbar-bg);border-radius:12px;padding:.5rem;box-shadow:var(--theme8-shadow-md);min-width:140px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:var(--theme8-transition);z-index:1000;border:1px solid rgba(0,0,0,.1)}[data-theme=dark] .theme-8-header .lang-menu{border-color:rgba(255,255,255,.1)}[dir=ltr] .theme-8-header .lang-menu{right:auto;left:0}.theme-8-header .lang-selector.active .lang-menu{opacity:1;visibility:visible;transform:translateY(0)}.theme-8-header .lang-menu a{display:block;padding:.75rem 1rem;border-radius:8px;color:var(--theme8-text-primary);font-size:.9rem;transition:var(--theme8-transition);text-decoration:none;font-family:var(--theme8-font)}.theme-8-header .lang-menu a:hover{background:rgba(168,85,247,.1);color:var(--theme8-purple)}.theme-8-header .theme-toggle{position:relative;width:56px;height:32px;background:0 0;border:none;cursor:pointer;padding:0;flex-shrink:0}.theme-8-header .toggle-track{position:relative;display:block;width:100%;height:100%;background:var(--theme8-navbar-bg);border:2px solid var(--theme8-purple);border-radius:16px;transition:all var(--theme8-transition)}[data-theme=dark] .theme-8-header .toggle-track{background:#3a3a3a;border-color:#5a5a5a}.theme-8-header .toggle-thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;background:var(--theme8-purple);border-radius:50%;transition:transform var(--theme8-transition),background var(--theme8-transition)}[data-theme=dark] .theme-8-header .toggle-thumb{transform:translateX(24px);background:#888}[dir=rtl] .theme-8-header .toggle-thumb{left:auto;right:3px}[dir=rtl][data-theme=dark] .theme-8-header .toggle-thumb{transform:translateX(-24px)}.theme-8-header .header-cta-btn{padding:12px 32px;border-radius:9px;background:#000;color:#fff!important;font-weight:600;font-size:.95rem;box-shadow:inset 0 2.65px 2.75px rgba(255,255,255,.25),inset 0 -2.98px 4px rgba(168,85,247,.4);transition:var(--theme8-transition)!important;white-space:nowrap;width:fit-content;height:50px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-family:var(--theme8-font);flex-shrink:0}.theme-8-header .header-cta-btn:hover{transform:translateY(-2px);box-shadow:inset 0 3.5px 3px rgba(255,255,255,.35),inset 0 -3.5px 6px rgba(168,85,247,.55),0 8px 18px rgba(168,85,247,.35)}[data-theme=dark] .theme-8-header .header-cta-btn{background:#fff;color:#000!important}.theme-8-header .mobile-header-actions{display:none;align-items:center;gap:1rem}.theme-8-header .mobile-center{display:flex;align-items:center;gap:1rem}.theme-8-header .mobile-logo{display:flex;align-items:center}.theme-8 .hero-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:10rem 2rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;min-height:100vh}@media (max-width:768px){.theme-8 .hero-container{padding:6rem 1.5rem 3rem}}.theme-8 .hero-content{position:relative;z-index:2}.theme-8 .hero-title{font-family:var(--theme8-font);font-size:42px;font-weight:800;line-height:1.2;letter-spacing:-1px;color:var(--theme8-text-primary);margin:0 0 24px 0;text-transform:uppercase;animation:theme8-fadeInUp .6s ease-out}@keyframes theme8-fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.theme-8 .hero-description{font-family:var(--theme8-font);font-size:18px;font-weight:400;line-height:1.7;color:var(--theme8-text-secondary);margin:0 0 40px 0;max-width:580px;animation:theme8-fadeInUp .8s ease-out .2s both}.theme-8 .hero-cta-buttons{display:flex;gap:20px;flex-wrap:wrap;animation:theme8-fadeInUp 1s ease-out .4s both}.theme-8 .hero-btn{display:inline-flex;align-items:center;gap:12px;padding:18px 40px;border-radius:12px;text-decoration:none;font-family:var(--theme8-font);font-size:16px;font-weight:700;transition:all var(--theme8-transition);cursor:pointer;border:none}.theme-8 .hero-btn-primary{background:var(--theme8-accent-gradient);color:#fff;box-shadow:0 8px 24px rgba(168,85,247,.4)}.theme-8 .hero-btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 32px rgba(168,85,247,.6)}.theme-8 .hero-btn-secondary{background:0 0;color:var(--theme8-pink);border:2px solid var(--theme8-pink)}.theme-8 .hero-btn-secondary:hover{background:var(--theme8-pink);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(236,72,153,.3)}.theme-8 .btn-icon{font-size:24px;line-height:1}.theme-8 .btn-text{font-weight:700}.theme-8 .hero-image-section{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;min-height:500px;width:100%}.theme-8 .hero-decorative-shapes{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:750px;height:auto;z-index:3;pointer-events:none;user-select:none;animation:theme8-scalePulse 3s ease-in-out infinite;mix-blend-mode:normal}@keyframes theme8-scalePulse{0%,100%{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.08);opacity:.85}}.theme-8 .hero-image-frame{position:relative;width:500px;height:500px;border-radius:50%;box-shadow:0 20px 60px rgba(0,0,0,.2);z-index:5;animation:theme8-scaleIn 1.2s ease-out .6s both;background:linear-gradient(135deg,var(--theme8-purple),var(--theme8-pink),var(--theme8-orange));padding:4px;display:flex;align-items:center;justify-content:center}@keyframes theme8-scaleIn{from{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.theme-8 .image-frame-gradient{position:absolute;top:4px;left:4px;right:4px;bottom:4px;border-radius:50%;background:conic-gradient(from 0deg,var(--theme8-purple) 0deg 90deg,var(--theme8-pink) 90deg 180deg,var(--theme8-orange) 180deg 270deg,var(--theme8-blue) 270deg 360deg);opacity:.9;z-index:1;overflow:hidden}.theme-8 .grid-lines{position:absolute;inset:0;z-index:2;opacity:.3}.theme-8 .hero-person-image{position:relative;width:calc(100% - 8px);height:calc(100% - 8px);border-radius:50%;overflow:hidden;z-index:10;margin:4px}.theme-8 .person-photo{position:relative;width:100%;max-width:500px;height:auto;object-fit:contain;z-index:2;animation:theme8-fadeInScale 1.2s ease-out .6s both}@keyframes theme8-fadeInScale{0%{opacity:0;transform:scale(.8) translateY(20px)}100%{opacity:1;transform:scale(1) translateY(0)}}.theme-8 .decorative-circle{position:absolute;border-radius:50%;z-index:3}.theme-8 .decorative-circle-yellow{width:100px;height:100px;background:var(--theme8-golden);top:-20px;left:-20px;box-shadow:0 8px 24px rgba(255,165,0,.4);animation:theme8-floatCircle 4s ease-in-out infinite}.theme-8 .decorative-circle-blue{width:80px;height:80px;background:var(--theme8-blue);bottom:20px;right:20px;box-shadow:0 8px 24px rgba(14,165,233,.4);animation:theme8-floatCircle 5s ease-in-out infinite;animation-delay:1s}.theme-8 .floating-icon-circle{position:absolute;width:72px;height:72px;background:#fff;border-radius:50%;box-shadow:0 8px 32px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;left:-36px;top:50%;transform:translateY(-50%);z-index:4;animation:theme8-floatCircle 3s ease-in-out infinite;animation-delay:.5s}[dir=ltr] .theme-8 .floating-icon-circle{left:auto;right:-36px}.theme-8 .floating-icon-circle svg{width:40px;height:40px}.theme-8 .wavy-line{position:absolute;z-index:2}.theme-8 .wavy-line-1{top:10%;right:5%;animation:theme8-floatLine 6s ease-in-out infinite}.theme-8 .wavy-line-2{bottom:15%;right:10%;animation:theme8-floatLine 7s ease-in-out infinite;animation-delay:2s}@keyframes theme8-floatCircle{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes theme8-floatLine{0%,100%{transform:translateX(0) translateY(0)}50%{transform:translateX(10px) translateY(-10px)}}[dir=ltr] .theme-8 .hero-container{direction:ltr}[dir=ltr] .theme-8 .hero-content{order:1}[dir=ltr] .theme-8 .hero-image-section{order:2}@media (max-width:1023px) and (min-width:768px){.theme-8-header .header-container{padding:16px 30px}.theme-8-header .main-nav ul{gap:24px}.theme-8-header .main-nav a{font-size:15px;padding:10px 16px}.theme-8 .hero-container{grid-template-columns:1fr;gap:40px;padding:100px 30px 60px}.theme-8 .hero-title{font-size:48px;text-align:center;max-width:100%}.theme-8 .hero-description{font-size:16px;text-align:center;max-width:100%}.theme-8 .hero-cta-buttons{justify-content:center}.theme-8 .hero-image-frame{width:400px;height:400px;margin:0 auto}.theme-8 .hero-decorative-shapes{max-width:600px}.theme-8 .person-photo{max-width:400px}.theme-8 .decorative-circle-yellow{width:80px;height:80px}.theme-8 .decorative-circle-blue{width:60px;height:60px}}@media (max-width:768px){.theme-8 .hero-cta-buttons{flex-wrap:wrap!important}}@media (max-width:1023px){.theme-8-header .header-container{flex-wrap:wrap}.theme-8-header .header-logo:not(.mobile-logo){display:none}.theme-8-header .header-center-group{display:none}.theme-8-header .header-cta-btn:not(.mobile-cta){display:none}.theme-8-header .mobile-header-actions{display:flex;width:100%;justify-content:space-between;align-items:center;order:-1}[dir=rtl] .theme-8-header .mobile-header-actions{flex-direction:row-reverse}.theme-8-header .mobile-cta{width:auto;height:auto;padding:10px 20px;font-size:.85rem}.theme-8-header .main-nav,.theme-8-header .nav-separator{display:none}.theme-8 .hero-container{grid-template-columns:1fr;gap:40px;padding:140px 20px 60px}.theme-8 .hero-image-section{min-height:unset}.theme-8 .hero-title{font-size:36px;text-align:center;margin-bottom:20px}.theme-8 .hero-description{font-size:16px;text-align:center;margin-bottom:32px}.theme-8 .hero-cta-buttons{flex-wrap:unset;gap:16px;width:100%}.theme-8 .hero-btn{width:100%;justify-content:center;padding:16px 32px;font-size:14px}.theme-8 .hero-image-frame{width:320px;height:320px;margin:0 auto}.theme-8 .hero-decorative-shapes{max-width:480px}.theme-8 .person-photo{max-width:320px}.theme-8 .decorative-circle-yellow{width:60px;height:60px;top:-10px;left:-10px}.theme-8 .decorative-circle-blue{width:50px;height:50px;bottom:10px;right:10px}.theme-8 .floating-icon-circle{width:56px;height:56px;left:-28px}[dir=ltr] .theme-8 .floating-icon-circle{left:auto;right:-28px}.theme-8 .floating-icon-circle svg{width:32px;height:32px}}@media (max-width:479px){.theme-8-header{top:5px;padding:0 12px}.theme-8-header .lang-toggle span{display:none}.theme-8-header .logo-image{height:24px}.theme-8-header .mobile-cta{padding:10px;font-size:10px}.theme-8-header .mobile-header-actions{gap:4px}.theme-8-header{padding:0}.theme-8-header .mobile-center{gap:4px}.theme-8-header .header-container{padding:12px 16px}.theme-8-header .header-logo{width:100px}.theme-8 .hero-title{font-size:28px;line-height:1.3}.theme-8 .hero-description{font-size:14px}.theme-8 .hero-image-frame{width:280px;height:280px}.theme-8 .hero-decorative-shapes{max-width:400px}.theme-8 .person-photo{max-width:280px}}@media print{.scroll-progress,.theme-8-header{display:none}}.theme-8.what-makes-us-different-section{position:relative;min-height:unset;padding:100px 80px;background:linear-gradient(180deg,#0047ab 0,#0039a0 100%);overflow:hidden}[data-theme=light] .theme-8.what-makes-us-different-section{background:linear-gradient(180deg,#0047ab 0,#0039a0 100%)}[data-theme=dark] .theme-8.what-makes-us-different-section{background:linear-gradient(180deg,#003da5 0,#002d7a 100%)}.theme-8.what-makes-us-different-section::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle at center,rgba(255,255,255,.03) 0,transparent 70%);pointer-events:none;z-index:0}.theme-8 .features-bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}.theme-8 .bg-triangles{position:absolute;width:100%;height:100%;opacity:.1}.theme-8 .bg-triangles::after,.theme-8 .bg-triangles::before{content:"";position:absolute;width:0;height:0;border-style:solid}.theme-8 .bg-triangles::before{top:10%;right:15%;border-width:0 20px 35px 20px;border-color:transparent transparent rgba(255,255,255,.08) transparent;animation:theme8-float 15s ease-in-out infinite;opacity:.5}.theme-8 .bg-triangles::after{bottom:20%;left:10%;border-width:0 30px 50px 30px;border-color:transparent transparent rgba(255,255,255,.05) transparent;animation:theme8-float 20s ease-in-out infinite reverse;opacity:.4}.theme-8 .features-bg-pattern::before{content:"";position:absolute;top:30%;left:20%;width:0;height:0;border-style:solid;border-width:0 15px 25px 15px;border-color:transparent transparent rgba(255,255,255,.06) transparent;animation:theme8-float 18s ease-in-out infinite;opacity:.4}.theme-8 .features-bg-pattern::after{content:"";position:absolute;bottom:30%;right:25%;width:0;height:0;border-style:solid;border-width:0 25px 40px 25px;border-color:transparent transparent rgba(255,255,255,.07) transparent;animation:theme8-float 22s ease-in-out infinite reverse;opacity:.3}.theme-8 .bg-network-lines{position:absolute;width:100%;height:100%;background-image:linear-gradient(45deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(-45deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:100px 100px;opacity:.3;animation:theme8-pulse 15s ease-in-out infinite}.theme-8 .bg-dots{position:absolute;width:100%;height:100%;background-image:radial-gradient(circle,rgba(255,255,255,.2) 2px,transparent 2px);background-size:50px 50px;opacity:.2}.theme-8 .features-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:40% 60%;gap:80px;align-items:start}.theme-8 .features-header{position:relative}.theme-8 .features-badge{position:relative;width:160px;height:160px;margin-bottom:24px;animation:theme8-rotate 20s linear infinite}.theme-8 .features-badge svg{width:100%;height:100%}.theme-8 .features-title{font-size:56px;font-weight:800;line-height:1.3;color:#fff;margin-bottom:24px;max-width:600px;letter-spacing:-.5px}[dir=rtl] .theme-8 .features-title{text-align:right;letter-spacing:-.5px}[dir=ltr] .theme-8 .features-title{text-align:left;letter-spacing:-1px}.theme-8 .features-subtitle{font-size:20px;font-weight:400;line-height:1.7;color:rgba(255,255,255,.85);max-width:550px;margin-bottom:0}[dir=rtl] .theme-8 .features-subtitle{text-align:right;max-width:550px}[dir=ltr] .theme-8 .features-subtitle{text-align:left;max-width:600px}.theme-8 .features-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:800px}.theme-8 .feature-card{position:relative;padding:32px 28px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.15);transition:all .4s ease;cursor:default;overflow:hidden}.theme-8 .feature-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px rgba(0,0,0,.25);border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.12)}.theme-8 .feature-card-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.15);border-radius:12px;border:1px solid rgba(255,255,255,.2);margin-bottom:20px;color:#fff}.theme-8 .feature-card-title{font-size:24px;font-weight:700;line-height:1.3;margin-bottom:12px}[dir=rtl] .theme-8 .feature-card-title{text-align:right}[dir=ltr] .theme-8 .feature-card-title{text-align:left}.theme-8 .feature-card-underline{width:100px;height:3px;margin:8px 0 12px;display:block;border-radius:2px}.theme-8 .feature-card-description{font-size:16px;font-weight:400;line-height:1.7;color:rgba(255,255,255,.8)}[dir=rtl] .theme-8 .feature-card-description{text-align:right}[dir=ltr] .theme-8 .feature-card-description{text-align:left}.theme-8 .feature-card-description em{font-style:normal;font-size:18px;display:inline}@keyframes theme8-rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes theme8-float{0%,100%{transform:translateY(0) translateX(0)}25%{transform:translateY(-20px) translateX(10px)}50%{transform:translateY(-10px) translateX(-10px)}75%{transform:translateY(-30px) translateX(5px)}}@keyframes theme8-pulse{0%,100%{opacity:.3}50%{opacity:.5}}@media (max-width:1023px){.theme-8.what-makes-us-different-section{padding:80px 60px}.theme-8 .features-container{grid-template-columns:1fr;gap:60px}.theme-8 .features-header{text-align:center}[dir=rtl] .theme-8 .features-header{text-align:center}[dir=ltr] .theme-8 .features-header{text-align:center}.theme-8 .features-title{font-size:42px;max-width:100%;text-align:center}.theme-8 .features-subtitle{font-size:18px;max-width:100%;text-align:center}.theme-8 .features-badge{margin:0 auto 24px}.theme-8 .features-cards-grid{max-width:100%;grid-template-columns:repeat(2,1fr);gap:28px}.theme-8 .feature-card{padding:28px 24px;border-radius:16px}}@media (max-width:767px){.theme-8.what-makes-us-different-section{padding:80px 24px}.theme-8 .features-container{grid-template-columns:1fr;gap:40px}.theme-8 .features-header{text-align:center}.theme-8 .features-badge{width:120px;height:120px;margin:0 auto 24px}.theme-8 .features-title{font-size:32px;margin-bottom:24px;text-align:center}.theme-8 .features-subtitle{font-size:16px;text-align:center}.theme-8 .features-cards-grid{grid-template-columns:1fr;gap:24px;max-width:100%}.theme-8 .feature-card{padding:28px 24px;border-radius:16px}.theme-8 .feature-card-title{font-size:20px}.theme-8 .feature-card-description{font-size:15px}}.theme-8.video-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.theme-8.video-modal.active{opacity:1;visibility:visible;pointer-events:auto}.theme-8 .video-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);backdrop-filter:blur(10px)}.theme-8 .video-modal-container{position:relative;width:90%;max-width:1200px;max-height:90vh;z-index:1;transform:scale(.9);transition:transform .3s ease}.theme-8.video-modal.active .video-modal-container{transform:scale(1)}.theme-8 .video-modal-content{position:relative;width:100%;padding-bottom:56.25%;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.8)}.theme-8 .video-modal-content video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;border-radius:16px}.theme-8 .video-modal-content iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:16px}.theme-8 .video-modal-close{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.3);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}[dir=rtl] .theme-8 .video-modal-close{right:auto;left:16px}.theme-8 .video-modal-close:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:rotate(90deg) scale(1.1)}.theme-8 .video-modal-close svg{width:24px;height:24px}@media (max-width:768px){.theme-8 .video-modal-container{width:95%}}.theme-8.what-will-you-learn-section{position:relative;padding:100px 80px;overflow:hidden;min-height:unset}[data-theme=dark] .theme-8.what-will-you-learn-section{background:linear-gradient(135deg,#003da5 0,#001f52 100%)}[data-theme=light] .theme-8.what-will-you-learn-section{background:linear-gradient(135deg,#60a5fa 0,#2563eb 100%)}.theme-8 .learn-wave{position:absolute;bottom:0;left:0;width:100%;height:200px;z-index:1;pointer-events:none}[data-theme=dark] .theme-8 .learn-wave{color:#001a3d}[data-theme=light] .theme-8 .learn-wave{color:#f5f5f5}.theme-8 .learn-wave svg{width:100%;height:100%;display:block}.theme-8 .learn-accent{position:absolute;top:0;right:0;width:400px;height:400px;border-radius:0 0 0 100%;z-index:0;pointer-events:none}[data-theme=dark] .theme-8 .learn-accent{background:radial-gradient(circle at top right,rgba(10,10,10,.6) 0,transparent 70%)}[data-theme=light] .theme-8 .learn-accent{background:radial-gradient(circle at top right,rgba(255,255,255,.5) 0,transparent 70%)}.theme-8 .learn-container{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 40px}.theme-8 .learn-title{font-size:56px;font-weight:800;line-height:1.2;text-align:center;margin-bottom:24px;letter-spacing:-.5px}[dir=rtl] .theme-8 .learn-title{letter-spacing:-.5px}[dir=ltr] .theme-8 .learn-title{letter-spacing:-1px}[data-theme=dark] .theme-8 .learn-title{color:#fff}[data-theme=light] .theme-8 .learn-title{color:#1a1a1a}.theme-8 .learn-subtitle{font-size:20px;font-weight:400;line-height:1.7;text-align:center;max-width:900px;margin:0 auto 60px}[data-theme=dark] .theme-8 .learn-subtitle{color:rgba(255,255,255,.85)}[data-theme=light] .theme-8 .learn-subtitle{color:rgba(0,0,0,.7)}.theme-8 .learn-subtitle em{font-style:normal;font-size:20px;display:inline;vertical-align:middle}.theme-8 .learn-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;max-width:1400px;margin:0 auto}@media (max-width:1200px){.theme-8 .learn-cards-grid{grid-template-columns:repeat(3,1fr)}}.theme-8.pricing-plans-section{position:relative;padding:100px 80px;overflow:hidden;min-height:unset}[data-theme=dark] .theme-8.pricing-plans-section{background:linear-gradient(180deg,#003da5 0,#001a3d 100%)}[data-theme=light] .theme-8.pricing-plans-section{background:linear-gradient(180deg,#0047ab 0,#003da5 50%,#fff 50%)}.theme-8 .pricing-bg-circles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}.theme-8 .pricing-bg-circles .circle{position:absolute;border-radius:50%;filter:blur(80px)}.theme-8 .pricing-bg-circles .circle-1{width:400px;height:400px;top:-100px;left:-100px;background:rgba(255,255,255,.03)}.theme-8 .pricing-bg-circles .circle-2{width:600px;height:600px;top:-200px;left:-200px;background:rgba(255,255,255,.05)}.theme-8 .pricing-bg-circles .circle-3{width:800px;height:800px;top:-300px;left:-300px;background:rgba(255,255,255,.03)}.theme-8 .pricing-wave{position:absolute;bottom:0;left:0;width:100%;height:200px;z-index:1;pointer-events:none;display:none}[data-theme=light] .theme-8 .pricing-wave{display:block;color:#fff}.theme-8 .pricing-wave svg{width:100%;height:100%;display:block}.theme-8 .pricing-container{position:relative;z-index:2;max-width:1400px;margin:0 auto}.theme-8 .pricing-header{text-align:center;margin-bottom:40px}.theme-8 .pricing-title{font-size:52px;font-weight:800;line-height:1.3;margin-bottom:20px;letter-spacing:-.5px;background:linear-gradient(135deg,#fff 0,#ffc759 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[dir=ltr] .theme-8 .pricing-title{letter-spacing:-1px}[data-theme=dark] .theme-8 .pricing-title,[data-theme=light] .theme-8 .pricing-title{color:#fff}.theme-8 .pricing-title .highlight{color:#f59e0b}.theme-8 .pricing-title em{font-style:normal;font-size:52px;display:inline;vertical-align:middle}.theme-8 .pricing-subtitle{font-size:18px;font-weight:400;line-height:1.7;max-width:950px;margin:0 auto 40px}[dir=rtl] .theme-8 .pricing-subtitle{max-width:900px}[data-theme=dark] .theme-8 .pricing-subtitle{color:rgba(255,255,255,.85)}[data-theme=light] .theme-8 .pricing-subtitle{color:rgba(255,255,255,.9)}.theme-8 .pricing-toggle-wrapper{display:flex;justify-content:center;margin-bottom:60px}.theme-8 .pricing-toggle{display:inline-flex;background:#3a3a3a;border-radius:50px;padding:6px;gap:0;width:320px;box-shadow:0 4px 16px rgba(0,0,0,.2);position:relative}[data-theme=light] .theme-8 .pricing-toggle{background:rgba(255,255,255,.1)}.theme-8 .toggle-btn{flex:1;padding:12px 40px;border:none;border-radius:40px;font-size:18px;font-weight:500;cursor:pointer;transition:all .3s ease;background:0 0;color:rgba(255,255,255,.6);position:relative;z-index:1;font-family:var(--theme8-font-family-heading)}.theme-8 .toggle-btn.active{background:#f59e0b;color:#1a1a1a;font-weight:700;box-shadow:0 4px 12px rgba(245,158,11,.4)}.theme-8 .toggle-btn:not(.active):hover{color:rgba(255,255,255,.9);background:rgba(255,255,255,.05)}.theme-8 .pricing-cards-grid{display:grid;grid-template-columns:30% 40% 30%;gap:32px;max-width:1400px;margin:0 auto;align-items:center}.theme-8 .pricing-card{position:relative;padding:40px 32px;border-radius:28px;transition:all .4s ease;cursor:default}[data-theme=dark] .theme-8 .pricing-card.basic-plan{background:#3a3a3a;border:2px solid rgba(255,255,255,.1);box-shadow:0 8px 32px rgba(0,0,0,.3)}[data-theme=dark] .theme-8 .pricing-card.advanced-plan{background:#4a4a4a;border:2px solid #f59e0b;box-shadow:0 16px 48px rgba(0,0,0,.4);transform:scale(1.05)!important;z-index:2}[data-theme=light] .theme-8 .pricing-card.basic-plan{background:#fff;border:2px solid rgba(255,106,106,.3);box-shadow:0 8px 32px rgba(0,0,0,.08)}[data-theme=light] .theme-8 .pricing-card.advanced-plan{background:#fff;border:2px solid #f59e0b;box-shadow:0 16px 48px rgba(245,158,11,.2);transform:scale(1.05)!important;z-index:2}.theme-8 .pricing-card.basic-plan:hover{transform:translateY(-8px)}[data-theme=dark] .theme-8 .pricing-card.basic-plan:hover{box-shadow:0 16px 48px rgba(0,0,0,.5);border-color:rgba(255,255,255,.2)}[data-theme=light] .theme-8 .pricing-card.basic-plan:hover{box-shadow:0 16px 48px rgba(0,0,0,.15);border-color:rgba(255,106,106,.5)}.theme-8 .pricing-card.advanced-plan:hover{transform:translateY(-8px) scale(1.07)}[data-theme=dark] .theme-8 .pricing-card.advanced-plan:hover{box-shadow:0 24px 60px rgba(0,0,0,.6);border-color:#ea8e0b}[data-theme=light] .theme-8 .pricing-card.advanced-plan:hover{box-shadow:0 24px 60px rgba(245,158,11,.3);border-color:#ea8e0b}.theme-8 .recommended-badge{position:absolute;top:-16px;left:50%;transform:translateX(-50%);background:#f59e0b;color:#1a1a1a;padding:8px 20px;border-radius:20px 20px 0 0;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;text-align:center;box-shadow:0 4px 12px rgba(245,158,11,.3);z-index:3}.theme-8 .pricing-card-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:16px;margin-bottom:24px;background:rgba(255,255,255,.1);color:#fff}[data-theme=light] .theme-8 .pricing-card-icon{background:rgba(245,158,11,.1)}.theme-8 .pricing-card-price{margin-bottom:16px}.theme-8 .price-amount{font-size:48px;font-weight:800;line-height:1.2;display:inline-block}.theme-8 .pricing-card.basic-plan .price-amount{color:#f44}.theme-8 .pricing-card.advanced-plan .price-amount{color:#f59e0b}.theme-8 .price-currency{font-size:24px;font-weight:700;margin-left:4px}[dir=rtl] .theme-8 .price-currency{margin-left:0;margin-right:4px}.theme-8 .price-period{display:block;font-size:16px;font-weight:400;margin-top:8px}[data-theme=dark] .theme-8 .price-period{color:rgba(255,255,255,.6)}[data-theme=light] .theme-8 .price-period{color:#6b7280}.theme-8 .pricing-card-title{font-size:28px;font-weight:700;line-height:1.3;margin-bottom:16px}[data-theme=dark] .theme-8 .pricing-card-title{color:#fff}[data-theme=light] .theme-8 .pricing-card-title{color:#1a1a1a}.theme-8 .pricing-card-description{font-size:15px;font-weight:400;line-height:1.7;margin-bottom:32px}[data-theme=dark] .theme-8 .pricing-card-description{color:rgba(255,255,255,.7)}[data-theme=light] .theme-8 .pricing-card-description{color:#6b7280}.theme-8 .pricing-features{list-style:none;padding:0;margin:0 0 40px 0}.theme-8 .pricing-features li{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.theme-8 .checkmark{color:#10b981;font-size:20px;font-weight:700;flex-shrink:0;line-height:1.6}.theme-8 .pricing-features li span:last-child{font-size:15px;font-weight:400;line-height:1.6;flex:1}[data-theme=dark] .theme-8 .pricing-features li span:last-child{color:rgba(255,255,255,.85)}[data-theme=light] .theme-8 .pricing-features li span:last-child{color:#4a4a4a}.theme-8 .pricing-btn{width:100%;height:52px;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;border:none;font-family:var(--theme8-font-family-heading)}.theme-8 .pricing-btn.basic-btn{background:0 0;border:2px solid #f44;color:#f44}.theme-8 .pricing-btn.basic-btn:hover{background:#f44;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,68,68,.3)}.theme-8 .pricing-btn.advanced-btn{height:56px;background:#f59e0b;color:#1a1a1a;box-shadow:0 8px 24px rgba(245,158,11,.4)}.theme-8 .pricing-btn.advanced-btn:hover{background:#ea8e0b;transform:translateY(-3px);box-shadow:0 12px 32px rgba(245,158,11,.6)}.theme-8 .btn-arrow{font-size:20px;transition:transform .3s ease}[dir=ltr] .theme-8 .btn-arrow{transform:translateX(0)}[dir=rtl] .theme-8 .btn-arrow{transform:translateX(0)}.theme-8 .pricing-btn:hover .btn-arrow{transform:translateX(4px)}[dir=rtl] .theme-8 .pricing-btn:hover .btn-arrow{transform:translateX(-4px)}@media (max-width:1023px){.theme-8.pricing-plans-section{padding:80px 40px}.theme-8 .pricing-title{font-size:42px}.theme-8 .pricing-subtitle{font-size:16px}.theme-8 .pricing-cards-grid{grid-template-columns:1fr;gap:32px;max-width:600px}.theme-8 .pricing-card.advanced-plan{transform:scale(1);order:-1}.theme-8 .pricing-card.advanced-plan:hover{transform:translateY(-8px) scale(1.02)}}@media (max-width:767px){.theme-8.pricing-plans-section{padding:60px 20px}.theme-8 .pricing-title{font-size:32px;margin-bottom:20px}.theme-8 .pricing-title .highlight{font-size:32px}.theme-8 .pricing-title em{font-size:32px}.theme-8 .pricing-subtitle{font-size:15px;margin-bottom:32px}.theme-8 .pricing-toggle{width:100%;max-width:320px}.theme-8 .toggle-btn{font-size:16px;padding:12px 32px}.theme-8 .pricing-cards-grid{grid-template-columns:1fr;gap:24px}.theme-8 .pricing-card{padding:32px 24px;border-radius:24px;width:90%;margin:0 auto}.theme-8 .pricing-card.advanced-plan{transform:scale(1);order:-1}.theme-8 .price-amount{font-size:42px}.theme-8 .pricing-card-title{font-size:24px}.theme-8 .pricing-card-description{font-size:14px}.theme-8 .pricing-features li span:last-child{font-size:14px}.theme-8 .pricing-btn{font-size:16px;height:48px}.theme-8 .pricing-btn.advanced-btn{height:52px}}.theme-8.faq-section{position:relative;padding:100px 60px;overflow:hidden;min-height:unset;width:100%;box-sizing:border-box}[data-theme=dark] .theme-8.faq-section{background:#0a0a0a}[data-theme=light] .theme-8.faq-section{background:#fff}.theme-8 .faq-bg-svg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:visible;contain:layout style paint;transform:translateZ(0);backface-visibility:hidden}.theme-8 .faq-bg-svg .faq-draw-line{fill:none;stroke:url(#faqLineGradientLight);stroke-width:3;stroke-miterlimit:10;stroke-dasharray:3000;stroke-dashoffset:3000;will-change:stroke-dashoffset;animation:theme8-faqDrawLineGradient 15s linear infinite}[data-theme=dark] .theme-8 .faq-bg-svg .faq-draw-line{stroke:url(#faqLineGradientDark)}.theme-8 .faq-draw-line.faq-line-1{animation-delay:0s}.theme-8 .faq-draw-line.faq-line-2{animation-delay:.8s}.theme-8 .faq-draw-line.faq-line-3{animation-delay:1.6s}.theme-8 .faq-draw-line.faq-line-4{animation-delay:2.4s}.theme-8 .faq-draw-line.faq-line-5{animation-delay:3.2s}.theme-8 .faq-draw-line.faq-line-6{animation-delay:4s}.theme-8 .faq-draw-line.faq-line-7{animation-delay:4.8s}.theme-8 .faq-draw-line.faq-line-8{animation-delay:5.6s}.theme-8 .faq-draw-line.faq-line-9{animation-delay:6.4s}.theme-8 .faq-draw-line.faq-line-10{animation-delay:7.2s}@keyframes theme8-faqDrawLineGradient{0%{stroke-dashoffset:3000}50%{stroke-dashoffset:0}100%{stroke-dashoffset:-3000}}.theme-8 .faq-lines-group{opacity:.35}@media (prefers-reduced-motion:reduce){.theme-8 .faq-bg-svg .faq-draw-line{animation:none;stroke-dashoffset:0;opacity:.3}}.theme-8 .faq-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:40% 60%;gap:80px;align-items:start;box-sizing:border-box}.theme-8 .faq-header{position:sticky;top:120px}.theme-8 .faq-title{font-size:46px;font-weight:800;line-height:1.2;margin-bottom:24px;letter-spacing:-.5px;background:linear-gradient(135deg,#ff6706 0,#0048f5 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[dir=ltr] .theme-8 .faq-title{letter-spacing:-1px}.theme-8 .title-word{display:inline-block}.theme-8 .title-word-1{color:#ff8a4d}.theme-8 .title-word-2{color:#7c3aed}.theme-8 .title-word-3{color:#2563eb}.theme-8 .faq-description{font-size:20px;font-weight:400;line-height:1.6;max-width:500px;margin-bottom:0}[dir=rtl] .theme-8 .faq-description{text-align:right}[dir=ltr] .theme-8 .faq-description{text-align:left}[data-theme=dark] .theme-8 .faq-description{color:#c5c5c5}[data-theme=light] .theme-8 .faq-description{color:#5a5a5a}.theme-8 .faq-accordion{display:flex;flex-direction:column;gap:20px}.theme-8 .faq-item{border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}[data-theme=dark] .theme-8 .faq-item:not(.active){background:#1a1f2e;border:1px solid rgba(255,255,255,.05)}[data-theme=light] .theme-8 .faq-item:not(.active){background:#f3f4ff;border:1px solid #e0e0e0}[data-theme=dark] .theme-8 .faq-item.active{background:#2563eb;border:none;box-shadow:0 8px 32px rgba(37,99,235,.3);transform:scale(1.02)}[data-theme=light] .theme-8 .faq-item.active{background:#2563eb;border:none;box-shadow:0 8px 32px rgba(37,99,235,.3);transform:scale(1.02)}.theme-8 .faq-item:not(.active):hover{transform:translateY(-2px)}[data-theme=dark] .theme-8 .faq-item:not(.active):hover{background:#252937;box-shadow:0 4px 12px rgba(0,0,0,.3)}[data-theme=light] .theme-8 .faq-item:not(.active):hover{background:#ebe9fe;box-shadow:0 4px 12px rgba(0,0,0,.08)}.theme-8 .faq-question{width:100%;padding:24px 28px;display:flex;justify-content:space-between;align-items:center;gap:20px;background:0 0;border:none;cursor:pointer;transition:all .3s ease;min-height:80px;text-align:right}[dir=ltr] .theme-8 .faq-question{text-align:left}.theme-8 .faq-item.active .faq-question{padding:32px 36px}.theme-8 .question-text{flex:1;font-size:22px;font-weight:700;line-height:1.4;font-family:Alexandria,sans-serif}[data-theme=dark] .theme-8 .faq-item:not(.active) .question-text{color:#fff}[data-theme=light] .theme-8 .faq-item:not(.active) .question-text{color:#2a2a2a}.theme-8 .faq-item.active .question-text{color:#fff;font-size:24px}.theme-8 .faq-icon{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}[data-theme=dark] .theme-8 .faq-item:not(.active) .faq-icon{color:#fff}[data-theme=light] .theme-8 .faq-item:not(.active) .faq-icon{color:#666}.theme-8 .faq-item.active .faq-icon{color:#fff;width:28px;height:28px;transform:rotate(45deg)}.theme-8 .faq-icon svg{width:100%;height:100%}.theme-8 .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease,padding .4s ease;opacity:0;padding:0 28px}.theme-8 .faq-item.active .faq-answer{max-height:500px;opacity:1;padding:0 36px 32px}.theme-8 .faq-answer p{font-size:18px;font-weight:400;line-height:1.8;color:#fff;opacity:.95;margin:0;padding-right:16px}[dir=ltr] .theme-8 .faq-answer p{padding-right:0;padding-left:16px}.theme-8 .faq-answer p::before{content:"• ";margin-left:-16px;color:rgba(255,255,255,.8)}[dir=ltr] .theme-8 .faq-answer p::before{margin-left:0;margin-right:-16px}@media (max-width:1023px){.theme-8.faq-section{padding:80px 40px}.theme-8 .faq-container{grid-template-columns:1fr;gap:48px;padding:0}.theme-8 .faq-header{position:static;text-align:center}[dir=rtl] .theme-8 .faq-header{text-align:center}[dir=ltr] .theme-8 .faq-header{text-align:center}.theme-8 .faq-title{font-size:42px}.theme-8 .faq-description{font-size:18px;max-width:100%;text-align:center}.theme-8 .faq-accordion{gap:16px}}@media (max-width:767px){.theme-8.faq-section{padding:60px 24px}.theme-8 .faq-container{grid-template-columns:1fr;gap:32px;padding:0}.theme-8 .faq-header{position:static;text-align:right}[dir=ltr] .theme-8 .faq-header{text-align:left}.theme-8 .faq-title{font-size:32px;margin-bottom:20px}.theme-8 .faq-description{font-size:16px;text-align:right}[dir=ltr] .theme-8 .faq-description{text-align:left}.theme-8 .faq-accordion{gap:16px}.theme-8 .faq-item{border-radius:16px}.theme-8 .faq-question{padding:20px 24px;min-height:70px}.theme-8 .faq-item.active .faq-question{padding:28px 24px}.theme-8 .question-text{font-size:20px}.theme-8 .faq-item.active .question-text{font-size:20px}.theme-8 .faq-answer{padding:0 24px}.theme-8 .faq-item.active .faq-answer{padding:0 24px 28px}.theme-8 .faq-answer p{font-size:16px}}.theme-8 .learn-card{position:relative;padding:40px 32px;border-radius:24px;transition:all .4s ease;cursor:default}[data-theme=dark] .theme-8 .learn-card{background:#3a3a3a;box-shadow:0 8px 32px rgba(0,0,0,.3)}[data-theme=light] .theme-8 .learn-card{background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.08)}.theme-8 .learn-card:hover{transform:translateY(-8px)}[data-theme=dark] .theme-8 .learn-card:hover{box-shadow:0 16px 48px rgba(0,0,0,.5)}[data-theme=light] .theme-8 .learn-card:hover{box-shadow:0 16px 48px rgba(0,0,0,.15)}.theme-8 .learn-card-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:16px;margin-bottom:24px;color:#fff;transition:transform .3s ease}.theme-8 .learn-card:hover .learn-card-icon{transform:scale(1.05) rotate(5deg)}.theme-8 .learn-card-title{font-size:22px;font-weight:700;line-height:1.4;margin-bottom:16px}[dir=rtl] .theme-8 .learn-card-title{text-align:right}[dir=ltr] .theme-8 .learn-card-title{text-align:left}[data-theme=dark] .theme-8 .learn-card-title{color:#fff}[data-theme=light] .theme-8 .learn-card-title{color:#1a1a1a}.theme-8 .learn-card-description{font-size:16px;font-weight:400;line-height:1.7;margin-bottom:0}[dir=rtl] .theme-8 .learn-card-description{text-align:right}[dir=ltr] .theme-8 .learn-card-description{text-align:left}[data-theme=dark] .theme-8 .learn-card-description{color:rgba(255,255,255,.75)}[data-theme=light] .theme-8 .learn-card-description{color:#6b7280}@media (max-width:1023px){.theme-8.what-will-you-learn-section{padding:80px 60px}.theme-8 .learn-container{padding:0 24px}.theme-8 .learn-title{font-size:42px}.theme-8 .learn-subtitle{font-size:18px}.theme-8 .learn-cards-grid{grid-template-columns:repeat(2,1fr);gap:28px}.theme-8 .learn-card{padding:32px 24px;border-radius:20px}.theme-8 .learn-card-title{font-size:20px}.theme-8 .learn-card-description{font-size:15px}}@media (max-width:767px){.theme-8.what-will-you-learn-section{padding:80px 24px}.theme-8 .learn-container{padding:0}.theme-8 .learn-title{font-size:32px;margin-bottom:24px}.theme-8 .learn-subtitle{font-size:16px;margin-bottom:40px}.theme-8 .learn-cards-grid{grid-template-columns:1fr;gap:24px}.theme-8 .learn-card{padding:32px 24px;border-radius:20px}.theme-8 .learn-card-title{font-size:18px}.theme-8 .learn-card-description{font-size:14px}.theme-8 .learn-accent{width:300px;height:300px}.theme-8 .learn-wave{height:150px}}.theme-8.contact-section{position:relative;padding:100px 60px;overflow:hidden;min-height:100vh}.theme-8 .contact-bg-decorative{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden;display:none}[data-theme=light] .theme-8 .contact-bg-decorative{display:block}.theme-8 .contact-blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3;animation:theme8-floatBlob 20s ease-in-out infinite}.theme-8 .contact-blob-1{width:400px;height:400px;background:linear-gradient(135deg,#f8f0ff 0,#fff0f8 100%);top:-100px;right:-100px;animation-delay:0s}.theme-8 .contact-blob-2{width:500px;height:500px;background:linear-gradient(135deg,#fff0f8 0,#f8f0ff 100%);bottom:-150px;left:-150px;animation-delay:5s}.theme-8 .contact-blob-3{width:350px;height:350px;background:linear-gradient(135deg,#f8f0ff 0,#e8d5ff 100%);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:10s}@keyframes theme8-floatBlob{0%,100%{transform:translate(0,0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.theme-8 .contact-container{position:relative;z-index:1;max-width:1400px;margin:0 auto}.theme-8 .contact-header{text-align:center;margin-bottom:60px}.theme-8 .contact-title{text-align:center;font-size:56px;font-weight:800;line-height:1.2;margin-bottom:20px;letter-spacing:-.02em;background:linear-gradient(135deg,#ff5151 0,#993030 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(255,87,87,.3)}[data-theme=light] .theme-8 .contact-title{text-shadow:none}.theme-8 .contact-description{text-align:center;font-size:20px;font-weight:400;line-height:1.6;max-width:800px;margin:0 auto;opacity:.9;color:#6b7280}[data-theme=dark] .theme-8 .contact-description{color:#c5c5c5}.theme-8 .contact-main-layout{display:grid;grid-template-columns:45% 55%;gap:60px;align-items:start;margin-bottom:80px}.theme-8 .contact-map-wrapper{position:relative}.theme-8 .contact-map-container{width:100%;height:550px;border-radius:24px;overflow:hidden;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.08)}[data-theme=dark] .theme-8 .contact-map-container{box-shadow:0 4px 20px rgba(0,0,0,.4)}.theme-8 .contact-map-iframe{width:100%;height:100%;border:none;border-radius:24px;display:block;position:relative;z-index:1}.theme-8 .contact-map-pulse{position:absolute;bottom:80px;left:60px;width:30px;height:30px;z-index:10;pointer-events:none}[dir=ltr] .theme-8 .contact-map-pulse{left:auto;right:60px}.theme-8 .pulse-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background:#ff5757;animation:theme8-pulseLocation 2s ease-in-out infinite}.theme-8 .pulse-circle-1{width:30px;height:30px;opacity:1;animation-delay:0s}.theme-8 .pulse-circle-2{width:50px;height:50px;opacity:.4;animation-delay:.3s}.theme-8 .pulse-circle-3{width:70px;height:70px;opacity:.2;animation-delay:.6s}@keyframes theme8-pulseLocation{0%,100%{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.7}}.theme-8 .contact-location-badge{position:absolute;top:20px;right:20px;background:#ff5757;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;box-shadow:0 2px 8px rgba(255,87,87,.3);z-index:10}[dir=ltr] .theme-8 .contact-location-badge{right:auto;left:20px}.theme-8 .contact-form-wrapper{padding-left:60px}[dir=rtl] .theme-8 .contact-form-wrapper{padding-left:0}.theme-8 .contact-form{display:flex;flex-direction:column;gap:20px}.theme-8 .contact-form-group{position:relative}.theme-8 .contact-input{width:100%;font-size:16px;font-weight:400;font-family:Alexandria,sans-serif;border-radius:16px;padding:18px 24px;transition:all .3s ease;outline:0;border:none;box-sizing:border-box}[dir=ltr] .theme-8 .contact-input{text-align:left}[dir=rtl] .theme-8 .contact-input{text-align:right}[data-theme=light] .theme-8 .contact-input{background:#f5f5f5;color:#2a2a2a;border:1px solid transparent}[data-theme=light] .theme-8 .contact-input::placeholder{color:#999}[data-theme=dark] .theme-8 .contact-input{background:0 0;color:#fff;border:2px solid #ff5757}[data-theme=dark] .theme-8 .contact-input::placeholder{color:#888}[data-theme=light] .theme-8 .contact-bg-decorative~.contact-container .contact-input{background:rgba(255,255,255,.7);border:2px solid #ff5757;backdrop-filter:blur(10px)}.theme-8 .contact-input:focus{border-color:#ff5757;box-shadow:0 0 0 4px rgba(255,87,87,.1);transform:scale(1.01)}.theme-8 .contact-input:focus::placeholder{opacity:.5}.theme-8 .contact-textarea{min-height:150px;max-height:300px;resize:vertical;line-height:1.6;padding:20px 24px}.theme-8 .contact-error-message{display:block;color:red;font-size:14px;margin-top:8px;opacity:0;transform:translateY(-10px);transition:all .3s ease}.theme-8 .contact-form-group.error .contact-error-message{opacity:1;transform:translateY(0)}.theme-8 .contact-form-group.error .contact-input{border-color:red}.theme-8 .contact-submit-btn{width:100%;height:60px;background:linear-gradient(135deg,#ff5757 0,#ff7979 100%);color:#fff;border:none;border-radius:16px;font-size:18px;font-weight:700;font-family:Alexandria,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px rgba(255,87,87,.3);display:flex;align-items:center;justify-content:center;gap:12px;margin-top:8px;position:relative;overflow:hidden}.theme-8 .contact-submit-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 24px rgba(255,87,87,.4);background:linear-gradient(135deg,#f44 0,#ff6b6b 100%)}.theme-8 .contact-submit-btn:active{transform:translateY(0) scale(.98);box-shadow:0 2px 8px rgba(255,87,87,.3)}.theme-8 .contact-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.theme-8 .contact-submit-btn .btn-loader{display:inline-block}.theme-8 .contact-submit-btn.loading .btn-text{opacity:0}.theme-8 .contact-submit-btn.loading .btn-loader{display:inline-block}.theme-8 .contact-form-message{padding:16px 20px;border-radius:12px;margin-top:20px;text-align:center;font-size:16px;font-weight:500;animation:theme8-slideDown .3s ease}.theme-8 .contact-form-message.success{background:rgba(16,185,129,.1);color:#10b981;border:1px solid rgba(16,185,129,.3)}.theme-8 .contact-form-message.error{background:rgba(239,68,68,.1);color:#ef4444;border:1px solid rgba(239,68,68,.3)}@keyframes theme8-slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.theme-8 .contact-info-cards{display:flex;justify-content:space-between;gap:40px;padding:0 60px}.theme-8 .contact-info-card{flex:1;text-align:center;padding:24px 32px;border-radius:16px;transition:all .3s ease;cursor:default}[data-theme=light] .theme-8 .contact-info-card{background:#fff;border:1px solid #e0e0e0;box-shadow:0 2px 12px rgba(0,0,0,.06)}[data-theme=dark] .theme-8 .contact-info-card{background:0 0;border:1px solid rgba(255,87,87,.2);box-shadow:none}[data-theme=light] .theme-8 .contact-bg-decorative~.contact-container .contact-info-card{background:rgba(255,255,255,.5);backdrop-filter:blur(10px);border:1px solid rgba(255,87,87,.2)}.theme-8 .contact-info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(255,87,87,.15)}[data-theme=dark] .theme-8 .contact-info-card:hover{border-color:rgba(255,87,87,.4)}.theme-8 .contact-card-icon{width:64px;height:64px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;color:#ff5757;transition:all .3s ease}.theme-8 .contact-info-card:hover .contact-card-icon{transform:scale(1.1);color:#f44}.theme-8 .contact-card-title{font-size:18px;font-weight:600;margin-bottom:8px;color:#2a2a2a}[data-theme=dark] .theme-8 .contact-card-title{color:#fff}.theme-8 .contact-card-detail{font-size:16px;font-weight:400;line-height:1.5;color:#666;margin:0}[data-theme=dark] .theme-8 .contact-card-detail{color:#c5c5c5}.theme-8 .contact-card-detail a{color:inherit;text-decoration:none;transition:color .3s ease}.theme-8 .contact-card-detail a:hover{color:#ff5757;text-decoration:underline}[dir=rtl] .theme-8 .contact-card-detail,[dir=rtl] .theme-8 .contact-card-title,[dir=rtl] .theme-8 .contact-header{text-align:center}[dir=rtl] .theme-8 .contact-info-cards{flex-direction:row-reverse}@media (max-width:1023px){.theme-8.contact-section{padding:80px 40px}.theme-8 .contact-title{font-size:44px}.theme-8 .contact-description{font-size:18px}.theme-8 .contact-main-layout{grid-template-columns:1fr;gap:40px}.theme-8 .contact-map-container{height:400px;order:1}.theme-8 .contact-form-wrapper{padding:0;order:2}.theme-8 .contact-info-cards{flex-wrap:wrap;gap:24px;padding:0}.theme-8 .contact-info-card{flex:1 1 calc(50% - 12px);min-width:280px}}@media (max-width:767px){.theme-8.contact-section{padding:60px 24px}.theme-8 .contact-title{font-size:36px;margin-bottom:16px}.theme-8 .contact-description{font-size:16px;margin-bottom:40px}.theme-8 .contact-main-layout{grid-template-columns:1fr;gap:32px;margin-bottom:60px}.theme-8 .contact-map-container{height:300px;border-radius:20px;order:1}.theme-8 .contact-location-badge{top:12px;right:12px;font-size:12px;padding:6px 12px}[dir=ltr] .theme-8 .contact-location-badge{right:auto;left:12px}.theme-8 .contact-form-wrapper{padding:0;order:2}.theme-8 .contact-input{padding:16px 20px;font-size:16px;height:56px}.theme-8 .contact-textarea{min-height:120px;padding:16px 20px}.theme-8 .contact-submit-btn{height:56px;font-size:18px}.theme-8 .contact-info-cards{flex-direction:column;gap:24px;padding:0}.theme-8 .contact-info-card{flex:1;text-align:center;padding:20px 24px;max-width:100%}.theme-8 .contact-card-icon{width:56px;height:56px;margin-bottom:12px}.theme-8 .contact-card-title{font-size:16px}.theme-8 .contact-card-detail{font-size:15px}.theme-8 .contact-blob{filter:blur(40px)}.theme-8 .contact-blob-1,.theme-8 .contact-blob-2,.theme-8 .contact-blob-3{width:250px;height:250px}}.theme-8.checkout-section{position:relative;padding:100px 60px;overflow:hidden;min-height:100vh}.theme-8 .checkout-bg-decorative{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}.theme-8 .checkout-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:theme8-floatCheckoutBlob 20s ease-in-out infinite}[data-theme=dark] .theme-8 .checkout-bg-decorative{background:radial-gradient(ellipse at bottom right,rgba(26,74,58,.4) 0,transparent 50%),radial-gradient(ellipse at bottom left,rgba(26,42,74,.3) 0,transparent 50%),#0a0a0a}.theme-8 .checkout-blob-1{width:600px;height:600px;background:rgba(26,74,58,.3);bottom:-200px;right:-200px;animation-delay:0s}.theme-8 .checkout-blob-2{width:500px;height:500px;background:rgba(26,42,74,.2);bottom:-150px;left:-150px;animation-delay:5s}[data-theme=light] .theme-8 .checkout-bg-decorative{background:linear-gradient(180deg,#fff 0,#e0f2f7 100%)}[data-theme=light] .theme-8 .checkout-blob-1{background:rgba(224,247,250,.5);top:-100px;right:-100px}[data-theme=light] .theme-8 .checkout-blob-2{background:rgba(209,240,247,.4);bottom:-150px;left:-150px}@keyframes theme8-floatCheckoutBlob{0%,100%{transform:translate(0,0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.theme-8 .checkout-container{position:relative;z-index:1;max-width:1400px;margin:0 auto}.theme-8 .checkout-header{text-align:center;margin-bottom:60px}.theme-8 .checkout-title{font-size:56px;font-weight:800;line-height:1.2;margin-bottom:16px;letter-spacing:-.01em;background:linear-gradient(135deg,#3497b1 0,#0c6982 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 20px rgba(79,195,247,.3)}[data-theme=light] .theme-8 .checkout-title{color:#17a2b8;text-shadow:none}.theme-8 .checkout-description{font-size:18px;font-weight:400;line-height:1.6;max-width:800px;margin:0 auto;opacity:.9;color:#c5c5c5}[data-theme=light] .theme-8 .checkout-description{color:#666}.theme-8 .checkout-main-layout{display:grid;grid-template-columns:45% 55%;gap:60px;align-items:start}.theme-8 .checkout-course-preview{position:sticky;top:100px}.theme-8 .checkout-video-container{position:relative;width:100%;aspect-ratio:16/9;border-radius:49px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.6);margin-bottom:24px}[data-theme=light] .theme-8 .checkout-video-container{box-shadow:0 8px 32px rgba(0,0,0,.12)}.theme-8 .checkout-video-thumbnail{width:100%;height:100%;object-fit:cover;filter:brightness(.9);transition:filter .3s ease}.theme-8 .checkout-video-container:hover .checkout-video-thumbnail{filter:brightness(.8)}.theme-8 .checkout-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 24px rgba(0,0,0,.3);z-index:10;color:#17a2b8}.theme-8 .checkout-play-btn:hover{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 6px 32px rgba(0,0,0,.4);background:#e0f7fa}.theme-8 .checkout-play-btn svg{margin-left:4px}.theme-8 .checkout-course-info{text-align:right}[dir=ltr] .theme-8 .checkout-course-info{text-align:left}.theme-8 .checkout-course-title{font-size:28px;font-weight:700;line-height:1.3;margin-bottom:16px;color:#4fc3f7}[data-theme=light] .theme-8 .checkout-course-title{color:#17a2b8}.theme-8 .checkout-course-price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.theme-8 .price-label{font-size:18px;font-weight:400;color:#888}[data-theme=light] .theme-8 .price-label{color:#666}.theme-8 .price-amount{font-size:36px;font-weight:700;letter-spacing:-.02em;color:#4fc3f7}[data-theme=light] .theme-8 .price-amount{color:#17a2b8}.theme-8 .checkout-form-wrapper{padding-left:60px}[dir=rtl] .theme-8 .checkout-form-wrapper{padding-left:0}.theme-8 .checkout-form{background:#2a2a2a;border-radius:24px;padding:40px 48px;box-shadow:0 8px 32px rgba(0,0,0,.6)}[data-theme=light] .theme-8 .checkout-form{background:#fff;box-shadow:0 4px 24px rgba(0,0,0,.08)}.theme-8 .checkout-form-section{margin-bottom:32px}.theme-8 .checkout-section-title{font-size:20px;font-weight:600;margin-bottom:24px;color:#fff;text-align:right}[data-theme=light] .theme-8 .checkout-section-title{color:#2a2a2a}[dir=ltr] .theme-8 .checkout-section-title{text-align:left}.theme-8 .checkout-section-description{font-size:15px;font-weight:400;line-height:1.5;margin-bottom:20px;color:#888;text-align:right}[data-theme=light] .theme-8 .checkout-section-description{color:#666}[dir=ltr] .theme-8 .checkout-section-description{text-align:left}.theme-8 .checkout-form-group{position:relative;margin-bottom:20px}.theme-8 .checkout-label{display:block;font-size:16px;font-weight:500;margin-bottom:8px;color:#fff;text-align:right}[data-theme=light] .theme-8 .checkout-label{color:#2a2a2a}[dir=ltr] .theme-8 .checkout-label{text-align:left}.theme-8 .required-asterisk{color:#ff5757;font-size:16px;margin-right:4px}[dir=ltr] .theme-8 .required-asterisk{margin-right:0;margin-left:4px}.theme-8 .checkout-input{width:100%;height:52px;font-size:16px;font-weight:400;font-family:Alexandria,sans-serif;border-radius:12px;padding:14px 20px;transition:all .3s ease;outline:0;box-sizing:border-box;text-align:right}[dir=ltr] .theme-8 .checkout-input{text-align:left}[data-theme=dark] .theme-8 .checkout-input{background:0 0;color:#fff;border:1px solid #555}[data-theme=dark] .theme-8 .checkout-input::placeholder{color:#888}[data-theme=light] .theme-8 .checkout-input{background:#fff;color:#2a2a2a;border:1px solid #e0e0e0}[data-theme=light] .theme-8 .checkout-input::placeholder{color:#999}.theme-8 .checkout-input:focus{border:2px solid #17a2b8;box-shadow:0 0 0 3px rgba(23,162,184,.1)}.theme-8 .checkout-input:focus::placeholder{opacity:.5}.theme-8 .checkout-error-message{display:block;color:red;font-size:14px;margin-top:8px;opacity:0;transform:translateY(-10px);transition:all .3s ease;text-align:right}[dir=ltr] .theme-8 .checkout-error-message{text-align:left}.theme-8 .checkout-form-group.error .checkout-error-message{opacity:1;transform:translateY(0)}.theme-8 .checkout-form-group.error .checkout-input{border-color:red}.theme-8 .checkout-payment-options{display:flex;flex-direction:column;gap:16px}.theme-8 .checkout-payment-card{display:flex;align-items:center;gap:16px;padding:8px 13px;border-radius:16px;cursor:pointer;transition:all .3s ease;background:#2a2a2a;border:1px solid #555}[data-theme=light] .theme-8 .checkout-payment-card{background:#fff;border:1px solid #e0e0e0}.theme-8 .checkout-payment-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.15);border-color:#17a2b8}.theme-8 .checkout-payment-card.selected{background:#1a1a1a;border:2px solid #4caf50;box-shadow:0 0 0 3px rgba(76,175,80,.2)}[data-theme=light] .theme-8 .checkout-payment-card.selected{background:#e8f5e9;border:2px solid #4caf50;box-shadow:0 2px 12px rgba(76,175,80,.15)}.theme-8 .payment-card-icon{flex-shrink:0}.theme-8 .payment-card-details{flex-grow:1;display:flex;flex-direction:column;gap:4px}.theme-8 .payment-card-name{font-size:12px;font-weight:600;color:#fff}[data-theme=light] .theme-8 .payment-card-name{color:#2a2a2a}.theme-8 .payment-card-number{font-size:12px;font-weight:400;letter-spacing:.05em;color:#888}[data-theme=light] .theme-8 .payment-card-number{color:#666}.theme-8 .payment-card-expiry{font-size:10px;font-weight:400;color:#888}[data-theme=light] .theme-8 .payment-card-expiry{color:#666}.theme-8 .checkout-total-section{margin-top:32px;padding-top:24px;border-top:1px solid #444;margin-bottom:24px}[data-theme=light] .theme-8 .checkout-total-section{border-top:1px solid #e0e0e0}.theme-8 .checkout-total-row{display:flex;justify-content:space-between;align-items:center}.theme-8 .checkout-total-label{font-size:18px;font-weight:600;color:#fff}[data-theme=light] .theme-8 .checkout-total-label{color:#2a2a2a}.theme-8 .checkout-total-price{font-size:32px;font-weight:700;letter-spacing:-.02em;color:#4fc3f7}[data-theme=light] .theme-8 .checkout-total-price{color:#2f90ab}.theme-8 .checkout-submit-btn{width:60%;margin:0 auto;height:60px;background:linear-gradient(135deg,#2f90ab 0,#0f657d 100%);color:#fff;border:none;border-radius:50px;font-size:20px;font-weight:700;font-family:Alexandria,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px rgba(23,162,184,.3);display:flex;align-items:center;justify-content:center;gap:12px;position:relative;overflow:hidden;letter-spacing:.02em}.theme-8 .checkout-submit-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 6px 28px rgba(23,162,184,.4);background:linear-gradient(135deg,#1594a8 0,#3fb3d7 100%)}.theme-8 .checkout-submit-btn:active{transform:translateY(0) scale(.98);box-shadow:0 2px 12px rgba(23,162,184,.3)}.theme-8 .checkout-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.theme-8 .checkout-submit-btn.loading .btn-text{opacity:0}.theme-8 .checkout-submit-btn.loading .btn-loader{display:inline-block}.theme-8 .checkout-form-message{padding:16px 20px;border-radius:12px;margin-top:20px;text-align:center;font-size:16px;font-weight:500;animation:theme8-slideDown .3s ease}.theme-8 .checkout-form-message.success{background:rgba(16,185,129,.1);color:#10b981;border:1px solid rgba(16,185,129,.3)}.theme-8 .checkout-form-message.error{background:rgba(239,68,68,.1);color:#ef4444;border:1px solid rgba(239,68,68,.3)}@media (max-width:1023px){.theme-8.checkout-section{padding:80px 40px}.theme-8 .checkout-title{font-size:44px}.theme-8 .checkout-description{font-size:16px}.theme-8 .checkout-main-layout{grid-template-columns:1fr;gap:48px}.theme-8 .checkout-course-preview{position:static;max-width:600px;margin:0 auto}.theme-8 .checkout-form-wrapper{padding:0}.theme-8 .checkout-form{padding:32px 36px}}@media (max-width:767px){.theme-8.checkout-section{padding:60px 24px}.theme-8 .checkout-title{font-size:32px;margin-bottom:12px}.theme-8 .checkout-description{font-size:14px;margin-bottom:40px}.theme-8 .checkout-main-layout{grid-template-columns:1fr;gap:32px}.theme-8 .checkout-course-preview{position:static}.theme-8 .checkout-video-container{border-radius:20px;margin-bottom:20px}.theme-8 .checkout-play-btn{width:64px;height:64px}.theme-8 .checkout-play-btn svg{width:24px;height:24px}.theme-8 .checkout-course-title{font-size:22px;margin-bottom:12px}.theme-8 .price-amount{font-size:28px}.theme-8 .checkout-form-wrapper{padding:0}.theme-8 .checkout-form{padding:32px 24px;border-radius:20px}.theme-8 .checkout-section-title{font-size:18px;margin-bottom:20px}.theme-8 .checkout-input{font-size:16px;height:52px;padding:14px 18px}.theme-8 .checkout-submit-btn{height:56px;font-size:18px}.theme-8 .checkout-total-price{font-size:28px}.theme-8 .checkout-blob{filter:blur(40px)}.theme-8 .checkout-blob-1,.theme-8 .checkout-blob-2{width:300px;height:300px}}.theme-8.footer-section{background:#0c0e14;color:#fff;padding:80px 0 0;position:relative;overflow:hidden;min-height:unset!important}.theme-8 .footer-container{max-width:1200px;margin:0 auto;padding:0 24px}.theme-8 .footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:48px;padding-bottom:60px}.theme-8 .footer-column{display:flex;flex-direction:column}.theme-8 .footer-brand{gap:24px}.theme-8 .footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:8px}.theme-8 .footer-logo-icon{flex-shrink:0}.theme-8 .footer-logo-text{font-size:28px;font-weight:800;color:#fff;letter-spacing:-.5px}.theme-8 .logo-v{color:#fff}.theme-8 .logo-c{color:#ff7f00}.theme-8 .footer-description{font-size:14px;line-height:1.7;color:rgba(255,255,255,.8);margin:0}.theme-8 .footer-social{display:flex;gap:12px;margin-top:8px}.theme-8 .social-icon{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;background:rgba(255,255,255,.05)}.theme-8 .social-icon:hover{background:rgba(255,127,0,.2);border-color:#ff7f00;color:#ff7f00;transform:translateY(-2px)}.theme-8 .social-icon svg{width:18px;height:18px}.theme-8 .footer-links{gap:20px}.theme-8 .footer-title{font-size:18px;font-weight:700;color:#fff;margin:0 0 20px}.theme-8 .footer-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.theme-8 .footer-links-list li{margin:0}.theme-8 .footer-links-list a{color:rgba(255,255,255,.8);text-decoration:none;font-size:14px;transition:all .3s ease;display:inline-block}.theme-8 .footer-links-list a:hover{color:#ff7f00;transform:translateX(4px)}.theme-8 .footer-contact{gap:20px}.theme-8 .footer-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.theme-8 .footer-contact-list li{display:flex;align-items:flex-start;gap:12px;margin:0}.theme-8 .footer-contact-list svg{flex-shrink:0;margin-top:2px;stroke:#e94e1b!important}.theme-8 .footer-contact-list a,.theme-8 .footer-contact-list span{color:rgba(255,255,255,.8);text-decoration:none;font-size:14px;line-height:1.6;transition:color .3s ease}.theme-8 .footer-contact-list a:hover{color:#ff7f00}.theme-8 .footer-apps{gap:20px}.theme-8 .footer-app-buttons{display:flex;flex-direction:column;gap:12px}.theme-8 .app-button{display:flex;align-items:center;transition:all .3s ease}.theme-8 .app-button:hover{transform:translateY(-2px)}.theme-8 .app-button svg{width:24px;height:24px;flex-shrink:0;position:relative;z-index:1}.theme-8 .app-button-text{display:flex;flex-direction:column;position:relative;z-index:1}.theme-8 .app-button-small{font-size:10px;color:rgba(255,255,255,.7);line-height:1.2}.theme-8 .app-button-large{font-size:14px;font-weight:700;color:#fff;line-height:1.2}.theme-8 .footer-copyright{padding:32px 0;text-align:center}.theme-8 .footer-copyright-separator{height:1px;background:rgba(255,255,255,.1);margin-bottom:24px}.theme-8 .footer-copyright-text{font-size:14px;color:rgba(255,255,255,.8);margin:0}.theme-8 .copyright-brand{color:#e94e1b;font-weight:700}[data-theme=dark] .theme-8.footer-section{background:#0c0e14}@media (max-width:1024px){.theme-8 .footer-content{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width:768px){.theme-8.footer-section{padding:60px 0 0}.theme-8 .footer-container{padding:0 20px}.theme-8 .footer-content{grid-template-columns:1fr;gap:40px;padding-bottom:40px}.theme-8 .footer-logo-text{font-size:24px}.theme-8 .footer-description{font-size:13px}.theme-8 .footer-description,.theme-8 .footer-links,.theme-8 .footer-social{display:none}.theme-8 .footer-apps,.theme-8 .footer-contact,.theme-8 .footer-logo{align-items:center;justify-content:center}.theme-8 .footer-app-buttons{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}.theme-8 .footer-title{font-size:16px;margin-bottom:16px}.theme-8 .footer-app-buttons{gap:10px}.theme-8 .app-button{padding:10px 14px}.theme-8 .footer-copyright{padding:24px 0}.theme-8 .footer-copyright-text{font-size:12px}}@media (max-width:480px){.theme-8 .footer-social{gap:10px}.theme-8 .social-icon{width:36px;height:36px}.theme-8 .social-icon svg{width:16px;height:16px}.theme-8 .app-button-small{font-size:9px}.theme-8 .app-button-large{font-size:13px}}.theme-8.testimonials-section{position:relative;padding:0;min-height:unset!important;display:flex;align-items:center;overflow:visible}.theme-8 .testimonials-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;pointer-events:none}.theme-8 .testimonials-bg-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:brightness(.3);transform:scale(1.1);transition:transform .3s ease}[data-theme=light] .theme-8 .testimonials-bg-img{filter:brightness(.9);opacity:.4}.theme-8 .testimonials-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(10,10,10,.6);z-index:1;backdrop-filter:blur(1px);pointer-events:none}[data-theme=light] .theme-8 .testimonials-bg{background:rgba(245,245,245,.5)}.theme-8 .testimonials-stars{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(2px 2px at 20% 30%,#fff,transparent),radial-gradient(2px 2px at 60% 70%,#fff,transparent),radial-gradient(1px 1px at 50% 50%,#fff,transparent),radial-gradient(1px 1px at 80% 10%,#fff,transparent),radial-gradient(2px 2px at 90% 40%,#fff,transparent),radial-gradient(1px 1px at 33% 60%,#fff,transparent),radial-gradient(2px 2px at 55% 80%,#fff,transparent),radial-gradient(1px 1px at 10% 90%,#fff,transparent),radial-gradient(2px 2px at 70% 20%,#fff,transparent),radial-gradient(1px 1px at 25% 15%,#fff,transparent);background-repeat:repeat;background-size:200% 200%;opacity:.6;animation:theme8-starfield 20s linear infinite}[data-theme=light] .theme-8 .testimonials-stars{opacity:.3;background-image:radial-gradient(2px 2px at 20% 30%,#333,transparent),radial-gradient(2px 2px at 60% 70%,#333,transparent),radial-gradient(1px 1px at 50% 50%,#333,transparent),radial-gradient(1px 1px at 80% 10%,#333,transparent),radial-gradient(2px 2px at 90% 40%,#333,transparent),radial-gradient(1px 1px at 33% 60%,#333,transparent),radial-gradient(2px 2px at 55% 80%,#333,transparent),radial-gradient(1px 1px at 10% 90%,#333,transparent),radial-gradient(2px 2px at 70% 20%,#333,transparent),radial-gradient(1px 1px at 25% 15%,#333,transparent)}@keyframes theme8-starfield{0%{transform:translate(0,0)}100%{transform:translate(-50%,-50%)}}.theme-8 .testimonials-container{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:120px 40px;width:100%}.theme-8 .testimonials-logo{position:absolute;top:40px;left:40px;z-index:2}@media (max-width:1200px){.theme-8 .testimonials-logo{display:none}}[dir=ltr] .theme-8 .testimonials-logo{right:auto;left:40px}.theme-8 .testimonials-header{text-align:center;margin-bottom:60px;padding-top:80px}.theme-8 .testimonials-title{font-size:48px;font-weight:800;margin-bottom:20px;background:linear-gradient(135deg,#8048fb 0,#24a1d9 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.theme-8 .testimonials-subtitle{font-size:18px;color:rgba(255,255,255,.7);font-weight:400;max-width:700px;margin:0 auto}[data-theme=light] .theme-8 .testimonials-subtitle{color:#3d3d3d}.theme-8 .testimonials-swiper-wrapper{position:relative;width:100%;overflow:visible;padding:0 60px;margin:0 auto}@media (max-width:1024px){.theme-8 .testimonials-swiper-wrapper{padding:0 50px}}@media (max-width:768px){.theme-8 .testimonials-swiper-wrapper{padding:0 50px}}@media (max-width:480px){.theme-8 .testimonials-swiper-wrapper{padding:0}}.theme-8 .testimonials-slider{position:relative;width:100%;overflow:hidden;padding:20px 0;display:block;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;min-height:400px}@media (max-width:768px){.theme-8 .testimonials-slider{min-height:350px}}@media (max-width:480px){.theme-8 .testimonials-slider{min-height:300px}}.theme-8 .testimonials-slider-track{display:flex;align-items:stretch;will-change:transform;transition:transform .6s cubic-bezier(.4,0,.2,1);backface-visibility:hidden;-webkit-backface-visibility:hidden;transform-style:preserve-3d;width:100%;flex-wrap:nowrap}.theme-8 .testimonial-slide{flex:0 0 100%;height:auto;display:flex;padding:0 15px;box-sizing:border-box;transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1),filter .4s cubic-bezier(.4,0,.2,1);opacity:.4;transform:scale(.85);filter:blur(2px);backface-visibility:hidden;-webkit-backface-visibility:hidden;min-width:0;flex-shrink:0}@media (min-width:768px){.theme-8 .testimonial-slide{flex:0 0 50%!important;padding:0 12.5px;min-width:0}}@media (min-width:1024px){.theme-8 .testimonial-slide{flex:0 0 33.333%!important;padding:0 15px;min-width:0}}.theme-8 .testimonial-slide.active{opacity:1!important;transform:scale(1)!important;filter:blur(0)!important;z-index:2;pointer-events:auto}.theme-8 .testimonial-slide.side{opacity:.6!important;transform:scale(.9)!important;filter:blur(0)!important;z-index:1;pointer-events:none}.theme-8 .testimonial-slide:not(.active):not(.side){opacity:.3!important;transform:scale(.85)!important;filter:blur(2px)!important;pointer-events:none}.theme-8 .testimonial-card{background:#2d2d2d;border-radius:20px;padding:30px;position:relative;height:fit-content;min-height:fit-content;display:flex;flex-direction:column;transition:all .3s ease;width:100%;box-sizing:border-box;box-shadow:0 10px 30px rgba(0,0,0,.3);margin:0 auto;max-width:100%}[data-theme=light] .theme-8 .testimonial-card{background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.1)}.theme-8 .testimonial-slide.active .testimonial-card{box-shadow:0 20px 60px rgba(168,85,247,.3)}[data-theme=light] .theme-8 .testimonial-slide.active .testimonial-card{box-shadow:0 10px 40px rgba(168,85,247,.2)}.theme-8 .testimonial-quote-icon{z-index:1;opacity:1}[dir=ltr] .theme-8 .testimonial-quote-icon{right:auto;left:20px}.theme-8 .testimonial-quote-icon svg{width:100%;height:100%}.theme-8 .testimonial-message-bubble{margin-top:20px;margin-bottom:30px;position:relative;flex:1;display:flex;flex-direction:column;justify-content:space-between}.theme-8 .testimonial-message-bubble::after{content:"";position:absolute;bottom:-8px;right:20px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #1a1a1a}[data-theme=light] .theme-8 .testimonial-message-bubble::after{border-top-color:#f5f5f5}[dir=ltr] .theme-8 .testimonial-message-bubble::after{right:auto;left:20px}.theme-8 .testimonial-text{color:#fff;font-size:16px;line-height:1.6;margin-bottom:15px;font-weight:400}[data-theme=light] .theme-8 .testimonial-text{color:#1a1a1a}.theme-8 .testimonial-timestamp{color:rgba(255,255,255,.5);font-size:12px;align-self:flex-end;margin-top:auto}[data-theme=light] .theme-8 .testimonial-timestamp{color:rgba(0,0,0,.5)}.theme-8 .testimonial-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;flex-direction:row-reverse}.theme-8 .testimonial-rating{display:flex;gap:4px}.theme-8 .testimonial-rating svg{width:15px;height:15px;fill:#ffb342}.theme-8 .testimonial-user{display:flex;align-items:center;gap:12px;flex-direction:row-reverse}.theme-8 .testimonial-user-info{display:flex;flex-direction:column;text-align:right}[dir=ltr] .theme-8 .testimonial-user-info{text-align:left}.theme-8 .testimonial-user-name{color:#fff;font-size:14px;font-weight:700;margin:0}[data-theme=light] .theme-8 .testimonial-user-name{color:#1a1a1a}.theme-8 .testimonial-date{color:rgba(255,255,255,.6);font-size:10px;margin-top:4px}[data-theme=light] .theme-8 .testimonial-date{color:rgba(0,0,0,.6)}.theme-8 .testimonial-user-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid rgba(255,255,255,.2)}[data-theme=light] .theme-8 .testimonial-user-avatar{border-color:rgba(0,0,0,.1)}.theme-8 .testimonial-user-avatar img{width:100%;height:100%;object-fit:cover}.theme-8 .testimonials-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px);z-index:100;padding:0;outline:0;pointer-events:auto;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:manipulation}[data-theme=light] .theme-8 .testimonials-nav-btn{background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.1);color:#1a1a1a}.theme-8 .testimonials-nav-btn:hover{background:rgba(168,85,247,.3);border-color:rgba(168,85,247,.5);transform:translateY(-50%) scale(1.1)}[data-theme=light] .theme-8 .testimonials-nav-btn:hover{background:rgba(168,85,247,.15);border-color:rgba(168,85,247,.3)}.theme-8 .testimonials-nav-btn:active{transform:translateY(-50%) scale(.95)}.theme-8 .testimonials-nav-btn svg{width:24px;height:24px;stroke-width:2.5}.theme-8 .testimonials-nav-prev{right:0}.theme-8 .testimonials-nav-next{left:0}.theme-8 .testimonials-pagination{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:none;gap:10px;align-items:center;justify-content:center;z-index:100;padding:10px 0}.theme-8 .pagination-dot{width:10px;height:10px;border-radius:50%;border:none;background:rgba(255,255,255,.3);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0;outline:0;pointer-events:auto;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}[data-theme=light] .theme-8 .pagination-dot{background:rgba(0,0,0,.3)}.theme-8 .pagination-dot:hover{background:rgba(255,255,255,.5);transform:scale(1.3)}[data-theme=light] .theme-8 .pagination-dot:hover{background:rgba(0,0,0,.5)}.theme-8 .pagination-dot.active{background:linear-gradient(135deg,#a855f7,#06b6d4);width:28px;height:10px;border-radius:5px}@media (max-width:1024px){.theme-8 .testimonials-container{padding:0 30px}.theme-8 .testimonials-title{font-size:36px}.theme-8 .testimonials-subtitle{font-size:16px}.theme-8 .testimonial-card{padding:25px}.theme-8 .testimonials-slider{padding:20px 0}}@media (max-width:768px){.theme-8 .testimonials-section{padding:80px 0}.theme-8 .testimonials-container{padding:0 20px}.theme-8 .testimonials-logo{top:20px;left:20px;width:60px;height:60px}[dir=ltr] .theme-8 .testimonials-logo{right:auto;left:20px}.theme-8 .testimonials-header{padding-top:60px;margin-bottom:40px}.theme-8 .testimonials-title{font-size:28px;margin-bottom:15px}.theme-8 .testimonials-subtitle{font-size:14px}.theme-8 .testimonial-card{padding:20px}.theme-8 .testimonial-message-bubble{padding:16px;margin-bottom:20px}.theme-8 .testimonial-text{font-size:14px}.theme-8 .testimonial-footer{flex-direction:column;align-items:flex-start;gap:15px}.theme-8 .testimonial-user{width:100%;justify-content:space-between}.theme-8 .testimonials-nav-btn{width:44px;height:44px}.theme-8 .testimonials-nav-btn svg{width:20px;height:20px}.theme-8 .testimonials-nav-prev{right:0}.theme-8 .testimonials-nav-next{left:0}.theme-8 .testimonials-slider{padding:20px 0}.theme-8 .testimonial-slide{padding:0 10px}.theme-8 .testimonial-slide.active{transform:scale(1)!important}.theme-8 .testimonial-slide.side{transform:scale(.85)!important;opacity:.4!important}}@media (max-width:480px){.theme-8 .testimonials-section{padding:60px 0}.theme-8 .testimonials-title{font-size:24px}.theme-8 .testimonials-subtitle{font-size:13px}.theme-8 .testimonial-card{padding:16px}[dir=ltr] .theme-8 .testimonial-quote-icon{right:auto;left:15px}.theme-8 .testimonial-message-bubble{padding:14px}.theme-8 .testimonial-text{font-size:13px}.theme-8 .testimonial-user-name{font-size:14px}.theme-8 .testimonial-date{font-size:12px}.theme-8 .testimonial-user-avatar{width:40px;height:40px}.theme-8 .testimonials-nav-btn{width:40px;height:40px}.theme-8 .testimonials-pagination{bottom:15px}.theme-8 .pagination-dot{width:8px;height:8px}.theme-8 .pagination-dot.active{width:24px;height:8px}.theme-8 .testimonials-slider{padding:15px 0}.theme-8 .testimonial-slide{padding:0 8px}.theme-8 .testimonial-slide.active{transform:scale(1)!important}.theme-8 .testimonial-slide.side{transform:scale(.8)!important;opacity:.3!important}}.theme-8 .video-testimonials{min-height:unset!important}.theme-8 .video-testimonials-section{position:relative;padding:120px 20px;overflow:hidden;z-index:2;width:100%}[data-theme=dark] .theme-8 .video-testimonials-section{background:#000}.theme-8 .video-testimonials-section .testimonials-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;pointer-events:none}.theme-8 .video-testimonials-section .testimonials-bg-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:brightness(.3);transform:scale(1.1);transition:transform .3s ease}[data-theme=light] .theme-8 .video-testimonials-section .testimonials-bg-img{filter:brightness(.9);opacity:.4}.theme-8 .video-testimonials-section .testimonials-logo{position:absolute;top:40px;left:40px;z-index:2}[dir=ltr] .theme-8 .video-testimonials-section .testimonials-logo{right:auto;left:40px}.theme-8 .video-testimonials-section .testimonials-header{text-align:center;margin-bottom:60px;padding-top:80px}.theme-8 .video-testimonials-section .testimonials-title{font-size:48px;font-weight:800;margin-bottom:20px;background:linear-gradient(135deg,#8048fb 0,#24a1d9 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.theme-8 .video-testimonials-section .testimonials-subtitle{font-size:18px;color:rgba(255,255,255,.7);font-weight:400;max-width:700px;margin:0 auto}[data-theme=light] .theme-8 .video-testimonials-section .testimonials-subtitle{color:#3d3d3d}.theme-8 .video-testimonials-section .testimonial-shape{position:absolute;width:120px;height:120px;border-radius:32px;background-repeat:no-repeat;background-position:center;background-size:contain;box-shadow:0 18px 50px rgba(0,0,0,.55);transform:rotate(18deg);opacity:.9;z-index:1}.theme-8 .video-testimonials-section .testimonial-shape-left{top:60px;left:-40px;background-image:url(images/theme-2/testimonial-shape-left.svg);animation:theme8-floatShapeLeft 12s ease-in-out infinite}.theme-8 .video-testimonials-section .testimonial-shape-right{bottom:60px;right:-40px;background-image:url(images/theme-2/testimonial-shape-right.svg);animation:theme8-floatShapeRight 14s ease-in-out infinite}.theme-8 .video-testimonials-background{position:absolute;top:0;left:0;right:0;bottom:0;background:#255bf9;z-index:0;opacity:1;clip-path:polygon(0 8%,100% 0,100% 92%,0 100%)}.theme-8 .video-testimonials-background::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;opacity:1}.theme-8 .video-testimonials-container{position:relative;z-index:2;max-width:1400px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center}.theme-8 .video-testimonials-slider{position:relative;width:100%;max-width:935px;margin:0 auto}.theme-8 .video-testimonials-track-wrapper{overflow:hidden;padding:50px 0 32px;height:530px}.theme-8 .video-testimonials-track{display:flex;align-items:stretch;will-change:transform;transition:transform .6s cubic-bezier(.22,.61,.36,1)}.theme-8 .video-testimonials-track>*{display:block!important;opacity:1!important;visibility:visible!important}[dir=rtl] .theme-8 .video-testimonials-track{display:flex!important;direction:rtl}[dir=rtl] .theme-8 .video-testimonials-track>*{display:block!important;opacity:1!important;visibility:visible!important}.theme-8 .video-testimonial-card{flex:0 0 100%;padding:0 14px;perspective:1200px}.theme-8 .video-testimonial-card-inner{position:relative;height:450px;border-radius:24px;overflow:hidden;background:#1a1a1f;cursor:pointer;transform-origin:center bottom;transform:translateY(0) scale(1) rotate(0);transition:transform .5s ease,box-shadow .4s ease;max-width:320px;margin:0 auto;border:none;padding:4px;background:linear-gradient(135deg,#8048fb 0,#24a1d9 100%)}.theme-8 .video-testimonial-card-inner::before{content:"";position:absolute;top:4px;left:4px;right:4px;bottom:4px;border-radius:20px;background:#1a1a1f;z-index:0}.theme-8 .video-testimonial-card,.theme-8 .video-testimonial-card.cloned{display:block!important;opacity:1!important;visibility:visible!important;width:auto!important}[dir=rtl] .theme-8 .video-testimonial-card,[dir=rtl] .theme-8 .video-testimonial-card.cloned{display:block!important;opacity:1!important;visibility:visible!important}[dir=rtl] .theme-8 .video-testimonials-track>*{display:block!important;opacity:1!important;visibility:visible!important}.theme-8 .video-testimonial-card.is-center .video-testimonial-card-inner{transform:translateY(-29px) scale(1.03) rotate(0);box-shadow:0 32px 90px rgba(0,0,0,.9)}.theme-8 .video-testimonial-card-inner .video-testimonial-image{position:absolute;top:4px;left:4px;right:4px;bottom:4px;width:calc(100% - 8px);height:calc(100% - 8px);z-index:1;border-radius:20px;overflow:hidden}.theme-8 .video-testimonial-image img{width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}.theme-8 .video-testimonial-overlay{position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(to top,rgba(0,0,0,.95) 0,rgba(0,0,0,.7) 50%,transparent 100%);z-index:2}.theme-8 .video-testimonial-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;background:#fef5e9;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;box-shadow:0 4px 16px rgba(0,0,0,.3)}.theme-8 .video-testimonial-play-btn:hover{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 8px 24px rgba(47,144,171,.4)}.theme-8 .video-testimonial-play-btn svg{width:32px;height:32px}.theme-8 .video-testimonial-play-btn svg path{fill:url(#playButtonGradient)}.theme-8 .video-testimonial-content{position:absolute;bottom:0;left:0;width:100%;padding:24px;z-index:4;display:flex;flex-direction:column;gap:12px}.theme-8 .video-testimonial-rating{display:flex;gap:4px;align-items:center}.theme-8 .video-testimonial-rating svg{width:16px;height:16px;flex-shrink:0}.theme-8 .video-testimonial-rating svg path{fill:url(#starGradient)}.theme-8 .video-testimonial-name{font-size:16px;font-weight:600;color:#fff;margin:0;line-height:1.2}.theme-8 .video-testimonial-duration{font-size:12px;color:#bcbcbc;margin:0;line-height:1.2}.theme-8 .video-testimonial-avatar{position:absolute;bottom:20px;right:24px;width:48px;height:48px;border-radius:50%;border:2px solid #fff;overflow:hidden;z-index:5;background:#1a1a1f}.theme-8 .video-testimonial-avatar img{width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}.theme-8 .video-testimonials-arrow{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .3s ease,transform .3s ease,border-color .3s ease,box-shadow .3s ease;color:#fff}.theme-8 .video-testimonials-arrow svg{width:20px;height:20px;stroke:currentColor}.theme-8 .video-testimonials-arrow:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.3)}.theme-8 .video-testimonials-arrow:active{transform:scale(.95)}[dir=rtl] .theme-8 .video-testimonials-arrow-prev svg{transform:rotate(180deg)}[dir=rtl] .theme-8 .video-testimonials-arrow-next svg{transform:rotate(180deg)}.theme-8 .video-testimonials-dots{display:none;justify-content:center;gap:10px;margin-top:6px}.theme-8 .video-testimonials-dots button{width:7px;height:7px;border-radius:999px;border:none;background:rgba(255,255,255,.26);cursor:pointer;padding:0;transition:background .25s ease,transform .25s ease,width .25s ease}.theme-8 .video-testimonials-dots button.is-active{width:24px;background:rgba(255,255,255,.8)}[dir=ltr] .theme-8 .video-testimonials-title{direction:ltr}[dir=rtl] .theme-8 .video-testimonial-avatar{left:24px;right:auto}[dir=rtl] .theme-8 .video-testimonial-content{text-align:right}[dir=rtl] .theme-8 .video-testimonial-rating{justify-content:flex-end}@media (min-width:1400px){.theme-8 .video-testimonials-container{max-width:1400px}}@media (min-width:768px){.theme-8 .video-testimonial-card{flex:0 0 50%}}@media (min-width:1024px){.theme-8 .video-testimonial-card{flex:0 0 33.3333%}}@media (max-width:1399px) and (min-width:1024px){.theme-8 .video-testimonials-section{padding:100px 20px}.theme-8 .video-testimonials-container{max-width:100%;padding:0 20px}.theme-8 .video-testimonials-section .testimonials-header{padding-top:60px;margin-bottom:50px}.theme-8 .video-testimonials-section .testimonials-title{font-size:48px;line-height:1.7}.theme-8 .video-testimonials-section .testimonials-subtitle{font-size:20px;line-height:1.8}.theme-8 .video-testimonial-card{flex:0 0 33.3333%}}@media (max-width:1023px) and (min-width:768px){.theme-8 .video-testimonials-section{padding:80px 20px}.theme-8 .video-testimonials-container{max-width:100%;padding:0 15px}.theme-8 .video-testimonials-section .testimonials-logo{top:20px;left:20px;width:60px;height:60px}[dir=ltr] .theme-8 .video-testimonials-section .testimonials-logo{right:auto;left:20px}.theme-8 .video-testimonials-section .testimonials-header{padding-top:60px;margin-bottom:40px}.theme-8 .video-testimonials-section .testimonials-title{font-size:42px;line-height:1.7;margin-bottom:15px}.theme-8 .video-testimonials-section .testimonials-subtitle{font-size:18px;line-height:1.75;padding:0 10px}.theme-8 .video-testimonial-card{flex:0 0 50%}.theme-8 .video-testimonials-arrow{width:34px;height:34px}.theme-8 .video-testimonials-arrow svg{width:18px;height:18px}.theme-8 .video-testimonial-play-btn{width:70px;height:70px}.theme-8 .video-testimonial-play-btn svg{width:24px;height:24px}.theme-8 .video-testimonial-content{padding:24px}.theme-8 .video-testimonial-name{font-size:18px}.theme-8 .video-testimonial-duration{font-size:13px}.theme-8 .video-testimonial-avatar{width:44px;height:44px}}@media (max-width:767px) and (min-width:640px){.theme-8 .video-testimonials-section{padding:70px 15px}.theme-8 .video-testimonials-container{max-width:100%;padding:0 10px}.theme-8 .video-testimonials-section .testimonials-logo{top:20px;left:20px;width:60px;height:60px}[dir=ltr] .theme-8 .video-testimonials-section .testimonials-logo{right:auto;left:20px}.theme-8 .video-testimonials-section .testimonials-header{padding-top:60px;margin-bottom:35px}.theme-8 .video-testimonials-section .testimonials-title{font-size:32px;line-height:1.7;margin-bottom:14px}.theme-8 .video-testimonials-section .testimonials-subtitle{font-size:16px;line-height:1.7;padding:0 5px}.theme-8 .video-testimonials-slider{min-height:500px}.theme-8 .video-testimonial-card{height:450px;min-width:280px}.theme-8 .video-testimonial-play-btn{width:64px;height:64px}.theme-8 .video-testimonial-play-btn svg{width:22px;height:22px}.theme-8 .video-testimonial-content{padding:20px}.theme-8 .video-testimonial-name{font-size:17px}.theme-8 .video-testimonial-duration{font-size:12px}.theme-8 .video-testimonial-avatar{width:40px;height:40px}}@media (max-width:639px) and (min-width:480px){.theme-8 .video-testimonials-section{padding:60px 10px}.theme-8 .video-testimonials-container{padding:0 5px}.theme-8 .video-testimonials-section .testimonials-logo{top:20px;left:20px;width:60px;height:60px}[dir=ltr] .theme-8 .video-testimonials-section .testimonials-logo{right:auto;left:20px}.theme-8 .video-testimonials-section .testimonials-header{padding-top:60px;margin-bottom:30px}.theme-8 .video-testimonials-section .testimonials-title{font-size:28px;line-height:1.6;margin-bottom:15px}.theme-8 .video-testimonials-section .testimonials-subtitle{font-size:15px;line-height:1.65}.theme-8 .video-testimonials-arrow{width:32px;height:32px}.theme-8 .video-testimonials-arrow svg{width:16px;height:16px}.theme-8 .video-testimonial-play-btn{width:60px;height:60px}.theme-8 .video-testimonial-play-btn svg{width:20px;height:20px}.theme-8 .video-testimonial-content{padding:18px}.theme-8 .video-testimonial-name{font-size:16px}.theme-8 .video-testimonial-duration{font-size:11px}.theme-8 .video-testimonial-avatar{width:36px;height:36px}}@media (max-width:480px){.theme-8 .video-testimonials-section{padding:50px 10px}.theme-8 .video-testimonials-section .testimonials-logo{top:20px;left:20px;width:60px;height:60px}[dir=ltr] .theme-8 .video-testimonials-section .testimonials-logo{right:auto;left:20px}.theme-8 .video-testimonials-section .testimonials-header{padding-top:60px;margin-bottom:30px}.theme-8 .video-testimonials-section .testimonials-title{font-size:24px;line-height:1.5;margin-bottom:15px}.theme-8 .video-testimonials-section .testimonials-subtitle{font-size:14px;line-height:1.6}.theme-8 .video-testimonials-section .testimonial-shape-left{width:90px;height:90px;top:40px;left:-30px}.theme-8 .video-testimonials-section .testimonial-shape-right{width:90px;height:90px;bottom:40px;right:-30px}}.theme-8.back-to-top{position:fixed;bottom:30px;right:30px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#8048fb 0,#24a1d9 100%);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transform:translateY(20px) scale(.8);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px rgba(128,72,251,.3);color:#fff}.theme-8.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.theme-8.back-to-top:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 30px rgba(128,72,251,.5);background:linear-gradient(135deg,#9d5ffa 0,#3ab0e0 100%)}.theme-8.back-to-top:active{transform:translateY(-2px) scale(.98)}.theme-8.back-to-top svg{width:24px;height:24px;transition:transform .3s ease}.theme-8.back-to-top:hover svg{transform:translateY(-2px)}[data-theme=dark] .theme-8.back-to-top{box-shadow:0 4px 20px rgba(128,72,251,.5)}[data-theme=dark] .theme-8.back-to-top:hover{box-shadow:0 8px 30px rgba(128,72,251,.7)}[dir=rtl] .theme-8.back-to-top{right:auto;left:30px}@media (max-width:768px){.theme-8.back-to-top{bottom:20px;right:20px;width:48px;height:48px}[dir=rtl] .theme-8.back-to-top{left:20px}.theme-8.back-to-top svg{width:20px;height:20px}}@media (max-width:480px){.theme-8.back-to-top{bottom:15px;right:15px;width:44px;height:44px}[dir=rtl] .theme-8.back-to-top{left:15px}}.theme-8.wide-video-testimonials{min-height:unset!important}.theme-8 .wide-video-testimonials-section{position:relative;padding:120px 20px;background:#fff;overflow:hidden;z-index:2;width:100%}[data-theme=dark] .theme-8 .wide-video-testimonials-section{background:#000}.theme-8 .wide-video-testimonials-section .testimonials-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;pointer-events:none}.theme-8 .wide-video-testimonials-section .testimonials-bg-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:brightness(.3);transform:scale(1.1);transition:transform .3s ease}[data-theme=light] .theme-8 .wide-video-testimonials-section .testimonials-bg-img{filter:brightness(.9);opacity:.4}.theme-8 .wide-video-testimonials-section .testimonials-logo{position:absolute;top:40px;left:40px;z-index:2}[dir=ltr] .theme-8 .wide-video-testimonials-section .testimonials-logo{right:auto;left:40px}.theme-8 .wide-video-testimonials-section .testimonials-header{text-align:center;margin-bottom:60px;padding-top:80px}.theme-8 .wide-video-testimonials-section .testimonials-title{font-size:48px;font-weight:800;margin-bottom:20px;background:linear-gradient(135deg,#8048fb 0,#24a1d9 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.theme-8 .wide-video-testimonials-section .testimonials-subtitle{font-size:18px;color:rgba(255,255,255,.7);font-weight:400;max-width:700px;margin:0 auto}[data-theme=light] .theme-8 .wide-video-testimonials-section .testimonials-subtitle{color:#3d3d3d}.theme-8 .wide-video-testimonials-section .testimonial-shape{position:absolute;width:120px;height:120px;border-radius:32px;background-repeat:no-repeat;background-position:center;background-size:contain;box-shadow:0 18px 50px rgba(0,0,0,.55);transform:rotate(18deg);opacity:.9;z-index:1}.theme-8 .wide-video-testimonials-section .testimonial-shape-left{top:60px;left:-40px;background-image:url(images/theme-2/testimonial-shape-left.svg);animation:theme8-floatShapeLeft 12s ease-in-out infinite}.theme-8 .wide-video-testimonials-section .testimonial-shape-right{bottom:60px;right:-40px;background-image:url(images/theme-2/testimonial-shape-right.svg);animation:theme8-floatShapeRight 14s ease-in-out infinite}.theme-8 .wide-video-testimonials-background{position:absolute;top:0;left:0;right:0;bottom:0;background:#255bf9;z-index:0;opacity:1;clip-path:polygon(0 8%,100% 0,100% 92%,0 100%)}.theme-8 .wide-video-testimonials-container{position:relative;z-index:2;max-width:1400px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center}.theme-8 .wide-video-testimonials-title-wrapper{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:16px;position:relative;width:100%}.theme-8 .wide-video-testimonials-arrow{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .3s ease,transform .3s ease,border-color .3s ease,box-shadow .3s ease;color:#fff}.theme-8 .wide-video-testimonials-arrow svg{width:20px;height:20px;stroke:currentColor}.theme-8 .wide-video-testimonials-arrow:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.3)}.theme-8 .wide-video-testimonials-arrow:active{transform:scale(.95)}[dir=rtl] .theme-8 .wide-video-testimonials-arrow-prev svg{transform:rotate(180deg)}[dir=rtl] .theme-8 .wide-video-testimonials-arrow-next svg{transform:rotate(180deg)}.theme-8 .wide-video-testimonials-slider{position:relative;width:100%;max-width:1400px;margin:0 auto;overflow:hidden}.theme-8 .wide-video-testimonials-track-wrapper{overflow:hidden;padding:60px 0 32px;position:relative}@media (min-width:1024px){.theme-8 .wide-video-testimonials-track-wrapper{height:530px}}.theme-8 .wide-video-testimonials-track{display:flex;align-items:stretch;will-change:transform;transition:transform .6s cubic-bezier(.22,.61,.36,1);gap:28px}.theme-8 .wide-video-testimonial-card{flex:0 0 100%;padding:0;perspective:1200px}.theme-8 .wide-video-testimonial-card-inner{position:relative;width:638px;height:449px;min-width:638px;min-height:449px;border-radius:24px;overflow:hidden;background:#1a1a1f;cursor:pointer;transform-origin:center bottom;transform:translateY(0) scale(1) rotate(0);transition:transform .5s ease,box-shadow .4s ease;margin:0 auto;border:none;padding:4px;background:linear-gradient(135deg,#8048fb 0,#24a1d9 100%)}.theme-8 .wide-video-testimonial-card-inner::before{content:"";position:absolute;top:4px;left:4px;right:4px;bottom:4px;border-radius:20px;background:#1a1a1f;z-index:0}.theme-8 .wide-video-testimonial-card{display:block!important;opacity:1!important;visibility:visible!important}.theme-8 .wide-video-testimonial-card-inner .wide-video-testimonial-image{position:absolute;top:4px;left:4px;right:4px;bottom:4px;width:calc(100% - 8px);height:calc(100% - 8px);z-index:1;border-radius:20px;overflow:hidden}.theme-8 .wide-video-testimonial-image img{width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none;opacity:.8}.theme-8 .wide-video-testimonial-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;box-shadow:0 4px 16px rgba(0,0,0,.3)}.theme-8 .wide-video-testimonial-play-btn:hover{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 8px 24px rgba(47,144,171,.4)}.theme-8 .wide-video-testimonial-play-btn svg{width:32px;height:32px}.theme-8 .wide-video-testimonial-play-btn svg path{fill:url(#widePlayButtonGradient)}.theme-8 .wide-video-testimonial-content{position:absolute;bottom:4px;left:4px;right:4px;width:calc(100% - 8px);padding:24px;z-index:4;display:flex;flex-direction:column;gap:8px}.theme-8 .wide-video-testimonial-rating{display:flex;gap:4px;margin-bottom:8px}.theme-8 .wide-video-testimonial-rating svg{width:16px;height:16px}.theme-8 .wide-video-testimonial-rating path{fill:url(#wideStarGradient)}.theme-8 .wide-video-testimonial-name{font-size:16px;font-weight:600;color:#fff;margin:0}@media (max-width:768px){.theme-8 .wide-video-testimonial-content{gap:4px}.theme-8 .wide-video-testimonial-name{font-size:14px}.theme-8 .wide-video-testimonial-duration{font-size:12px}.theme-8 .wide-video-testimonial-rating svg{width:10px;height:10px}}.theme-8 .wide-video-testimonial-duration{font-size:12px;color:rgba(255,255,255,.7);margin:0}.theme-8 .wide-video-testimonial-avatar{position:absolute;bottom:24px;right:24px;width:48px;height:48px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.3)}[dir=rtl] .theme-8 .wide-video-testimonial-avatar{left:24px;right:auto}.theme-8 .wide-video-testimonial-avatar img{width:100%;height:100%;object-fit:cover}.theme-8 .wide-video-testimonial-card.is-center .wide-video-testimonial-card-inner{transform:translateY(-29px) scale(1.03) rotate(0);box-shadow:0 32px 90px rgba(0,0,0,.9)}.theme-8 .wide-video-testimonials-dots{display:none;justify-content:center;gap:10px;margin-top:6px}.theme-8 .wide-video-testimonials-dots button{width:7px;height:7px;border-radius:999px;border:none;background:rgba(255,255,255,.26);cursor:pointer;padding:0;transition:background .25s ease,transform .25s ease,width .25s ease}.theme-8 .wide-video-testimonials-dots button.is-active{width:24px;background:rgba(255,255,255,.8)}@media (min-width:1024px){.theme-8 .wide-video-testimonial-card{flex:0 0 auto;width:638px;padding:0}.theme-8 .wide-video-testimonial-card-inner{width:638px;height:449px;min-width:638px;min-height:449px;margin:0}.theme-8 .wide-video-testimonials-track{justify-content:flex-start;align-items:center}.theme-8 .wide-video-testimonials-track-wrapper{overflow:visible;padding-left:0;padding-right:0}.theme-8 .wide-video-testimonials-slider{overflow:hidden}}@media (max-width:1399px) and (min-width:1024px){.theme-8 .wide-video-testimonials-section .testimonials-header{padding-top:60px;margin-bottom:50px}.theme-8 .wide-video-testimonials-section .testimonials-title{font-size:48px;line-height:1.7}.theme-8 .wide-video-testimonials-section .testimonials-subtitle{font-size:20px;line-height:1.8}}@media (min-width:768px) and (max-width:1023px){.theme-8 .wide-video-testimonial-card{flex:0 0 auto;width:500px;padding:0}.theme-8 .wide-video-testimonial-card-inner{width:500px;height:352px;min-width:500px;min-height:352px;margin:0}.theme-8 .wide-video-testimonials-track{justify-content:flex-start;align-items:center;gap:22px}.theme-8 .wide-video-testimonials-track-wrapper{overflow:visible;padding-left:0;padding-right:0}.theme-8 .wide-video-testimonials-slider{overflow:hidden}.theme-8 .wide-video-testimonials-section .testimonials-logo{top:20px;left:20px;width:60px;height:60px}[dir=ltr] .theme-8 .wide-video-testimonials-section .testimonials-logo{right:auto;left:20px}.theme-8 .wide-video-testimonials-section .testimonials-header{padding-top:60px;margin-bottom:40px}.theme-8 .wide-video-testimonials-section .testimonials-title{font-size:42px;line-height:1.7;margin-bottom:15px}.theme-8 .wide-video-testimonials-section .testimonials-subtitle{font-size:18px;line-height:1.75;padding:0 10px}.theme-8 .wide-video-testimonials-title-wrapper{gap:15px}.theme-8 .wide-video-testimonials-arrow{width:34px;height:34px}.theme-8 .wide-video-testimonials-arrow svg{width:18px;height:18px}}@media (max-width:767px){.theme-8 .wide-video-testimonials-section{padding:80px 16px}.theme-8 .wide-video-testimonials-container{max-width:100%;padding:0}.theme-8 .wide-video-testimonial-card{flex:0 0 auto;width:400px;padding:0}.theme-8 .wide-video-testimonial-card-inner{width:400px;height:281px;min-width:400px;min-height:281px;margin:0}.theme-8 .wide-video-testimonials-track{justify-content:flex-start;align-items:center;gap:18px}.theme-8 .wide-video-testimonials-track-wrapper{overflow:visible;padding-left:0;padding-right:0}.theme-8 .wide-video-testimonials-slider{overflow:hidden;max-width:100%}.theme-8 .wide-video-testimonials-section .testimonials-logo{top:20px;left:20px;width:60px;height:60px}[dir=ltr] .theme-8 .wide-video-testimonials-section .testimonials-logo{right:auto;left:20px}.theme-8 .wide-video-testimonials-section .testimonials-header{padding-top:60px;margin-bottom:35px}.theme-8 .wide-video-testimonials-section .testimonials-title{font-size:32px;line-height:1.7;margin-bottom:14px}.theme-8 .wide-video-testimonials-section .testimonials-subtitle{font-size:16px;line-height:1.7;padding:0 5px}.theme-8 .wide-video-testimonials-title-wrapper{gap:10px;flex-wrap:wrap;width:100%}.theme-8 .wide-video-testimonials-arrow{width:32px;height:32px;flex-shrink:0}.theme-8 .wide-video-testimonials-arrow svg{width:16px;height:16px}.theme-8 .wide-video-testimonials-section .testimonial-shape{width:80px;height:80px}.theme-8 .wide-video-testimonials-section .testimonial-shape-left{top:40px;left:-30px}.theme-8 .wide-video-testimonials-section .testimonial-shape-right{bottom:40px;right:-30px}}@media (min-width:480px) and (max-width:639px){.theme-8 .wide-video-testimonial-card{width:400px}.theme-8 .wide-video-testimonial-card-inner{width:400px;height:281px;min-width:400px;min-height:281px}}@media (max-width:479px){.theme-8 .wide-video-testimonial-card{flex:0 0 auto;width:320px;padding:0}.theme-8 .wide-video-testimonial-card-inner{width:320px;height:225px;min-width:320px;min-height:225px;margin:0}.theme-8 .wide-video-testimonials-track{justify-content:flex-start;align-items:center;gap:14px}.theme-8 .wide-video-testimonials-track-wrapper{overflow:visible;padding-left:0;padding-right:0}.theme-8 .wide-video-testimonials-slider{overflow:hidden;max-width:100%}.theme-8 .wide-video-testimonials-section .testimonials-logo{top:20px;left:20px;width:60px;height:60px}[dir=ltr] .theme-8 .wide-video-testimonials-section .testimonials-logo{right:auto;left:20px}.theme-8 .wide-video-testimonials-section .testimonials-header{padding-top:60px;margin-bottom:30px}.theme-8 .wide-video-testimonials-section .testimonials-title{font-size:28px;line-height:1.6;margin-bottom:15px}.theme-8 .wide-video-testimonials-section .testimonials-subtitle{font-size:15px;line-height:1.65}.theme-8 .wide-video-testimonials-title-wrapper{gap:8px}.theme-8 .wide-video-testimonials-arrow{width:28px;height:28px}.theme-8 .wide-video-testimonials-arrow svg{width:14px;height:14px}}@media (max-width:374px){.theme-8 .wide-video-testimonials-section{padding:60px 12px}.theme-8 .wide-video-testimonial-card{flex:0 0 auto;width:280px;padding:0}.theme-8 .wide-video-testimonial-card-inner{width:280px;height:197px;min-width:280px;min-height:197px;margin:0}.theme-8 .wide-video-testimonials-track{justify-content:flex-start;align-items:center;gap:12px}.theme-8 .wide-video-testimonials-track-wrapper{overflow:visible;padding-left:0;padding-right:0}.theme-8 .wide-video-testimonials-slider{overflow:hidden;max-width:100%}.theme-8 .wide-video-testimonials-section .testimonials-logo{top:20px;left:20px;width:60px;height:60px}[dir=ltr] .theme-8 .wide-video-testimonials-section .testimonials-logo{right:auto;left:20px}.theme-8 .wide-video-testimonials-section .testimonials-header{padding-top:60px;margin-bottom:30px}.theme-8 .wide-video-testimonials-section .testimonials-title{font-size:24px;line-height:1.5;margin-bottom:15px}.theme-8 .wide-video-testimonials-section .testimonials-subtitle{font-size:14px;line-height:1.6}.theme-8 .wide-video-testimonials-title-wrapper{gap:6px;flex-wrap:wrap}.theme-8 .wide-video-testimonials-arrow{width:24px;height:24px}.theme-8 .wide-video-testimonials-arrow svg{width:12px;height:12px}}[dir=ltr] .theme-8 .wide-video-testimonials-title{direction:ltr}.theme-7 *{margin:0;padding:0;box-sizing:border-box}html:has(.theme-7){scroll-behavior:smooth}.theme-7-body{overflow-x:hidden;width:100%;margin:0!important}[data-theme=dark] .theme-7-body{background:#000!important}:root .theme-7{--theme7-bg-primary:#ffffff;--theme7-bg-gradient:linear-gradient(135deg,
      #f8f0ff 0%,
      #e0d0ff 50%,
      #ffffff 100%);--theme7-bg-card:#ffffff;--theme7-text-primary:#1e085c;--theme7-text-secondary:#64748b;--theme7-accent-purple:#6733f4;--theme7-accent-pink:#ec4899;--theme7-accent-gradient:linear-gradient(to left, #8052ff 0%, #f95fff 100%);--theme7-border-color:#e2e8f0;--theme7-navbar-bg:rgba(255, 255, 255, 0.98);--theme7-navbar-shadow:0 4px 20px rgba(0, 0, 0, 0.08);--theme7-nav-text:#1e085c;--theme7-nav-active:#9333ea;--theme7-navbar-border-radius:20px;--theme7-font-ar:"Alexandria","Segoe UI",sans-serif;--theme7-font-en:"Alexandria",-apple-system,BlinkMacSystemFont,sans-serif;--theme7-shadow-sm:0 2px 8px rgba(0, 0, 0, 0.08);--theme7-shadow-md:0 4px 16px rgba(0, 0, 0, 0.12);--theme7-shadow-lg:0 8px 32px rgba(147, 51, 234, 0.15);--theme7-transition:0.3s cubic-bezier(0.4, 0, 0.2, 1)}[data-theme=dark] .theme-7{--theme7-bg-primary:#0f172a;--theme7-bg-gradient:linear-gradient(135deg,
      #1e1b4b 0%,
      #0f172a 50%,
      #0a0e1a 100%);--theme7-bg-card:#1e293b;--theme7-text-primary:#f1f5f9;--theme7-text-secondary:#cbd5e1;--theme7-accent-purple:#a855f7;--theme7-accent-pink:#f472b6;--theme7-accent-gradient:linear-gradient(135deg, #a855f7 0%, #f472b6 100%);--theme7-border-color:#334155;--theme7-navbar-bg:#111111;--theme7-navbar-shadow:0 4px 20px rgba(0, 0, 0, 0.5);--theme7-nav-text:#f1f5f9;--theme7-nav-active:#a855f7;--theme7-shadow-sm:0 2px 8px rgba(0, 0, 0, 0.3);--theme7-shadow-md:0 4px 16px rgba(0, 0, 0, 0.4);--theme7-shadow-lg:0 8px 32px rgba(168, 85, 247, 0.2)}.theme.theme-7{position:relative;min-height:100vh;background:var(--theme7-bg-primary);color:var(--theme7-text-primary);overflow-x:hidden;font-family:var(--theme7-font-en);align-items:center;justify-content:center}[dir=rtl] .theme-7{direction:rtl;font-family:var(--theme7-font-ar)}[dir=ltr] .theme-7{direction:ltr;font-family:var(--theme7-font-en)}.theme-7 a{text-decoration:none;color:inherit;transition:var(--theme7-transition)}.theme-7 button{font-family:inherit;cursor:pointer;border:none;background:0 0;transition:var(--theme7-transition)}.scroll-progress{position:fixed;top:0;left:0;width:100%;height:4px;background:rgba(0,0,0,.1);z-index:10001;pointer-events:none}[data-theme=dark] .theme-7.scroll-progress{background:rgba(255,255,255,.1)}.theme-7 .scroll-progress-bar{height:100%;width:0%;background:var(--theme7-accent-gradient);transition:width .1s ease}.theme-7.hero-section{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.theme-7 .hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;user-select:none;object-fit:cover;object-position:center}.theme-7 .hero-bg-light{display:block}.theme-7 .hero-bg-dark{display:none}[data-theme=dark] .theme-7 .hero-bg-light{display:none}[data-theme=dark] .theme-7 .hero-bg-dark{display:block}.theme-7 .features-shape{position:absolute;z-index:0;pointer-events:none;user-select:none;object-fit:contain}.theme-7 .features-shape-top-right{top:0;right:0;width:auto;height:auto;max-width:500px;max-height:500px}.theme-7 .features-shape-bottom-left{bottom:0;left:0;width:auto;height:auto;max-width:500px;max-height:500px}.theme-7 .features-shape-light{display:block}.theme-7 .features-shape-dark{display:none}[data-theme=dark] .theme-7 .features-shape-light{display:none}[data-theme=dark] .theme-7 .features-shape-dark{display:block}.theme-7 .theme-7-header{position:fixed;top:1rem;left:50%;transform:translateX(-50%);z-index:1000;width:calc(100% - 2rem);max-width:1400px;padding:1rem 2rem;background:var(--theme7-navbar-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--theme7-border-color);border-radius:var(--theme7-navbar-border-radius);transition:var(--theme7-transition);box-shadow:var(--theme7-navbar-shadow)}@media (max-width:768px){.theme-7 .theme-7-header{top:0;left:0;transform:none;width:100%;border-radius:0;border-left:none;border-right:none;padding:1rem 1.5rem}}.theme-7 .header-container{width:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative}.theme-7 .header-logo a{display:flex;align-items:center;gap:.75rem;transition:var(--theme7-transition)}.theme-7 .header-logo a:hover{transform:scale(1.05)}.theme-7 .logo-image{height:40px;width:auto;max-width:100%;object-fit:contain;transition:var(--theme7-transition)}@media (max-width:1024px){.theme-7 .logo-image{height:36px}}@media (max-width:768px){.theme-7 .logo-image{height:32px}}@media (max-width:480px){.theme-7 .logo-image{height:28px}}.theme-7 .logo-light{display:block}.theme-7 .logo-dark{display:none}[data-theme=dark] .theme-7 .logo-light{display:none}[data-theme=dark] .theme-7 .logo-dark{display:block}.theme-7 .header-center-group{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.theme-7 .main-nav ul{display:flex;align-items:center;gap:2.5rem;list-style:none;margin:0;padding:0}.theme-7 .main-nav a{font-size:.95rem;font-weight:500;color:var(--theme7-nav-text);position:relative;padding:.5rem 0;transition:color .3s ease;overflow:hidden}.theme-7 .main-nav a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--theme7-accent-gradient);border-radius:2px;transition:width .4s cubic-bezier(.4,0,.2,1);transform-origin:left}[dir=rtl] .theme-7 .main-nav a::after{left:auto;right:0;transform-origin:right}.theme-7 .main-nav a:hover{color:var(--theme7-accent-purple)}.theme-7 .main-nav a:hover::after{width:100%}.theme-7 .main-nav a.active{color:var(--theme7-nav-active);font-weight:600}.theme-7 .main-nav a.active::after{width:100%;animation:theme7UnderlineSlide .4s cubic-bezier(.4,0,.2,1)}.theme-7 .main-nav a.active:hover::after{width:100%}@keyframes theme7UnderlineSlide{0%{width:0;opacity:0}50%{opacity:.5}100%{width:100%;opacity:1}}.theme-7 .nav-separator{width:1px;height:24px;background:var(--theme7-border-color);flex-shrink:0}.theme-7 .lang-selector{position:relative}.theme-7 .lang-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:8px;color:var(--theme7-nav-text);font-size:.9rem;font-weight:500;transition:var(--theme7-transition)}.theme-7 .lang-toggle:hover{background:rgba(147,51,234,.1);color:var(--theme7-accent-purple)}.theme-7 .lang-selector.active .lang-toggle{background:rgba(147,51,234,.1);color:var(--theme7-accent-purple)}.theme-7 .globe-icon{width:18px;height:18px;flex-shrink:0}.theme-7 .chevron-icon{width:14px;height:14px;flex-shrink:0;transition:transform .3s ease}.theme-7 .lang-selector.active .chevron-icon{transform:rotate(180deg)}.theme-7 .lang-menu{position:absolute;top:calc(100% + .5rem);right:0;background:var(--theme7-bg-card);border-radius:12px;padding:.5rem;box-shadow:var(--theme7-shadow-md);min-width:140px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:var(--theme7-transition);z-index:1000;border:1px solid var(--theme7-border-color)}[dir=ltr] .theme-7 .lang-menu{right:auto;left:0}.theme-7 .lang-selector.active .lang-menu{opacity:1;visibility:visible;transform:translateY(0)}.theme-7 .lang-menu a{display:block;padding:.75rem 1rem;border-radius:8px;color:var(--theme7-text-primary);font-size:.9rem;transition:var(--theme7-transition)}.theme-7 .lang-menu a:hover{background:rgba(147,51,234,.1);color:var(--theme7-accent-purple)}.theme-7 .theme-toggle{position:relative;width:56px;height:32px;background:0 0;border:none;cursor:pointer;padding:0;flex-shrink:0}.theme-7 .toggle-track{position:relative;display:block;width:100%;height:100%;background:var(--theme7-bg-card);border:2px solid var(--theme7-accent-purple);border-radius:16px;transition:all var(--theme7-transition)}[data-theme=dark] .theme-7 .toggle-track{background:#3a3a3a;border-color:#5a5a5a}.theme-7 .toggle-thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;background:var(--theme7-accent-purple);border-radius:50%;transition:transform var(--theme7-transition),background var(--theme7-transition)}[data-theme=dark] .theme-7 .toggle-thumb{transform:translateX(24px);background:#888}[dir=rtl] .theme-7 .toggle-thumb{left:auto;right:3px}[dir=rtl][data-theme=dark] .theme-7 .toggle-thumb{transform:translateX(-24px)}.theme-7 .header-cta-btn{padding:12px 32px;border-radius:100px;background:var(--theme7-accent-gradient);color:#fff!important;font-weight:600;font-size:.95rem;box-shadow:inset 0 2.65px 2.75px rgba(255,255,255,.25),inset 0 -2.98px 4px rgba(128,82,255,.4);transition:var(--theme7-transition)!important;white-space:nowrap;width:190px;height:50px;display:flex;align-items:center;justify-content:center}.theme-7 .header-cta-btn:hover{transform:translateY(-2px);box-shadow:inset 0 3.5px 3px rgba(255,255,255,.35),inset 0 -3.5px 6px rgba(128,82,255,.55),0 8px 18px rgba(47,111,214,.35)}.theme-7 .mobile-header-actions{display:none;align-items:center;gap:1rem}.theme-7 .mobile-center{display:flex;align-items:center;gap:1rem}.theme-7 .mobile-logo{display:flex;align-items:center}.theme-7 .hero-wrapper{position:relative;z-index:1;flex:1;display:flex;align-items:center;padding:10rem 0 4rem;min-height:100vh}@media (max-width:768px){.theme-7 .hero-wrapper{padding:6rem 0 3rem}}.theme-7 .hero-container{max-width:1400px;margin:0 auto;padding:0 2rem;width:100%}.theme-7 .hero-content{max-width:1200px;margin:0 auto;text-align:center;margin-bottom:4rem}.theme-7 .hero-title{font-size:clamp(2.5rem,5vw,4.5rem)!important;font-weight:800;line-height:1.2;color:var(--theme7-text-primary);margin-bottom:24px!important;letter-spacing:-.02em}.theme-7 .title-highlight{background:var(--theme7-accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.theme-7 .hero-description{font-size:clamp(1rem,2vw,1.25rem)!important;line-height:1.7;color:var(--theme7-text-primary);margin-bottom:2.5rem!important;max-width:800px;margin-left:auto;margin-right:auto}.theme-7 .hero-cta-buttons{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;flex-direction:row-reverse}[dir=ltr] .theme-7 .hero-cta-buttons{flex-direction:row}.theme-7 .hero-cta-primary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:50px;background:var(--theme7-accent-gradient);color:#fff!important;font-weight:600;font-size:1rem;box-shadow:inset 0 2.65px 2.75px rgba(255,255,255,.25),inset 0 -2.98px 4px rgba(128,82,255,.4),0 8.75px 24.49px 0 rgba(128,82,255,.32),0 38.49px 45.49px 0 rgba(128,82,255,.28),0 85.73px 61.23px 0 rgba(128,82,255,.16),0 152.21px 73.48px 0 rgba(128,82,255,.05),0 237.94px 78.73px 0 rgba(128,82,255,.01);transition:var(--theme7-transition)!important}.theme-7 .hero-cta-primary:hover{transform:translateY(-3px);box-shadow:inset 0 2.65px 2.75px rgba(255,255,255,.3),inset 0 -2.98px 4px rgba(128,82,255,.5),0 12px 30px 0 rgba(128,82,255,.4),0 45px 55px 0 rgba(128,82,255,.35),0 95px 70px 0 rgba(128,82,255,.2),0 165px 85px 0 rgba(128,82,255,.08),0 250px 95px 0 rgba(128,82,255,.02)}.theme-7 .hero-cta-primary:active{transform:translateY(1px);box-shadow:inset 0 1px 2px rgba(255,255,255,.2),inset 0 -1px 3px rgba(128,82,255,.5),0 5px 15px 0 rgba(128,82,255,.25),0 20px 30px 0 rgba(128,82,255,.2)}.theme-7 .cta-icon{width:20px;height:20px;flex-shrink:0}.theme-7 .hero-cta-secondary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:50px;background:0 0!important;border:2px solid var(--theme7-accent-purple)!important;color:var(--theme7-accent-purple);font-weight:600;font-size:1rem;transition:var(--theme7-transition)!important}[data-theme=dark] .theme-7 .hero-cta-secondary{border-color:var(--theme7-accent-purple);color:#fff}.theme-7 .hero-cta-secondary:hover{background-color:var(--theme7-accent-purple)!important;color:#fff!important;border-color:var(--theme7-accent-purple)!important;transform:translateY(-2px);box-shadow:0 4px 12px rgba(147,51,234,.25)}.theme-7 .video-icon{width:20px;height:20px;flex-shrink:0}.theme-7 .hero-social-proof{display:flex;align-items:center;justify-content:space-evenly;gap:1.5rem;flex-wrap:wrap;margin-top:3rem;flex-direction:row-reverse}.theme-7 .social-card{background:var(--theme7-bg-card);border-radius:16px;padding:1.5rem;box-shadow:var(--theme7-shadow-md);transition:var(--theme7-transition);border:1px solid var(--theme7-border-color)}.theme-7 .social-card:hover{transform:translateY(-4px);box-shadow:var(--theme7-shadow-lg)}.theme-7 .visits-card{transform:rotate(10deg)!important;min-width:280px}.theme-7 .experience-card{transform:rotate(-10deg)!important}.theme-7 .experience-card .card-content{flex-direction:column;gap:.5rem}.theme-7 .card-content{display:flex;align-items:center;gap:1rem}.theme-7 .card-avatars{display:flex;align-items:center;margin-left:-.5rem}.theme-7 .avatar{width:40px;height:40px;border-radius:50%;border:3px solid var(--theme7-bg-card);background:linear-gradient(135deg,#667eea 0,#764ba2 100%);margin-left:-.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.75rem}.theme-7 .avatar-1{background:linear-gradient(135deg,#f093fb 0,#f5576c 100%)}.theme-7 .avatar-2{background:linear-gradient(135deg,#4facfe 0,#00f2fe 100%)}.theme-7 .avatar-3{background:linear-gradient(135deg,#43e97b 0,#38f9d7 100%)}.theme-7 .avatar-badge{background:var(--theme7-accent-gradient);font-size:.7rem;z-index:10}.theme-7 .card-text{flex:1}.theme-7 .card-title{font-size:1rem;font-weight:700;color:var(--theme7-text-primary);margin-bottom:.25rem}.theme-7 .card-subtitle{font-size:.875rem;color:var(--theme7-text-secondary);line-height:1.5}.theme-7 .card-icon{display:flex;align-items:center;justify-content:center}.theme-7 .card-icon img{width:66px;height:66px;object-fit:contain}.theme-7 .experience-card .card-text{margin-top:.5rem}.theme-7 .experience-card .card-title{font-size:.95rem}.theme-7.video-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.theme-7.video-modal.active{opacity:1;visibility:visible;pointer-events:auto}.theme-7 .video-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);backdrop-filter:blur(10px)}.theme-7 .video-modal-container{position:relative;width:90%;max-width:1200px;max-height:90vh;z-index:1;transform:scale(.9);transition:transform .3s ease}.theme-7.video-modal.active .video-modal-container{transform:scale(1)}.theme-7 .video-modal-content{position:relative;width:100%;padding-bottom:56.25%;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.8)}.theme-7 .video-modal-content video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;border-radius:16px}.theme-7 .video-modal-content iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:16px}.theme-7 .video-modal-close{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.3);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}[dir=rtl] .theme-7 .video-modal-close{right:auto;left:16px}.theme-7 .video-modal-close:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:rotate(90deg) scale(1.1)}.theme-7 .video-modal-close svg{width:24px;height:24px}@media (max-width:1024px){.theme-7 .mobile-header-actions{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 0}[dir=rtl] .theme-7 .mobile-header-actions{flex-direction:row-reverse}.theme-7 .header-center-group,.theme-7 .header-cta-btn:not(.mobile-cta),.theme-7 .theme-7-header .header-logo:not(.mobile-logo){display:none}.theme-7 .mobile-center{display:flex;align-items:center;gap:1rem;order:2}[dir=rtl] .theme-7 .mobile-logo{order:3}[dir=ltr] .theme-7 .mobile-logo{order:1}.theme-7 .header-center-group{gap:1.5rem}.theme-7 .main-nav ul{gap:2rem}.theme-7 .hero-title{font-size:clamp(2rem,4vw,3.5rem)}.theme-7 .hero-social-proof{gap:1rem}.theme-7 .experience-card,.theme-7 .visits-card{min-width:auto;flex:1;max-width:300px}}@media (max-width:768px){.theme-7 .theme-7-header{padding:8px}.theme-7 .header-container{padding:0}.theme-7 .header-cta-btn:not(.mobile-cta),.theme-7 .lang-selector:not(.mobile-lang),.theme-7 .main-nav,.theme-7 .nav-separator,.theme-7 .theme-toggle:not(.mobile-theme-toggle){display:none}.theme-7 .mobile-logo .logo-image{height:32px;width:auto}.theme-7 .mobile-lang{position:relative}.theme-7 .mobile-lang .lang-toggle{padding:.4rem .5rem;font-size:.85rem}.theme-7 .mobile-lang .lang-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(-10px);min-width:120px;text-align:center}[dir=ltr] .theme-7 .mobile-lang .lang-menu{left:50%;right:auto}.theme-7 .mobile-theme-toggle{width:48px;height:28px}.theme-7 .mobile-theme-toggle .toggle-thumb{width:20px;height:20px;top:2px;left:2px}[data-theme=dark] .theme-7 .mobile-theme-toggle .toggle-thumb{transform:translateX(20px)}[dir=rtl] .theme-7 .mobile-theme-toggle .toggle-thumb{left:auto;right:2px}[dir=rtl][data-theme=dark] .theme-7 .mobile-theme-toggle .toggle-thumb{transform:translateX(-20px)}.theme-7 .mobile-cta{order:1;padding:.5rem 1rem;font-size:10px;width:auto;height:auto}[dir=ltr] .theme-7 .mobile-cta{order:3}.theme-7 .hero-content{margin-bottom:3rem}.theme-7 .hero-title{font-size:clamp(1.75rem,5vw,2.5rem);margin-bottom:1rem}.theme-7 .hero-description{font-size:1rem;margin-bottom:2rem}.theme-7 .hero-cta-buttons{flex-direction:column;width:100%}.theme-7 .hero-cta-primary,.theme-7 .hero-cta-secondary{width:100%;justify-content:center}.theme-7 .hero-social-proof{flex-direction:column;width:100%}.theme-7 .experience-card{display:none}.theme-7 .experience-card,.theme-7 .visits-card{width:100%;max-width:100%;transform:none!important}.theme-7 .card-content{flex-direction:column;text-align:center}.theme-7 .card-avatars{margin-left:0;justify-content:center}}@media (max-width:480px){.theme-7 .header-container{padding:0 1rem}.theme-7 .mobile-lang .lang-toggle .lang-text{display:none}.theme-7 .logo-image{height:32px}.theme-7 .hero-container{padding:0 1rem}.theme-7 .hero-title{font-size:1.75rem}.theme-7 .hero-description{font-size:.95rem}.theme-7 .hero-cta-primary,.theme-7 .hero-cta-secondary{padding:.875rem 1.5rem;font-size:.95rem}.theme-7 .social-card{padding:1.25rem}.theme-7 .video-modal-container{width:95%}.theme-7 .mobile-theme-toggle{width:44px;height:26px}.theme-7 .mobile-theme-toggle .toggle-thumb{width:18px;height:18px}[data-theme=dark] .theme-7 .mobile-theme-toggle .toggle-thumb{transform:translateX(18px)}[dir=rtl] .theme-7 .mobile-theme-toggle .toggle-thumb{left:auto;right:2px}[dir=rtl][data-theme=dark] .theme-7 .mobile-theme-toggle .toggle-thumb{transform:translateX(-18px)}}.theme-7.features-section{position:relative;padding:100px 60px;overflow:hidden}.theme-7.features-section{background:linear-gradient(135deg,#e8dff5 0,#f0e8ff 50%,#fff 100%)}[data-theme=dark] .theme-7.features-section{background:linear-gradient(135deg,#0a0a0a 0,#1a1a1a 50%,#111 100%)}.theme-7 .features-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.theme-7 .features-header{text-align:center;margin-bottom:60px}.theme-7 .features-title{font-size:clamp(32px,5vw,48px);font-weight:800;line-height:1.3;color:var(--theme7-text-primary);margin-bottom:24px;position:relative;display:inline-block}.theme-7 .title-highlight{position:relative;display:inline-block}.theme-7 .title-underline{position:absolute;bottom:-16px;left:0;width:100%;height:14px;display:block;pointer-events:none;animation:theme7WavyLine 3s ease-in-out infinite;overflow:visible}.theme-7 .title-underline svg{width:100%;height:100%;display:block}.theme-7 .title-underline path{stroke:#0b808d;stroke-width:6.25;transition:stroke .3s ease;vector-effect:non-scaling-stroke}[data-theme=dark] .theme-7 .title-underline path{stroke:#1dd1c1}@media (max-width:768px){.theme-7 .title-underline{bottom:-6px;height:12px}.theme-7 .title-underline path{stroke-width:5}}@media (max-width:480px){.theme-7 .title-underline{bottom:-4px;height:10px}.theme-7 .title-underline path{stroke-width:4}}@keyframes theme7WavyLine{0%,100%{transform:scaleX(1) translateY(0)}50%{transform:scaleX(1.05) translateY(-2px)}}.theme-7 .features-description{font-size:clamp(16px,2vw,18px);font-weight:400;line-height:1.7;color:var(--theme7-text-secondary);max-width:800px;margin:0 auto}.theme-7 .features-description{color:#363636}[data-theme=dark] .theme-7 .features-description{color:#bcbcbc}.theme-7 .features-cards-wrapper{position:relative}.theme-7.features-section .features-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:0}.theme-7 .feature-card{position:relative;background:var(--theme7-bg-card);border-radius:50% 0 0 50%;padding:48px 40px;min-height:420px;display:flex;flex-direction:column;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}[dir=ltr] .theme-7 .feature-card{border-radius:0 50% 50% 0}.theme-7 .feature-card{background:#fff;box-shadow:0 8px 32px rgba(0,0,0,.08)}[data-theme=dark] .theme-7 .feature-card{background:#2f2f2f;box-shadow:0 8px 32px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.05)}[dir=rtl] .theme-7 .feature-card{text-align:right}[dir=ltr] .theme-7 .feature-card{align-items:flex-start;text-align:left}.theme-7 .card-decorative-shape{position:absolute;width:250px;height:250px;border-radius:50%;opacity:.3;filter:blur(60px);z-index:0;pointer-events:none}[dir=ltr] .theme-7 .card-decorative-shape{bottom:-50px;right:-50px}[dir=rtl] .theme-7 .card-decorative-shape{bottom:-50px;left:-50px}.theme-7 .card-decorative-shape{background:rgba(232,223,245,.3)}[data-theme=dark] .theme-7 .card-decorative-shape{background:rgba(255,255,255,.02)}.theme-7.features-section .feature-icon-circle{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#e91e8c 0,#d6155f 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(233,30,140,.3);margin-bottom:24px;position:relative;z-index:10;transition:all .3s ease}.theme-7.features-section .feature-icon-circle svg{color:#fff;width:40px;height:40px}.theme-7.features-section .feature-title{font-size:clamp(20px,2.5vw,24px);font-weight:700;line-height:1.3;color:var(--theme7-text-primary);margin-bottom:16px;position:relative;z-index:10}.theme-7.features-section .feature-title{color:#1a1a1a}[data-theme=dark] .theme-7.features-section .feature-title{color:#fff}.theme-7 .feature-description{font-size:clamp(15px,2vw,16px);font-weight:400;line-height:1.7;color:var(--theme7-text-secondary);margin-bottom:24px;position:relative;z-index:10;max-width:100%}.theme-7 .feature-description{color:#5a5a5a}[data-theme=dark] .theme-7 .feature-description{color:#b8b8b8}.theme-7 .feature-cta{display:inline-flex;align-items:center;gap:8px;color:#e91e8c;font-size:clamp(15px,2vw,16px);font-weight:700;text-decoration:none;margin-top:auto;position:relative;z-index:10;transition:all .3s ease;cursor:pointer}.theme-7 .feature-cta .cta-arrow{width:16px;height:16px;transition:transform .3s ease}.theme-7 .feature-cta:hover{color:#d6155f}[dir=rtl] .theme-7 .feature-cta:hover .cta-arrow{transform:translateX(-4px)}[dir=ltr] .theme-7 .feature-cta:hover .cta-arrow{transform:translateX(4px)}.theme-7 .feature-cta:focus{outline:2px solid #e91e8c;outline-offset:4px;border-radius:4px}@media (min-width:768px){.theme-7 .feature-card:hover{transform:translateY(-8px)}.theme-7 .feature-card:hover{box-shadow:0 16px 48px rgba(0,0,0,.12)}[data-theme=dark] .theme-7 .feature-card:hover{box-shadow:0 16px 48px rgba(0,0,0,.5)}.theme-7 .features-section .feature-card:hover .feature-icon-circle{transform:scale(1.05) rotate(5deg);box-shadow:0 12px 32px rgba(233,30,140,.5)}}.theme-7 .features-pagination{display:none;justify-content:center;gap:10px;margin-top:32px;padding:16px 0}.theme-7 .pagination-dot{width:8px;height:8px;border-radius:4px;background:rgba(233,30,140,.3);transition:width .3s ease;cursor:pointer}.theme-7 .pagination-dot.active{width:24px;background:#e91e8c}@media (max-width:1023px){.theme-7.features-section{padding:80px 40px}.theme-7 .features-header{margin-bottom:50px}.theme-7 .features-title{font-size:clamp(28px,4vw,40px);margin-bottom:20px}.theme-7 .features-description{font-size:clamp(15px,1.8vw,17px);max-width:700px}.theme-7 .features-cards{grid-template-columns:repeat(2,1fr);gap:24px}.theme-7.features-section .feature-card{min-height:auto;padding:40px 32px}.theme-7.features-section .feature-icon-circle{width:72px;height:72px}.theme-7.features-section .feature-icon-circle svg{width:36px;height:36px}.theme-7 .features-shape-bottom-left,.theme-7 .features-shape-top-right{max-width:300px;max-height:300px}}@media (max-width:767px){.theme-7.features-section{padding:60px 20px}.theme-7 .features-header{margin-bottom:40px}.theme-7 .features-title{font-size:clamp(24px,6vw,32px);margin-bottom:16px}.theme-7 .features-description{font-size:clamp(14px,3.5vw,16px);max-width:30%;padding:0 10px}.theme-7 .features-cards{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;gap:20px;padding:20px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.theme-7 .features-cards::-webkit-scrollbar{display:none}.theme-7.features-section .feature-card{min-width:85vw;max-width:360px;scroll-snap-align:center;flex-shrink:0;padding:40px 32px}.theme-7.features-section .feature-icon-circle{width:72px;height:72px}.theme-7.features-section .feature-icon-circle svg{width:36px;height:36px}.theme-7 .features-pagination{display:flex}}@media (max-width:480px){.theme-7.features-section{padding:60px 16px}.theme-7 .features-header{margin-bottom:32px}.theme-7 .features-title{font-size:clamp(32px,5vw,28px);margin-bottom:14px;line-height:1.4;width:35%}.theme-7 .features-description{font-size:clamp(13px,4vw,15px);line-height:1.6;padding:0}.theme-7 .feature-card{width:100%;min-width:100%;padding:32px 24px}.theme-7 .features-shape-bottom-left,.theme-7 .features-shape-top-right{max-width:200px;max-height:200px;opacity:.7}}.theme-7.course-outcomes-section{position:relative;padding:100px 60px;overflow:hidden}.theme-7 .outcomes-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;user-select:none;object-fit:cover;object-position:center}.theme-7 .outcomes-bg-light{display:block}.theme-7 .outcomes-bg-dark{display:none}[data-theme=dark] .theme-7 .outcomes-bg-light{display:none}[data-theme=dark] .theme-7 .outcomes-bg-dark{display:block}.theme-7 .outcomes-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}[dir=rtl] .theme-7 .outcomes-container{grid-template-columns:1fr 1fr}[dir=rtl] .theme-7 .outcomes-image-wrapper{order:1}.theme-7 .outcomes-content{display:flex;flex-direction:column;gap:36px}.theme-7 .outcomes-header{display:flex;flex-direction:column;gap:24px}.theme-7 .outcomes-title{font-size:clamp(32px,5vw,48px);font-weight:800;line-height:1.3;margin-bottom:0}[dir=ltr] .theme-7 .feature-text,[dir=ltr] .theme-7 .outcomes-subtitle,[dir=ltr] .theme-7 .outcomes-title{text-align:left}[dir=rtl] .theme-7 .feature-text,[dir=rtl] .theme-7 .outcomes-subtitle,[dir=rtl] .theme-7 .outcomes-title{text-align:right}.theme-7 .outcomes-title{color:#1a7f7f}[data-theme=dark] .theme-7 .outcomes-title{color:#1dd1c1}.theme-7 .outcomes-subtitle{font-size:clamp(16px,2vw,18px);font-weight:400;line-height:1.7;max-width:600px;margin-bottom:0}.theme-7 .outcomes-subtitle{color:#20203d}[data-theme=dark] .theme-7 .outcomes-subtitle{color:#bcbcbc}.theme-7 .outcomes-subtitle .emoji{font-size:24px;display:inline-block;vertical-align:middle}.theme-7 .outcomes-features{display:flex;flex-direction:column;gap:40px}.theme-7 .outcome-feature{display:flex;gap:20px;align-items:flex-start}.theme-7.course-outcomes-section .feature-icon-circle{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.theme-7.course-outcomes-section .feature-icon-circle{background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.08)}[data-theme=dark] .theme-7.course-outcomes-section .feature-icon-circle{background:#3a3a3a;box-shadow:0 4px 16px rgba(0,0,0,.3)}.theme-7.course-outcomes-section .feature-icon-circle img{width:28px;height:28px;object-fit:contain}.theme-7 .feature-text{flex:1;display:flex;flex-direction:column;gap:12px}.theme-7 .feature-title{font-size:clamp(18px,2.5vw,22px);font-weight:700;line-height:1.4;margin-bottom:0;color:#ff7a3d}.theme-7 .feature-description{font-size:clamp(14px,2vw,16px);font-weight:400;line-height:1.7;margin-bottom:0;max-width:500px}.theme-7 .feature-description{color:#666}[data-theme=dark] .theme-7 .feature-description{color:#c5c5c5}.theme-7 .outcomes-cta{margin-top:0}.theme-7 .outcomes-btn{display:inline-block;padding:16px 40px;border-radius:50px;background:linear-gradient(135deg,#1a8f8f 0,#1d9b9b 100%);color:#fff!important;font-size:clamp(16px,2vw,18px);font-weight:700;text-decoration:none;box-shadow:0 8px 24px rgba(26,143,143,.3);transition:all .3s ease;cursor:pointer;border:none}.theme-7 .outcomes-btn:hover{background:linear-gradient(135deg,#158080 0,#188888 100%);transform:translateY(-3px);box-shadow:0 12px 32px rgba(26,143,143,.5)}.theme-7 .outcomes-btn:active{transform:translateY(-1px) scale(.98)}.theme-7 .outcomes-image-wrapper{position:relative}.theme-7 .outcomes-image{position:relative;border-radius:33px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.1);aspect-ratio:4/3}[data-theme=dark] .theme-7 .outcomes-image{box-shadow:0 8px 32px rgba(0,0,0,.4)}.theme-7 .outcomes-img{width:100%;height:100%;object-fit:cover;display:block}.theme-7 .outcomes-star{position:absolute;width:80px;height:80px;z-index:0;pointer-events:none;opacity:.3}.theme-7 .outcomes-star-top-right{top:0;right:0;background:radial-gradient(circle,#c8b8e8 0,transparent 70%);border-radius:50%;filter:blur(20px)}[data-theme=dark] .theme-7 .outcomes-star-top-right{background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%)}.theme-7 .outcomes-star-bottom-left{bottom:0;left:0;width:40px;height:40px;background:radial-gradient(circle,#c8b8e8 0,transparent 70%);border-radius:50%;filter:blur(15px)}[data-theme=dark] .theme-7 .outcomes-star-bottom-left{background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%)}@media (min-width:768px){.theme-7.course-outcomes-section .outcome-feature:hover .feature-icon-circle{transform:scale(1.1) rotate(5deg)}.theme-7.course-outcomes-section .outcome-feature:hover .feature-title{color:#ff8a4d}}@media (max-width:1023px){.theme-7.course-outcomes-section{padding:80px 40px}.theme-7 .outcomes-container{grid-template-columns:1fr;gap:60px}.theme-7 .outcomes-image-wrapper{order:-1}.theme-7 .outcomes-image{border-radius:20px}.theme-7.course-outcomes-section .feature-icon-circle{width:48px;height:48px}.theme-7.course-outcomes-section .feature-icon-circle img{width:24px;height:24px}}@media (max-width:767px){.theme-7.course-outcomes-section{padding:60px 24px}.theme-7 .outcomes-container{gap:40px;grid-template-columns:1fr!important}.theme-7 .outcomes-content{gap:32px}.theme-7 .outcomes-header{text-align:center}[dir=rtl] .theme-7 .outcomes-header{text-align:center}.theme-7 .outcomes-title{text-align:center}.theme-7 .outcomes-subtitle{text-align:center;max-width:100%}.theme-7 .outcomes-features{gap:32px}.theme-7 .outcome-feature{flex-direction:column;align-items:center;text-align:center;gap:16px}[dir=rtl] .theme-7 .outcome-feature{flex-direction:column}.theme-7 .feature-text{align-items:center;text-align:center}.theme-7 .feature-description{max-width:100%}.theme-7 .outcomes-cta{text-align:center}.theme-7 .outcomes-btn{width:100%;max-width:280px;padding:14px 32px}.theme-7 .outcomes-image-wrapper{display:none}.theme-7 .outcomes-star{display:none}}.theme.theme-7.testimonials-carousel-section{background:#255bf9!important}.theme-7.testimonials-carousel-section{position:relative;min-height:600px;padding:100px 80px;background:#255bf9;overflow:hidden;display:flex;align-items:center;justify-content:center}[data-theme=dark] .theme-7{background:#000}.theme-7 .testimonials-corner-triangle{position:absolute;width:200px;height:200px;background:#fff;z-index:0;display:none}[data-theme=dark] .theme-7 .testimonials-corner-triangle{background:#000}.theme-7 .testimonials-corner-top-right{top:0;right:0;clip-path:polygon(100% 0,100% 100%,0 0)}.theme-7 .testimonials-corner-bottom-left{bottom:0;left:0;clip-path:polygon(0 0,0 100%,100% 100%)}.theme-7 .testimonials-container{position:relative;max-width:900px;width:100%;margin:0 auto;z-index:1}.theme-7 .testimonials-carousel{position:relative;width:100%;min-height:500px;display:flex;align-items:center;justify-content:center}.theme-7 .testimonial-slide{display:none;flex-direction:column;align-items:center;text-align:center;opacity:0;transform:translateX(50px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.theme-7 .testimonial-slide.active{display:flex;opacity:1;transform:translateX(0)}.theme-7 .testimonial-rating{display:flex;justify-content:center;gap:8px;margin-bottom:32px}.theme-7 .star{font-size:clamp(28px,3vw,32px);line-height:1;transition:transform .3s ease}.theme-7 .star.filled{color:#fff}.theme-7 .star.empty{color:rgba(255,255,255,.4)}.theme-7 .testimonial-text{font-size:clamp(20px,3vw,24px);font-weight:400;line-height:1.8;color:#fff;text-align:center;max-width:900px;margin:0 auto 48px;text-shadow:0 2px 8px rgba(0,0,0,.1);display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.theme-7 .testimonial-author{display:flex;align-items:center;justify-content:center;gap:20px}.theme-7 .author-avatar-wrapper{position:relative;width:72px;height:72px;display:flex;align-items:center;justify-content:center}.theme-7 .author-avatar{position:relative;width:72px;height:72px;border-radius:50%;object-fit:cover;box-shadow:0 4px 16px rgba(0,0,0,.2);z-index:1}.theme-7 .author-separator{width:2px;height:48px;background:rgba(255,255,255,.3);flex-shrink:0}.theme-7 .author-info{display:flex;flex-direction:column;align-items:flex-start;gap:4px}[dir=rtl] .theme-7 .author-info{align-items:flex-end}.theme-7 .author-name{font-size:clamp(18px,2.5vw,20px);font-weight:700;color:#fff;margin:0}.theme-7 .author-date{font-size:clamp(14px,2vw,16px);font-weight:400;color:rgba(255,255,255,.8);margin:0}.theme-7 .testimonials-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);border:2px solid rgba(255,255,255,.3);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;padding:0}.theme-7 .testimonials-nav-btn:hover{background:rgba(255,255,255,.25);transform:translateY(-50%) scale(1.1);box-shadow:0 8px 20px rgba(0,0,0,.2)}.theme-7 .testimonials-nav-btn:active{transform:translateY(-50%) scale(.95)}.theme-7 .testimonials-nav-btn svg{width:24px;height:24px;stroke-width:2}.theme-7 .testimonials-nav-prev{left:-150px}[dir=rtl] .theme-7 .testimonials-nav-prev{left:auto;right:-150px}.theme-7 .testimonials-nav-next{right:-150px}[dir=rtl] .theme-7 .testimonials-nav-next{right:auto;left:-150px}.theme-7 .testimonials-pagination{display:flex;justify-content:center;gap:12px}.theme-7 .testimonials-pagination .pagination-dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;transition:all .3s ease;border:none;padding:0}.theme-7 .testimonials-pagination .pagination-dot:hover{background:rgba(255,255,255,.6);transform:scale(1.1)}.theme-7 .testimonials-pagination .pagination-dot.active{background:#fff;box-shadow:0 0 12px rgba(255,255,255,.6);transform:scale(1.2)}@media (max-width:1023px){.theme-7.testimonials-carousel-section{padding:80px 60px}.theme-7 .testimonials-container{max-width:700px}.theme-7 .testimonials-nav-btn{width:48px;height:48px}.theme-7 .testimonials-nav-btn svg{width:20px;height:20px}.theme-7 .testimonials-nav-prev{left:-100px}[dir=rtl] .theme-7 .testimonials-nav-prev{left:auto;right:-100px}.theme-7 .testimonials-nav-next{right:-100px}[dir=rtl] .theme-7 .testimonials-nav-next{right:auto;left:-100px}}@media (max-width:1200px){.theme-7 .testimonials-nav-prev{left:-70px}[dir=rtl] .theme-7 .testimonials-nav-prev{left:auto;right:-70px}.theme-7 .testimonials-nav-next{right:-70px}[dir=rtl] .theme-7 .testimonials-nav-next{right:auto;left:-70px}}@media (max-width:991px){.theme-7 .testimonials-nav-prev{display:none}.theme-7 .testimonials-nav-next{display:none}}@media (max-width:767px){.theme-7.testimonials-carousel-section{padding:60px 24px;min-height:500px}.theme-7 .testimonials-container{max-width:100%}.theme-7 .testimonials-nav-btn{display:none}.theme-7 .testimonials-corner-triangle{display:block}.theme-7.testimonials-carousel-section{clip-path:none}.theme-7 .testimonial-text{font-size:clamp(18px,4vw,22px);margin-bottom:40px;-webkit-line-clamp:4}.theme-7 .author-avatar-wrapper{width:64px;height:64px}.theme-7 .author-avatar-bg{width:72px;height:72px}.theme-7 .author-avatar{width:64px;height:64px}.theme-7 .testimonial-author{flex-direction:column;gap:16px}[dir=rtl] .theme-7 .testimonial-author{flex-direction:column}.theme-7 .author-separator{width:48px;height:2px;transform:rotate(90deg)}.theme-7 .author-info{align-items:center}[dir=rtl] .theme-7 .author-info{align-items:center}.theme-7 .testimonials-pagination{margin-top:40px}}@media (max-width:480px){.theme-7.testimonials-carousel-section{padding:60px 16px}.theme-7 .testimonial-rating{margin-bottom:24px}.theme-7 .testimonial-text{margin-bottom:32px}.theme-7 .testimonials-pagination{margin-top:32px}}.theme-7.pricing-section{position:relative;padding:100px 60px;overflow:hidden;background:var(--theme7-bg-primary)}.theme-7.pricing-section{background:linear-gradient(135deg,#f8f0ff 0,#e8dff5 50%,#fff 100%)}[data-theme=dark] .theme-7.pricing-section{background:linear-gradient(135deg,#0a0a0a 0,#1a1a1a 50%,#111 100%)}.theme-7 .pricing-bg-image{position:absolute;top:0;left:0;width:auto;height:auto;max-width:500px;max-height:500px;pointer-events:none;z-index:1;opacity:.8}.theme-7 .pricing-bg-image-light{display:block}.theme-7 .pricing-bg-image-dark{display:none}[data-theme=dark] .theme-7 .pricing-bg-image-light{display:none}[data-theme=dark] .theme-7 .pricing-bg-image-dark{display:block}.theme-7 .pricing-bg-shapes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.theme-7 .pricing-bg-shape{position:absolute;color:var(--theme7-accent-purple);opacity:.1}.theme-7 .pricing-bg-shape-1{top:10%;right:5%;width:400px;height:400px}.theme-7 .pricing-bg-shape-2{bottom:10%;left:5%;width:300px;height:300px}[dir=rtl] .theme-7 .pricing-bg-shape-1{right:auto;left:5%}[dir=rtl] .theme-7 .pricing-bg-shape-2{left:auto;right:5%}.theme-7 .pricing-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.theme-7 .pricing-header{text-align:center;margin-bottom:60px}.theme-7 .pricing-title{font-size:clamp(32px,5vw,48px);font-weight:800;line-height:1.3;color:var(--theme7-text-primary);margin-bottom:24px}.theme-7 .pricing-title .title-highlight{background:linear-gradient(135deg,#fda779 0,#183b56 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .theme-7 .pricing-title .title-highlight{background:linear-gradient(135deg,#fda779 0,#fff 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.theme-7 .pricing-subtitle{font-size:clamp(16px,2vw,18px);font-weight:400;line-height:1.7;color:#242424;max-width:700px;margin:0 auto 40px}[data-theme=dark] .theme-7 .pricing-subtitle{color:#fff}.theme-7 .pricing-toggle-wrapper{display:flex;justify-content:center;margin-top:32px}.theme-7 .pricing-toggle{display:inline-flex;background:#183b56;border-radius:50px;padding:6px;box-shadow:var(--theme7-shadow-md);position:relative;border:1px solid var(--theme7-border-color)}[data-theme=dark] .theme-7 .pricing-toggle{background:#183b56;border-color:rgba(255,255,255,.1)}.theme-7 .toggle-option{padding:12px 32px;border:none;background:0 0;color:#fff;font-size:16px;font-weight:600;cursor:pointer;border-radius:50px;transition:all var(--theme7-transition);position:relative;z-index:2}.theme-7 .toggle-option[aria-pressed=true]{color:var(--theme7-text-primary);background:#fff;color:#453333;box-shadow:0 4px 12px rgba(103,51,244,.3)}[data-theme=dark] .theme-7 .toggle-option[aria-pressed=true]{background:#353535;color:#fff;box-shadow:0 4px 8px rgb(255 255 255 / 18%)}.theme-7 .pricing-plans-wrapper{position:relative}.theme-7 .pricing-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;align-items:center}.theme-7 .plan-card{position:relative;background:var(--theme7-bg-card);border-radius:24px;padding:48px 40px;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid var(--theme7-border-color);box-shadow:var(--theme7-shadow-sm);width:100%}.theme-7 .plan-card{background:#fff}[data-theme=dark] .theme-7 .plan-card{background:#2f2f2f;border-color:rgba(255,255,255,.1)}.theme-7 .plan-card-basic{min-height:600px}.theme-7 .plan-card-featured{min-height:650px;transform:scale(1.05);background:linear-gradient(135deg,#1a2b3c 0,#2f80ed 100%);border:none;box-shadow:0 20px 60px rgba(47,128,237,.3)}[data-theme=dark] .theme-7 .plan-card-featured{background:linear-gradient(135deg,#1e293b 0,#3b82f6 100%);box-shadow:0 20px 60px rgba(59,130,246,.4)}[data-theme=light] .theme-7 .plan-card-featured{background:linear-gradient(135deg,#1a2b3c 0,#2f80ed 100%)}.theme-7 .plan-badge{position:absolute;top:-12px;inset-inline-end:24px;background:#000;color:#fff;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px rgba(0,0,0,.3);z-index:10}[data-theme=dark] .theme-7 .plan-badge{background:#fff;color:#000}.theme-7 .plan-icon{width:64px;height:64px;border-radius:16px;background:rgba(64,161,255,.1);display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#40a1ff}.theme-7 .plan-card-featured .plan-icon{background:rgba(255,255,255,.15);color:#fff}.theme-7 .plan-icon svg{width:32px;height:32px;height:32px}.theme-7 .plan-title{font-size:clamp(24px,3vw,28px);font-weight:700;color:var(--theme7-text-primary);margin-bottom:12px}.theme-7 .plan-card-featured .plan-title{color:#fff}.theme-7 .plan-description{font-size:clamp(14px,1.8vw,16px);color:var(--theme7-text-secondary);margin-bottom:32px;line-height:1.6}.theme-7 .plan-card-featured .plan-description{color:rgba(255,255,255,.9)}.theme-7 .plan-price{margin-bottom:32px;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.theme-7 .price-amount{font-size:clamp(40px,6vw,56px);font-weight:800;color:var(--theme7-text-primary);line-height:1;transition:all .3s ease}.theme-7 .plan-card-featured .price-amount{color:#fff}.theme-7 .price-currency{font-size:clamp(18px,2.5vw,24px);font-weight:600;color:var(--theme7-text-primary)}.theme-7 .plan-card-featured .price-currency{color:#fff}.theme-7 .price-period{font-size:clamp(14px,1.8vw,16px);color:var(--theme7-text-secondary);font-weight:400}.theme-7 .plan-card-featured .price-period{color:rgba(255,255,255,.7)}.theme-7 .plan-features{list-style:none;padding:0;margin:0 0 32px 0;flex:1}.theme-7 .plan-feature{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;color:var(--theme7-text-secondary);font-size:clamp(14px,1.8vw,16px);line-height:1.6}.theme-7 .plan-card-featured .plan-feature{color:rgba(255,255,255,.9)}.theme-7 .feature-check{flex-shrink:0;width:20px;height:20px;color:#40a1ff;margin-top:2px}.theme-7 .plan-card-featured .feature-check{color:#fff}.theme-7 .plan-cta{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;border-radius:38px;font-size:16px;font-weight:600;text-decoration:none;transition:all var(--theme7-transition);cursor:pointer;border:2px solid transparent;text-align:center}.theme-7 .plan-cta-outline{background:0 0;border-color:var(--theme7-border-color);color:var(--theme7-text-primary)}[data-theme=dark] .theme-7 .plan-cta-outline{border-color:rgba(255,255,255,.2);color:var(--theme7-text-primary)}.theme-7 .plan-cta-outline:hover{background:var(--theme7-accent-purple);border-color:var(--theme7-accent-purple);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(103,51,244,.3)}.theme-7 .plan-cta-filled{background:#fff;color:#1a2b3c!important;border-color:#fff}.theme-7 .plan-cta-filled:hover{background:rgba(255,255,255,.9);transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,255,255,.3)}@media (hover:hover){.theme-7 .plan-card:hover{transform:translateY(-8px)}.theme-7 .plan-card-basic:hover{box-shadow:var(--theme7-shadow-lg)}.theme-7 .plan-card-featured:hover{transform:scale(1.05) translateY(-8px);box-shadow:0 24px 72px rgba(47,128,237,.4)}[data-theme=dark] .theme-7 .plan-card-featured:hover{box-shadow:0 24px 72px rgba(59,130,246,.5)}}.theme-7 .pricing-pagination{display:none;justify-content:center;gap:10px;margin-top:32px;padding:16px 0}.theme-7 .pricing-pagination .pagination-dot{width:8px;height:8px;border-radius:4px;background:rgba(64,161,255,.3);transition:all .3s ease;cursor:pointer}.theme-7 .pricing-pagination .pagination-dot.active{width:24px;background:#40a1ff}@media (max-width:1024px){.theme-7.pricing-section{padding:80px 40px}.theme-7 .pricing-plans{gap:24px}.theme-7 .plan-card-featured{transform:scale(1.02)}}@media (max-width:1200px){.theme-7 .pricing-plans{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.theme-7.pricing-section{padding:60px 20px}.theme-7 .pricing-plans{display:flex;flex-direction:column;gap:24px}.theme-7 .plan-card{padding:40px 32px}.theme-7 .plan-card-featured{transform:none}.theme-7 .plan-card-featured:hover{transform:translateY(-8px)}.theme-7 .pricing-bg-shape-1,.theme-7 .pricing-bg-shape-2{max-width:200px;max-height:200px;opacity:.5}}@media (max-width:480px){.theme-7.pricing-section{padding:60px 16px}.theme-7 .plan-card{min-width:90vw;padding:32px 24px}.theme-7 .plan-card-basic{min-height:auto}.theme-7 .plan-card-featured{min-height:auto}.theme-7 .toggle-option{padding:10px 24px}}.theme-7.faq-section{position:relative;padding:100px 60px;overflow:hidden;background:#15505e!important}[data-theme=dark] .theme-7.faq-section{background:#15505e!important}.theme-7 #particles-js{position:absolute;width:100%;height:100%;top:0;left:0;z-index:0;background-color:transparent}.theme-7 #particles-js canvas{display:block;vertical-align:bottom}.theme-7 .faq-bg-image{position:absolute;top:0;left:0;width:auto;height:auto;max-width:500px;max-height:500px;pointer-events:none;z-index:1;opacity:.6}.theme-7 .faq-bg-image-light{display:block}.theme-7 .faq-bg-image-dark{display:none}[data-theme=dark] .theme-7 .faq-bg-image-light{display:none}[data-theme=dark] .theme-7 .faq-bg-image-dark{display:block}[dir=rtl] .theme-7 .faq-bg-image{left:auto;right:0}[dir=ltr] .theme-7 .faq-bg-image{left:0;right:auto}.theme-7 .faq-container{position:relative;max-width:900px;margin:0 auto;z-index:3}.theme-7 .faq-header{text-align:center;margin-bottom:60px}.theme-7 .faq-title{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:20px;color:var(--theme7-text-primary)}.theme-7 .faq-title-highlight{background:linear-gradient(135deg,#fff 0,#f9cc5d 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .theme-7 .faq-title-highlight{background:linear-gradient(135deg,#fff 0,#f9cc5d 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.theme-7 .faq-subtitle{font-size:18px;font-weight:400;line-height:1.7;color:#fff;max-width:700px;margin:0 auto}[data-theme=dark] .theme-7 .faq-subtitle{color:#fff}.theme-7 .faq-accordion{display:flex;flex-direction:column;gap:16px}.theme-7 .faq-item{background:var(--theme7-bg-card);border-radius:16px;border:1px solid var(--theme7-border-color);overflow:hidden;transition:all .3s ease}.theme-7 .faq-item{background:#fff}[data-theme=dark] .theme-7 .faq-item{background:#2f2f2f;border-color:rgba(255,255,255,.1)}.theme-7 .faq-item-active,.theme-7 .faq-item.active{border-color:rgba(253,167,121,.3);box-shadow:0 4px 20px rgba(253,167,121,.15)}[data-theme=dark] .theme-7 .faq-item-active,[data-theme=dark] .theme-7 .faq-item.active{border-color:rgba(253,167,121,.4);box-shadow:0 4px 20px rgba(253,167,121,.2)}.theme-7 .faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:24px 28px;background:0 0;border:none;text-align:start;cursor:pointer;transition:all .3s ease;gap:20px}.theme-7 .faq-question:hover{background:rgba(253,167,121,.05)}[data-theme=dark] .theme-7 .faq-question:hover{background:rgba(253,167,121,.1)}.theme-7 .faq-question-text{font-size:18px;font-weight:600;line-height:1.5;color:var(--theme7-text-primary);flex:1}.theme-7 .faq-item-active .faq-question-text,.theme-7 .faq-item.active .faq-question-text{color:#f9cc5d}[data-theme=dark] .theme-7 .faq-item-active .faq-question-text,[data-theme=dark] .theme-7 .faq-item.active .faq-question-text{color:#f9cc5d}.theme-7 .faq-toggle-icon{width:40px;height:40px;min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#1a1a1a;transition:all .3s ease;flex-shrink:0}.theme-7 .faq-item-active .faq-toggle-icon,.theme-7 .faq-item.active .faq-toggle-icon{background:#f9cc5d;color:#fff;transform:rotate(180deg)}[data-theme=dark] .theme-7 .faq-toggle-icon{background:#3a3a3a;color:#fff}[data-theme=dark] .theme-7 .faq-item-active .faq-toggle-icon,[data-theme=dark] .theme-7 .faq-item.active .faq-toggle-icon{background:#f9cc5d;color:#fff}.theme-7 .faq-toggle-icon svg{position:absolute;transition:opacity .3s ease,transform .3s ease}.theme-7 .faq-icon-close{opacity:0;transform:rotate(90deg)}.theme-7 .faq-icon-plus{opacity:1;transform:rotate(0)}.theme-7 .faq-item-active .faq-icon-close,.theme-7 .faq-item.active .faq-icon-close{opacity:1;transform:rotate(0)}.theme-7 .faq-item-active .faq-icon-plus,.theme-7 .faq-item.active .faq-icon-plus{opacity:0;transform:rotate(-90deg)}.theme-7 .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease,opacity .4s ease;opacity:0;padding:0 28px}.theme-7 .faq-item-active .faq-answer,.theme-7 .faq-item.active .faq-answer{max-height:9999px!important;opacity:1;padding:0 28px 24px}.theme-7 .faq-answer p{font-size:16px;font-weight:400;line-height:1.7;color:var(--theme7-text-secondary);margin:0}[data-theme=dark] .theme-7 .faq-answer p{color:#b0b0b0}@media (max-width:1024px){.theme-7.faq-section{padding:80px 40px}.theme-7 .faq-title{font-size:40px}}@media (max-width:768px){.theme-7.faq-section{padding:60px 20px}.theme-7 .faq-container{max-width:100%}.theme-7 .faq-header{margin-bottom:40px}.theme-7 .faq-title{font-size:32px}.theme-7 .faq-subtitle{font-size:16px}.theme-7 .faq-question{padding:20px;gap:16px}.theme-7 .faq-question-text{font-size:16px}.theme-7 .faq-toggle-icon{width:36px;height:36px;min-width:36px;min-height:36px}.theme-7 .faq-item-active .faq-answer,.theme-7 .faq-item.active .faq-answer{padding:0 20px 20px}.theme-7 .faq-answer p{font-size:15px}}@media (max-width:480px){.theme-7.faq-section{padding:60px 16px}.theme-7 .faq-title{font-size:28px}.theme-7 .faq-subtitle{font-size:15px}.theme-7 .faq-question{padding:18px}.theme-7 .faq-question-text{font-size:15px}.theme-7 .faq-toggle-icon{width:32px;height:32px;min-width:32px;min-height:32px}}.theme-7.contact-section{position:relative;padding:100px 60px;overflow:hidden;background:#1a1a1a}[data-theme=light] .theme-7.contact-section{background:#fff}[data-theme=dark] .theme-7.contact-section{background:#0a0a0a}.theme-7 .contact-waves{position:absolute;top:0;right:0;width:400px;height:300px;pointer-events:none;z-index:0;opacity:.4}.theme-7 .contact-wave-1{width:100%;height:100%;color:coral}[data-theme=dark] .theme-7 .contact-wave-1{color:#ff8a4d}[dir=rtl] .theme-7 .contact-waves{right:auto;left:0}.theme-7 .contact-container{position:relative;max-width:1200px;margin:0 auto;z-index:1}.theme-7 .contact-header{text-align:center;margin-bottom:60px}.theme-7 .contact-title{font-size:clamp(36px,5vw,56px);font-weight:800;line-height:1.2;margin-bottom:20px;letter-spacing:-.5px}.theme-7 .contact-title-highlight{background:linear-gradient(135deg,#f59e0b 0,#dd9c00 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .theme-7 .contact-title-highlight{background:linear-gradient(135deg,#f59e0b 0,#dd9c00 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.theme-7 .contact-subtitle{font-size:clamp(16px,2vw,20px);font-weight:400;line-height:1.6;max-width:900px;margin:0 auto;color:#b8b8b8}[data-theme=light] .theme-7 .contact-subtitle{color:#717171}[data-theme=dark] .theme-7 .contact-subtitle{color:#c5c5c5}.theme-7 .contact-content{display:grid;grid-template-columns:40% 60%;gap:20px;align-items:start;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.1);border-radius:16px}[data-theme=dark] .theme-7 .contact-content{background:#333}.theme-7 .contact-info-card{position:relative;background:linear-gradient(135deg,#0a2733 0,#0d3d4f 100%);border-radius:inherit;padding:48px 40px;box-shadow:0 8px 32px rgba(0,0,0,.4);overflow:hidden;height:100%;top:20px;right:-20px}@media (max-width:1023px){.theme-7 .contact-info-card{top:0;right:0}}[data-theme=light] .theme-7 .contact-info-card{box-shadow:0 8px 32px rgba(0,0,0,.15)}.theme-7 .contact-card-title{font-size:clamp(24px,3vw,26px);font-weight:700;color:#fff;margin-bottom:12px}.theme-7 .contact-card-subtitle{font-size:16px;font-weight:400;color:rgba(255,255,255,.7);margin-bottom:40px}.theme-7 .contact-details{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.theme-7 .contact-detail-item{display:flex;align-items:center;gap:16px;text-decoration:none!important;color:rgba(255,255,255,.9)!important;transition:all .3s ease!important}.theme-7 .contact-detail-item:hover{color:#fff;transform:translateX(4px)}[dir=rtl] .theme-7 .contact-detail-item:hover{transform:translateX(-4px)}.theme-7 .contact-icon{flex-shrink:0;color:#fff;width:24px;height:24px}.theme-7 .contact-detail-text{font-size:clamp(16px,1.8vw,18px);font-weight:400;line-height:1.5}.theme-7 .contact-social{display:flex;gap:16px;margin-top:40px}.theme-7 .social-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;text-decoration:none}.theme-7 .social-icon svg{width:24px;height:24px}.theme-7 .social-twitter{background:orange;color:#fff!important}.theme-7 .social-instagram{background:orange;color:#fff!important}.theme-7 .social-facebook{background:#f59e0b;color:#fff!important}.theme-7 .social-icon:hover{transform:translateY(-4px) scale(1.1);box-shadow:0 8px 20px rgba(245,158,11,.4)}.theme-7 .contact-decorative-shapes{position:absolute;bottom:-50px;right:-50px;width:300px;height:300px;pointer-events:none;z-index:0}.theme-7 .decorative-circle{position:absolute;border-radius:50%;filter:blur(40px)}.theme-7 .decorative-circle-1{width:200px;height:200px;background:rgba(255,255,255,.08);bottom:0;right:0}.theme-7 .decorative-circle-2{width:150px;height:150px;background:rgba(255,255,255,.05);bottom:30px;right:30px}.theme-7 .decorative-circle-3{width:120px;height:120px;background:rgba(255,255,255,.03);bottom:60px;right:60px}[dir=rtl] .theme-7 .contact-decorative-shapes{right:auto;left:-50px}.theme-7 .contact-form-wrapper{background:#2a2a2a;border-radius:16px;padding:60px 50px}[data-theme=light] .theme-7 .contact-form-wrapper{background:0 0}[data-theme=dark] .theme-7 .contact-form-wrapper{background:0 0}.theme-7 .contact-form{display:flex;flex-direction:column;gap:24px}.theme-7 .form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.theme-7 .form-field{display:flex;flex-direction:column}.theme-7 .form-label{font-size:16px;font-weight:500;margin-bottom:8px;color:#fff}[data-theme=light] .theme-7 .form-label{color:#2a2a2a}[data-theme=dark] .theme-7 .form-label{color:#fff}.theme-7 .form-input{background:0 0;border:none;border-bottom:1px solid rgba(255,255,255,.2);padding:12px 0;font-size:16px;color:#fff;transition:all .3s ease;outline:0;text-align:right}[dir=ltr] .theme-7 .form-input{text-align:left}[data-theme=light] .theme-7 .form-input{border-bottom-color:rgba(0,0,0,.2);color:#2a2a2a}[data-theme=dark] .theme-7 .form-input{border-bottom-color:rgba(255,255,255,.2);color:#fff}.theme-7 .form-input::placeholder{color:rgba(255,255,255,.5)}[data-theme=light] .theme-7 .form-input::placeholder{color:rgba(0,0,0,.4)}.theme-7 .form-input:focus{border-bottom-width:2px;border-bottom-color:#f59e0b}.theme-7 .form-input.error{border-bottom-color:#ef4444}.theme-7 .form-input.success{border-bottom-color:#10b981}.theme-7 .phone-input-wrapper{position:relative;display:flex;align-items:center}.theme-7 .phone-flag{font-size:24px;margin-right:8px;line-height:1}[dir=rtl] .theme-7 .phone-flag{margin-right:0;margin-left:8px}.theme-7 .textarea-wrapper{position:relative}.theme-7 .form-textarea{background:0 0;border:none;border-bottom:1px solid rgba(255,255,255,.2);padding:12px 0;font-size:16px;color:#fff;min-height:120px;max-height:200px;resize:vertical;line-height:1.6;width:100%;font-family:inherit;transition:all .3s ease;outline:0}[data-theme=light] .theme-7 .form-textarea{border-bottom-color:rgba(0,0,0,.2);color:#2a2a2a}[data-theme=dark] .theme-7 .form-textarea{border-bottom-color:rgba(255,255,255,.2);color:#fff}.theme-7 .form-textarea::placeholder{color:rgba(255,255,255,.5)}[data-theme=light] .theme-7 .form-textarea::placeholder{color:rgba(0,0,0,.4)}.theme-7 .form-textarea:focus{border-bottom-width:2px;border-bottom-color:#f59e0b}.theme-7 .form-textarea.error{border-bottom-color:#ef4444}.theme-7 .form-textarea.success{border-bottom-color:#10b981}@keyframes theme7Shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.theme-7 .contact-form.shake{animation:theme7Shake .5s ease-in-out}.theme-7 .textarea-icon{position:absolute;right:0;bottom:12px;font-size:20px;opacity:.4;pointer-events:none}[dir=rtl] .theme-7 .textarea-icon{right:auto;left:0}.theme-7 .contact-submit-btn{width:200px;height:56px;background:linear-gradient(135deg,#0a2733 0,#0f4a5f 100%)!important;color:#fff;border:none!important;border-radius:6px;font-size:18px;font-weight:700;cursor:pointer!important;transition:all .3s ease!important;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:24px;box-shadow:0 4px 16px rgba(10,39,51,.3);align-self:flex-end;margin-right:auto}[dir=rtl] .theme-7 .contact-submit-btn{margin-left:auto;margin-right:0}.theme-7 .contact-submit-btn:hover{background:linear-gradient(135deg,#08212b 0,#0d3d4f 100%);transform:translateY(-2px);box-shadow:0 8px 24px rgba(10,39,51,.5)}.theme-7 .contact-submit-btn:active{transform:translateY(0) scale(.98)}.theme-7 .contact-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.theme-7 .submit-icon{transition:transform .3s ease}.theme-7 .contact-submit-btn:hover .submit-icon{transform:translateX(4px)}[dir=rtl] .theme-7 .contact-submit-btn:hover .submit-icon{transform:translateX(-4px)}@media (max-width:1023px){.theme-7.contact-section{padding:80px 40px}.theme-7 .contact-content{grid-template-columns:1fr;gap:40px}.theme-7 .contact-info-card{padding:40px 32px}.theme-7 .contact-form-wrapper{padding:40px 32px}}@media (max-width:767px){.theme-7.contact-section{padding:60px 20px}.theme-7 .contact-header{margin-bottom:40px}.theme-7 .contact-title{font-size:clamp(28px,6vw,40px)}.theme-7 .contact-subtitle{font-size:clamp(14px,3.5vw,18px)}.theme-7 .contact-info-card{padding:32px 24px;border-radius:20px}.theme-7 .contact-card-title{font-size:24px}.theme-7 .contact-details{gap:20px;margin-bottom:32px}.theme-7 .contact-detail-text{font-size:16px}.theme-7 .contact-social{justify-content:center}.theme-7 .contact-form-wrapper{padding:32px 24px;border-radius:16px}.theme-7 .form-row{grid-template-columns:1fr;gap:24px}.theme-7 .contact-submit-btn{width:100%;height:52px;font-size:16px}}@media (max-width:480px){.theme-7.contact-section{padding:60px 16px}.theme-7 .contact-title{font-size:clamp(24px,7vw,36px)}.theme-7 .contact-subtitle{font-size:clamp(13px,4vw,16px)}.theme-7 .contact-info-card{padding:28px 20px}.theme-7 .contact-form-wrapper{padding:28px 20px}.theme-7 .form-label{font-size:15px}.theme-7 .form-input,.theme-7 .form-textarea{font-size:15px}}.theme-7.booking-section{position:relative;padding:100px 60px;overflow:hidden;background:#0a0a0a}[data-theme=light] .theme-7.booking-section{background:linear-gradient(180deg,#fff 0,#ede9fe 100%)}[data-theme=dark] .theme-7.booking-section{background:#141414}.theme-7 .booking-grid-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:80px 80px;pointer-events:none;z-index:0;opacity:.5}[data-theme=light] .theme-7 .booking-grid-bg{background-image:linear-gradient(rgba(139,92,246,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(139,92,246,.05) 1px,transparent 1px)}.theme-7 .booking-gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}[data-theme=dark] .theme-7 .booking-gradient-overlay{background:radial-gradient(circle at center,rgba(139,92,246,.15) 0,transparent 70%)}[data-theme=light] .theme-7 .booking-gradient-overlay{background:radial-gradient(circle at center,rgba(139,92,246,.08) 0,transparent 70%)}.theme-7 .booking-container{position:relative;max-width:1600px;width:100%;margin:0 auto;padding:0 40px;z-index:1}.theme-7 .booking-header{text-align:center;margin-bottom:60px}.theme-7 .booking-title{font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1.2;letter-spacing:-1px;margin-bottom:0;background:linear-gradient(135deg,#ceb3ff 0,#4b2198 65%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 10px rgba(139,92,246,.2)}[data-theme=dark] .theme-7 .booking-title{background:linear-gradient(135deg,#ceb3ff 0,#4b2198 65%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.theme-7 .booking-content{display:flex;flex-direction:row;gap:60px;align-items:center;justify-content:center;width:100%}.theme-7 .course-card{position:relative;flex:0 0 35%;min-width:400px;background:linear-gradient(135deg,#0d0d1f 0,#1e1e3f 100%);border:2px solid #8b5cf6;border-radius:24px;padding:32px 28px;box-shadow:0 10px 40px rgba(0,0,0,.5);overflow:hidden}.theme-7 .booking-form-wrapper{flex:0 0 65%;min-width:600px}[data-theme=light] .theme-7 .course-card{box-shadow:0 10px 40px rgba(139,92,246,.25)}.theme-7 .course-badge{text-align:center;color:#fff;font-size:30px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:8px 0;margin-bottom:24px;border-radius:8px}.theme-7 .course-video-preview{position:relative;width:100%;height:240px;border-radius:16px;overflow:hidden;margin-bottom:32px;box-shadow:0 8px 24px rgba(0,0,0,.3);cursor:pointer}.theme-7 .course-video-thumbnail{width:100%;height:100%;object-fit:cover;filter:brightness(.7);transition:filter .3s ease;display:block}.theme-7 .course-video-preview:hover .course-video-thumbnail{filter:brightness(.8)}.theme-7 .checkout-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.95)!important;border:none!important;display:flex;align-items:center;justify-content:center;cursor:pointer!important;transition:all .3s ease!important;box-shadow:0 8px 32px rgba(139,92,246,.4);z-index:2}.theme-7 .checkout-play-btn svg{color:#8b5cf6;width:24px;height:24px;flex-shrink:0}.theme-7 .checkout-play-btn:hover{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 12px 40px rgba(139,92,246,.6)}.theme-7 .course-price-display{display:flex;justify-content:space-between;align-items:baseline;padding:20px 0;margin-bottom:32px;width:100%}.theme-7 .price-label{color:rgba(255,255,255,.7);font-size:16px;font-weight:400}.theme-7 .price-amount{color:#8b5cf6;font-size:clamp(32px,4vw,42px);font-weight:800;letter-spacing:-1px}.theme-7 .price-currency{font-size:24px;font-weight:600}.theme-7 .course-enroll-btn{width:100%;height:56px;background:linear-gradient(135deg,#8b5cf6 0,#9333ea 100%)!important;color:#fff;border:none!important;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer!important;transition:all .3s ease!important;box-shadow:0 8px 24px rgba(139,92,246,.4);text-transform:capitalize}.theme-7 .course-enroll-btn:hover{background:linear-gradient(135deg,#7c3aed 0,#8b5cf6 100%);transform:translateY(-3px);box-shadow:0 12px 32px rgba(139,92,246,.6)}.theme-7 .course-enroll-btn:active{transform:translateY(0) scale(.98);box-shadow:0 4px 16px rgba(139,92,246,.4)}.theme-7 .booking-form-wrapper{background:#2a2a2a;border-radius:24px;padding:56px 48px;box-shadow:0 10px 40px rgba(0,0,0,.3)}[data-theme=light] .theme-7 .booking-form-wrapper{background:#fff;box-shadow:0 10px 40px rgba(0,0,0,.08)}[data-theme=dark] .theme-7 .booking-form-wrapper{background:#333}.theme-7 .booking-form{display:flex;flex-direction:column;gap:28px;width:100%}.theme-7 .booking-form-title{font-size:clamp(20px,2.5vw,28px);font-weight:700;color:#fff;margin-bottom:32px;text-align:right}[data-theme=light] .theme-7 .booking-form-title{color:#1a1a1a}[data-theme=dark] .theme-7 .booking-form-title{color:#fff}[dir=ltr] .theme-7 .booking-form-title{text-align:left}.theme-7 .booking-form-field{display:flex;flex-direction:column;width:100%}.theme-7 .booking-form-label{font-size:16px;font-weight:500;margin-bottom:10px;color:#fff;display:block}[data-theme=light] .theme-7 .booking-form-label{color:#1a1a1a}[data-theme=dark] .theme-7 .booking-form-label{color:#fff}.theme-7 .booking-form-input{background:0 0;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:14px 16px;font-size:16px;color:#fff;width:100%;height:52px;transition:all .3s ease;outline:0;box-sizing:border-box;text-align:right}[dir=ltr] .theme-7 .booking-form-input{text-align:left}[data-theme=light] .theme-7 .booking-form-input{background:#f9fafb;border-color:#e5e7eb;color:#1a1a1a}[data-theme=dark] .theme-7 .booking-form-input{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.15);color:#fff}.theme-7 .booking-form-input::placeholder{color:rgba(255,255,255,.4)}[data-theme=light] .theme-7 .booking-form-input::placeholder{color:#9ca3af}.theme-7 .booking-form-input:focus{border:2px solid #8b5cf6;box-shadow:0 0 0 4px rgba(139,92,246,.1);background:rgba(139,92,246,.05)}[data-theme=light] .theme-7 .booking-form-input:focus{background:rgba(139,92,246,.02)}.theme-7 .booking-form-input.error{border-color:#ef4444}.theme-7 .booking-form-input.success{border-color:#22c55e}.theme-7 .payment-methods-section{margin-top:16px}.theme-7 .payment-methods-title{font-size:clamp(16px,2vw,20px);font-weight:600;color:#fff;margin-bottom:12px;text-align:right}[data-theme=light] .theme-7 .payment-methods-title{color:#1a1a1a}[data-theme=dark] .theme-7 .payment-methods-title{color:#fff}[dir=ltr] .theme-7 .payment-methods-title{text-align:left}.theme-7 .payment-methods-subtitle{font-size:15px;font-weight:400;line-height:1.5;color:rgba(255,255,255,.6);margin-bottom:24px;text-align:right}[data-theme=light] .theme-7 .payment-methods-subtitle{color:#6b7280}[data-theme=dark] .theme-7 .payment-methods-subtitle{color:rgba(255,255,255,.6)}[dir=ltr] .theme-7 .payment-methods-subtitle{text-align:left}.theme-7 .payment-options{display:flex;flex-direction:column;gap:16px;width:100%}.theme-7 .payment-option{background:0 0;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:8px 13px;cursor:pointer;transition:all .3s ease;width:100%;box-sizing:border-box}[data-theme=light] .theme-7 .payment-option{background:#fff;border-color:#e5e7eb}[data-theme=dark] .theme-7 .payment-option{background:0 0;border-color:rgba(255,255,255,.15)}.theme-7 .payment-option:hover{border-color:#8b5cf6;box-shadow:0 4px 16px rgba(139,92,246,.15);transform:translateY(-2px)}.theme-7 .payment-option-selected{background:rgba(34,197,94,.1);border:2px solid #22c55e}[data-theme=light] .theme-7 .payment-option-selected{background:rgba(34,197,94,.1);border-color:#22c55e}[data-theme=dark] .theme-7 .payment-option-selected{background:rgba(34,197,94,.1);border-color:#22c55e}.theme-7 .payment-option-content{display:flex;align-items:center;gap:16px;width:100%}[dir=ltr] .theme-7 .payment-option-content{flex-direction:row}.theme-7 .payment-logo{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.theme-7 .payment-option-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;align-items:start}.theme-7 .payment-option-title{font-size:12px;font-weight:600;color:#fff;margin-bottom:4px}[data-theme=light] .theme-7 .payment-option-title{color:#1a1a1a}[data-theme=dark] .theme-7 .payment-option-title{color:#fff}.theme-7 .payment-card-number{font-size:12px;font-weight:400;color:rgba(255,255,255,.6);margin-bottom:2px}[data-theme=light] .theme-7 .payment-card-number{color:#2c2c2c}[data-theme=dark] .theme-7 .payment-card-number{color:rgba(255,255,255,.6)}.theme-7 .payment-card-expiry{font-size:10px;font-weight:400;color:rgba(255,255,255,.5)}[data-theme=light] .theme-7 .payment-card-expiry{color:#696969}[data-theme=dark] .theme-7 .payment-card-expiry{color:rgba(255,255,255,.5)}@media (min-width:1600px){.theme-7 .booking-container{max-width:1800px;padding:0 60px}.theme-7 .booking-content{gap:80px}.theme-7 .course-card{min-width:480px}.theme-7 .booking-form-wrapper{min-width:800px}}@media (max-width:1023px){.theme-7.booking-section{padding:80px 40px}.theme-7 .booking-container{padding:0 20px}.theme-7 .booking-content{flex-direction:column;gap:48px;align-items:stretch}.theme-7 .course-card{flex:1 1 100%;min-width:unset;max-width:100%;margin:0 auto}.theme-7 .booking-form-wrapper{flex:1 1 100%;min-width:unset;max-width:100%;padding:40px 32px}}@media (max-width:767px){.theme-7.booking-section{padding:60px 20px}.theme-7 .booking-container{padding:0 10px}.theme-7 .booking-header{margin-bottom:40px}.theme-7 .booking-title{font-size:clamp(28px,6vw,40px)}.theme-7 .booking-content{flex-direction:column;gap:40px;align-items:stretch}.theme-7 .course-card{flex:1 1 100%;min-width:unset;max-width:100%}.theme-7 .booking-form-wrapper{flex:1 1 100%;min-width:unset;max-width:100%}.theme-7 .course-card{padding:24px 20px;border-radius:20px}.theme-7 .course-video-preview{height:200px}.theme-7 .checkout-play-btn{width:56px;height:56px}.theme-7 .checkout-play-btn svg{width:20px;height:20px}.theme-7 .price-amount{font-size:clamp(28px,5vw,36px)}.theme-7 .course-enroll-btn{height:52px;font-size:16px}.theme-7 .booking-form-wrapper{padding:40px 32px;border-radius:20px}.theme-7 .booking-form{gap:24px}.theme-7 .booking-form-title{font-size:20px;margin-bottom:24px}}@media (max-width:480px){.theme-7.booking-section{padding:40px 16px}.theme-7 .booking-container{padding:0 8px}.theme-7 .booking-title{font-size:clamp(24px,7vw,32px)}.theme-7 .course-card{flex:1 1 100%;min-width:unset;max-width:100%;padding:20px 16px}.theme-7 .booking-form-wrapper{flex:1 1 100%;min-width:unset;max-width:100%}.theme-7 .course-badge{font-size:14px;padding:6px 0;margin-bottom:20px}.theme-7 .course-video-preview{height:180px;margin-bottom:24px}.theme-7 .course-price-display{padding:16px 0;margin-bottom:24px}.theme-7 .price-label{font-size:14px}.theme-7 .price-amount{font-size:clamp(24px,6vw,32px)}.theme-7 .course-enroll-btn{height:48px;font-size:15px}.theme-7 .booking-form-wrapper{padding:32px 24px}.theme-7 .booking-form-title{font-size:18px;margin-bottom:20px}.theme-7 .booking-form-label{font-size:14px}.theme-7 .booking-form-input{padding:12px 14px;height:48px;font-size:15px}.theme-7 .payment-methods-title{font-size:16px}.theme-7 .payment-methods-subtitle{font-size:13px}.theme-7 .payment-option{padding:16px 18px}.theme-7 .payment-option-title{font-size:15px}}@keyframes theme7BookingShake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.theme-7 .booking-form.shake{animation:theme7BookingShake .5s ease-in-out}.theme-7 .course-enroll-btn:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.theme-7.footer-section{background:#1a1a1a!important;color:#fff!important;padding:60px 0 0;position:relative!important;width:100%;min-height:unset!important}[data-theme=dark] .theme-7.footer-section{background:#1a1a1a}[data-theme=light] .theme-7.footer-section{background:#fff;color:#1a1a1a}.theme-7 .footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.theme-7 .footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:50px}.theme-7 .footer-column{display:flex;flex-direction:column}.theme-7 .footer-column-title{font-size:18px;font-weight:700;margin-bottom:24px;color:#fff}.theme-7 .footer-newsletter{order:4}.theme-7 .footer-newsletter-form{display:flex;flex-direction:column;gap:12px}.theme-7 .footer-newsletter-input{width:100%;padding:14px 16px;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:rgba(255,255,255,.05);color:#fff;font-size:14px;font-family:inherit;transition:var(--theme7-transition)}[data-theme=light] .theme-7 .footer-newsletter-input{background:#f5f5f5;border-color:#e0e0e0;color:#1a1a1a}.theme-7 .footer-newsletter-input::placeholder{color:rgba(255,255,255,.6)}[data-theme=light] .theme-7 .footer-newsletter-input::placeholder{color:#999}.theme-7 .footer-newsletter-input:focus{outline:0;border-color:#f58220;background:rgba(255,255,255,.1)}[data-theme=light] .theme-7 .footer-newsletter-input:focus{background:#fff;border-color:#f58220}.theme-7 .footer-newsletter-btn{width:100%;padding:14px 24px;background:#f39c12!important;color:#fff;border:none!important;border-radius:8px;font-size:14px;font-weight:700;text-transform:uppercase;cursor:pointer!important;transition:var(--theme7-transition)!important;font-family:inherit!important}.theme-7 .footer-newsletter-btn:hover{background:#e6731a;transform:translateY(-2px)}.theme-7 .footer-contact{order:3}.theme-7 .footer-contact-list{display:flex;flex-direction:column;gap:16px}.theme-7 .footer-contact-item{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;transition:var(--theme7-transition)}.theme-7 .footer-contact-item:hover{color:#f58220}.theme-7 .footer-contact-icon{width:20px;height:20px;color:#f58220;flex-shrink:0}[dir=rtl] .theme-7 .footer-contact-icon{order:2}[dir=rtl] .theme-7 .footer-contact-text{order:1}.theme-7 .footer-contact-text{font-size:14px;line-height:1.5}.theme-7 .footer-links{order:2}.theme-7 .footer-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.theme-7 .footer-links-list li a{color:#fff;text-decoration:none;font-size:14px;transition:var(--theme7-transition);display:inline-block}.theme-7 .footer-links-list li a:hover{color:#f58220;transform:translateX(4px)}[dir=rtl] .theme-7 .footer-links-list li a:hover{transform:translateX(-4px)}.theme-7 .footer-logo{margin-bottom:20px}.theme-7 .footer-logo-image{height:40px;width:auto;display:block}.theme-7 .footer-logo-image.logo-light{display:block}.theme-7 .footer-logo-image.logo-dark{display:none}[data-theme=dark] .theme-7 .footer-logo-image.logo-light{display:none}[data-theme=dark] .theme-7 .footer-logo-image.logo-dark{display:block}.theme-7 .footer-description{font-size:14px;line-height:1.7;color:rgba(255,255,255,.9);margin-bottom:24px}.theme-7 .footer-payment{display:flex;flex-direction:column;gap:16px}.theme-7 .footer-payment-secure{display:flex;align-items:center;gap:8px;margin-bottom:8px}.theme-7 .footer-payment-lock-icon{width:16px;height:16px;color:#f58220;flex-shrink:0}[dir=rtl] .theme-7 .footer-payment-lock-icon{order:2}[dir=rtl] .theme-7 .footer-payment-secure-text{order:1}.theme-7 .footer-payment-secure-text{font-size:14px;color:#fff;font-weight:500}.theme-7 .footer-payment-logos{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.theme-7 .footer-payment-logo{display:flex;align-items:center;justify-content:center}.theme-7 .footer-bottom{padding:30px 0;border-top:1px solid rgba(255,255,255,.1)}.theme-7 .footer-separator{height:1px;background:rgba(255,255,255,.1);margin-bottom:24px}[data-theme=light] .theme-7 .footer-separator{background:rgba(26,26,26,.1)}.theme-7 .footer-copyright{text-align:center;font-size:14px;color:rgba(255,255,255,.8);margin:0}.theme-7 .footer-copyright-highlight{color:#f58220;font-weight:700}@media (max-width:1024px){.theme-7 .footer-content{grid-template-columns:repeat(2,1fr);gap:40px 30px}}@media (max-width:768px){.theme-7.footer-section{padding:50px 0 0}.theme-7 .footer-content{grid-template-columns:1fr;gap:40px}.theme-7 .footer-description,.theme-7 .footer-links{display:none}.theme-7 .footer-company,.theme-7 .footer-contact{align-items:center}.theme-7 .footer-column-title{font-size:16px;margin-bottom:20px}.theme-7 .footer-payment-logos{justify-content:flex-start}[dir=rtl] .theme-7 .footer-payment-logos{justify-content:flex-start}.theme-7 .footer-copyright{font-size:12px;padding:0 20px}}@media (max-width:480px){.theme-7 .footer-container{padding:0 16px}.theme-7.footer-section{padding:40px 0 0}.theme-7 .footer-content{gap:32px}.theme-7 .footer-newsletter-btn,.theme-7 .footer-newsletter-input{padding:12px 16px;font-size:13px}}.theme-7 .video-testimonials-section{position:relative;padding:120px 20px;overflow:hidden;z-index:2;width:100%}[data-theme=dark] .theme-7 .video-testimonials-section{background:#000}.theme-7 .video-testimonials-section .testimonial-shape{position:absolute;width:120px;height:120px;border-radius:32px;background-repeat:no-repeat;background-position:center;background-size:contain;box-shadow:0 18px 50px rgba(0,0,0,.55);transform:rotate(18deg);opacity:.9;z-index:1}.theme-7 .video-testimonials-section .testimonial-shape-left{top:60px;left:-40px;background-image:url(images/theme-2/testimonial-shape-left.svg);animation:floatShapeLeft 12s ease-in-out infinite}.theme-7 .video-testimonials-section .testimonial-shape-right{bottom:60px;right:-40px;background-image:url(images/theme-2/testimonial-shape-right.svg);animation:floatShapeRight 14s ease-in-out infinite}.theme-7 .video-testimonials-background{position:absolute;top:0;left:0;right:0;bottom:0;background:#255bf9;z-index:0;opacity:1;clip-path:polygon(0 8%,100% 0,100% 92%,0 100%)}.theme-7 .video-testimonials-background::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;opacity:1}.theme-7 .video-testimonials-container{max-width:1400px;margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.theme-7 .video-testimonials-title-wrapper{display:block;margin-bottom:16px;position:relative}.theme-7 .video-testimonials-title{font-family:Alexandria,sans-serif;font-weight:400;font-size:56px;line-height:1.7;letter-spacing:0;color:#fff;text-align:center;margin:0;display:block;width:100%}.theme-7 .video-testimonials-title .video-title-part{background:linear-gradient(to right,#2f90ab 0,#64c8ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.theme-7 .video-testimonials-title .video-title-highlight{color:#fff;font-weight:700}.theme-7 .video-testimonials-subtitle{font-family:Almarai,sans-serif;font-weight:400;font-size:25px;line-height:1.96;letter-spacing:0;color:#fff;text-align:center;margin:0 0 60px 0}.theme-7 .video-testimonials-slider{position:relative;width:100%;max-width:935px;margin:0 auto}.theme-7 .video-testimonials-track-wrapper{overflow:hidden;padding:50px 0 32px;height:530px}.theme-7 .video-testimonials-track{display:flex;align-items:stretch;will-change:transform;transition:transform .6s cubic-bezier(.22,.61,.36,1)}.theme-7 .video-testimonials-track>*{display:block!important;opacity:1!important;visibility:visible!important}[dir=rtl] .theme-7 .video-testimonials-track{display:flex!important;direction:rtl}[dir=rtl] .theme-7 .video-testimonials-track>*{display:block!important;opacity:1!important;visibility:visible!important}.theme-7 .video-testimonial-card{flex:0 0 100%;padding:0 14px;perspective:1200px}.theme-7 .video-testimonial-card-inner{position:relative;height:450px;border-radius:24px;overflow:hidden;background:#1a1a1f;cursor:pointer;transform-origin:center bottom;transform:translateY(0) scale(1) rotate(0);transition:transform .5s ease,box-shadow .4s ease;max-width:320px;margin:0 auto;border:4px solid #fff}.theme-7 .video-testimonial-card,.theme-7 .video-testimonial-card.cloned{display:block!important;opacity:1!important;visibility:visible!important;width:auto!important}[dir=rtl] .theme-7 .video-testimonial-card,[dir=rtl] .theme-7 .video-testimonial-card.cloned{display:block!important;opacity:1!important;visibility:visible!important}[dir=rtl] .theme-7 .video-testimonials-track>*{display:block!important;opacity:1!important;visibility:visible!important}.theme-7 .video-testimonial-card:hover{box-shadow:0 12px 32px rgba(85,85,85,.2)}.theme-7 .video-testimonial-card.is-center .video-testimonial-card-inner{transform:translateY(-29px) scale(1.03) rotate(0);box-shadow:0 32px 90px rgba(0,0,0,.9)}.theme-7 .video-testimonial-card-inner .video-testimonial-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.theme-7 .video-testimonial-image img{width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}.theme-7 .video-testimonial-overlay{position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(to top,rgba(0,0,0,.95) 0,rgba(0,0,0,.7) 50%,transparent 100%);z-index:2}.theme-7 .video-testimonial-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;background:#255bf9;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;box-shadow:0 4px 16px rgba(0,0,0,.3)}.theme-7 .video-testimonial-play-btn:hover{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 8px 24px rgba(47,144,171,.4)}.theme-7 .video-testimonial-play-btn svg{width:32px;height:32px}.theme-7 .video-testimonial-play-btn svg path{fill:#fff}.theme-7 .video-testimonial-content{position:absolute;bottom:0;left:0;width:100%;padding:24px;z-index:4;display:flex;flex-direction:column;gap:12px}.theme-7 .video-testimonial-rating{display:flex;gap:4px;align-items:center}.theme-7 .video-testimonial-rating svg{width:16px;height:16px;flex-shrink:0}.theme-7 .video-testimonial-rating svg path{fill:#fff}.theme-7 .video-testimonial-name{font-size:16px;font-weight:600;color:#fff;margin:0;line-height:1.2}.theme-7 .video-testimonial-duration{font-size:12px;color:#bcbcbc;margin:0;line-height:1.2}.theme-7 .video-testimonial-avatar{position:absolute;bottom:20px;right:24px;width:48px;height:48px;border-radius:50%;border:2px solid #fff;overflow:hidden;z-index:5;background:#1a1a1f}.theme-7 .video-testimonial-avatar img{width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}.theme-7 .video-testimonials-arrow{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .3s ease,transform .3s ease,border-color .3s ease,box-shadow .3s ease;color:#fff}.theme-7 .video-testimonials-arrow svg{width:20px;height:20px;stroke:currentColor}.theme-7 .video-testimonials-arrow:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.3)}.theme-7 .video-testimonials-arrow:active{transform:scale(.95)}[dir=rtl] .theme-7 .video-testimonials-arrow-prev svg{transform:rotate(180deg)}[dir=rtl] .theme-7 .video-testimonials-arrow-next svg{transform:rotate(180deg)}.theme-7 .video-testimonials-dots{display:flex;justify-content:center;gap:10px;margin-top:6px}.theme-7 .video-testimonials-dots button{width:7px;height:7px;border-radius:999px;border:none;background:rgba(255,255,255,.26);cursor:pointer;padding:0;transition:background .25s ease,transform .25s ease,width .25s ease}.theme-7 .video-testimonials-dots button.is-active{width:24px;background:rgba(255,255,255,.8)}[dir=ltr] .theme-7 .video-testimonials-title{direction:ltr}[dir=rtl] .theme-7 .video-testimonial-avatar{left:24px;right:auto}[dir=rtl] .theme-7 .video-testimonial-content{text-align:right}[dir=rtl] .theme-7 .video-testimonial-rating{justify-content:flex-end}@media (min-width:1400px){.theme-7 .video-testimonials-container{max-width:1400px}}@media (min-width:768px){.theme-7 .video-testimonial-card{flex:0 0 50%}}@media (min-width:1024px){.theme-7 .video-testimonial-card{flex:0 0 33.3333%}}@media (max-width:1399px) and (min-width:1024px){.theme-7 .video-testimonials-section{padding:100px 20px}.theme-7 .video-testimonials-container{max-width:100%;padding:0 20px}.theme-7 .video-testimonials-title-wrapper{gap:20px}.theme-7 .video-testimonials-title{font-size:48px;line-height:1.7}[dir=rtl] .theme-7 .video-testimonials-title{font-size:46px}.theme-7 .video-testimonials-subtitle{font-size:20px;line-height:1.8;margin-bottom:50px}.theme-7 .video-testimonial-card{flex:0 0 33.3333%}}@media (max-width:1023px) and (min-width:768px){.theme-7 .video-testimonials-section{padding:80px 20px}.theme-7 .video-testimonials-container{max-width:100%;padding:0 15px}.theme-7 .video-testimonials-title-wrapper{gap:15px}.theme-7 .video-testimonials-title{font-size:42px;line-height:1.7;margin-bottom:0}[dir=rtl] .theme-7 .video-testimonials-title{font-size:40px}.theme-7 .video-testimonials-subtitle{font-size:18px;line-height:1.75;margin-bottom:40px;padding:0 10px}.theme-7 .video-testimonial-card{flex:0 0 50%}.theme-7 .video-testimonials-arrow{width:34px;height:34px}.theme-7 .video-testimonials-arrow svg{width:18px;height:18px}.theme-7 .video-testimonial-play-btn{width:70px;height:70px}.theme-7 .video-testimonial-play-btn svg{width:24px;height:24px}.theme-7 .video-testimonial-content{padding:24px}.theme-7 .video-testimonial-name{font-size:18px}.theme-7 .video-testimonial-duration{font-size:13px}.theme-7 .video-testimonial-avatar{width:44px;height:44px}}@media (max-width:767px) and (min-width:640px){.theme-7 .video-testimonials-section{padding:70px 15px}.theme-7 .video-testimonials-container{max-width:100%;padding:0 10px}.theme-7 .video-testimonials-title{font-size:32px;line-height:1.7;margin-bottom:14px}[dir=rtl] .theme-7 .video-testimonials-title{font-size:30px}.theme-7 .video-testimonials-subtitle{font-size:16px;line-height:1.7;margin-bottom:35px;padding:0 5px}.theme-7 .video-testimonials-slider{min-height:500px}.theme-7 .video-testimonial-card{height:450px;min-width:280px}.theme-7 .video-testimonial-play-btn{width:64px;height:64px}.theme-7 .video-testimonial-play-btn svg{width:22px;height:22px}.theme-7 .video-testimonial-content{padding:20px}.theme-7 .video-testimonial-name{font-size:17px}.theme-7 .video-testimonial-duration{font-size:12px}.theme-7 .video-testimonial-avatar{width:40px;height:40px}}@media (max-width:639px) and (min-width:480px){.theme-7 .video-testimonials-section{padding:60px 10px}.theme-7 .video-testimonials-container{padding:0 5px}.theme-7 .video-testimonials-title-wrapper{gap:10px;flex-wrap:wrap}.theme-7 .video-testimonials-title{font-size:28px;line-height:1.6;margin-bottom:0}[dir=rtl] .theme-7 .video-testimonials-title{font-size:26px}.theme-7 .video-testimonials-subtitle{font-size:15px;line-height:1.65;margin-bottom:30px}.theme-7 .video-testimonials-arrow{width:32px;height:32px}.theme-7 .video-testimonials-arrow svg{width:16px;height:16px}.theme-7 .video-testimonial-play-btn{width:60px;height:60px}.theme-7 .video-testimonial-play-btn svg{width:20px;height:20px}.theme-7 .video-testimonial-content{padding:18px}.theme-7 .video-testimonial-name{font-size:16px}.theme-7 .video-testimonial-duration{font-size:11px}.theme-7 .video-testimonial-avatar{width:36px;height:36px}}@media (max-width:480px){.theme-7 .video-testimonials-section{padding:50px 10px}.theme-7 .video-testimonials-title{font-size:24px;line-height:1.5}[dir=rtl] .theme-7 .video-testimonials-title{font-size:22px}.theme-7 .video-testimonials-subtitle{font-size:14px;line-height:1.6;margin-bottom:30px}.theme-7 .video-testimonials-section .testimonial-shape-left{width:90px;height:90px;top:40px;left:-30px}.theme-7 .video-testimonials-section .testimonial-shape-right{width:90px;height:90px;bottom:40px;right:-30px}}.theme-7 .wide-video-testimonials-section{position:relative;padding:120px 20px;background:#fff;overflow:hidden;z-index:2;width:100%}[data-theme=dark] .theme-7 .wide-video-testimonials-section{background:#000}.theme-7 .wide-video-testimonials-section .testimonial-shape{position:absolute;width:120px;height:120px;border-radius:32px;background-repeat:no-repeat;background-position:center;background-size:contain;box-shadow:0 18px 50px rgba(0,0,0,.55);transform:rotate(18deg);opacity:.9;z-index:1}.theme-7 .wide-video-testimonials-section .testimonial-shape-left{top:60px;left:-40px;background-image:url(images/theme-2/testimonial-shape-left.svg);animation:floatShapeLeft 12s ease-in-out infinite}.theme-7 .wide-video-testimonials-section .testimonial-shape-right{bottom:60px;right:-40px;background-image:url(images/theme-2/testimonial-shape-right.svg);animation:floatShapeRight 14s ease-in-out infinite}.theme-7 .wide-video-testimonials-background{position:absolute;top:0;left:0;right:0;bottom:0;background:#255bf9;z-index:0;opacity:1;clip-path:polygon(0 8%,100% 0,100% 92%,0 100%)}.theme-7 .wide-video-testimonials-container{max-width:1400px;margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.theme-7 .wide-video-testimonials-title-wrapper{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:16px;position:relative}.theme-7 .wide-video-testimonials-title{font-family:Alexandria,sans-serif;font-weight:400;font-size:56px;line-height:1.7;letter-spacing:0;color:#fff;text-align:center;margin:0;display:block;width:100%}.theme-7 .wide-video-testimonials-subtitle{font-family:Almarai,sans-serif;font-weight:400;font-size:25px;line-height:1.96;letter-spacing:0;color:#fff;text-align:center;margin:0 0 60px 0}.theme-7 .wide-video-testimonials-arrow{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);display:none;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .3s ease,transform .3s ease,border-color .3s ease,box-shadow .3s ease;color:#fff}.theme-7 .wide-video-testimonials-arrow svg{width:20px;height:20px;stroke:currentColor}.theme-7 .wide-video-testimonials-arrow:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.3)}.theme-7 .wide-video-testimonials-arrow:active{transform:scale(.95)}[dir=rtl] .theme-7 .wide-video-testimonials-arrow-prev svg{transform:rotate(180deg)}[dir=rtl] .theme-7 .wide-video-testimonials-arrow-next svg{transform:rotate(180deg)}.theme-7 .wide-video-testimonials-slider{position:relative;width:100%;max-width:1400px;margin:0 auto;overflow:hidden}.theme-7 .wide-video-testimonials-track-wrapper{overflow:hidden;padding:40px 0 32px;position:relative}@media (min-width:1024px){.theme-7 .wide-video-testimonials-track-wrapper{height:530px}}.theme-7 .wide-video-testimonials-track{display:flex;align-items:stretch;will-change:transform;transition:transform .6s cubic-bezier(.22,.61,.36,1);gap:28px}.theme-7 .wide-video-testimonial-card{flex:0 0 100%;padding:0;perspective:1200px}.theme-7 .wide-video-testimonial-card-inner{position:relative;width:638px;height:449px;min-width:638px;min-height:449px;border-radius:24px;overflow:hidden;background:#1a1a1f;cursor:pointer;transform-origin:center bottom;transform:translateY(0) scale(1) rotate(0);transition:transform .5s ease,box-shadow .4s ease;margin:0 auto}.theme-7 .wide-video-testimonial-card{display:block!important;opacity:1!important;visibility:visible!important}.theme-7 .wide-video-testimonial-card-inner .wide-video-testimonial-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.theme-7 .wide-video-testimonial-image img{width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}.theme-7 .wide-video-testimonial-overlay{position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(to top,rgba(0,0,0,.95) 0,rgba(0,0,0,.7) 50%,transparent 100%);z-index:2}.theme-7 .wide-video-testimonial-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;background:#255bf9;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;box-shadow:0 4px 16px rgba(0,0,0,.3)}.theme-7 .wide-video-testimonial-play-btn:hover{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 8px 24px rgba(47,144,171,.4)}.theme-7 .wide-video-testimonial-play-btn svg{width:32px;height:32px}.theme-7 .wide-video-testimonial-play-btn svg path{fill:#fff}.theme-7 .wide-video-testimonial-content{position:absolute;bottom:0;left:0;right:0;padding:24px;z-index:4;display:flex;flex-direction:column;gap:8px}.theme-7 .wide-video-testimonial-rating{display:flex;gap:4px;margin-bottom:8px}.theme-7 .wide-video-testimonial-rating svg{width:16px;height:16px}.theme-7 .wide-video-testimonial-rating path{fill:#fff}.theme-7 .wide-video-testimonial-name{font-size:16px;font-weight:600;color:#fff;margin:0}@media (max-width:768px){.theme-7 .wide-video-testimonial-content{gap:4px}.theme-7 .wide-video-testimonial-name{font-size:14px}.theme-7 .wide-video-testimonial-duration{font-size:12px}.theme-7 .wide-video-testimonial-rating svg{width:10px;height:10px}}.theme-7 .wide-video-testimonial-duration{font-size:12px;color:rgba(255,255,255,.7);margin:0}.theme-7 .wide-video-testimonial-avatar{position:absolute;bottom:24px;right:24px;width:48px;height:48px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.3)}[dir=rtl] .theme-7 .wide-video-testimonial-avatar{left:24px;right:auto}.theme-7 .wide-video-testimonial-avatar img{width:100%;height:100%;object-fit:cover}.theme-7 .wide-video-testimonial-card.is-center .wide-video-testimonial-card-inner{transform:translateY(-29px) scale(1.03) rotate(0);box-shadow:0 32px 90px rgba(0,0,0,.9)}.theme-7 .wide-video-testimonials-dots{display:flex;justify-content:center;gap:10px;margin-top:6px}.theme-7 .wide-video-testimonials-dots button{width:7px;height:7px;border-radius:999px;border:none;background:rgba(255,255,255,.26);cursor:pointer;padding:0;transition:background .25s ease,transform .25s ease,width .25s ease}.theme-7 .wide-video-testimonials-dots button.is-active{width:24px;background:rgba(255,255,255,.8)}@media (min-width:1024px){.theme-7 .wide-video-testimonial-card{flex:0 0 auto;width:638px;padding:0}.theme-7 .wide-video-testimonial-card-inner{width:638px;height:449px;min-width:638px;min-height:449px;margin:0}.theme-7 .wide-video-testimonials-track{justify-content:flex-start;align-items:center}.theme-7 .wide-video-testimonials-track-wrapper{overflow:visible;padding-left:0;padding-right:0}.theme-7 .wide-video-testimonials-slider{overflow:hidden}}@media (max-width:1399px) and (min-width:1024px){.theme-7 .wide-video-testimonials-title{font-size:48px;line-height:1.7}[dir=rtl] .theme-7 .wide-video-testimonials-title{font-size:46px}.theme-7 .wide-video-testimonials-subtitle{font-size:20px;line-height:1.8;margin-bottom:50px}}@media (min-width:768px) and (max-width:1023px){.theme-7 .wide-video-testimonial-card{flex:0 0 auto;width:500px;padding:0}.theme-7 .wide-video-testimonial-card-inner{width:500px;height:352px;min-width:500px;min-height:352px;margin:0}.theme-7 .wide-video-testimonials-track{justify-content:flex-start;align-items:center;gap:22px}.theme-7 .wide-video-testimonials-track-wrapper{overflow:visible;padding-left:0;padding-right:0}.theme-7 .wide-video-testimonials-slider{overflow:hidden}.theme-7 .wide-video-testimonials-title-wrapper{gap:15px}.theme-7 .wide-video-testimonials-title{font-size:42px;line-height:1.7}[dir=rtl] .theme-7 .wide-video-testimonials-title{font-size:40px}.theme-7 .wide-video-testimonials-subtitle{font-size:18px;line-height:1.75;margin-bottom:40px;padding:0 10px}.theme-7 .wide-video-testimonials-arrow{width:34px;height:34px}.theme-7 .wide-video-testimonials-arrow svg{width:18px;height:18px}}@media (max-width:767px){.theme-7 .wide-video-testimonials-section{padding:80px 16px}.theme-7 .wide-video-testimonials-container{max-width:100%;padding:0}.theme-7 .wide-video-testimonial-card{flex:0 0 auto;width:400px;padding:0}.theme-7 .wide-video-testimonial-card-inner{width:400px;height:281px;min-width:400px;min-height:281px;margin:0}.theme-7 .wide-video-testimonials-track{justify-content:flex-start;align-items:center;gap:18px}.theme-7 .wide-video-testimonials-track-wrapper{overflow:visible;padding-left:0;padding-right:0}.theme-7 .wide-video-testimonials-slider{overflow:hidden;max-width:100%}.theme-7 .wide-video-testimonials-title-wrapper{gap:10px;flex-wrap:wrap;width:100%}.theme-7 .wide-video-testimonials-title{font-size:32px;line-height:1.7;margin-bottom:14px}[dir=rtl] .theme-7 .wide-video-testimonials-title{font-size:30px}.theme-7 .wide-video-testimonials-subtitle{font-size:16px;line-height:1.7;margin-bottom:35px;padding:0 5px}.theme-7 .wide-video-testimonials-arrow{width:32px;height:32px;flex-shrink:0}.theme-7 .wide-video-testimonials-arrow svg{width:16px;height:16px}.theme-7 .wide-video-testimonials-section .testimonial-shape{width:80px;height:80px}.theme-7 .wide-video-testimonials-section .testimonial-shape-left{top:40px;left:-30px}.theme-7 .wide-video-testimonials-section .testimonial-shape-right{bottom:40px;right:-30px}}@media (min-width:480px) and (max-width:639px){.theme-7 .wide-video-testimonial-card{width:400px}.theme-7 .wide-video-testimonial-card-inner{width:400px;height:281px;min-width:400px;min-height:281px}}@media (max-width:479px){.theme-7 .wide-video-testimonial-card{flex:0 0 auto;width:320px;padding:0}.theme-7 .wide-video-testimonial-card-inner{width:320px;height:225px;min-width:320px;min-height:225px;margin:0}.theme-7 .wide-video-testimonials-track{justify-content:flex-start;align-items:center;gap:14px}.theme-7 .wide-video-testimonials-track-wrapper{overflow:visible;padding-left:0;padding-right:0}.theme-7 .wide-video-testimonials-slider{overflow:hidden;max-width:100%}.theme-7 .wide-video-testimonials-title-wrapper{gap:8px}.theme-7 .wide-video-testimonials-title{font-size:28px;line-height:1.6;margin-bottom:0}[dir=rtl] .theme-7 .wide-video-testimonials-title{font-size:26px}.theme-7 .wide-video-testimonials-subtitle{font-size:15px;line-height:1.65;margin-bottom:30px}.theme-7 .wide-video-testimonials-arrow{width:28px;height:28px}.theme-7 .wide-video-testimonials-arrow svg{width:14px;height:14px}}@media (max-width:374px){.theme-7 .wide-video-testimonials-section{padding:60px 12px}.theme-7 .wide-video-testimonial-card{flex:0 0 auto;width:280px;padding:0}.theme-7 .wide-video-testimonial-card-inner{width:280px;height:197px;min-width:280px;min-height:197px;margin:0}.theme-7 .wide-video-testimonials-track{justify-content:flex-start;align-items:center;gap:12px}.theme-7 .wide-video-testimonials-track-wrapper{overflow:visible;padding-left:0;padding-right:0}.theme-7 .wide-video-testimonials-slider{overflow:hidden;max-width:100%}.theme-7 .wide-video-testimonials-title-wrapper{gap:6px;flex-wrap:wrap}.theme-7 .wide-video-testimonials-title{font-size:24px;line-height:1.5}[dir=rtl] .theme-7 .wide-video-testimonials-title{font-size:22px}.theme-7 .wide-video-testimonials-subtitle{font-size:14px;line-height:1.6;margin-bottom:30px}.theme-7 .wide-video-testimonials-arrow{width:24px;height:24px}.theme-7 .wide-video-testimonials-arrow svg{width:12px;height:12px}}[dir=ltr] .theme-7 .wide-video-testimonials-title{direction:ltr}.theme-7.back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;border-radius:50%;background:var(--theme7-accent-gradient);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10000;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(37,91,249,.3);color:#fff}[dir=rtl] .theme-7.back-to-top{right:auto;left:30px}.theme-7.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.theme-7.back-to-top:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(37,91,249,.4)}.theme-7.back-to-top:active{transform:translateY(-2px)}.theme-7.back-to-top svg{width:24px;height:24px;stroke:currentColor;transition:transform .3s ease}.theme-7.back-to-top:hover svg{transform:translateY(-2px)}[data-theme=dark] .theme-7.back-to-top{background:linear-gradient(135deg,#255bf9 0,#1a4dd4 100%);box-shadow:0 4px 12px rgba(37,91,249,.4)}[data-theme=dark] .theme-7.back-to-top:hover{box-shadow:0 8px 20px rgba(37,91,249,.5)}@media (max-width:768px){.theme-7.back-to-top{width:45px;height:45px;bottom:20px;right:20px}[dir=rtl] .theme-7.back-to-top{left:20px;right:auto}.theme-7.back-to-top svg{width:20px;height:20px}}@media (max-width:480px){.theme-7.back-to-top{width:40px;height:40px;bottom:15px;right:15px}[dir=rtl] .theme-7.back-to-top{left:15px;right:auto}.theme-7.back-to-top svg{width:18px;height:18px}}@media print{.theme-7 .scroll-progress,.theme-7 .video-modal,.theme-7-header,.theme-7.back-to-top{display:none}}.theme-6,.theme-6 *,.theme-6 ::after,.theme-6 ::before{margin:0;padding:0;box-sizing:border-box}.theme-6{scroll-behavior:smooth}:root .theme-6{--theme6-bg-primary:linear-gradient(270deg, #edfefc 0%, #fef6ec 100%);--theme6-bg-solid:#f7fafc;--theme6-bg-card:#ffffff;--theme6-text-primary:#183b56;--theme6-text-secondary:#505050;--theme6-accent-orange:#ff8345;--theme6-accent-cyan:#1dc1b6;--theme6-accent-green:#68d391;--theme6-green-blob:#7ed99a;--theme6-wave-color:#5dd3c8;--theme6-deco-orange:#f6ad55;--theme6-deco-teal:#81e6d9;--theme6-deco-olive:#9cb59c;--theme6-deco-beige:#fbd5c4;--theme6-deco-brown:#8b7355;--theme6-font-ar:"Alexandria","Segoe UI",sans-serif;--theme6-font-en:"Alexandria",-apple-system,BlinkMacSystemFont,sans-serif;--theme6-shadow-sm:0 2px 8px rgba(0, 0, 0, 0.08);--theme6-shadow-md:0 4px 16px rgba(0, 0, 0, 0.12);--theme6-transition:0.3s ease}[data-theme=dark] .theme-6{--theme6-bg-primary:linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%);--theme6-bg-solid:#1a1a1a;--theme6-bg-card:#2d2d2d;--theme6-text-primary:#ffffff;--theme6-text-secondary:#e2e8f0;--theme6-accent-orange:#ff8345;--theme6-accent-cyan:#1dc1b6;--theme6-green-blob:#5bb87a;--theme6-wave-color:#4ab8ad;--theme6-deco-orange:rgba(246, 173, 85, 0.6);--theme6-deco-teal:rgba(129, 230, 217, 0.5);--theme6-deco-olive:rgba(156, 181, 156, 0.5);--theme6-deco-beige:rgba(251, 213, 196, 0.3);--theme6-deco-brown:#6b5a48;--theme6-shadow-sm:0 2px 8px rgba(0, 0, 0, 0.3);--theme6-shadow-md:0 4px 16px rgba(0, 0, 0, 0.4)}.theme.theme-6{position:relative;min-height:100vh;background:#fff;color:var(--theme6-text-primary);overflow-x:hidden}[data-theme=dark] .theme.theme-6{background:#000}[dir=rtl] .theme-6{direction:rtl;font-family:var(--theme6-font-ar)}[dir=ltr] .theme-6{direction:ltr;font-family:var(--theme6-font-en)}.theme-6 a{text-decoration:none;color:inherit}.theme-6 .hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;user-select:none;object-fit:cover}.theme-6 .hero-bg-light{display:block}.theme-6 .hero-bg-dark{display:none}[data-theme=dark] .theme-6 .hero-bg-light{display:none}[data-theme=dark] .theme-6 .hero-bg-dark{display:block}.theme-6 .theme6-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden;pointer-events:none}.theme-6 .wave-line{position:absolute;top:80px;left:0;width:100%;height:60px;color:var(--theme6-wave-color);opacity:.8}.theme-6 .deco-shapes{position:absolute;top:0;left:0;width:100%;height:100%}.theme-6 .deco-shape{position:absolute;z-index:2}.theme-6 .deco-glasses{top:25%;left:8%;width:60px;height:30px;color:var(--theme6-deco-orange);animation:theme6-floatSlow 8s ease-in-out infinite}.theme-6 .deco-pear{top:15%;right:15%;width:50px;height:60px;background:var(--theme6-deco-olive);border-radius:50% 50% 50% 50%/60% 60% 40% 40%;opacity:.7;animation:theme6-floatSlow 10s ease-in-out infinite;animation-delay:1s}.theme-6 .deco-drop-teal{top:45%;left:35%;width:30px;height:40px;background:var(--theme6-deco-teal);border-radius:50% 50% 50% 50%/60% 60% 40% 40%;transform:rotate(-30deg);opacity:.8;animation:theme6-floatSlow 7s ease-in-out infinite;animation-delay:2s}.theme-6 .deco-blob-beige{bottom:15%;right:20%;width:80px;height:50px;background:var(--theme6-deco-beige);border-radius:60% 40% 50% 50%;opacity:.6;animation:theme6-floatSlow 9s ease-in-out infinite;animation-delay:3s}.theme-6 .deco-olive{top:35%;right:25%;width:35px;height:45px;background:var(--theme6-deco-olive);border-radius:50% 50% 50% 50%/60% 60% 40% 40%;transform:rotate(20deg);opacity:.7;animation:theme6-floatSlow 6s ease-in-out infinite}.theme-6 .deco-stone{bottom:20%;right:30%;width:40px;height:30px;background:var(--theme6-deco-brown);border-radius:50% 50% 40% 60%;opacity:.8;animation:theme6-floatSlow 11s ease-in-out infinite;animation-delay:4s}.theme-6 .deco-dots{bottom:25%;left:45%;width:60px;height:60px;background-image:radial-gradient(var(--theme6-deco-teal) 2px,transparent 2px);background-size:10px 10px;opacity:.5}.theme-6 .deco-squiggle{top:30%;left:12%;width:50px;height:50px;color:var(--theme6-deco-orange);animation:theme6-floatSlow 8s ease-in-out infinite;animation-delay:1.5s}.theme-6 .deco-triangle{bottom:30%;right:15%;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:15px solid var(--theme6-deco-orange);opacity:.6;animation:theme6-floatSlow 7s ease-in-out infinite;animation-delay:2.5s}@keyframes theme6-floatSlow{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(5deg)}}.scroll-progress.theme-6{position:fixed;top:0;left:0;width:100%;height:4px;background:rgba(0,0,0,.05);z-index:10000;pointer-events:none}[data-theme=dark] .scroll-progress.theme-6{background:rgba(255,255,255,.05)}.scroll-progress.theme-6 .scroll-progress-bar{height:100%;width:0%;background:linear-gradient(90deg,var(--theme6-accent-orange) 0,var(--theme6-accent-cyan) 100%);transition:width .1s ease-out;box-shadow:0 0 10px rgba(255,131,69,.5)}.theme-6 .theme-header{position:fixed;top:0;left:0;width:100%;z-index:9999;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 3rem;max-width:100%;margin:0 auto;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease,background .3s ease;transform:translateY(0)}.theme-6 .theme-header.header-hidden{transform:translateY(-100%)}.theme-6 .theme-header.header-scrolled{box-shadow:0 4px 20px rgba(0,0,0,.1);padding:1rem 3rem}[data-theme=dark] .theme-6 .theme-header{background:#1e1e1e;box-shadow:0 2px 10px rgba(0,0,0,.3)}[data-theme=dark] .theme-6 .theme-header.header-scrolled{box-shadow:0 4px 20px rgba(0,0,0,.5)}.theme-6 .logo a{display:flex;align-items:center;gap:.25rem}.theme-6 .logo img{height:40px;width:auto;object-fit:contain}.theme-6 .logo-light{display:block}.theme-6 .logo-dark{display:none}[data-theme=dark] .theme-6 .logo-light{display:none}[data-theme=dark] .theme-6 .logo-dark{display:block}.theme-6 .nav-center-group{display:flex;align-items:center;gap:1.5rem}.theme-6 .main-nav ul{display:flex;align-items:center;gap:2rem;list-style:none}.theme-6 .main-nav a{font-size:1rem;font-weight:600;color:var(--theme6-text-primary);padding:.5rem 0;position:relative;transition:color var(--theme6-transition)}.theme-6 .main-nav a::after{content:"";position:absolute;bottom:0;left:50%;right:50%;height:2px;background:var(--theme6-text-primary);transition:left .3s ease,right .3s ease}.theme-6 .main-nav a.active::after,.theme-6 .main-nav a:hover::after{left:0;right:0}.theme-6 .main-nav a:hover{color:var(--theme6-text-primary)}.theme-6 .lang-selector{position:relative}.theme-6 .lang-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:0 0;border:none;color:var(--theme6-text-primary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all var(--theme6-transition);font-family:inherit}.theme-6 .lang-toggle:hover{color:var(--theme6-accent-orange)}.theme-6 .globe-icon{opacity:.8}.theme-6 .lang-menu{position:absolute;top:calc(100% + 8px);right:0;background:var(--theme6-bg-card);border-radius:12px;box-shadow:var(--theme6-shadow-md);min-width:140px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all var(--theme6-transition);overflow:hidden;z-index:1000}[dir=ltr] .theme-6 .lang-menu{right:auto;left:0}.theme-6 .lang-selector.active .lang-menu,.theme-6 .lang-selector:hover .lang-menu{opacity:1;visibility:visible;transform:translateY(0)}.theme-6 .lang-menu a{display:block;padding:.75rem 1rem;font-size:.9rem;color:var(--theme6-text-primary);transition:background var(--theme6-transition)}.theme-6 .lang-menu a:hover{background:var(--theme6-bg-solid)}.theme-6 .theme-toggle{position:relative;width:56px;height:32px;background:0 0;border:none;cursor:pointer;padding:0;flex-shrink:0}.theme-6 .toggle-track{position:relative;display:block;width:100%;height:100%;background:var(--theme6-bg-card);border:2px solid var(--theme6-accent-cyan);border-radius:16px;transition:all var(--theme6-transition)}[data-theme=dark] .theme-6 .toggle-track{background:#3a3a3a;border-color:#5a5a5a}.theme-6 .toggle-thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;background:var(--theme6-accent-cyan);border-radius:50%;transition:transform var(--theme6-transition),background var(--theme6-transition)}[data-theme=dark] .theme-6 .toggle-thumb{transform:translateX(24px);background:#888}.theme-6 .btn-cta{display:inline-block;padding:.75rem 1.5rem;background:var(--theme6-accent-orange);color:#fff!important;font-size:.95rem;font-weight:600;border-radius:10px;transition:all var(--theme6-transition);white-space:nowrap}.theme-6 .btn-cta:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(255,140,90,.4)}.theme-6 .header-cta{flex-shrink:0}.theme-6 .mobile-header-actions{display:none}.theme-6 .hero-wrapper{position:relative;z-index:10;padding-top:calc(2rem + 80px)}.theme-6 .hero-top-deco{display:block;margin:0 auto;width:100%;max-width:1322px;height:auto;overflow:visible}.theme-6 .wave-path{stroke-dasharray:600;stroke-dashoffset:600;stroke-linecap:round;stroke-linejoin:round}.theme-6 .wave-group.wave-1 .wave-path{animation:theme6-drawWaveLoop 4s ease-in-out infinite;animation-delay:0s}.theme-6 .wave-group.wave-2 .wave-path{animation:theme6-drawWaveLoop 4s ease-in-out infinite;animation-delay:.15s}.theme-6 .wave-group.wave-3 .wave-path{animation:theme6-drawWaveLoop 4s ease-in-out infinite;animation-delay:.3s}.theme-6 .wave-group.wave-4 .wave-path{animation:theme6-drawWaveLoop 4s ease-in-out infinite;animation-delay:.45s}.theme-6 .wave-group.wave-5 .wave-path{animation:theme6-drawWaveLoop 4s ease-in-out infinite;animation-delay:.6s}.theme-6 .wave-group.wave-6 .wave-path{animation:theme6-drawWaveLoop 4s ease-in-out infinite;animation-delay:.75s}@keyframes theme6-drawWaveLoop{0%{stroke-dashoffset:600;opacity:0}15%{opacity:.9}50%{stroke-dashoffset:0;opacity:1;filter:drop-shadow(0 0 6px rgba(25, 193, 182, .5))}85%{opacity:.9}100%{stroke-dashoffset:-600;opacity:0}}[data-theme=dark] .theme-6 .wave-group .wave-path{animation:theme6-drawWaveLoopDark 4s ease-in-out infinite}[data-theme=dark] .theme-6 .wave-group.wave-1 .wave-path{animation-delay:0s}[data-theme=dark] .theme-6 .wave-group.wave-2 .wave-path{animation-delay:.15s}[data-theme=dark] .theme-6 .wave-group.wave-3 .wave-path{animation-delay:.3s}[data-theme=dark] .theme-6 .wave-group.wave-4 .wave-path{animation-delay:.45s}[data-theme=dark] .theme-6 .wave-group.wave-5 .wave-path{animation-delay:.6s}[data-theme=dark] .theme-6 .wave-group.wave-6 .wave-path{animation-delay:.75s}@keyframes theme6-drawWaveLoopDark{0%{stroke-dashoffset:600;opacity:0}15%{opacity:.8}50%{stroke-dashoffset:0;opacity:1;filter:drop-shadow(0 0 10px rgba(25, 193, 182, .7))}85%{opacity:.8}100%{stroke-dashoffset:-600;opacity:0}}.theme-6 .hero-container{max-width:1400px;margin:0 auto;padding:2rem 3rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;min-height:calc(100vh - 150px)}.theme-6 .hero-content{display:flex;flex-direction:column;gap:1.5rem}.theme-6 .hero-tagline{display:inline-flex;align-items:center;gap:.5rem;color:var(--theme6-accent-cyan);font-size:1rem;font-weight:600}.theme-6 .tagline-icon{font-size:1.25rem}.theme-6 .hero-title{font-size:clamp(2rem,4vw,51px);font-weight:800;line-height:1.5;color:var(--theme6-text-primary)}.theme-6 .title-highlight{color:var(--theme6-text-primary)}.theme-6 .highlight-underline{position:relative;display:inline-block}.theme-6 .highlight-underline::after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:var(--theme6-accent-orange);opacity:.7;z-index:-1;border-radius:4px}.theme-6 .hero-cta{display:inline-block;width:fit-content;padding:1rem 2rem;background:var(--theme6-accent-orange);color:#fff!important;font-size:1.1rem;font-weight:700;border-radius:12px;transition:all var(--theme6-transition)}.theme-6 .hero-cta:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(255,140,90,.4)}.theme-6 .hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.theme-6 .hero-image-wrapper{position:relative;width:100%;max-width:500px}.theme-6 .green-blob{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:85%;height:85%;color:var(--theme6-green-blob);z-index:1}.theme-6 .green-blob svg{width:100%;height:100%}.theme-6 .deco-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:95%;height:95%;border:2px dashed var(--theme6-deco-teal);border-radius:50%;opacity:.4;z-index:0}.theme-6 .person-image{position:relative;z-index:2;display:flex;align-items:center;justify-content:center}.theme-6 .blob-animation{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;z-index:0;cursor:pointer;filter:drop-shadow(0 8px 25px rgba(123, 198, 120, .25));transition:filter .3s ease}.theme-6 .blob-path{transition:fill .3s ease}.theme-6 .blob-animation:hover{filter:drop-shadow(0 12px 35px rgba(123, 198, 120, .4))}[data-theme=dark] .theme-6 .blob-path{fill:#5fa65c}[data-theme=dark] .theme-6 .blob-animation{filter:drop-shadow(0 8px 25px rgba(95, 166, 92, .3))}[data-theme=dark] .theme-6 .blob-animation:hover{filter:drop-shadow(0 12px 35px rgba(95, 166, 92, .5))}.theme-6 .person-image .person-main-img{position:relative;z-index:1;width:90%;height:auto;object-fit:contain;animation:theme6-personFloat 6s ease-in-out infinite}.theme-6 .person-image .person-overlay-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:95%;height:auto;z-index:2;pointer-events:none;animation:theme6-overlayPulse 4s ease-in-out infinite}@keyframes theme6-personFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes theme6-overlayPulse{0%,100%{opacity:.9;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.02)}}.theme-6 .person-image:hover .blob-animation{animation-play-state:paused;transform:translate(-50%,-50%) scale(1.08);transition:transform .5s ease}.theme-6 .person-image:hover .person-main-img{animation-play-state:paused;transform:scale(1.05) translateY(-5px);transition:transform .5s ease}.theme-6 .person-image:hover .person-overlay-img{animation-play-state:paused;transform:translate(-50%,-50%) scale(1.05);transition:transform .5s ease}.theme-6 .check-badge{position:absolute;top:25%;right:15%;z-index:3;width:40px;height:40px;background:var(--theme6-bg-card);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--theme6-accent-green);box-shadow:var(--theme6-shadow-md)}[dir=ltr] .theme-6 .check-badge{right:auto;left:15%}[data-theme=dark] .theme-6 .check-badge{background:#3a3a3a;color:var(--theme6-accent-green)}@media (max-width:1024px){.theme-6 .theme-header{padding:1rem 2rem}.theme-6 .nav-center-group{gap:1rem}.theme-6 .main-nav ul{gap:1.25rem}.theme-6 .main-nav a{font-size:.9rem}.theme-6 .hero-container{padding:2rem;gap:1.5rem}.theme-6 .hero-title{font-size:clamp(1.75rem,4vw,2.5rem)}}@media (max-width:1024px){.theme-6 .mobile-header-actions{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 0}[dir=rtl] .theme-6 .mobile-header-actions{flex-direction:row-reverse}.theme-6 .header-cta,.theme-6 .nav-center-group,.theme-6 .theme-header .logo:not(.mobile-logo){display:none}.theme-6 .mobile-center{display:flex;align-items:center;order:2}[dir=rtl] .theme-6 .mobile-logo{order:3}}@media (max-width:768px){.theme.theme-6{min-height:unset}.theme-6 .hero-top-deco{max-width:100%;opacity:.7}.theme-6 .wave-path{stroke-width:1.5}.theme-6 .hero-bg-image{top:0;width:150%;max-width:none}.theme-6 .theme-header{padding:.75rem 1rem}.theme-6 .mobile-logo img{height:32px;width:auto}.theme-6 .mobile-lang{position:relative}.theme-6 .mobile-lang .lang-toggle{padding:.4rem .5rem;font-size:.85rem}.theme-6 .mobile-lang .lang-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(-10px);min-width:120px;text-align:center}[dir=ltr] .theme-6 .mobile-lang .lang-menu{left:50%;right:auto}.theme-6 .mobile-theme-toggle{width:48px;height:28px}.theme-6 .mobile-theme-toggle .toggle-thumb{width:20px;height:20px;top:2px;left:2px}[data-theme=dark] .theme-6 .mobile-theme-toggle .toggle-thumb{transform:translateX(20px)}.theme-6 .mobile-cta{order:1;padding:.5rem 1rem;font-size:.85rem;border-radius:8px}[dir=ltr] .theme-6 .mobile-cta{order:3}.theme-6 .hero-container{grid-template-columns:1fr;padding:1.5rem 1rem 2rem;text-align:center;min-height:auto}.theme-6 .hero-content{align-items:center;order:1}.theme-6 .hero-visual{order:2}.theme-6 .hero-tagline{font-size:.9rem;justify-content:center}.theme-6 .hero-title{font-size:clamp(1.5rem,6vw,2rem)}.theme-6 .hero-cta{width:auto;padding:.875rem 1.5rem;font-size:1rem}.theme-6 .hero-image-wrapper{max-width:320px;margin:0 auto}.theme-6 .blob-animation{width:95%;height:95%}.theme-6 .person-image .person-main-img{width:85%}.theme-6 .person-image .person-overlay-img{width:90%}@keyframes theme6-personFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}.theme-6 .wave-line{top:60px;height:40px}.theme-6 .deco-dots,.theme-6 .deco-glasses,.theme-6 .deco-squiggle{display:none}.theme-6 .deco-pear{top:20%;right:5%;width:35px;height:45px}.theme-6 .deco-drop-teal{top:55%;left:5%;width:25px;height:35px}.theme-6 .deco-olive{top:25%;right:8%;width:30px;height:40px}.theme-6 .deco-stone{bottom:15%;right:10%;width:35px;height:25px}.theme-6 .deco-blob-beige{bottom:10%;right:15%;width:60px;height:40px}.theme-6 .check-badge{width:32px;height:32px;top:20%;right:10%}[dir=ltr] .theme-6 .check-badge{left:10%}}.theme-6.health-banner-section{position:relative;width:100%;min-height:500px;overflow:hidden}.theme.theme-6.health-banner-section{min-height:unset!important}.theme-6 .health-banner-container{position:relative;width:100%;height:100%;min-height:500px;display:flex;align-items:center;justify-content:center}.theme-6 .health-banner-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:linear-gradient(135deg,#2cc4b9 0,#1dc1b6 100%)}.theme-6 .health-banner-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.theme-6 .health-banner-bg:has(.health-banner-image[src=""]){background:linear-gradient(135deg,#2cc4b9 0,#1dc1b6 100%)}.theme-6 .health-banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(44,196,185,.5);z-index:1}.theme-6 .health-banner-content{position:relative;z-index:2;max-width:900px;width:100%;padding:3rem 2rem;text-align:center;color:#fff}.theme-6 .health-banner-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.4;text-shadow:0 2px 10px rgba(0,0,0,.3)}.theme-6 .health-banner-text{font-size:clamp(1rem,2vw,1.2rem);color:#fff;line-height:1.8;margin-bottom:2.5rem;text-shadow:0 1px 5px rgba(0,0,0,.2);opacity:.95}.theme-6 .health-banner-btn{display:inline-block;padding:1rem 2.5rem;background:#ff8345;color:#fff;font-size:clamp(1rem,2vw,1.1rem);font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px rgba(254,164,57,.4);border:none;cursor:pointer}.theme-6 .health-banner-btn:hover{background:#e66f36;transform:translateY(-2px);box-shadow:0 6px 20px rgba(254,164,57,.5)}.theme-6 .health-banner-btn:active{transform:translateY(0)}.theme-6 .health-banner-section::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60%;max-width:1000px;height:4px;background:#fea439;z-index:3}[dir=rtl] .theme-6 .health-banner-section::after{left:50%;transform:translateX(-50%)}[dir=ltr] .theme-6 .health-banner-section::after{left:50%;transform:translateX(-50%)}[data-theme=dark] .theme-6 .health-banner-overlay{background:rgba(44,196,185,.5)}[data-theme=light] .theme-6 .health-banner-overlay{background:rgba(44,196,185,.5)}@media (max-width:1024px){.theme-6 .health-banner-section{min-height:450px}.theme-6 .health-banner-container{min-height:450px}.theme-6 .health-banner-content{padding:2.5rem 2rem;max-width:800px}.theme-6 .health-banner-section::after{width:70%;max-width:500px}}@media (max-width:768px){.theme-6 .health-banner-section{min-height:400px}.theme-6 .health-banner-container{min-height:400px}.theme-6 .health-banner-content{padding:2rem 1.5rem;max-width:100%}.theme-6 .health-banner-title{margin-bottom:1rem}.theme-6 .health-banner-text{margin-bottom:2rem}.theme-6 .health-banner-btn{padding:.875rem 2rem}.theme-6 .health-banner-section::after{width:80%;max-width:400px;height:3px}}@media (max-width:480px){.theme-6 .health-banner-section{min-height:350px}.theme-6 .health-banner-container{min-height:350px}.theme-6 .health-banner-content{padding:1.5rem 1rem}.theme-6 .health-banner-title{margin-bottom:.75rem}.theme-6 .health-banner-text{margin-bottom:1.5rem;font-size:.95rem}.theme-6 .health-banner-btn{padding:.75rem 1.75rem;font-size:.95rem}.theme-6 .health-banner-section::after{width:85%;max-width:300px;height:2px}}.theme-6.features-section{position:relative;min-height:auto;padding:5rem 0;overflow:hidden}.theme-6 .features-bg-svg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:visible;contain:layout style paint;transform:translateZ(0);backface-visibility:hidden}.theme-6 .features-bg-svg .draw-line{fill:none;stroke:url(#lineGradientLight);stroke-width:3;stroke-miterlimit:10;stroke-dasharray:3000;stroke-dashoffset:3000;will-change:stroke-dashoffset;animation:theme6-drawLineGradient 15s linear infinite}[data-theme=dark] .theme-6 .features-bg-svg .draw-line{stroke:url(#lineGradientDark)}.theme-6 .draw-line.line-1{animation-delay:0s}.theme-6 .draw-line.line-2{animation-delay:.8s}.theme-6 .draw-line.line-3{animation-delay:1.6s}.theme-6 .draw-line.line-4{animation-delay:2.4s}.theme-6 .draw-line.line-5{animation-delay:3.2s}.theme-6 .draw-line.line-6{animation-delay:4s}.theme-6 .draw-line.line-7{animation-delay:4.8s}.theme-6 .draw-line.line-8{animation-delay:5.6s}.theme-6 .draw-line.line-9{animation-delay:6.4s}.theme-6 .draw-line.line-10{animation-delay:7.2s}@keyframes theme6-drawLineGradient{0%{stroke-dashoffset:3000}50%{stroke-dashoffset:0}100%{stroke-dashoffset:-3000}}.theme-6 .features-lines-group{opacity:.35}@media (prefers-reduced-motion:reduce){.theme-6 .features-bg-svg .draw-line{animation:none;stroke-dashoffset:0;opacity:.3}}.theme-6 .features-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 2rem}.theme-6 .features-header{text-align:center;margin-bottom:4rem}.theme-6 .features-title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:var(--theme6-text-primary);margin-bottom:1.5rem;line-height:1.4}.theme-6 .title-highlight-box{position:relative;display:inline;color:var(--theme6-text-primary);z-index:1}.theme-6 .title-highlight-box::after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:var(--theme6-accent-orange);opacity:.7;z-index:-1;border-radius:4px}.theme-6 .features-subtitle{font-size:clamp(.95rem,2vw,1.15rem);color:var(--theme6-text-secondary);max-width:800px;margin:0 auto;line-height:1.8}.theme-6 .features-carousel{position:relative;width:100%;max-width:1200px;margin:0 auto;padding:0 60px}.theme-6 .carousel-container{overflow:hidden;width:100%;padding:10px 0}.theme-6 .carousel-track{display:flex;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;backface-visibility:hidden;touch-action:pan-y pinch-zoom}.theme-6 .carousel-slide{position:relative;flex:0 0 33.3333%;min-width:0;padding:0 12px;box-sizing:border-box}@media (max-width:1024px){.theme-6 .features-carousel{padding:0 50px}.theme-6 .carousel-slide{flex:0 0 50%}}@media (max-width:768px){.theme-6 .features-carousel{padding:0 20px;max-width:100%}.theme-6 .carousel-slide{flex:0 0 85%;padding:0 8px}}@media (max-width:480px){.theme-6 .carousel-slide{flex:0 0 92%;padding:0 6px}}.theme-6 .feature-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 2rem;border-radius:24px;border:2px dashed #d97f14;background:#fff;min-height:420px;transition:transform .4s ease-out,opacity .4s ease-out,border-color .3s ease,box-shadow .4s ease;transform:scale(.92);opacity:1;overflow:hidden;height:100%}[data-theme=dark] .theme-6 .feature-card{background:#111}.theme-6 .card-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:0;transition:opacity .5s ease}.theme-6 .card-bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgb(44 196 185 / 63%) 0,rgba(61,139,126,.98) 100%);z-index:1;opacity:0;transition:opacity .5s ease}.theme-6 .card-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;height:100%}.theme-6 .feature-card.is-center{transform:scale(1.02);opacity:1;border:2px solid transparent;box-shadow:0 25px 60px rgba(0,0,0,.18)}.theme-6 .feature-card.is-center .card-bg-image{opacity:1}.theme-6 .feature-card.is-center .card-bg-overlay{opacity:1}.theme-6 .feature-card.is-center .feature-card-desc,.theme-6 .feature-card.is-center .feature-card-title{color:#fff}.theme-6 .feature-card.is-center .feature-icon-wrapper{background:rgba(255,255,255,.95)}.theme-6 .feature-card.is-center .feature-icon{color:var(--theme6-accent-orange)}.theme-6 .feature-card.is-center .feature-card-btn{background:rgba(255,255,255,.95);color:var(--theme6-text-primary);border-color:transparent}[data-theme=dark] .theme-6 .feature-card.is-center .feature-card-btn{background:#2d2d2d;color:#fff;border-color:transparent}.theme-6 .feature-card.is-center .feature-card-btn:hover{background:#d97f14;transform:translateY(-2px)}.theme-6 .feature-icon-wrapper{width:130px;height:130px;border-radius:50%;background:#fef8ec;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .5s ease}[data-theme=dark] .theme-6 .feature-icon-wrapper{background:#3c3019}.theme-6 .feature-icon{width:80px;height:80px;color:#fea439;transition:color .5s ease}.theme-6 .feature-card-title{font-size:1.25rem;font-weight:700;color:var(--theme6-text-primary);margin-bottom:1rem;transition:color .5s ease}[data-theme=dark] .theme-6 .feature-card-title{color:#fff}.theme-6 .feature-card-desc{font-size:.95rem;color:var(--theme6-text-secondary);line-height:1.7;margin-bottom:1.5rem;flex-grow:1;transition:color .5s ease}.theme-6 .feature-card-btn{display:inline-block;padding:.75rem 2rem;border:2px solid var(--theme6-accent-orange);border-radius:50px;color:var(--theme6-accent-orange);font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s ease;background:0 0;margin-top:auto}.theme-6 .feature-card-btn:hover{background:var(--theme6-accent-orange);color:#fff;transform:translateY(-2px)}.theme-6 .carousel-next,.theme-6 .carousel-prev{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:var(--theme6-bg-secondary);border:2px solid var(--theme6-accent-cyan);color:var(--theme6-accent-cyan);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;box-shadow:0 4px 15px rgba(0,0,0,.1)}.theme-6 .carousel-next:hover,.theme-6 .carousel-prev:hover{background:var(--theme6-accent-cyan);color:#fff;transform:translateY(-50%) scale(1.1)}.theme-6 .carousel-prev{right:0}.theme-6 .carousel-next{left:0}[dir=ltr] .theme-6 .carousel-prev{left:0;right:auto}[dir=ltr] .theme-6 .carousel-next{right:0;left:auto}@media (max-width:1024px){.theme-6 .carousel-next,.theme-6 .carousel-prev{width:40px;height:40px}}@media (max-width:768px){.theme-6 .carousel-next,.theme-6 .carousel-prev{display:none}}.theme-6 .carousel-dots{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:2.5rem}.theme-6 .carousel-dot{width:24px;height:12px;border-radius:15px;background:#eee;border:none;padding:0;cursor:pointer;transition:all .3s ease}[data-theme=dark] .theme-6 .carousel-dot{background:#2d2d2d}.theme-6 .carousel-dot:hover{opacity:.6}.theme-6 .carousel-dot.is-active{width:65px;height:12px;border-radius:6px;background:var(--theme6-text-primary);opacity:1}@media (max-width:1024px){.theme-6 .features-section{padding:4rem 0}.theme-6 .features-header{margin-bottom:3rem}.theme-6 .feature-card{min-height:380px;padding:2rem 1.5rem}}@media (max-width:768px){.theme-6 .features-section{padding:3rem 0}.theme-6 .features-container{padding:0 1rem}.theme-6 .features-header{margin-bottom:2rem}.theme-6 .feature-card{min-height:360px}.theme-6 .feature-icon-wrapper{width:80px;height:80px}.theme-6 .feature-icon{width:40px;height:40px}}@media (max-width:480px){.theme-6 .feature-card{min-height:340px;padding:1.5rem 1rem;border-radius:20px}.theme-6 .feature-icon-wrapper{width:70px;height:70px;margin-bottom:1rem}.theme-6 .feature-icon{width:36px;height:36px}.theme-6 .feature-card-title{font-size:1.1rem}.theme-6 .feature-card-desc{font-size:.9rem}.theme-6 .feature-card-btn{padding:.6rem 1.5rem;font-size:.85rem}}@media (max-width:480px){.theme-6 .mobile-header-actions{padding:.25rem 0;gap:.5rem}.theme-6 .theme-header.header-scrolled{padding:.5rem 1rem}.theme-6 .mobile-logo img{height:28px}.theme-6 .mobile-cta{padding:.4rem .75rem;font-size:10px}.theme-6 .mobile-lang .lang-text{display:none}.theme-6 .mobile-theme-toggle{width:44px;height:26px}.theme-6 .mobile-theme-toggle .toggle-thumb{width:18px;height:18px}[data-theme=dark] .theme-6 .mobile-theme-toggle .toggle-thumb{transform:translateX(18px)}.theme-6 .hero-container{padding:1rem .75rem 1.5rem}.theme-6 .hero-title{font-size:1.4rem}.theme-6 .hero-image-wrapper{max-width:260px}}.theme-6.learn-section{position:relative;padding:5rem 0;background:#000;overflow:hidden;min-height:unset!important}:root:not([data-theme=dark]) .theme-6.learn-section,[data-theme=light] .theme-6 .learn-section{background:#fff}[data-theme=dark] .theme-6.learn-section{background:#000}.theme-6 .learn-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:3rem;align-items:center}@media (min-width:1024px){.theme-6 .learn-container{flex-direction:row;gap:4rem;padding:0 3rem;align-items:center}.theme-6 .learn-image-wrapper{flex:0 0 45%;max-width:45%}[dir=rtl] .theme-6 .learn-image-wrapper{flex:0 0 45%;max-width:45%}}.theme-6 .learn-image-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.theme-6 .learn-image-shape{position:relative;width:100%;max-width:550px}.theme-6 .learn-food-image{width:100%;height:auto;object-fit:cover}[data-theme=dark] .theme-6 .learn-food-image{border-color:var(--theme6-accent-orange)}.theme-6 .learn-deco-lines{position:absolute;bottom:-20px;right:-20px;width:120px;height:50px;opacity:.8}[dir=ltr] .theme-6 .learn-deco-lines{right:auto;left:-20px}.theme-6 .learn-content{display:flex;flex-direction:column;gap:1.5rem}.theme-6 .learn-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;color:#fff;line-height:1.4;margin:0}[dir=ltr] .theme-6 .learn-title{font-size:clamp(1.75rem,4vw,2rem)}:root:not([data-theme=dark]) .theme-6 .learn-title,[data-theme=light] .theme-6 .learn-title{color:#1e3a5f}.theme-6 .learn-highlight{position:relative;display:inline;background:linear-gradient(180deg,transparent 55%,var(--theme6-accent-orange) 55%);padding:0 .25rem}.theme-6 .learn-description{font-size:clamp(.95rem,2vw,1.15rem);color:#b0b0b0;line-height:1.8;margin:0}:root:not([data-theme=dark]) .theme-6 .learn-description,[data-theme=light] .theme-6 .learn-description{color:#4a5568}.theme-6 .learn-stats-card{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:1rem;background:linear-gradient(135deg,#2dd4bf 0,#14b8a6 100%);border-radius:16px;padding:1.5rem;color:#fff;text-align:center;align-items:center}@media (min-width:768px){.theme-6 .learn-stats-card{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;padding:1.25rem 2rem}}.theme-6 .stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.theme-6 .stat-number{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#fff}.theme-6 .stat-label{font-size:.85rem;color:rgba(255,255,255,.9);margin:0;line-height:1.4}.theme-6 .stat-divider{display:block;width:1px;height:50px;background:rgba(255,255,255,.3)}.theme-6 .learn-points{list-style:none;padding:0;margin:.5rem 0;display:flex;flex-direction:column;gap:.875rem}@media (min-width:768px){.theme-6 .learn-points{align-items:start}}.theme-6 .learn-points li{display:flex;align-items:flex-start;gap:.75rem;flex-direction:row-reverse}[dir=ltr] .theme-6 .learn-points li{flex-direction:row}.theme-6 .point-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:rgba(29,193,182,.15);border:2px solid var(--theme6-accent-cyan);display:flex;align-items:center;justify-content:center;color:var(--theme6-accent-cyan);margin-top:2px}.theme-6 .point-icon svg{width:14px;height:14px}[dir=rtl] .theme-6 .point-icon svg{transform:rotate(180deg)}.theme-6 .learn-points p{font-size:clamp(.9rem,1.5vw,1rem);color:#fff;margin:0;line-height:1.6}:root:not([data-theme=dark]) .theme-6 .learn-points p,[data-theme=light] .theme-6 .learn-points p{color:#2d3748}:root:not([data-theme=dark]) .theme-6 .point-icon,[data-theme=light] .theme-6 .point-icon{background:rgba(29,193,182,.1)}.theme-6 .learn-cta-wrapper{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}@media (min-width:640px){.theme-6 .learn-cta-wrapper{flex-direction:row;align-items:center;gap:1.5rem}}[dir=rtl] .theme-6 .learn-cta-wrapper{flex-direction:column}@media (min-width:640px){[dir=rtl] .theme-6 .learn-cta-wrapper{flex-direction:row-reverse}}.theme-6 .learn-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:var(--theme6-accent-orange);color:#fff!important;font-size:1rem;font-weight:700;border-radius:50px;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;white-space:nowrap}.theme-6 .learn-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,140,90,.4)}.theme-6 .learn-btn-video{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1.5rem;background:0 0;color:#fff;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;font-family:inherit}:root:not([data-theme=dark]) .theme-6 .learn-btn-video,[data-theme=light] .theme-6 .learn-btn-video{color:#1e3a5f}.theme-6 .learn-btn-video:hover{color:var(--theme6-accent-cyan)}.theme-6 .play-icon{width:48px;height:48px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--theme6-accent-orange);box-shadow:0 4px 15px rgba(0,0,0,.1);transition:all .3s ease}[data-theme=dark] .theme-6 .play-icon{background:#fff;color:var(--theme6-accent-orange)}.theme-6 .play-icon svg{width:20px;height:20px}.theme-6 .learn-btn-video:hover .play-icon{transform:scale(1.1);box-shadow:0 6px 20px rgba(255,140,90,.3)}@media (max-width:1024px){.theme-6 .learn-section{padding:4rem 0}.theme-6 .learn-container{gap:2.5rem}}@media (max-width:768px){.theme-6 .learn-section{padding:3rem 0}.theme-6 .learn-container{padding:0 1.5rem;gap:2rem;text-align:center;flex-direction:column}.theme-6 .learn-image-wrapper{order:1;flex:0 0 auto;width:100%;max-width:100%}.theme-6 .learn-content{order:2;align-items:center;flex:0 0 auto;width:100%;max-width:100%}.theme-6 .learn-image-shape{max-width:320px}.theme-6 .learn-deco-lines{bottom:-15px;right:50%;transform:translateX(50%);width:100px}[dir=ltr] .theme-6 .learn-deco-lines{left:50%;right:auto;transform:translateX(-50%)}.theme-6 .learn-points li{justify-content:start;text-align:center}[dir=rtl] .theme-6 .learn-points li{flex-direction:row-reverse;text-align:start}.theme-6 .learn-cta-wrapper{width:100%;align-items:center}.theme-6 .learn-btn-primary{width:100%;max-width:320px}.theme-6 .learn-btn-video{gap:.5rem}}@media (max-width:480px){.theme-6 .learn-section{padding:2.5rem 0}.theme-6 .learn-container{padding:0 1rem}.theme-6 .learn-image-shape{max-width:280px}.theme-6 .learn-title{font-size:1.5rem}.theme-6 .learn-stats-card{padding:1.25rem 1rem;gap:.75rem;grid-template-columns:1fr auto 1fr auto 1fr}.theme-6 .stat-number{font-size:1.25rem}.theme-6 .stat-label{font-size:.8rem}.theme-6 .point-icon{width:24px;height:24px}.theme-6 .point-icon svg{width:12px;height:12px}.theme-6 .learn-points p{font-size:.875rem}.theme-6 .play-icon{width:40px;height:40px}.theme-6 .play-icon svg{width:16px;height:16px}}.theme-6 [data-aos]{pointer-events:none}.theme-6 [data-aos].aos-animate{pointer-events:auto}.theme-6 .theme-header [data-aos]{overflow:visible}.theme-6 [data-aos]{transition-property:transform,opacity}@media (prefers-reduced-motion:reduce){.theme-6 [data-aos]{transition:none!important;transform:none!important;opacity:1!important}.theme-6 [data-aos][data-aos][data-aos-duration]{transition-duration:0s!important}}.theme-6 .video-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.theme-6 .video-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.theme-6 .video-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}[data-theme=light] .theme-6 .video-modal-overlay{background:rgba(0,0,0,.85)}.theme-6 .video-modal-container{position:relative;width:90%;max-width:1200px;max-height:90vh;z-index:10001;transform:scale(.8) translateY(20px);transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.theme-6 .video-modal.is-open .video-modal-container{transform:scale(1) translateY(0)}.theme-6 .video-modal-close{position:absolute;top:-50px;right:0;width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.3);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10002;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}[dir=rtl] .theme-6 .video-modal-close{right:auto;left:0}.theme-6 .video-modal-close:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:rotate(90deg) scale(1.1)}.theme-6 .video-modal-close svg{width:24px;height:24px}.theme-6 .video-modal-content{position:relative;width:100%;background:#000;border-radius:20px;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.5)}.theme-6 .video-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;background:#000}.theme-6 .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media (max-width:1024px){.theme-6 .video-modal-container{width:95%;max-width:900px}.theme-6 .video-modal-close{top:-45px;width:44px;height:44px}.theme-6 .video-modal-close svg{width:20px;height:20px}}@media (max-width:768px){.theme-6 .video-modal-container{width:98%;max-width:100%;max-height:85vh}.theme-6 .video-modal-close{top:-40px;width:40px;height:40px;right:10px}[dir=rtl] .theme-6 .video-modal-close{left:10px;right:auto}.theme-6 .video-modal-close svg{width:18px;height:18px}.theme-6 .video-modal-content{border-radius:16px}}@media (max-width:480px){.theme-6 .video-modal-container{width:100%;max-height:80vh;border-radius:0}.theme-6 .video-modal-content{border-radius:12px}.theme-6 .video-modal-close{top:-35px;width:36px;height:36px;right:5px}[dir=rtl] .theme-6 .video-modal-close{left:5px;right:auto}.theme-6 .video-modal-close svg{width:16px;height:16px}}body.theme-6-modal-open,body.theme-7-modal-open{overflow:hidden}.theme-6 .video-modal-close:focus{outline:2px solid var(--theme6-accent-cyan);outline-offset:4px}.theme-6.pricing-section{position:relative;padding:6rem 0;background:var(--theme6-bg-solid);overflow:hidden}[data-theme=dark] .theme-6 .pricing-section{background:#000}.theme-6 .pricing-bg-element{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;object-fit:cover;object-position:top center;pointer-events:none;z-index:0}.theme-6 .pricing-overlay{position:absolute;top:0;right:0;width:auto;height:auto;max-width:50%;max-height:50%;object-fit:contain;pointer-events:none;z-index:0}@media (max-width:1024px){.theme-6 .pricing-overlay{display:none}}.theme-6 .pricing-container{position:relative;max-width:1400px;margin:0 auto;padding:0 2rem;z-index:1}.theme-6 .pricing-header{text-align:center;margin-bottom:4rem}.theme-6 .pricing-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--theme6-text-primary);margin-bottom:1.5rem;line-height:1.4}.theme-6 .pricing-title-highlight{position:relative;display:inline-block;color:var(--theme6-text-primary);z-index:1}.theme-6 .pricing-title-highlight::after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:var(--theme6-accent-orange);opacity:.6;z-index:-1;border-radius:4px;pointer-events:none}.theme-6 .pricing-description{font-size:clamp(.95rem,2vw,1.15rem);color:var(--theme6-text-secondary);max-width:800px;margin:0 auto 2.5rem;line-height:1.8}.theme-6 .pricing-toggle-wrapper{display:inline-flex;background:rgb(255 255 255 / 8%);border-radius:50px;padding:4px;box-shadow:var(--theme6-shadow-sm);gap:4px}[data-theme=dark] .theme-6 .pricing-toggle-wrapper{background:#2d2d2d}.theme-6 .pricing-toggle-btn{padding:.75rem 2rem;border:none;background:0 0;color:var(--theme6-text-secondary);font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;position:relative}.theme-6 .pricing-toggle-btn span{font-family:var(--theme6-font-ar)}.theme-6 .pricing-toggle-btn.active{background:var(--theme6-accent-orange);color:#fff;box-shadow:var(--theme6-shadow-sm)}.theme-6 .pricing-toggle-btn:hover:not(.active){color:var(--theme6-text-primary)}.theme-6 .pricing-cards-wrapper{display:flex;flex-direction:row;gap:2rem;max-width:1200px;margin:0 auto;width:100%;align-items:stretch}.theme-6 .pricing-card{position:relative;background:var(--theme6-bg-card);border-radius:24px;padding:2.5rem 2rem;box-shadow:0 4px 30px rgb(255 131 69 / 40%);transition:all .3s ease;display:flex;flex-direction:column;flex:1 1 0;min-width:0}[data-theme=dark] .theme-6 .pricing-card{background:#464646}.theme-6 .pricing-card:hover{transform:translateY(-8px);box-shadow:0 4px 30px rgb(255 131 69 / 60%)}.theme-6 .pricing-card-featured{background:linear-gradient(135deg,#ff8345 0,#c55b26 100%);transform:scale(1.05);z-index:2;position:relative}[data-theme=dark] .theme-6 .pricing-card-featured{background:linear-gradient(135deg,#ff8345 0,#cc5a2a 100%)}.theme-6 .pricing-card-featured:hover{transform:scale(1.08) translateY(-8px)}.theme-6 .pricing-featured-bg-img{position:absolute;top:0;right:0;width:50%;height:100%;object-fit:cover;object-position:center;z-index:0;pointer-events:none;opacity:.5;border-radius:inherit}.theme-6 .pricing-card-badge{position:relative;z-index:1;width:fit-content;margin-bottom:25px;background:#b34b17;color:#fff;padding:.5rem 1.25rem;border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 4px 12px rgba(0,0,0,.2)}.theme-6 .pricing-card-content{position:relative;z-index:1;display:flex;flex-direction:column;height:100%}.theme-6 .pricing-card-title{font-size:1.5rem;font-weight:700;color:var(--theme6-text-primary);margin-bottom:1rem}.theme-6 .pricing-card-featured .pricing-card-title{color:#fff}.theme-6 .pricing-card-description{font-size:.95rem;color:var(--theme6-text-secondary);margin-bottom:2rem;line-height:1.6;flex-grow:0}.theme-6 .pricing-card-featured .pricing-card-description{color:rgba(255,255,255,.9)}.theme-6 .pricing-card-price{margin-bottom:2rem;display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.theme-6 .price-amount{font-size:2.5rem;font-weight:700;color:var(--theme6-accent-orange);line-height:1}.theme-6 .pricing-card-featured .price-amount{color:#fff}.theme-6 .price-currency{font-size:1.25rem;font-weight:600;color:var(--theme6-text-primary)}.theme-6 .pricing-card-featured .price-currency{color:#fff}.theme-6 .price-period{font-size:1rem;color:var(--theme6-text-secondary)}.theme-6 .pricing-card-featured .price-period{color:rgba(255,255,255,.8)}.theme-6 .pricing-card-features{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}.theme-6 .pricing-card-features li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.95rem;color:var(--theme6-text-primary);line-height:1.6}.theme-6 .pricing-card-featured .pricing-card-features li{color:#fff}.theme-6 .feature-check{width:20px;height:20px;flex-shrink:0;margin-top:2px;stroke:var(--theme6-accent-orange)}.theme-6 .pricing-card-featured .feature-check{stroke:#fff}.theme-6 .pricing-card-btn{display:block;text-align:center;padding:1rem 2rem;background:var(--theme6-accent-orange);color:#fff!important;border-radius:50px;font-weight:600;font-size:1rem;transition:all .3s ease;margin-top:auto;text-decoration:none}.theme-6 .pricing-card-btn:hover{background:#e6733d;transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,131,69,.3)}.theme-6 .pricing-card-btn-featured{background:#8d411a;color:#fff}.theme-6 .pricing-card-btn-featured:hover{background:#6b3410;box-shadow:0 8px 20px rgba(139,69,19,.4)}@media (max-width:1024px){.theme-6 .pricing-section{padding:4rem 0}.theme-6 .pricing-cards-wrapper{flex-direction:column;gap:1.5rem}.theme-6 .pricing-card{padding:2rem 1.5rem}.theme-6 .pricing-card-featured{transform:scale(1.03)}}@media (max-width:768px){.theme-6 .pricing-section{padding:3rem 0}.theme-6 .pricing-header{margin-bottom:3rem}.theme-6 .pricing-card{padding:2rem 1.5rem;width:100%;flex:1 1 auto}.theme-6 .pricing-card-featured{transform:scale(1)}.theme-6 .pricing-card-title{font-size:1.5rem}.theme-6 .price-amount{font-size:2.25rem}}@media (max-width:480px){.theme-6 .pricing-container{padding:0 1rem}.theme-6 .pricing-cards-wrapper{flex-direction:column;gap:1.25rem}.theme-6 .pricing-card{padding:1.75rem 1.25rem;width:100%;flex:1 1 auto}.theme-6 .pricing-card-featured{transform:scale(1)}.theme-6 .pricing-card-title{font-size:1.25rem}.theme-6 .pricing-card-description{font-size:.9rem}.theme-6 .price-amount{font-size:2rem}.theme-6 .pricing-card-features li{font-size:.9rem}.theme-6 .pricing-toggle-btn{padding:.625rem 1.5rem;font-size:.9rem}}.scroll-to-top.theme-6{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;border-radius:50%;background:var(--theme6-accent-orange);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(255,131,69,.4);opacity:0;visibility:hidden;transform:translateY(20px) scale(.8);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:9998}[dir=rtl] .scroll-to-top.theme-6{right:auto;left:2rem}.scroll-to-top.theme-6.is-visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.scroll-to-top.theme-6:hover{background:#e6733d;transform:translateY(-5px) scale(1.05);box-shadow:0 6px 20px rgba(255,131,69,.5)}.scroll-to-top.theme-6:active{transform:translateY(-3px) scale(.95)}.scroll-to-top.theme-6 svg{width:24px;height:24px;stroke:currentColor}[data-theme=dark] .scroll-to-top.theme-6{background:var(--theme6-accent-orange);box-shadow:0 4px 15px rgba(255,131,69,.5)}[data-theme=dark] .scroll-to-top.theme-6:hover{box-shadow:0 6px 20px rgba(255,131,69,.6)}@media (max-width:768px){.scroll-to-top.theme-6{width:45px;height:45px;bottom:1.5rem;right:1.5rem}[dir=rtl] .scroll-to-top.theme-6{left:1.5rem}.scroll-to-top.theme-6 svg{width:20px;height:20px}}@media (max-width:480px){.scroll-to-top.theme-6{width:40px;height:40px;bottom:1rem;right:1rem}[dir=rtl] .scroll-to-top.theme-6{left:1rem}}.theme-6.coach-section{padding:100px 0 0;position:relative;overflow:hidden;background:var(--theme6-bg-solid)}[data-theme=dark] .theme-6 .coach-section{background:#1a1a1a}.theme-6 .coach-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;user-select:none;object-fit:cover}.theme-6 .coach-bg-light{display:block}.theme-6 .coach-bg-dark{display:none}[data-theme=dark] .theme-6 .coach-bg-light{display:none}[data-theme=dark] .theme-6 .coach-bg-dark{display:block}.theme-6 .testimonial-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;user-select:none;object-fit:cover}.theme-6 .testimonial-bg-light{display:block}.theme-6 .testimonial-bg-dark{display:none}[data-theme=dark] .theme-6 .testimonial-bg-light{display:none}[data-theme=dark] .theme-6 .testimonial-bg-dark{display:block}.theme-6 .coach-container{max-width:1400px;margin:0 auto;padding:0 60px;position:relative;z-index:2}.theme-6 .coach-header{text-align:center;margin-bottom:80px}.theme-6 .coach-section-title{font-size:48px;font-weight:800;color:var(--theme6-text-primary);margin-bottom:20px;line-height:1.2}.theme-6 .coach-section-title .coach-title-highlight{color:var(--theme6-accent-orange);background:linear-gradient(135deg,rgba(255,131,69,.2) 0,transparent 100%);padding:0 16px;border-radius:4px;display:inline-block}.theme-6 .coach-section-subtitle{font-size:18px;color:var(--theme6-text-secondary);max-width:700px;margin:0 auto;line-height:1.7}.theme-6 .coach-content{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center}.theme-6 [dir=rtl] .coach-content,.theme-6[dir=rtl] .coach-content{direction:rtl}.theme-6 [dir=ltr] .coach-content,.theme-6[dir=ltr] .coach-content{direction:ltr}.theme-6 .coach-image-container{position:relative;display:flex;justify-content:center;align-items:center;order:2}@media (max-width:1024px){.theme-6 .coach-section{padding:100px 0}.theme-6 .coach-image-container{order:1}.theme-6 .coach-bio{order:2}}.theme-6 .coach-quote-mark{position:absolute;top:-40px;left:-40px;z-index:5;opacity:1;color:var(--theme6-text-primary);animation:coachFloat 3s ease-in-out infinite}.theme-6 .coach-quote-mark-light{display:block}.theme-6 .coach-quote-mark-dark{display:none}[data-theme=dark] .theme-6 .coach-quote-mark-light{display:none}[data-theme=dark] .theme-6 .coach-quote-mark-dark{display:block;filter:brightness(1.8) contrast(1.1)}@keyframes coachFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.theme-6 .coach-image-wrapper{position:relative;max-width:500px;width:100%}.theme-6 .coach-orange-circle{position:absolute;width:450px;height:550px;background:linear-gradient(135deg,#ff9770 0,var(--theme6-accent-orange) 100%);border-radius:50% 50% 50% 50%/40% 40% 60% 60%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;box-shadow:0 20px 60px rgba(255,138,101,.4);animation:coachMorphing 8s ease-in-out infinite}@keyframes coachMorphing{0%,100%{border-radius:50% 50% 50% 50%/40% 40% 60% 60%}50%{border-radius:40% 60% 60% 40%/50% 50% 50% 50%}}.theme-6 .coach-image{position:relative;z-index:10;width:100%;height:auto;display:block;filter:drop-shadow(0 20px 40px rgba(0, 0, 0, .3));animation:coachFadeInScale 1s ease-out .5s backwards}@keyframes coachFadeInScale{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.theme-6 .coach-bio{max-width:650px;order:1}.theme-6 .coach-name{font-size:24px;font-weight:700;color:var(--theme6-text-primary);margin-bottom:20px;line-height:1.3}.theme-6 .coach-rating-container{display:flex;align-items:center;gap:16px;margin-bottom:32px}.theme-6 .coach-stars{display:flex;gap:4px}.theme-6 .coach-star{width:24px;height:24px;color:#ffc107;filter:drop-shadow(0 2px 4px rgba(255, 193, 7, .3))}.theme-6 .coach-rating-text{font-size:16px;color:var(--theme6-text-secondary);font-weight:500}.theme-6 .coach-bio-content{margin-bottom:40px}.theme-6 .coach-bio-paragraph{font-size:18px;line-height:1.8;color:var(--theme6-text-secondary);margin-bottom:24px}.theme-6 .coach-bio-paragraph:last-child{margin-bottom:0}.theme-6 .coach-btn-cta{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,var(--theme6-accent-orange) 0,#f4723e 100%);color:#fff!important;padding:18px 40px;border-radius:30px;text-decoration:none;font-weight:700;font-size:18px;box-shadow:0 8px 24px rgba(255,138,101,.4);transition:all .3s ease}.theme-6 .coach-btn-cta:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(255,138,101,.6)}.theme-6 .coach-btn-cta:active{transform:translateY(-2px)}.theme-6 .coach-btn-icon{animation:coachBounce 2s infinite}@keyframes coachBounce{0%,100%{transform:translateX(0)}50%{transform:translateX(5px)}}.theme-6 [dir=rtl] .coach-btn-icon,.theme-6[dir=rtl] .coach-btn-icon{animation:coachBounceRTL 2s infinite}@keyframes coachBounceRTL{0%,100%{transform:translateX(0) scaleX(-1)}50%{transform:translateX(-5px) scaleX(-1)}}@media (max-width:1024px){.theme-6 .coach-container{padding:0 40px}.theme-6 .coach-content{grid-template-columns:1fr;gap:60px;text-align:center}.theme-6 .coach-image-container{justify-content:center}.theme-6 .coach-bio{max-width:100%}.theme-6 .coach-orange-circle{width:380px;height:480px}.theme-6 .coach-rating-container{justify-content:center}.theme-6 .coach-btn-cta{width:100%;justify-content:center}}@media (max-width:768px){.theme-6 .coach-section{padding:60px 0}.theme-6 .coach-container{padding:0 24px}.theme-6 .coach-header{margin-bottom:48px}.theme-6 .coach-section-title{font-size:32px}.theme-6 .coach-section-subtitle{font-size:16px}.theme-6 .coach-content{gap:40px}.theme-6 .coach-orange-circle{width:300px;height:380px}.theme-6 .coach-name{font-size:22px}.theme-6 .coach-bio-paragraph{font-size:16px;margin-bottom:20px}.theme-6 .coach-quote-mark{display:none}.theme-6 .coach-btn-cta{padding:16px 32px;font-size:16px}}@media (max-width:480px){.theme-6 .coach-section-title{font-size:28px}.theme-6 .coach-orange-circle{width:250px;height:320px}.theme-6 .coach-name{font-size:20px}.theme-6 .coach-bio-paragraph{font-size:15px}}.theme-6 .hidden{display:none!important}.theme-6.faq-section{padding:100px 0;position:relative;overflow:hidden;background:var(--theme6-bg-solid);min-height:100vh;display:flex;align-items:center}[data-theme=dark] .theme-6 .faq-section{background:#1a1a1a}.theme-6 [data-theme=light] .faq-section,.theme-6[data-theme=light] .faq-section{background:#f5f7fa}.theme-6 .faq-bg-svg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:visible;contain:layout style paint;transform:translateZ(0)}.theme-6 .faq-bg-svg .faq-draw-line{fill:none;stroke:url(#faqLineGradientLight);stroke-width:3;stroke-miterlimit:10;stroke-dasharray:3000;stroke-dashoffset:3000;will-change:stroke-dashoffset;animation:faqDrawLineGradient 15s linear infinite}[data-theme=dark] .theme-6 .faq-bg-svg .faq-draw-line{stroke:url(#faqLineGradientDark)}.theme-6 .faq-draw-line.faq-line-1{animation-delay:0s}.theme-6 .faq-draw-line.faq-line-2{animation-delay:.8s}.theme-6 .faq-draw-line.faq-line-3{animation-delay:1.6s}.theme-6 .faq-draw-line.faq-line-4{animation-delay:2.4s}.theme-6 .faq-draw-line.faq-line-5{animation-delay:3.2s}.theme-6 .faq-draw-line.faq-line-6{animation-delay:4s}.theme-6 .faq-draw-line.faq-line-7{animation-delay:4.8s}.theme-6 .faq-draw-line.faq-line-8{animation-delay:5.6s}.theme-6 .faq-draw-line.faq-line-9{animation-delay:6.4s}.theme-6 .faq-draw-line.faq-line-10{animation-delay:7.2s}@keyframes faqDrawLineGradient{0%{stroke-dashoffset:3000}50%{stroke-dashoffset:0}100%{stroke-dashoffset:-3000}}.theme-6 .faq-lines-group{opacity:.35}@media (prefers-reduced-motion:reduce){.theme-6 .faq-bg-svg .faq-draw-line{animation:none;stroke-dashoffset:0;opacity:.3}}.theme-6 .faq-container{max-width:1400px;margin:0 auto;padding:0 60px;position:relative;z-index:2}.theme-6 .faq-header{text-align:center;margin-bottom:80px}.theme-6 .faq-main-title{font-size:48px;font-weight:800;color:var(--theme6-text-primary);margin-bottom:24px;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.theme-6 .faq-title-text{color:var(--theme6-text-primary)}.theme-6 .faq-title-highlight{color:var(--theme6-text-primary);position:relative;display:inline-block}.theme-6 .faq-title-highlight::before{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:var(--theme6-accent-orange);opacity:.7;z-index:-1;border-radius:4px}.theme-6 .faq-subtitle{font-size:18px;color:var(--theme6-text-secondary);max-width:800px;margin:0 auto;line-height:1.7}[data-theme=dark] .theme-6 .faq-subtitle{color:#b8b8b8}.theme-6 .faq-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.theme-6 [dir=rtl] .faq-content-grid,.theme-6[dir=rtl] .faq-content-grid{direction:rtl}.theme-6 [dir=ltr] .faq-content-grid,.theme-6[dir=ltr] .faq-content-grid{direction:ltr}.theme-6 .faq-image-section{position:relative;display:flex;justify-content:center;align-items:center;min-height:500px;order:1}.theme-6 .faq-blob-container{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.theme-6 .faq-blob{position:absolute;border-radius:50%;filter:blur(1px);will-change:border-radius,transform}.theme-6 .faq-blob-blue{width:500px;height:500px;background:linear-gradient(135deg,#8bc6db 0,#a8d8ea 100%);bottom:0;left:0;transform:translate(-20%,20%);animation:faqBlobMorph 8s ease-in-out infinite}.theme-6 .faq-blob-orange{width:500px;height:500px;background:linear-gradient(135deg,#ffb88c 0,#ffd4a8 100%);top:0;right:0;transform:translate(20%,-20%);animation:faqBlobMorph 8s ease-in-out infinite 1s;clip-path:polygon(0 0,100% 0,100% 60%,60% 100%,0 100%)}@keyframes faqBlobMorph{0%,100%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}25%{border-radius:30% 60% 70% 40%/50% 60% 30% 60%}50%{border-radius:50% 50% 50% 50%/40% 40% 60% 60%}75%{border-radius:70% 30% 50% 50%/30% 30% 70% 70%}}.theme-6 .faq-cat-wrapper{position:relative;z-index:2;width:70%;max-width:400px;filter:drop-shadow(0 10px 30px rgba(0, 0, 0, .2))}.theme-6 .faq-cat-image{width:100%;height:auto;display:block;border-radius:20px}.theme-6 .faq-question-marks{position:absolute;width:100%;height:100%;top:0;left:0;z-index:3;pointer-events:none}.theme-6 .faq-qmark{position:absolute;font-size:48px;font-weight:800;line-height:1;will-change:transform;animation:faqQmarkFloat 3s ease-in-out infinite}.theme-6 .faq-qmark-1{color:#ffb88c;top:20%;left:15%;animation-delay:0s}.theme-6 .faq-qmark-2{color:#8bc6db;top:30%;right:20%;animation-delay:1s}.theme-6 .faq-qmark-3{color:#ffb88c;bottom:30%;right:15%;animation-delay:2s}@keyframes faqQmarkFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(10deg)}}.theme-6 .faq-deco-lines{position:absolute;bottom:-20px;right:-20px;z-index:1;opacity:.8}.theme-6 [dir=rtl] .faq-deco-lines,.theme-6[dir=rtl] .faq-deco-lines{left:-20px;right:auto}.theme-6 .faq-accordion-title{font-size:28px;font-weight:700;color:var(--theme6-text-primary);margin-bottom:32px;text-align:right}.theme-6 [dir=ltr] .faq-accordion-title,.theme-6[dir=ltr] .faq-accordion-title{text-align:left}.theme-6 .faq-accordion{display:flex;flex-direction:column;gap:16px}.theme-6 .faq-accordion-item{border-radius:16px;overflow:hidden;transition:all .3s ease;contain:layout}.theme-6 .faq-accordion-item{background:var(--theme6-bg-card);border:1px solid transparent}[data-theme=dark] .theme-6 .faq-accordion-item{background:rgba(42,42,42,.8);border-color:rgba(255,255,255,.1)}.theme-6 [data-theme=light] .faq-accordion-item,.theme-6[data-theme=light] .faq-accordion-item{background:#fff;border-color:rgba(0,0,0,.1)}.theme-6 .faq-accordion-item.active{background:#19c1b6;border-color:#1dd1c1}.theme-6 .faq-accordion-header{width:100%;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;background:0 0;border:none;cursor:pointer;text-align:right;transition:all .3s ease;gap:16px}.theme-6 [dir=ltr] .faq-accordion-header,.theme-6[dir=ltr] .faq-accordion-header{text-align:left}.theme-6 .faq-accordion-item:not(.active) .faq-accordion-header:hover{background:rgba(0,0,0,.05)}[data-theme=dark] .theme-6 .faq-accordion-item:not(.active) .faq-accordion-header:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.2)}.theme-6 .faq-question-text{font-size:18px;font-weight:600;color:var(--theme6-text-secondary);flex:1;line-height:1.5;font-family:Almarai,sans-serif}[data-theme=dark] .theme-6 .faq-accordion-item:not(.active) .faq-question-text{color:#b8b8b8}.theme-6 [data-theme=light] .faq-accordion-item:not(.active) .faq-question-text,.theme-6[data-theme=light] .faq-accordion-item:not(.active) .faq-question-text{color:#5a6c7d}.theme-6 .faq-accordion-item.active .faq-question-text{color:#fff;font-weight:700}.theme-6 .faq-accordion-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid;transition:all .3s ease;position:relative}.theme-6 .faq-accordion-item:not(.active) .faq-accordion-icon{border-color:var(--theme6-text-secondary);background:0 0}[data-theme=dark] .theme-6 .faq-accordion-item:not(.active) .faq-accordion-icon{border-color:#b8b8b8}.theme-6 [data-theme=light] .faq-accordion-item:not(.active) .faq-accordion-icon,.theme-6[data-theme=light] .faq-accordion-item:not(.active) .faq-accordion-icon{border-color:#5a6c7d}.theme-6 .faq-accordion-item.active .faq-accordion-icon{border-color:#fff;background:rgba(255,255,255,.2)}.theme-6 .faq-icon-minus,.theme-6 .faq-icon-plus{position:absolute;font-size:20px;font-weight:700;line-height:1;transition:all .3s ease}.theme-6 .faq-icon-plus{color:var(--theme6-text-secondary);opacity:1;transform:rotate(0)}[data-theme=dark] .theme-6 .faq-accordion-item:not(.active) .faq-icon-plus{color:#b8b8b8}.theme-6 [data-theme=light] .faq-accordion-item:not(.active) .faq-icon-plus,.theme-6[data-theme=light] .faq-accordion-item:not(.active) .faq-icon-plus{color:#5a6c7d}.theme-6 .faq-icon-minus{color:#fff;opacity:0;transform:rotate(90deg)}.theme-6 .faq-accordion-item.active .faq-icon-plus{opacity:0;transform:rotate(90deg)}.theme-6 .faq-accordion-item.active .faq-icon-minus{opacity:1;transform:rotate(0)}.theme-6 .faq-accordion-content{max-height:0;overflow:hidden;transition:max-height .4s ease}.theme-6 .faq-answer-text{padding:0 24px 20px 24px;font-size:16px;line-height:1.8;color:rgba(255,255,255,.9);margin:0}.theme-6 [data-theme=light] .faq-accordion-item.active .faq-answer-text,.theme-6[data-theme=light] .faq-accordion-item.active .faq-answer-text{color:rgba(255,255,255,.95)}@media (min-width:1024px){.theme-6 .faq-content-grid{grid-template-columns:1fr 1fr;gap:80px}}@media (max-width:1023px){.theme-6 .faq-section{padding:80px 0}.theme-6 .faq-container{padding:0 40px}.theme-6 .faq-content-grid{grid-template-columns:1fr;gap:60px}.theme-6 .faq-main-title{font-size:36px}.theme-6 .faq-blob-blue,.theme-6 .faq-blob-orange{width:400px;height:400px}.theme-6 .faq-accordion-section{order:2}}@media (max-width:767px){.theme-6 .faq-section{padding:60px 0}.theme-6 .faq-container{padding:0 24px}.theme-6 .faq-header{margin-bottom:48px}.theme-6 .faq-main-title{font-size:32px;gap:8px}.theme-6 .faq-subtitle{font-size:16px}.theme-6 .faq-content-grid{gap:40px}.theme-6 .faq-image-section{min-height:350px}.theme-6 .faq-blob-blue,.theme-6 .faq-blob-orange{width:300px;height:300px}.theme-6 .faq-cat-wrapper{width:80%;max-width:350px}.theme-6 .faq-qmark{font-size:32px}.theme-6 .faq-accordion-title{font-size:24px;margin-bottom:24px}.theme-6 .faq-accordion-header{padding:16px 20px}.theme-6 .faq-question-text{font-size:16px}.theme-6 .faq-answer-text{padding:0 20px 16px 20px;font-size:15px}.theme-6 .faq-deco-lines{display:none}}@media (max-width:480px){.theme-6 .faq-main-title{font-size:28px}.theme-6 .faq-blob-blue,.theme-6 .faq-blob-orange{width:250px;height:250px}.theme-6 .faq-qmark{font-size:28px}}.theme-6 .contact-section{position:relative;padding:120px 0;overflow:hidden;background:radial-gradient(ellipse at top,#2a7a7a 0,#1f6565 100%)}[data-theme=dark] .theme-6 .contact-section{background:radial-gradient(ellipse at top,#2a7a7a 0,#196e69 100%)!important}[data-theme=light] .theme-6 .contact-section{background:radial-gradient(ellipse at top,#5dd4d4 0,#19c1b6 100%)}.theme-6 .contact-bg-shapes{position:absolute;bottom:0;left:0;right:0;width:100%;height:100%;pointer-events:none;z-index:1}.theme-6 .contact-shape-triangle{position:absolute;bottom:0;left:0;width:150%;height:35%;background:#fff;clip-path:polygon(0 100%,0 0,100% 100%);opacity:1;z-index:1}.theme-6 .contact-shape-wave{position:absolute;bottom:0;right:0;width:50%;height:40%;background:#1a5a5a;clip-path:polygon(0 100%,0 60%,20% 50%,40% 55%,60% 45%,80% 50%,100% 40%,100% 100%);opacity:.8;z-index:1}[data-theme=light] .theme-6 .contact-shape-wave{background:#4a9a9a}.theme-6 .contact-container{position:relative;max-width:1200px;margin:0 auto;padding:0 40px;z-index:2}.theme-6 .contact-wrapper{display:flex;flex-direction:row;gap:80px;align-items:flex-start}.theme-6 .contact-info-section{display:flex;flex-direction:column;gap:48px;flex:0 0 40%;max-width:40%}[dir=rtl] .theme-6 .contact-info-section{text-align:right}[dir=ltr] .theme-6 .contact-info-section{text-align:left}.theme-6 .contact-info-title{font-size:56px;font-weight:800;color:#2a2a2a;line-height:1.2;margin:0}[data-theme=dark] .theme-6 .contact-info-title{color:#2a2a2a}.theme-6 .contact-info-subtitle{font-size:20px;font-weight:600;color:#fff;line-height:1.6;margin:0;max-width:450px}.theme-6 .contact-email-section{display:flex;flex-direction:column;gap:8px}.theme-6 .contact-email-label{font-size:12px;font-weight:500;color:#2f2f2f;text-transform:uppercase;letter-spacing:.5px}.theme-6 .contact-email-wrapper{display:flex;align-items:center;gap:16px}.theme-6 .contact-email-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);border-radius:50%;color:#4a4a4a;flex-shrink:0}.theme-6 .contact-email-address{font-size:24px;font-weight:700;color:#2a2a2a!important;text-decoration:none;transition:all .3s ease}.theme-6 .contact-email-address:hover{text-decoration:underline}.theme-6 .contact-social-section{display:flex;flex-direction:column;gap:20px}.theme-6 .contact-social-label-wrapper{display:flex;align-items:center;gap:12px}.theme-6 .contact-social-line{width:40px;height:2px;background:#2a2a2a;opacity:.5}.theme-6 .contact-social-label{font-size:14px;font-weight:500;color:#2a2a2a}.theme-6 .contact-social-icons{display:flex;gap:12px;flex-direction:row-reverse;flex-wrap:wrap;justify-content:start}[dir=ltr] .theme-6 .contact-social-icons{flex-direction:row}.theme-6 .contact-social-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border-radius:8px;text-decoration:none;transition:all .3s ease;cursor:pointer}.theme-6 .contact-social-icon:hover{transform:scale(1.1);background:#fff;color:#1dc1b6}.theme-6 .contact-social-icon svg{width:20px;height:20px;color:#fff;transition:all .3s ease}.theme-6 .contact-social-icon:hover svg{color:#19c1b6}.theme-6 .contact-social-icon{backdrop-filter:blur(10px)}.theme-6 .contact-social-icon svg{filter:drop-shadow(0 1px 2px rgba(0, 0, 0, .1))}.theme-6 .contact-form-section{position:relative;flex:0 0 60%;max-width:60%}.theme-6 .contact-form{background:#4a4a4a;border-radius:24px;padding:48px 40px;box-shadow:0 20px 60px rgba(0,0,0,.5);display:flex;flex-direction:column;gap:24px;max-width:600px}[data-theme=light] .theme-6 .contact-form{background:#fff;box-shadow:0 10px 40px rgba(0,0,0,.1)}.theme-6 .contact-form-row{display:flex;flex-direction:row;gap:20px}.theme-6 .contact-form-row .contact-form-field{flex:1 1 50%;min-width:0}.theme-6 .contact-form-field{display:flex;flex-direction:column;gap:8px}.theme-6 .contact-form-label{font-size:14px;font-weight:600;color:#fff;margin:0}[data-theme=light] .theme-6 .contact-form-label{color:#2a2a2a}.theme-6 .contact-form-input,.theme-6 .contact-form-textarea{width:100%;padding:16px 20px;background:#3a3a3a;border:1.5px solid transparent;border-radius:5px;color:#fff;font-size:16px;font-family:inherit;transition:all .3s ease;outline:0}[data-theme=light] .theme-6 .contact-form-input,[data-theme=light] .theme-6 .contact-form-textarea{background:#f5f5f5;color:#2a2a2a}.theme-6 .contact-form-input::placeholder,.theme-6 .contact-form-textarea::placeholder{color:rgba(255,255,255,.5)}[data-theme=light] .theme-6 .contact-form-input::placeholder,[data-theme=light] .theme-6 .contact-form-textarea::placeholder{color:rgba(42,42,42,.5)}.theme-6 .contact-form-input:focus,.theme-6 .contact-form-textarea:focus{border-color:#1dd1c1;box-shadow:0 0 0 4px rgba(29,209,193,.1);background:#2a2a2a}[data-theme=light] .theme-6 .contact-form-input:focus,[data-theme=light] .theme-6 .contact-form-textarea:focus{background:#fff}.theme-6 .contact-form-input:valid:not(:placeholder-shown):not(.error){border-color:#10b981}@keyframes theme6ContactShake{0%,100%{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.theme-6 .contact-phone-wrapper{position:relative;display:flex;align-items:center}.theme-6 .contact-phone-flag{position:absolute;left:20px;display:flex;align-items:center;gap:8px;z-index:2;pointer-events:none}[dir=rtl] .theme-6 .contact-phone-flag{left:auto;right:20px}.theme-6 .contact-phone-flag-icon{font-size:24px;line-height:1}.theme-6 .contact-phone-dropdown{color:rgba(255,255,255,.5);width:12px;height:12px}[data-theme=light] .theme-6 .contact-phone-dropdown{color:rgba(42,42,42,.5)}[dir=rtl] .theme-6 .contact-form-input-phone{text-align:right}.theme-6 .contact-message-wrapper{position:relative}.theme-6 .contact-form-textarea{min-height:160px;max-height:300px;resize:vertical;line-height:1.6;padding-right:50px}[dir=rtl] .theme-6 .contact-form-textarea{padding-right:20px;padding-left:50px}.theme-6 .contact-message-icon{position:absolute;right:20px;top:20px;color:rgba(255,255,255,.5);pointer-events:none}[dir=rtl] .theme-6 .contact-message-icon{right:auto;left:20px}[data-theme=light] .theme-6 .contact-message-icon{color:rgba(42,42,42,.5)}.theme-6 .contact-form-error{font-size:13px;color:#ef4444;margin-top:4px;display:none;animation:theme6ContactSlideDown .3s ease}.theme-6 .contact-form-field.error .contact-form-error{display:block}.theme-6 .contact-form-input.error,.theme-6 .contact-form-textarea.error{border-color:#ef4444;animation:theme6ContactShake .3s ease}@keyframes theme6ContactSlideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.theme-6 .contact-form-submit{width:180px;height:56px;padding:0 24px;background:linear-gradient(135deg,#ff8a65 0,#ff6b45 100%);border:none;border-radius:12px;color:#fff;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 24px rgba(255,138,101,.4);transition:all .3s ease;position:relative;overflow:hidden}[data-theme=light] .theme-6 .contact-form-submit{background:linear-gradient(135deg,#06f 0,#0052cc 100%);box-shadow:0 8px 24px rgba(0,102,255,.4)}.theme-6 .contact-form-submit:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(255,138,101,.6)}[data-theme=light] .theme-6 .contact-form-submit:hover{box-shadow:0 12px 32px rgba(0,102,255,.6)}.theme-6 .contact-form-submit:active{transform:translateY(-1px) scale(.98)}.theme-6 .contact-form-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.theme-6 .contact-submit-arrow{font-size:18px;line-height:1}.theme-6 .contact-submit-spinner{display:none;animation:theme6ContactSpin 1s linear infinite}.theme-6 .contact-form-submit.loading .contact-submit-arrow{display:none}.theme-6 .contact-form-submit.loading .contact-submit-spinner{display:block}@keyframes theme6ContactSpin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1200px){.theme-6 .contact-wrapper{flex-direction:column;gap:48px;align-items:center}.theme-6 .contact-info-section{max-width:100%!important}.theme-6 .contact-form-section{max-width:100%!important;width:100%!important;flex:0 0 100%!important}.theme-6 .contact-form{margin:0 auto}}@media (max-width:1023px){.theme-6 .contact-section{padding:80px 0}.theme-6 .contact-container{padding:0 32px}.theme-6 .contact-wrapper{gap:60px;flex-wrap:wrap}.theme-6 .contact-info-section{flex:0 0 calc(40% - 30px);max-width:calc(40% - 30px)}.theme-6 .contact-form-section{flex:0 0 calc(60% - 30px);max-width:calc(60% - 30px)}.theme-6 .contact-info-title{font-size:48px}.theme-6 .contact-form-submit{width:220px}}@media (max-width:767px){.theme-6 .contact-section{padding:60px 0}.theme-6 .contact-container{padding:0 24px}.theme-6 .contact-info-section{order:1;gap:32px}.theme-6 .contact-form-section{order:2}.theme-6 .contact-info-title{font-size:36px}.theme-6 .contact-info-subtitle{font-size:18px}.theme-6 .contact-email-address{font-size:20px}.theme-6 .contact-form{padding:32px 24px}.theme-6 .contact-form-row{flex-direction:column}.theme-6 .contact-form-row .contact-form-field{flex:1 1 100%}.theme-6 .contact-form-textarea{min-height:140px}.theme-6 .contact-form-submit{width:100%;height:52px}[dir=ltr] .theme-6 .contact-form-row{order:1}[dir=ltr] .theme-6 .contact-form-row .contact-form-field:first-child{order:2}[dir=ltr] .theme-6 .contact-form-row .contact-form-field:last-child{order:1}}@media (max-width:480px){.theme-6 .contact-info-title{font-size:32px}.theme-6 .contact-form{padding:24px 20px}}.theme-6.booking-section{position:relative!important;padding:120px 0!important;overflow:hidden!important;background:#1a1a1a!important}.theme-6 .booking-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;user-select:none;object-fit:cover}.theme-6 .booking-bg-light{display:block}.theme-6 .booking-bg-dark{display:none}[data-theme=dark] .theme-6 .booking-bg-light{display:none}[data-theme=dark] .theme-6 .booking-bg-dark{display:block}[data-theme=dark] .theme-6.booking-section{background:#1a1a1a}[data-theme=light] .theme-6.booking-section{background:#fafafa!important}.theme-6 .booking-container{position:relative;max-width:1200px;margin:0 auto;padding:0 60px;z-index:2}.theme-6 .booking-page-title{text-align:center;font-size:48px;font-weight:800;color:#fff;margin:0 0 48px 0;line-height:1.2}[data-theme=light] .theme-6 .booking-page-title{color:var(--theme6-text-primary)}.theme-6 .booking-title-highlight{background:#ff6b45;color:#fff;padding:4px 16px;border-radius:8px;display:inline-block}.theme-6 .booking-wrapper{display:flex;flex-direction:row;gap:60px;align-items:flex-start}.theme-6 .booking-preview-section{flex:0 0 45%;max-width:45%}.theme-6 .booking-preview-container{position:relative;border:3px dashed #ffb380;border-radius:24px;padding:16px;background:0 0;margin-bottom:32px}.theme-6 .booking-preview-image{position:relative;width:100%;aspect-ratio:16/9;border-radius:16px;overflow:hidden}.theme-6 .booking-preview-img{width:100%;height:100%;object-fit:cover}.theme-6 .booking-preview-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.1),rgba(0,0,0,.3));pointer-events:none}.theme-6 .booking-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2}.theme-6 .booking-play-button:hover{transform:translate(-50%,-50%) scale(1.1);background:rgba(0,0,0,.8)}.theme-6 .booking-quote-icon{position:absolute;top:-12px;right:-12px;width:48px;height:48px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ff6b45;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:3}[dir=ltr] .theme-6 .booking-quote-icon{right:-12px;left:auto}.theme-6 .booking-course-info{display:flex;flex-direction:column;gap:24px}.theme-6 .booking-course-title{font-size:28px;font-weight:700;color:#fff;line-height:1.4;margin:0}[data-theme=light] .theme-6 .booking-course-title{color:var(--theme6-text-primary)}.theme-6 .booking-course-price{display:flex;gap:8px;align-items:center}[dir=rtl] .theme-6 .booking-course-price{text-align:right}[dir=ltr] .theme-6 .booking-course-price{text-align:left}.theme-6 .booking-price-label{font-size:16px;font-weight:500;color:#666}[data-theme=dark] .theme-6 .booking-price-label{color:#999}.theme-6 .booking-price-value{font-size:36px;font-weight:700;color:#ff6b45;display:inline-block}.theme-6 .booking-form-section{flex:0 0 55%;max-width:55%;display:flex;flex-direction:column;gap:32px}.theme-6 .booking-form-group{display:flex;flex-direction:column;gap:24px}.theme-6 .booking-section-title{font-size:20px;font-weight:600;color:#fff;margin:0 0 24px 0}[data-theme=light] .theme-6 .booking-section-title{color:#1a1a1a}.theme-6 .booking-section-subtitle{font-size:14px;color:#999;margin:-16px 0 16px 0}.theme-6 .booking-form{display:flex;flex-direction:column;gap:20px}.theme-6 .booking-form-field{display:flex;flex-direction:column;gap:8px}.theme-6 .booking-form-label{font-size:14px;font-weight:500;color:#fff;margin:0}[data-theme=light] .theme-6 .booking-form-label{color:#2a2a2a}.theme-6 .booking-required{color:#ef4444;margin:0 4px}.theme-6 .booking-form-input{width:100%;height:56px;padding:16px 20px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:16px;font-family:inherit;transition:all .3s ease;outline:0}[dir=rtl] .theme-6 .booking-form-input{text-align:right}[data-theme=light] .theme-6 .booking-form-input{background:#f8f8f8;border:1px solid #e0e0e0;color:#1a1a1a}.theme-6 .booking-form-input::placeholder{color:rgba(255,255,255,.4)}[data-theme=light] .theme-6 .booking-form-input::placeholder{color:#999}.theme-6 .booking-form-input:focus{border:2px solid #ff6b45;box-shadow:0 0 0 4px rgba(255,107,69,.1);background:rgba(255,255,255,.08)}[data-theme=light] .theme-6 .booking-form-input:focus{background:#fff}.theme-6 .booking-form-input:valid:not(:placeholder-shown):not(.error){border-color:#10b981}.theme-6 .booking-form-input.error{border-color:#ef4444;animation:theme6BookingShake .5s ease}@keyframes theme6BookingShake{0%,100%{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.theme-6 .booking-form-error{font-size:13px;color:#ef4444;margin-top:6px;display:none;animation:theme6BookingSlideDown .3s ease}.theme-6 .booking-form-field.error .booking-form-error{display:block}@keyframes theme6BookingSlideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.theme-6 .booking-payment-section{display:flex;flex-direction:column;gap:16px}.theme-6 .booking-payment-options{display:flex;flex-direction:column;gap:16px}.theme-6 .booking-payment-card{position:relative;display:flex;align-items:center;gap:16px;padding:8px 13px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;cursor:pointer;transition:all .3s ease}[data-theme=light] .theme-6 .booking-payment-card{background:#fff;box-shadow:0 4px 23px 0 rgba(0,0,0,.21);border:1px solid #e0e0e0}.theme-6 .booking-payment-card:hover{border:2px solid #10b981;box-shadow:0 4px 12px rgba(16,185,129,.2)}.theme-6 .booking-payment-card[data-payment=vodafone]:hover{border-color:#e60000;box-shadow:0 4px 12px rgba(230,0,0,.2)}.theme-6 .booking-payment-selected{background:rgba(16,185,129,.15)!important;border:2px solid #10b981!important}[data-theme=light] .theme-6 .booking-payment-selected{background:#e6f7f1!important}.theme-6 .booking-payment-checkmark{position:absolute;top:12px;right:12px;width:24px;height:24px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transition:opacity .2s ease}[dir=rtl] .theme-6 .booking-payment-checkmark{right:auto;left:12px}[dir=ltr] .theme-6 .booking-payment-checkmark{right:12px;left:auto}.theme-6 .booking-payment-selected .booking-payment-checkmark{opacity:1}.theme-6 .booking-payment-logo{flex-shrink:0}.theme-6 .booking-payment-info{flex:1;display:flex;flex-direction:column;gap:4px}.theme-6 .booking-payment-name{font-size:12px;font-weight:700;color:#fff}[data-theme=light] .theme-6 .booking-payment-name{color:#2c2c2c}.theme-6 .booking-payment-details{display:flex;flex-direction:column;gap:4px}.theme-6 .booking-payment-expiry,.theme-6 .booking-payment-number{font-size:12px}.theme-6 .booking-payment-number{color:#2c2c2c}.theme-6 .booking-payment-expiry{color:#696969}[data-theme=dark] .theme-6 .booking-payment-expiry,[data-theme=dark] .theme-6 .booking-payment-number{color:#fff}.theme-6 .booking-total-box{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;background:rgba(255,255,255,.08);border-radius:16px;margin-top:32px;flex-direction:column}.theme-6 .booking-total-box-info{display:flex;align-items:center;justify-content:space-between;width:100%}[dir=rtl] .theme-6 .booking-total-box{flex-direction:column}[data-theme=light] .theme-6 .booking-total-box{background:#fff;box-shadow:0 4px 23px 0 rgba(0,0,0,.21)}.theme-6 .booking-total-label{font-size:18px;font-weight:600;color:#fff}[data-theme=light] .theme-6 .booking-total-label{color:#193142}.theme-6 .booking-total-value{font-size:20px;font-weight:700;color:#ff8345}.theme-6 .booking-purchase-btn{width:70%;height:56px;padding:0 24px;background:linear-gradient(135deg,#ff8a65 0,#e94e1b 100%);border:none;border-radius:18px;color:#fff;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 24px rgba(255,107,69,.4);transition:all .3s ease;margin-top:24px;position:relative}.theme-6 .booking-purchase-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(255,107,69,.6)}.theme-6 .booking-purchase-btn:active{transform:translateY(0) scale(.98);box-shadow:0 4px 12px rgba(255,107,69,.3)}.theme-6 .booking-purchase-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.theme-6 .booking-purchase-btn.loading{opacity:.7;cursor:not-allowed}.theme-6 .booking-btn-spinner{display:none;animation:theme6BookingSpin 1s linear infinite}.theme-6 .booking-purchase-btn.loading .booking-btn-text{display:none}.theme-6 .booking-purchase-btn.loading .booking-btn-spinner{display:block}@keyframes theme6BookingSpin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1023px){.theme-6.booking-section{padding:80px 0}.theme-6 .booking-container{padding:0 40px}.theme-6 .booking-wrapper{flex-direction:column;gap:32px;align-items:center}.theme-6 .booking-page-title{font-size:40px}.theme-6 .booking-preview-section{width:100%;max-width:100%}.theme-6 .booking-form-section{width:100%;max-width:100%}.theme-6 .booking-play-button{width:64px;height:64px}}@media (max-width:767px){.theme-6.booking-section{padding:60px 0}.theme-6 .booking-container{padding:0 20px}.theme-6 .booking-page-title{font-size:32px;margin-bottom:32px}.theme-6 .booking-preview-section{flex:1 1 100%;max-width:100%;order:1}.theme-6 .booking-form-section{flex:1 1 100%;max-width:100%;order:2}.theme-6 .booking-preview-container{margin-bottom:24px}.theme-6 .booking-play-button{width:64px;height:64px}.theme-6 .booking-play-button svg{width:24px;height:24px}.theme-6 .booking-course-title{font-size:22px}.theme-6 .booking-price-value{font-size:28px}.theme-6 .booking-section-title{font-size:18px}.theme-6 .booking-total-value{font-size:28px}.theme-6 .booking-purchase-btn{font-size:16px}}.theme-6.footer-section{position:relative;padding:80px 60px 40px;background:#0a0a0a;overflow:hidden;min-height:unset!important}.theme-6 .footer-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;user-select:none;object-fit:cover}.theme-6 .footer-bg-light{display:block}.theme-6 .footer-bg-dark{display:none}[data-theme=dark] .theme-6 .footer-bg-light{display:none}[data-theme=dark] .theme-6 .footer-bg-dark{display:block}.theme-6 .footer-ripple-grid{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;opacity:.3}[data-theme=dark] .theme-6 .footer-ripple-grid{opacity:1}.theme-6 .footer-ripple-grid canvas{width:100%;height:100%;display:block}[data-theme=dark] .theme-6 .footer-section{background:#0a0a0a}[data-theme=light] .theme-6 .footer-section{background:#f8f8f8}.theme-6 .footer-container{position:relative;max-width:1400px;margin:0 auto;z-index:2}.theme-6 .footer-wrapper{display:flex;flex-direction:row;gap:60px;margin-bottom:48px}.theme-6 .footer-column{flex:1 1 33.333%;display:flex;flex-direction:column;gap:24px}[dir=rtl] .theme-6 .footer-column{text-align:right}[dir=ltr] .theme-6 .footer-column{text-align:left}.theme-6 .footer-logo{margin-bottom:32px}.theme-6 .footer-logo a{display:inline-block;transition:transform .3s ease}.theme-6 .footer-logo a:hover{transform:scale(1.05)}.theme-6 .footer-logo-img{width:160px;height:auto;display:block}.theme-6 .footer-logo-light{display:block}.theme-6 .footer-logo-dark{display:none}[data-theme=dark] .theme-6 .footer-logo-light{display:none}[data-theme=dark] .theme-6 .footer-logo-dark{display:block}.theme-6 .footer-social-icons{display:flex;flex-direction:row;gap:4px;flex-wrap:wrap}[dir=rtl] .theme-6 .footer-social-icons{justify-content:flex-start}[dir=ltr] .theme-6 .footer-social-icons{justify-content:flex-start}.theme-6 .footer-social-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border-radius:8px;transition:all .3s ease;cursor:pointer}.theme-6 .footer-social-icon svg{color:#19c1b6;width:20px;height:20px;transition:all .3s ease}.theme-6 .footer-social-icon:hover{transform:translateY(-3px);background:rgb(25 193 182 / 18%)}.theme-6 .footer-social-icon:active{transform:translateY(-1px) scale(.95)}.theme-6 .footer-social-icon:focus{outline:2px solid #1dd1c1;outline-offset:2px}.theme-6 .footer-social-icon svg{width:20px;height:20px}.theme-6 .footer-section-title{font-size:24px;font-weight:700;color:#fff;margin:0 0 24px 0;line-height:1.3}[data-theme=light] .theme-6 .footer-section-title{color:#1a1a1a}.theme-6 .footer-contact-list{display:flex;flex-direction:column;gap:16px}.theme-6 .footer-contact-item{display:flex;align-items:center;gap:12px;text-decoration:none;color:#e5e5e5;transition:all .3s ease;padding:8px 0}[data-theme=light] .theme-6 .footer-contact-item{color:#4a4a4a}.theme-6 .footer-contact-icon{width:20px;height:20px;color:#1dd1c1;flex-shrink:0;transition:transform .3s ease}.theme-6 .footer-contact-text{font-size:16px;font-weight:400;line-height:1.5}.theme-6 .footer-contact-item:hover{color:#1dd1c1}.theme-6 .footer-contact-item:hover .footer-contact-icon{transform:scale(1.1)}.theme-6 .footer-contact-item[href^=mailto]:hover{text-decoration:underline}.theme-6 .footer-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.theme-6 .footer-nav-link{position:relative;display:inline-block;color:#c5c5c5;font-size:16px;font-weight:400;text-decoration:none;transition:all .3s ease;padding-left:20px}[data-theme=light] .theme-6 .footer-nav-link{color:#5a5a5a}[dir=rtl] .theme-6 .footer-nav-link{padding-left:0;padding-right:20px}.theme-6 .footer-nav-link::before{content:'►';position:absolute;left:0;color:#1dd1c1;font-size:12px;opacity:0;transform:translateX(-10px);transition:all .3s ease}[dir=rtl] .theme-6 .footer-nav-link::before{left:auto;right:0;content:'◄'}.theme-6 .footer-nav-link:hover{color:#1dd1c1;padding-left:24px;transform:translateX(4px)}[dir=rtl] .theme-6 .footer-nav-link:hover{padding-left:0;padding-right:24px;transform:translateX(-4px)}.theme-6 .footer-nav-link:hover::before{opacity:1;transform:translateX(0)}[dir=rtl] .theme-6 .footer-nav-link:hover::before{transform:translateX(0)}.theme-6 .footer-nav-link:focus{outline:2px solid #1dd1c1;outline-offset:4px;border-radius:4px}.theme-6 .footer-wave-divider{margin:48px 0 32px;width:calc(100% + 40px);margin-left:-20px;overflow:visible;position:relative}[dir=rtl] .theme-6 .footer-wave-divider{margin-left:0;margin-right:-20px}.theme-6 .footer-wave-deco{display:block;margin:0 auto;width:100%;max-width:1322px;height:auto;overflow:visible}.theme-6 .footer-wave-divider .wave-path{stroke-dasharray:600;stroke-dashoffset:600;stroke-linecap:round;stroke-linejoin:round}.theme-6 .footer-wave-divider .wave-group.wave-1 .wave-path{animation:theme6DrawWaveLoop 4s ease-in-out infinite;animation-delay:0s}.theme-6 .footer-wave-divider .wave-group.wave-2 .wave-path{animation:theme6DrawWaveLoop 4s ease-in-out infinite;animation-delay:.15s}.theme-6 .footer-wave-divider .wave-group.wave-3 .wave-path{animation:theme6DrawWaveLoop 4s ease-in-out infinite;animation-delay:.3s}.theme-6 .footer-wave-divider .wave-group.wave-4 .wave-path{animation:theme6DrawWaveLoop 4s ease-in-out infinite;animation-delay:.45s}.theme-6 .footer-wave-divider .wave-group.wave-5 .wave-path{animation:theme6DrawWaveLoop 4s ease-in-out infinite;animation-delay:.6s}.theme-6 .footer-wave-divider .wave-group.wave-6 .wave-path{animation:theme6DrawWaveLoop 4s ease-in-out infinite;animation-delay:.75s}[data-theme=dark] .theme-6 .footer-wave-divider .wave-group .wave-path{animation:theme6DrawWaveLoopDark 4s ease-in-out infinite}[data-theme=dark] .theme-6 .footer-wave-divider .wave-group.wave-1 .wave-path{animation-delay:0s}[data-theme=dark] .theme-6 .footer-wave-divider .wave-group.wave-2 .wave-path{animation-delay:.15s}[data-theme=dark] .theme-6 .footer-wave-divider .wave-group.wave-3 .wave-path{animation-delay:.3s}[data-theme=dark] .theme-6 .footer-wave-divider .wave-group.wave-4 .wave-path{animation-delay:.45s}[data-theme=dark] .theme-6 .footer-wave-divider .wave-group.wave-5 .wave-path{animation-delay:.6s}[data-theme=dark] .theme-6 .footer-wave-divider .wave-group.wave-6 .wave-path{animation-delay:.75s}.theme-6 .footer-copyright{text-align:center;padding:24px 20px}.theme-6 .footer-copyright-text{font-size:14px;font-weight:400;color:#999;line-height:1.6;margin:0}[data-theme=light] .theme-6 .footer-copyright-text{color:#666}.theme-6 .footer-copyright-link{color:#1dd1c1!important;font-weight:700;text-decoration:none;transition:all .3s ease}.theme-6 .footer-copyright-link:hover{color:#2dd4bf!important;text-decoration:underline}.theme-6 .footer-copyright-link:focus{outline:2px solid #1dd1c1;outline-offset:2px;border-radius:2px}@media (max-width:1023px){.theme-6 .footer-section{padding:60px 40px 32px}.theme-6 .footer-wrapper{flex-wrap:wrap;gap:40px}.theme-6 .footer-column{flex:1 1 calc(50% - 20px)}.theme-6 .footer-quick-links{flex:1 1 100%;text-align:center}.theme-6 .footer-nav-list{align-items:center}.theme-6 .footer-social-icons{justify-content:center}.theme-6 .footer-logo{text-align:center}.theme-6 .footer-contact{text-align:center}[dir=rtl] .theme-6 .footer-contact{text-align:center}}@media (max-width:767px){.theme-6 .footer-section{padding:40px 20px 24px}.theme-6 .footer-wrapper{flex-direction:column;gap:32px;align-items:center}.theme-6 .footer-column{flex:1 1 100%;width:100%;text-align:center}[dir=rtl] .theme-6 .footer-column{text-align:center}.theme-6 .footer-logo{margin-bottom:24px}.theme-6 .footer-logo-img{width:140px}.theme-6 .footer-social-icons{justify-content:center}.theme-6 .footer-social-icon{width:44px;height:44px}.theme-6 .footer-contact-item{justify-content:center}[dir=rtl] .theme-6 .footer-contact-item{justify-content:center}.theme-6 .footer-section-title{font-size:20px;margin-bottom:20px}.theme-6 .footer-contact-text{font-size:15px}.theme-6 .footer-nav-link{font-size:15px}.theme-6 .footer-wave-divider{margin:32px 0 24px;width:calc(100% + 40px);margin-left:-20px}[dir=rtl] .theme-6 .footer-wave-divider{margin-left:0;margin-right:-20px}.theme-6 .footer-copyright-text{font-size:13px}.theme-6 .footer-quick-links{display:none}}@media (max-width:480px){.theme-6 .footer-section{padding:32px 16px 20px}.theme-6 .footer-logo-img{width:120px}.theme-6 .footer-social-icon{width:40px;height:40px}.theme-6 .footer-social-icon svg{width:18px;height:18px}}.theme-6 .contact-info-section{order:1;gap:32px;flex:1 1 100%;max-width:100%}.theme-6 .contact-form-section{order:2;flex:1 1 100%;max-width:100%}.theme-6 .contact-info-title{font-size:36px}.theme-6 .contact-info-subtitle{font-size:18px}.theme-6 .contact-email-address{font-size:20px}.theme-6 .contact-form{padding:32px 24px}.theme-6 .contact-form-row{flex-direction:column}.theme-6 .contact-form-row .contact-form-field{flex:1 1 100%}.theme-6 .contact-form-textarea{min-height:140px}.theme-6 .contact-form-submit{width:100%;height:52px}[dir=ltr] .theme-6 .contact-form-row .contact-form-field:first-child{order:2}[dir=ltr] .theme-6 .contact-form-row .contact-form-field:last-child{order:1}@media (max-width:480px){.theme-6 .contact-info-title{font-size:32px}.theme-6 .contact-form{padding:24px 20px}}.theme-6 .footer-wave-divider{position:relative;width:100%;overflow:hidden;line-height:0;margin-top:2rem;margin-bottom:2rem;opacity:.8;z-index:2}.theme-6 .footer-wave-deco{display:block;width:100%;height:auto;min-height:20px}.theme-6 .wave-path{stroke-dasharray:1000;stroke-dashoffset:1000;animation:theme6WaveDash 3s linear infinite}@keyframes theme6WaveDash{to{stroke-dashoffset:0}}.theme-6.testimonials-section{position:relative;padding:120px 0;overflow:hidden;background:var(--bg-primary,#fff)}.theme-6 .testimonials-container{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 40px}.theme-6 .testimonials-header{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:60px}.theme-6 .testimonials-title{font-size:48px;font-weight:700;text-align:center;color:var(--theme6-text-primary);margin:0;line-height:1.2}.theme-6 .title-highlight-box{padding:4px 12px;border-radius:4px;display:inline-block}.theme-6 .testimonials-nav-btn{background:0 0;border:none;width:auto;height:auto;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--text-primary,#1a1a1a);padding:8px;border-radius:50%}.theme-6 .testimonials-nav-btn:hover:not(:disabled){color:var(--accent-color,#ff6b35);transform:scale(1.1)}.theme-6 .testimonials-nav-btn:active:not(:disabled){transform:scale(.95)}.theme-6 .testimonials-nav-btn:disabled{opacity:.3;cursor:not-allowed}.theme-6 .testimonials-nav-btn svg{width:50px;height:50px;stroke-width:2.5}.theme-6 .testimonials-carousel{position:relative;width:100%}.theme-6 .testimonials-viewport{overflow:visible;position:relative;width:100%}.theme-6 .testimonials-container-inner{display:flex;align-items:stretch;justify-content:center;position:relative;width:100%;min-height:550px;gap:40px;overflow:visible;padding:60px 0}.theme-6 .testimonials-slide{flex:0 0 calc(33.333% - 27px);min-width:0;max-width:calc(33.333% - 27px);padding:0;position:relative;transition:all .5s cubic-bezier(.4,0,.2,1);will-change:transform,opacity;display:none;flex-direction:column}.theme-6 .testimonials-slide.slide-hidden{display:none!important;opacity:0;visibility:hidden;pointer-events:none}.theme-6 .testimonials-slide.slide-position-left{display:flex!important;opacity:.8;visibility:visible;pointer-events:auto;transform:scale(.92);z-index:1;order:1}.theme-6 .testimonials-slide.slide-position-center{display:flex!important;opacity:1;visibility:visible;pointer-events:auto;transform:scale(1);z-index:10;order:2}.theme-6 .testimonials-slide.slide-position-right{display:flex!important;opacity:.8;visibility:visible;pointer-events:auto;transform:scale(.92);z-index:1;order:3}.theme-6 .testimonial-card{position:relative;background:0 0;border-radius:24px;padding:40px;height:100%;width:100%;display:flex;flex-direction:column;overflow:visible}.theme-6 .testimonial-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.theme-6 .testimonial-shape{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;object-fit:contain;object-position:center;border-radius:24px;transition:opacity .5s cubic-bezier(.4,0,.2,1),visibility .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);opacity:0;visibility:hidden;display:block;transform:scale(.95)}.theme-6 .testimonials-slide.slide-position-left .testimonial-shape-left{opacity:1!important;visibility:visible!important;transform:scale(1)!important;z-index:1}.theme-6 .testimonials-slide.slide-position-left .testimonial-shape-center,.theme-6 .testimonials-slide.slide-position-left .testimonial-shape-right{opacity:0!important;visibility:hidden!important}.theme-6 .testimonials-slide.slide-position-center .testimonial-shape-center{opacity:1!important;visibility:visible!important;transform:scale(1)!important;z-index:1}.theme-6 .testimonials-slide.slide-position-center .testimonial-shape-left,.theme-6 .testimonials-slide.slide-position-center .testimonial-shape-right{opacity:0!important;visibility:hidden!important}.theme-6 .testimonials-slide.slide-position-right .testimonial-shape-right{opacity:1!important;visibility:visible!important;transform:scale(1)!important;z-index:1}.theme-6 .testimonials-slide.slide-position-right .testimonial-shape-center,.theme-6 .testimonials-slide.slide-position-right .testimonial-shape-left{opacity:0!important;visibility:hidden!important}.theme-6 .testimonials-slide.slide-hidden .testimonial-shape{opacity:0!important;visibility:hidden!important}.theme-6 .testimonial-shape-light{display:block}.theme-6 .testimonial-shape-dark{display:none}[data-theme=dark] .theme-6 .testimonial-shape-light{display:none}[data-theme=dark] .theme-6 .testimonial-shape-dark{display:block}.theme-6 .testimonial-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid var(--accent-color,#ff6b35);margin-top:-10px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.theme-6 .testimonial-info{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}.theme-6 .testimonial-name{font-size:16px;font-weight:600;color:#193142;margin:0}.theme-6 .testimonial-time{font-size:11px;color:#505050;opacity:.8}.theme-6 .testimonial-stars{display:flex;gap:4px;align-items:center;justify-content:center}.theme-6 .testimonial-stars .star{width:14px;height:14px;color:#fea439;flex-shrink:0}.theme-6 .testimonial-quote-icon{display:flex;align-items:center;justify-content:center}.theme-6 .testimonial-quote-icon-img{width:50px;height:50px;object-fit:contain;opacity:.9}.theme-6 .testimonial-screenshot{width:80%;max-width:80%;height:auto;border-radius:38px;object-fit:contain;box-shadow:0 8px 20px rgba(0,0,0,.15);margin:8px auto 0;position:relative;z-index:2;transition:all .3s ease}.theme-6 .testimonials-slide.slide-position-left .testimonial-screenshot,.theme-6 .testimonials-slide.slide-position-right .testimonial-screenshot{width:70%;max-width:70%}.theme-6 .testimonials-slide.slide-position-center .testimonial-screenshot{width:85%;max-width:85%}.theme-6 .testimonials-pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:50px}.theme-6 .testimonials-pagination-dot{width:24px;height:12px;border-radius:15px;background:#ccc;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0;position:relative}.theme-6 .testimonials-pagination-dot:hover:not(.active){background:var(--accent-color,#ff6b35);opacity:.6}.theme-6 .testimonials-pagination-dot.active{background:#fea439;width:48px;opacity:1}[data-theme=dark] .theme-6 .testimonials-section{background:var(--bg-primary,#1a1a1a)}[data-theme=dark] .theme-6 .testimonials-title{color:var(--text-primary,#fff)}[data-theme=dark] .theme-6 .testimonials-nav-btn{color:var(--text-primary,#fff)}[data-theme=dark] .theme-6 .testimonials-nav-btn:hover:not(:disabled){color:var(--accent-color,#ff6b35)}[data-theme=dark] .theme-6 .testimonial-name{color:#fff}[data-theme=dark] .theme-6 .testimonial-time{color:#ccc}[data-theme=dark] .theme-6 .testimonials-pagination-dot{background:rgba(255,255,255,.2)}[data-theme=dark] .theme-6 .testimonials-pagination-dot.active{background:var(--accent-color,#ff6b35)}[data-theme=dark] .theme-6 .testimonials-pagination-dot:hover:not(.active){background:var(--accent-color,#ff6b35);opacity:.5}@media (max-width:1024px){.theme-6 .testimonials-section{padding:80px 0}.theme-6 .testimonials-container{padding:0 32px}.theme-6 .testimonials-title{font-size:40px}.theme-6 .testimonials-container-inner{gap:30px;min-height:500px}.theme-6 .testimonials-slide{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}.theme-6 .testimonial-card{padding:32px}.theme-6 .testimonial-avatar{width:70px;height:70px}.theme-6 .testimonial-screenshot{width:75%;max-width:75%}}@media (max-width:768px){.theme-6 .testimonials-section{padding:60px 0}.theme-6 .testimonials-container{padding:0 20px}.theme-6 .testimonials-header{gap:16px;margin-bottom:40px}.theme-6 .testimonials-title{font-size:28px;line-height:1.3}.theme-6 .title-highlight-box{padding:2px 8px;font-size:26px}.theme-6 .testimonials-nav-btn svg{width:24px;height:24px}.theme-6 .testimonials-container-inner{gap:20px;min-height:450px}.theme-6 .testimonials-slide{flex:0 0 100%;max-width:100%}.theme-6 .testimonials-slide:not(.slide-position-center){display:none}.theme-6 .testimonial-card{padding:24px}.theme-6 .testimonial-avatar{width:60px;height:60px}.theme-6 .testimonial-name{font-size:15px}.theme-6 .testimonial-time{font-size:10px}.theme-6 .testimonial-stars .star{width:12px;height:12px}.theme-6 .testimonial-quote-icon-img{width:40px;height:40px}.theme-6 .testimonial-screenshot{width:90%;max-width:90%}.theme-6 .testimonials-pagination{margin-top:30px}.theme-6 .testimonials-pagination-dot{width:24px;height:4px}.theme-6 .testimonials-pagination-dot.active{width:36px}}@media (max-width:480px){.theme-6 .testimonials-title{font-size:24px}.theme-6 .title-highlight-box{font-size:22px}.theme-6 .testimonials-nav-btn svg{width:20px;height:20px}.theme-6 .testimonial-card{padding:20px}.theme-6 .testimonials-container-inner{min-height:400px}}.theme-6.testimonials-videos-section{position:relative;padding:120px 0;overflow:hidden;background:var(--bg-primary,#fff)}.theme-6 .testimonial-videos-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;user-select:none;object-fit:cover}.theme-6 .testimonial-videos-bg-light{display:block}.theme-6 .testimonial-videos-bg-dark{display:none}[data-theme=dark] .theme-6 .testimonial-videos-bg-light{display:none}[data-theme=dark] .theme-6 .testimonial-videos-bg-dark{display:block}.theme-6 .testimonials-videos-container{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 40px}.theme-6 .testimonials-videos-header{display:none;align-items:center;justify-content:center;gap:24px;margin-bottom:60px;position:relative}.theme-6 .videos-title{font-size:48px;font-weight:800;line-height:1.2;text-align:center;color:var(--theme6-text-primary);margin:0}.theme-6 .videos-nav-btn{background:0 0;border:none;width:auto;height:auto;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--text-primary);padding:8px}.theme-6 .videos-nav-btn:hover{color:var(--accent-color);opacity:.8}.theme-6 .videos-nav-btn:active{opacity:.6}.theme-6 .videos-nav-btn svg{width:32px;height:32px;stroke-width:2.5}.theme-6 .videos-carousel{position:relative}.theme-6 .videos-viewport{overflow:visible;margin:0 auto;position:relative;width:100%}.theme-6 .videos-container-inner{display:flex;align-items:center;justify-content:center;position:relative;width:100%;min-height:550px;gap:40px;overflow:visible;padding:60px 0}.theme-6 .video-slide{flex:0 0 calc(33.333% - 27px);min-width:0;max-width:calc(33.333% - 27px);padding:0;position:relative;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1),visibility .5s cubic-bezier(.4,0,.2,1);will-change:transform,opacity;display:none;flex-direction:column}.theme-6 .video-slide.slide-hidden{display:none!important;opacity:0;visibility:hidden;pointer-events:none}.theme-6 .video-slide.slide-position-left{display:flex!important;opacity:.8!important;visibility:visible!important;pointer-events:auto!important;transform:scale(.88)!important;z-index:1!important;order:1}.theme-6 .video-slide.slide-position-center{display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:scale(1)!important;z-index:10!important;order:2}.theme-6 .video-slide.slide-position-right{display:flex!important;opacity:.8!important;visibility:visible!important;pointer-events:auto!important;transform:scale(.88)!important;z-index:1!important;order:3}.theme-6 .video-card{position:relative;width:100%;height:600px;border:3px solid var(--accent-color);border-radius:24px;overflow:hidden;background:#000;cursor:grab;transition:transform .5s cubic-bezier(.4,0,.2,1),box-shadow .3s ease;border:4px solid #ff8345;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.theme-6 .video-card:active{cursor:grabbing}.theme-6 .video-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.2)}.theme-6 .video-card .video-info,.theme-6 .video-card .video-play-btn{cursor:pointer;pointer-events:auto}.theme-6 .videos-container-inner.dragging{cursor:grabbing!important}.theme-6 .videos-container-inner.dragging .video-card{cursor:grabbing!important}.theme-6 .video-slide{will-change:transform}.theme-6 .video-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.theme-6 .video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,.2) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,.7) 100%);z-index:1}.theme-6 .video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90px;height:90px;border-radius:50%;background:#fef5e9;border:none;cursor:pointer;z-index:3;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(0,0,0,.3)}.theme-6 .video-play-btn:hover{transform:translate(-50%,-50%) scale(1.1);background:#fbe8d1;box-shadow:0 6px 20px rgba(0,0,0,.4)}.theme-6 .video-play-btn:active{transform:translate(-50%,-50%) scale(1.05)}.theme-6 .video-play-btn svg{width:32px;height:32px;color:#ff8345}.theme-6 .video-info{position:absolute;bottom:20px;left:20px;right:20px;display:flex;align-items:center;gap:12px;z-index:2}.theme-6 .video-avatar{width:50px;height:50px;border-radius:50%;border:2px solid rgba(255,255,255,.9);object-fit:cover;flex-shrink:0}.theme-6 .video-details{flex:1;min-width:0}.theme-6 .video-name{font-size:16px;font-weight:600;color:#fff;margin:0 0 4px 0;text-shadow:0 2px 4px rgba(0,0,0,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme-6 .video-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.theme-6 .video-stars{display:flex;gap:2px;align-items:center}.theme-6 .video-stars .star{width:12px;height:12px;color:#ff8345;filter:drop-shadow(0 1px 2px rgba(0, 0, 0, .5))}.theme-6 .video-time{font-size:12px;color:rgba(255,255,255,.9);text-shadow:0 1px 3px rgba(0,0,0,.5)}.theme-6 .videos-pagination{display:none;justify-content:center;gap:12px;margin-top:40px}.theme-6 .videos-pagination-dot{width:24px;height:12px;border-radius:15px;background:#ccc;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0;position:relative}.theme-6 .videos-pagination-dot.active{background:#fea439;width:48px;opacity:1}.theme-6 .videos-pagination-dot:not(.active):hover{background:#bdbdbd;opacity:.8}.video-modal.theme-6{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.video-modal.theme-6.active{opacity:1;visibility:visible;pointer-events:auto}.video-modal.theme-6 .video-modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);backdrop-filter:blur(4px)}.video-modal.theme-6 .video-modal-content{position:relative;width:90%;max-width:1200px;aspect-ratio:16/9;z-index:2;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5);animation:theme6ModalFadeIn .3s ease}@keyframes theme6ModalFadeIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.video-modal.theme-6 .video-modal-close{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.3);color:#fff;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease}[dir=rtl] .video-modal.theme-6 .video-modal-close{right:auto;left:16px}.video-modal.theme-6 .video-modal-close:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:rotate(90deg) scale(1.1)}.video-modal.theme-6 .video-modal-close:active{transform:rotate(90deg) scale(.95)}.video-modal.theme-6 .video-modal-close svg{width:24px;height:24px}.video-modal.theme-6 .video-modal-wrapper{width:100%;height:100%;position:relative}.video-modal.theme-6 .video-modal-wrapper iframe{width:100%;height:100%;border:none}[data-theme=dark] .theme-6 .testimonials-videos-section{background:var(--bg-primary,#1a1a1a)}[data-theme=dark] .theme-6 .videos-title{color:var(--text-primary,#fff)}[data-theme=dark] .theme-6 .videos-nav-btn{color:var(--text-primary,#fff)}@media (max-width:1024px){.theme-6 .testimonials-videos-section{padding:80px 0}.theme-6 .testimonials-videos-container{padding:0 32px}.theme-6 .videos-title{font-size:40px}.theme-6 .video-slide{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}.theme-6 .video-card{height:450px}}@media (max-width:768px){.theme-6 .testimonials-videos-section{padding:60px 0}.theme-6 .testimonials-videos-container{padding:0 20px}.theme-6 .testimonials-videos-header{gap:16px;margin-bottom:40px}.theme-6 .videos-title{font-size:28px;line-height:1.3}.theme-6 .videos-nav-btn{width:40px;height:40px}.theme-6 .videos-nav-btn svg{width:20px;height:20px}.theme-6 .video-slide{flex:0 0 calc(100% - 20px);max-width:calc(100% - 20px)}.theme-6 .video-slide:not(.slide-position-center){display:none!important}.theme-6 .video-card{height:400px}.theme-6 .video-play-btn{width:70px;height:70px}.theme-6 .video-play-btn svg{width:24px;height:24px}.theme-6 .video-info{bottom:16px;left:16px;right:16px}.theme-6 .video-avatar{width:40px;height:40px}.theme-6 .video-name{font-size:14px}.theme-6 .videos-pagination{margin-top:30px}.theme-6 .video-modal-content{width:95%;border-radius:8px}.theme-6 .video-modal-close{top:12px;right:12px;width:36px;height:36px}}.theme-6.contact-section{position:relative;padding:120px 0;overflow:hidden;background:radial-gradient(ellipse at top,#2a7a7a 0,#1f6565 100%)}[data-theme=dark] .theme-6.contact-section{background:radial-gradient(ellipse at top,#2a7a7a 0,#196e69 100%)!important}[data-theme=light] .theme-6.contact-section{background:radial-gradient(ellipse at top,#5dd4d4 0,#19c1b6 100%)}.theme-6 .contact-bg-shapes{position:absolute;bottom:0;left:0;right:0;width:100%;height:100%;pointer-events:none;z-index:1}.theme-6 .contact-shape-triangle{position:absolute;bottom:0;left:0;width:150%;height:35%;background:#fff;clip-path:polygon(0 100%,0 0,100% 100%);opacity:1;z-index:1}[data-theme=dark] .theme-6 .contact-shape-triangle{background:#1a1a1a}.theme-6 .contact-shape-wave{position:absolute;bottom:0;right:0;width:50%;height:40%;background:#1a5a5a;clip-path:polygon(0 100%,0 60%,20% 50%,40% 55%,60% 45%,80% 50%,100% 40%,100% 100%);opacity:.8;z-index:1}[data-theme=light] .theme-6 .contact-shape-wave{background:#4a9a9a}.theme-6 .contact-container{position:relative;max-width:1200px;margin:0 auto;padding:0 40px;z-index:2}.theme-6 .contact-wrapper{display:flex;flex-direction:row;gap:80px;align-items:flex-start}.theme-6 .contact-info-section{display:flex;flex-direction:column;gap:48px;flex:0 0 40%;max-width:40%}.theme-6 [dir=rtl] .contact-info-section,[dir=rtl] .theme-6 .contact-info-section{text-align:right}.theme-6 [dir=ltr] .contact-info-section,[dir=ltr] .theme-6 .contact-info-section{text-align:left}.theme-6 .contact-info-title{font-size:56px;font-weight:800;color:#2a2a2a;line-height:1.2;margin:0}[data-theme=dark] .theme-6 .contact-info-title{color:#2a2a2a}.theme-6 .contact-info-subtitle{font-size:20px;font-weight:600;color:#fff;line-height:1.6;margin:0;max-width:450px}.theme-6 .contact-email-section{display:flex;flex-direction:column;gap:8px}.theme-6 .contact-email-label{font-size:12px;font-weight:500;color:#2f2f2f;text-transform:uppercase;letter-spacing:.5px}.theme-6 .contact-email-wrapper{display:flex;align-items:center;gap:16px}.theme-6 .contact-email-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);border-radius:50%;color:#4a4a4a;flex-shrink:0}.theme-6 .contact-email-address{font-size:24px;font-weight:700;color:#2a2a2a!important;text-decoration:none;transition:all .3s ease}.theme-6 .contact-email-address:hover{text-decoration:underline}.theme-6 .contact-social-section{display:flex;flex-direction:column;gap:20px}.theme-6 .contact-social-label-wrapper{display:flex;align-items:center;gap:12px}.theme-6 .contact-social-line{width:40px;height:2px;background:#2a2a2a;opacity:.5}.theme-6 .contact-social-label{font-size:14px;font-weight:500;color:#2a2a2a}.theme-6 .contact-social-icons{display:flex;gap:12px;flex-direction:row-reverse;flex-wrap:wrap;justify-content:start}[dir=ltr] .theme-6 .contact-social-icons{flex-direction:row}.theme-6 .contact-social-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border-radius:8px;text-decoration:none;transition:all .3s ease;cursor:pointer;backdrop-filter:blur(10px)}.theme-6 .contact-social-icon:hover{transform:scale(1.1);background:#fff;color:#1dc1b6}.theme-6 .contact-social-icon svg{width:20px;height:20px;color:#fff;transition:all .3s ease;filter:drop-shadow(0 1px 2px rgba(0, 0, 0, .1))}.theme-6 .contact-social-icon:hover svg{color:#19c1b6}.theme-6 .contact-form-section{position:relative;flex:0 0 60%;max-width:60%}.theme-6 .contact-form{background:#4a4a4a;border-radius:24px;padding:48px 40px;box-shadow:0 20px 60px rgba(0,0,0,.5);display:flex;flex-direction:column;gap:24px;max-width:600px}[data-theme=light] .theme-6 .contact-form{background:#fff;box-shadow:0 10px 40px rgba(0,0,0,.1)}.theme-6 .contact-form-row{display:flex;flex-direction:row;gap:20px}.theme-6 .contact-form-row .contact-form-field{flex:1 1 50%;min-width:0}.theme-6 .contact-form-field{display:flex;flex-direction:column;gap:8px}.theme-6 .contact-form-label{font-size:14px;font-weight:600;color:#fff;margin:0}[data-theme=light] .theme-6 .contact-form-label{color:#2a2a2a}.theme-6 .contact-form-input,.theme-6 .contact-form-textarea{width:100%;padding:16px 20px;background:#3a3a3a;border:1.5px solid transparent;border-radius:5px;color:#fff;font-size:16px;font-family:inherit;transition:all .3s ease;outline:0}[data-theme=light] .theme-6 .contact-form-input,[data-theme=light] .theme-6 .contact-form-textarea{background:#f5f5f5;color:#2a2a2a}.theme-6 .contact-form-input::placeholder,.theme-6 .contact-form-textarea::placeholder{color:rgba(255,255,255,.5)}[data-theme=light] .theme-6 .contact-form-input::placeholder,[data-theme=light] .theme-6 .contact-form-textarea::placeholder{color:rgba(42,42,42,.5)}.theme-6 .contact-form-input:focus,.theme-6 .contact-form-textarea:focus{border-color:#1dd1c1;box-shadow:0 0 0 4px rgba(29,209,193,.1);background:#2a2a2a}[data-theme=light] .theme-6 .contact-form-input:focus,[data-theme=light] .theme-6 .contact-form-textarea:focus{background:#fff}.theme-6 .contact-form-input:valid:not(:placeholder-shown):not(.error){border-color:#10b981}@keyframes theme6Shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.theme-6 .contact-phone-wrapper{position:relative;display:flex;align-items:center}.theme-6 .contact-phone-flag{position:absolute;left:20px;display:flex;align-items:center;gap:8px;z-index:2;pointer-events:none}.theme-6 [dir=rtl] .contact-phone-flag,[dir=rtl] .theme-6 .contact-phone-flag{left:auto;right:20px}.theme-6 .contact-phone-flag-icon{font-size:24px;line-height:1}.theme-6 .contact-phone-dropdown{color:rgba(255,255,255,.5);width:12px;height:12px}[data-theme=light] .theme-6 .contact-phone-dropdown{color:rgba(42,42,42,.5)}.theme-6 [dir=rtl] .contact-form-input-phone,[dir=rtl] .theme-6 .contact-form-input-phone{text-align:right}.theme-6 .contact-message-wrapper{position:relative}.theme-6 .contact-form-textarea{min-height:160px;max-height:300px;resize:vertical;line-height:1.6;padding-right:50px}.theme-6 [dir=rtl] .contact-form-textarea,[dir=rtl] .theme-6 .contact-form-textarea{padding-right:20px;padding-left:50px}.theme-6 .contact-message-icon{position:absolute;right:20px;top:20px;color:rgba(255,255,255,.5);pointer-events:none}.theme-6 [dir=rtl] .contact-message-icon,[dir=rtl] .theme-6 .contact-message-icon{right:auto;left:20px}[data-theme=light] .theme-6 .contact-message-icon{color:rgba(42,42,42,.5)}.theme-6 .contact-form-error{font-size:13px;color:#ef4444;margin-top:4px;display:none;animation:theme6SlideDown .3s ease}.theme-6 .contact-form-field.error .contact-form-error{display:block}.theme-6 .contact-form-input.error,.theme-6 .contact-form-textarea.error{border-color:#ef4444;animation:theme6Shake .3s ease}@keyframes theme6SlideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.theme-6 .contact-form-submit{width:180px;height:56px;padding:0 24px;background:linear-gradient(135deg,#ff8a65 0,#ff6b45 100%);border:none;border-radius:12px;color:#fff;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 24px rgba(255,138,101,.4);transition:all .3s ease;position:relative;overflow:hidden}[data-theme=light] .theme-6 .contact-form-submit{background:linear-gradient(135deg,#06f 0,#0052cc 100%);box-shadow:0 8px 24px rgba(0,102,255,.4)}.theme-6 .contact-form-submit:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(255,138,101,.6)}[data-theme=light] .theme-6 .contact-form-submit:hover{box-shadow:0 12px 32px rgba(0,102,255,.6)}.theme-6 .contact-form-submit:active{transform:translateY(-1px) scale(.98)}.theme-6 .contact-form-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.theme-6 .contact-submit-arrow{font-size:18px;line-height:1}.theme-6 .contact-submit-spinner{display:none;animation:theme6Spin 1s linear infinite}.theme-6 .contact-form-submit.loading .contact-submit-arrow{display:none}.theme-6 .contact-form-submit.loading .contact-submit-spinner{display:block}@media (max-width:1200px){.theme-6 .contact-wrapper{flex-direction:column;gap:48px;align-items:center}.theme-6 .contact-info-section{max-width:100%!important}.theme-6 .contact-form-section{max-width:100%!important;width:100%!important;flex:0 0 100%!important}.theme-6 .contact-form{margin:0 auto}}@media (max-width:1023px){.theme-6.contact-section{padding:80px 0}.theme-6 .contact-container{padding:0 32px}.theme-6 .contact-wrapper{gap:60px;flex-wrap:wrap}.theme-6 .contact-info-section{flex:0 0 calc(40% - 30px);max-width:calc(40% - 30px)}.theme-6 .contact-form-section{flex:0 0 calc(60% - 30px);max-width:calc(60% - 30px)}.theme-6 .contact-info-title{font-size:48px}.theme-6 .contact-form-submit{width:220px}}@media (max-width:767px){.theme-6.contact-section{padding:60px 0}.theme-6 .contact-container{padding:0 24px}.theme-6 .contact-info-section{order:1;gap:32px}.theme-6 .contact-form-section{order:2}.theme-6 .contact-info-title{font-size:36px}.theme-6 .contact-info-subtitle{font-size:18px}.theme-6 .contact-email-address{font-size:20px}.theme-6 .contact-form{padding:32px 24px}.theme-6 .contact-form-row{flex-direction:column}.theme-6 .contact-form-row .contact-form-field{flex:1 1 100%}.theme-6 .contact-form-textarea{min-height:140px}.theme-6 .contact-form-submit{width:100%;height:52px}.theme-6 [dir=ltr] .contact-form-row,[dir=ltr] .theme-6 .contact-form-row{order:1}.theme-6 [dir=ltr] .contact-form-row .contact-form-field:first-child,[dir=ltr] .theme-6 .contact-form-row .contact-form-field:first-child{order:2}.theme-6 [dir=ltr] .contact-form-row .contact-form-field:last-child,[dir=ltr] .theme-6 .contact-form-row .contact-form-field:last-child{order:1}}@media (max-width:480px){.theme-6 .contact-info-title{font-size:32px}.theme-6 .contact-form{padding:24px 20px}}@media print{.theme-6 .testimonials-nav-btn,.theme-6 .testimonials-pagination{display:none}.theme-6 .testimonials-slide{page-break-inside:avoid}.theme-6 .videos-nav-btn,.theme-6 .videos-pagination{display:none}.theme-6 .video-slide{page-break-inside:avoid}}.theme-7 .testimonials-carousel-section{position:relative;background:0 0!important}.theme-7 .testimonials-carousel-background{position:absolute;top:0;left:0;right:0;bottom:0;background:#255bf9;z-index:0;opacity:1;clip-path:polygon(0 8%,100% 0,100% 92%,0 100%)}.theme-7 .testimonials-container{position:relative;z-index:1}
