@charset "UTF-8";.welcome-screen{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(135deg,#ffe2a3,#fff,#ff751f);display:flex;justify-content:center;align-items:center;z-index:9999;overflow:hidden}.welcome-screen.fade-out{animation:fadeOut 1s ease-in-out forwards}.welcome-screen .welcome-content{text-align:center;padding:2rem;max-width:600px}.welcome-screen .logo-container{margin-bottom:2rem}.welcome-screen .metheni-logo{display:inline-block;animation:pulse 2s infinite}.welcome-screen .metheni-logo .logo-circle{width:120px;height:120px;background:linear-gradient(135deg,#ff751f,#fe9e1f,#fdcd37);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:0 10px 30px #ff751f4d}.welcome-screen .metheni-logo .logo-circle .logo-text{color:#fff;font-size:48px;font-weight:700;font-family:Arial,sans-serif}.welcome-screen .welcome-text{font-size:2.5rem;color:#333;margin-bottom:2rem;font-weight:600;line-height:1.3;direction:ltr}@media(max-width:768px){.welcome-screen .welcome-text{font-size:1.8rem}}@media(max-width:480px){.welcome-screen .welcome-text{font-size:1.4rem}}.welcome-screen .loading-bar{height:4px;background:linear-gradient(90deg,#ff751f,#fe9e1f,#fdcd37);border-radius:2px;margin-top:2rem;max-width:300px;margin:2rem auto 0}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}[dir=rtl] .welcome-screen,[dir=rtl] .welcome-screen .welcome-text{direction:rtl}.metheni-logo{display:inline-block;animation:pulse 2s infinite}.metheni-logo .logo-image{width:180px;height:auto;max-width:100%;filter:drop-shadow(0 10px 30px rgba(255,117,31,.3))}@media(max-width:768px){.metheni-logo .logo-image{width:140px}}@media(max-width:480px){.metheni-logo .logo-image{width:100px}}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background:transparent;transition:all .3s ease;padding:1rem 0}.navbar.scrolled{background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 2px 30px #00000014;padding:.5rem 0}.navbar.scrolled .logo-image{filter:brightness(1.1) drop-shadow(0 4px 15px rgba(255,117,31,.3))}.navbar .navbar-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}@media(max-width:768px){.navbar .navbar-container{padding:0 1rem}}.navbar .logo .logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:inherit;transition:transform .3s ease}.navbar .logo .logo-link:hover{transform:translateY(-2px)}.navbar .logo .logo-link{flex-direction:row}.navbar .logo .logo-link.rtl-logo{flex-direction:row-reverse}.navbar .logo .logo-link .logo-image{width:45px;height:auto;transition:all .3s ease;filter:drop-shadow(0 4px 15px rgba(255,117,31,.2))}.navbar .logo .logo-link .logo-image:hover{transform:scale(1.05)}.navbar .logo .logo-link .logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#ff751f,#fe9e1f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#ff751f}.navbar .logo .logo-link .logo-fallback{width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,#ff751f,#fe9e1f);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.5rem;box-shadow:0 4px 15px #ff751f4d}.navbar .nav-items{display:flex;gap:1rem}@media(max-width:1024px){.navbar .nav-items{display:none}}.navbar .nav-items .nav-link{background:none;border:none;color:#333;text-decoration:none;font-weight:500;padding:.5rem 1.25rem;position:relative;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;border-radius:25px;cursor:pointer;font-family:inherit;font-size:.95rem;white-space:nowrap}.navbar .nav-items .nav-link:hover{color:#ff751f;background:#ff751f1a;transform:translateY(-2px)}.navbar .nav-items .nav-link:hover:after{width:100%}.navbar .nav-items .nav-link:active{transform:scale(.98)}.navbar .nav-items .nav-link .nav-icon{font-size:.9rem;display:flex;align-items:center}.navbar .nav-items .nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:linear-gradient(90deg,#ff751f,#fe9e1f);transition:width .3s ease;border-radius:2px}.navbar .nav-actions{display:flex;align-items:center;gap:.75rem}.navbar .nav-actions .language-selector{position:relative}@media(max-width:1024px){.navbar .nav-actions .language-selector{display:none}}.navbar .nav-actions .language-selector .language-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#ffffffe6;border:1px solid rgba(255,117,31,.2);border-radius:25px;cursor:pointer;transition:all .3s ease;font-family:inherit;color:#333;font-size:.9rem;font-weight:500}.navbar .nav-actions .language-selector .language-btn:hover{background:#ff751f1a;border-color:#ff751f4d}.navbar .nav-actions .language-selector .language-btn svg{color:#ff751f;font-size:.9rem}.navbar .nav-actions .language-selector .language-btn span{font-weight:500;color:#333}.navbar .nav-actions .language-selector .language-dropdown{position:absolute;top:100%;margin-top:.5rem;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;min-width:150px;overflow:hidden;z-index:1001;border:1px solid rgba(0,0,0,.08)}.navbar .nav-actions .language-selector .language-dropdown .dropdown-item{width:100%;padding:.75rem 1rem;text-align:left;background:none;border:none;cursor:pointer;transition:all .3s ease;color:#333;font-family:inherit;font-size:.9rem}.navbar .nav-actions .language-selector .language-dropdown .dropdown-item:hover{background:#ff751f1a}.navbar .nav-actions .language-selector .language-dropdown .dropdown-item.active{background:#ff751f26;color:#ff751f;font-weight:600}.navbar .nav-actions .theme-toggle{width:42px;height:42px;border-radius:50%;background:#ffffffe6;border:1px solid rgba(255,117,31,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ff751f;transition:all .3s ease;font-size:1.1rem}@media(max-width:1024px){.navbar .nav-actions .theme-toggle{display:none}}.navbar .nav-actions .theme-toggle:hover{background:#ff751f1a;transform:rotate(15deg) scale(1.05)}.navbar .nav-actions .signup-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.5rem;background:linear-gradient(135deg,#ff751f,#fe9e1f);color:#fff;border:none;border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s ease;font-family:inherit;font-size:.9rem;box-shadow:0 4px 15px #ff751f4d}.navbar .nav-actions .signup-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ff751f66}.navbar .nav-actions .signup-btn .btn-icon{font-size:.9rem}.navbar .nav-actions .login-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.5rem;background:#ffffffe6;color:#333;border:2px solid rgba(255,117,31,.3);border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s ease;font-family:inherit;font-size:.9rem}.navbar .nav-actions .login-btn:hover{background:#ff751f1a;border-color:#ff751f80;transform:translateY(-2px)}.navbar .nav-actions .login-btn .btn-icon{font-size:.9rem}@media(max-width:768px){.navbar .nav-actions .login-btn{display:none}}.navbar .nav-actions .mobile-toggle{display:none;background:none;border:none;font-size:1.5rem;color:#ff751f;cursor:pointer;padding:.5rem;z-index:1002;font-family:inherit;transition:transform .3s ease}.navbar .nav-actions .mobile-toggle:hover{transform:scale(1.1)}@media(max-width:1024px){.navbar .nav-actions .mobile-toggle{display:block}}.navbar .mobile-menu{position:absolute;top:100%;left:0;width:100%;background:#fff;border-top:1px solid rgba(0,0,0,.1);box-shadow:0 20px 40px #0000001a;overflow:hidden;z-index:1000;padding:0}.navbar .mobile-menu .mobile-theme-section{padding:1rem 2rem;border-bottom:1px solid rgba(0,0,0,.05);background:#ff751f08}.navbar .mobile-menu .mobile-theme-section .mobile-theme-toggle{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#fff;border:2px solid rgba(255,117,31,.2);border-radius:12px;cursor:pointer;font-family:inherit;font-weight:500;color:#333;width:100%;transition:all .3s ease}.navbar .mobile-menu .mobile-theme-section .mobile-theme-toggle:hover{background:#ff751f1a;border-color:#ff751f}.navbar .mobile-menu .mobile-theme-section .mobile-theme-toggle svg{color:#ff751f;font-size:1.2rem}.navbar .mobile-menu .mobile-nav-link{display:flex;align-items:center;gap:1rem;padding:1rem 2rem;color:#333;text-decoration:none;font-size:1rem;font-weight:500;border-bottom:1px solid rgba(0,0,0,.05);transition:all .3s ease;background:none;border:none;width:100%;cursor:pointer;font-family:inherit;position:relative;overflow:hidden}.navbar .mobile-menu .mobile-nav-link:hover{background:#ff751f1a;color:#ff751f;padding-left:2.5rem}.navbar .mobile-menu .mobile-nav-link:active{transform:scale(.98)}.navbar .mobile-menu .mobile-nav-link:after{content:"";position:absolute;left:0;top:0;height:100%;width:4px;background:linear-gradient(to bottom,#ff751f,#fe9e1f);opacity:0;transition:opacity .3s ease}.navbar .mobile-menu .mobile-nav-link:hover:after{opacity:1}.navbar .mobile-menu .mobile-nav-link .mobile-nav-icon{font-size:1.1rem;width:20px;display:flex;align-items:center;justify-content:center;color:#ff751f}.navbar .mobile-menu .mobile-auth-buttons{padding:1.5rem 2rem;display:flex;gap:1rem;border-bottom:1px solid rgba(0,0,0,.1);background:#ff751f08}.navbar .mobile-menu .mobile-auth-buttons button{flex:1;padding:.85rem 1rem;border:none;border-radius:12px;cursor:pointer;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;font-family:inherit;font-size:.9rem}.navbar .mobile-menu .mobile-auth-buttons button:active{transform:scale(.98)}.navbar .mobile-menu .mobile-auth-buttons button.mobile-signup-btn{background:linear-gradient(135deg,#ff751f,#fe9e1f);color:#fff;box-shadow:0 4px 15px #ff751f4d}.navbar .mobile-menu .mobile-auth-buttons button.mobile-signup-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff751f66}.navbar .mobile-menu .mobile-auth-buttons button.mobile-login-btn{background:#fff;border:2px solid rgba(255,117,31,.3);color:#333}.navbar .mobile-menu .mobile-auth-buttons button.mobile-login-btn:hover{background:#ff751f1a;border-color:#ff751f;transform:translateY(-2px)}.navbar .mobile-menu .mobile-language-selector{padding:1.5rem 2rem;border-top:1px solid rgba(0,0,0,.1);background:#fff}.navbar .mobile-menu .mobile-language-selector h4{margin-bottom:1rem;color:#666;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;font-weight:600}.navbar .mobile-menu .mobile-language-selector .mobile-language-buttons{display:flex;flex-direction:column;gap:.5rem}.navbar .mobile-menu .mobile-language-selector .mobile-language-buttons .mobile-language-btn{padding:.85rem 1rem;background:#ffffffe6;border:2px solid rgba(255,117,31,.2);border-radius:10px;cursor:pointer;transition:all .3s ease;text-align:left;font-size:.95rem;border:none;font-family:inherit;font-weight:500}.navbar .mobile-menu .mobile-language-selector .mobile-language-buttons .mobile-language-btn:hover{background:#ff751f1a;transform:translate(5px)}.navbar .mobile-menu .mobile-language-selector .mobile-language-buttons .mobile-language-btn:active{transform:scale(.98)}.navbar .mobile-menu .mobile-language-selector .mobile-language-buttons .mobile-language-btn.active{background:#ff751f26;color:#ff751f;font-weight:600;border-left:4px solid #ff751f}.navbar.dark.scrolled{background:#191923fa;box-shadow:0 2px 30px #0000004d}.navbar.dark .logo .logo-link .logo-text{background:linear-gradient(135deg,#fdcd37,#fe9e1f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.navbar.dark .logo .logo-link .logo-fallback{background:linear-gradient(135deg,#fdcd37,#fe9e1f)}.navbar.dark .nav-items .nav-link{color:#e0e0e0}.navbar.dark .nav-items .nav-link:hover{color:#fdcd37;background:#fdcd371a}.navbar.dark .nav-items .nav-link:after{background:linear-gradient(90deg,#fdcd37,#fe9e1f)}.navbar.dark .nav-actions .language-btn{background:#282832e6;border-color:#fdcd374d;color:#e0e0e0}.navbar.dark .nav-actions .language-btn span{color:#e0e0e0}.navbar.dark .nav-actions .language-btn svg{color:#fdcd37}.navbar.dark .nav-actions .language-dropdown{background:#2a2a3a}.navbar.dark .nav-actions .language-dropdown .dropdown-item{color:#e0e0e0}.navbar.dark .nav-actions .language-dropdown .dropdown-item:hover{background:#fdcd371a}.navbar.dark .nav-actions .language-dropdown .dropdown-item.active{background:#fdcd3733;color:#fdcd37}.navbar.dark .nav-actions .theme-toggle{background:#282832e6;border-color:#fdcd374d;color:#fdcd37}.navbar.dark .nav-actions .login-btn{background:#282832e6;border-color:#fdcd374d;color:#e0e0e0}.navbar.dark .nav-actions .login-btn:hover{background:#fdcd371a;border-color:#fdcd3780}.navbar.dark .mobile-menu{background:#2a2a3a;border-top-color:#ffffff1a}.navbar.dark .mobile-menu .mobile-theme-section{background:#fdcd370d;border-bottom-color:#ffffff1a}.navbar.dark .mobile-menu .mobile-theme-section .mobile-theme-toggle{background:#282832e6;border-color:#fdcd374d;color:#e0e0e0}.navbar.dark .mobile-menu .mobile-theme-section .mobile-theme-toggle:hover{background:#fdcd371a;border-color:#fdcd37}.navbar.dark .mobile-menu .mobile-theme-section .mobile-theme-toggle svg{color:#fdcd37}.navbar.dark .mobile-menu .mobile-nav-link{color:#e0e0e0;border-bottom-color:#ffffff1a}.navbar.dark .mobile-menu .mobile-nav-link:hover{color:#fdcd37;background:#fdcd371a}.navbar.dark .mobile-menu .mobile-nav-link:after{background:linear-gradient(to bottom,#fdcd37,#fe9e1f)}.navbar.dark .mobile-menu .mobile-nav-link .mobile-nav-icon{color:#fdcd37}.navbar.dark .mobile-menu .mobile-auth-buttons{background:#fdcd370d;border-bottom-color:#ffffff1a}.navbar.dark .mobile-menu .mobile-auth-buttons .mobile-login-btn{background:#282832e6;border-color:#fdcd374d;color:#e0e0e0}.navbar.dark .mobile-menu .mobile-auth-buttons .mobile-login-btn:hover{background:#fdcd371a;border-color:#fdcd37}.navbar.dark .mobile-menu .mobile-language-selector{background:#2a2a3a;border-top-color:#ffffff1a}.navbar.dark .mobile-menu .mobile-language-selector h4{color:#b0b0b0}.navbar.dark .mobile-menu .mobile-language-selector .mobile-language-buttons .mobile-language-btn{background:#282832e6;border-color:#fdcd3733;color:#e0e0e0}.navbar.dark .mobile-menu .mobile-language-selector .mobile-language-buttons .mobile-language-btn:hover{background:#fdcd371a}.navbar.dark .mobile-menu .mobile-language-selector .mobile-language-buttons .mobile-language-btn.active{background:#fdcd3726;color:#fdcd37;border-left-color:#fdcd37}.navbar[dir=rtl]{direction:rtl}.navbar[dir=rtl] .logo .logo-link{flex-direction:row-reverse}.navbar[dir=rtl] .logo .logo-link .logo-text{text-align:right!important}.navbar[dir=rtl] .nav-items .nav-link{text-align:right!important;justify-content:flex-end!important;flex-direction:row-reverse}.navbar[dir=rtl] .nav-items .nav-link:hover{transform:translateY(-2px)}.navbar[dir=rtl] .nav-items .nav-link:after{left:auto;right:50%;transform:translate(50%)}.navbar[dir=rtl] .nav-actions .language-btn{flex-direction:row-reverse}.navbar[dir=rtl] .nav-actions .language-btn span,.navbar[dir=rtl] .mobile-menu{text-align:right}.navbar[dir=rtl] .mobile-menu .mobile-theme-toggle{flex-direction:row-reverse;text-align:right}.navbar[dir=rtl] .mobile-menu .mobile-nav-link{text-align:right!important;justify-content:flex-end!important;flex-direction:row-reverse}.navbar[dir=rtl] .mobile-menu .mobile-nav-link:hover{padding-left:1rem;padding-right:2.5rem}.navbar[dir=rtl] .mobile-menu .mobile-nav-link:after{left:auto;right:0}.navbar[dir=rtl] .mobile-menu .mobile-auth-buttons button{flex-direction:row-reverse}.navbar[dir=rtl] .mobile-menu .mobile-language-selector h4,.navbar[dir=rtl] .mobile-menu .mobile-language-selector .mobile-language-buttons .mobile-language-btn{text-align:right!important}.navbar[dir=rtl] .mobile-menu .mobile-language-selector .mobile-language-buttons .mobile-language-btn:hover{transform:translate(-5px)}.navbar[dir=rtl] .mobile-menu .mobile-language-selector .mobile-language-buttons .mobile-language-btn.active{border-left:none;border-right:4px solid #ff751f}.navbar[dir=rtl].dark .mobile-language-buttons .mobile-language-btn.active{border-left:none;border-right:4px solid #fdcd37}@media(max-width:768px){.navbar{padding:.75rem 0}.navbar.scrolled{padding:.5rem 0}.navbar .navbar-container{padding:0 1rem}.navbar .logo .logo-link .logo-image{width:40px}.navbar .logo .logo-link .logo-text{font-size:1.3rem}.navbar .nav-actions{gap:.5rem}.navbar .nav-actions .signup-btn,.navbar .nav-actions .login-btn{padding:.5rem 1rem;font-size:.85rem}.navbar .mobile-menu .mobile-theme-section,.navbar .mobile-menu .mobile-nav-link,.navbar .mobile-menu .mobile-auth-buttons,.navbar .mobile-menu .mobile-language-selector{padding-left:1rem;padding-right:1rem}.navbar .mobile-menu .mobile-auth-buttons{flex-direction:column}}@media(max-width:480px){.navbar .logo .logo-link .logo-text{font-size:1.1rem}.navbar .mobile-menu .mobile-nav-link{padding:.85rem 1rem;font-size:.95rem}}.hero-section{position:relative;height:100vh;min-height:700px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:80px}.hero-section .background-gradient{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:radial-gradient(circle at 50% 50%,#fff,#ffe2a3)}.hero-section .background-gradient .gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffe2a34d,#ffffff1a,#ff751f33);z-index:2}.hero-section .hero-content{position:relative;z-index:3;text-align:center;max-width:1200px;padding:0 2rem;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 80px)}.hero-section .hero-content .logo-container{margin-bottom:2rem;width:100%;display:flex;justify-content:center;align-items:center}.hero-section .hero-content .logo-container .logo-wrapper{display:flex;justify-content:center;align-items:center;width:180px;height:180px}.hero-section .hero-content .logo-container .logo-wrapper .hero-logo{width:100%;height:auto;max-width:100%;filter:drop-shadow(0 10px 30px rgba(255,117,31,.3))}.hero-section .hero-content .logo-container .logo-wrapper .logo-fallback{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.hero-section .hero-content .logo-container .logo-wrapper .logo-fallback .logo-circle{width:120px;height:120px;background:linear-gradient(135deg,#ff751f,#fe9e1f,#fdcd37);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #ff751f4d}.hero-section .hero-content .logo-container .logo-wrapper .logo-fallback .logo-circle .logo-letter{color:#fff;font-size:48px;font-weight:700;font-family:Arial,sans-serif}.hero-section .hero-content .hero-text{margin-bottom:3rem;width:100%;text-align:center}.hero-section .hero-content .hero-text .hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;display:flex;flex-direction:column;gap:.5rem;text-align:center}.hero-section .hero-content .hero-text .hero-title .title-line-1{background:linear-gradient(135deg,#333,#555);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 5px rgba(255,255,255,.5);font-size:2.5rem;font-weight:700;letter-spacing:1px;text-align:center}.hero-section .hero-content .hero-text .hero-title .title-line-2{min-height:4rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:3rem;text-align:center}.hero-section .hero-content .hero-text .hero-title .title-line-2 .typing-text{font-weight:900;text-shadow:0 2px 10px rgba(0,0,0,.3);transition:color .5s ease;text-align:center}.hero-section .hero-content .hero-text .hero-title .title-line-2 .cursor{color:#333;animation:blink 1s infinite;font-weight:300}@media(max-width:768px){.hero-section .hero-content .hero-text .hero-title{font-size:2.5rem}.hero-section .hero-content .hero-text .hero-title .title-line-1{font-size:2rem}.hero-section .hero-content .hero-text .hero-title .title-line-2{font-size:2.2rem;min-height:3rem}}@media(max-width:480px){.hero-section .hero-content .hero-text .hero-title{font-size:2rem}.hero-section .hero-content .hero-text .hero-title .title-line-1{font-size:1.5rem}.hero-section .hero-content .hero-text .hero-title .title-line-2{font-size:1.8rem;min-height:2.5rem}}.hero-section .hero-content .hero-text .hero-subtitle{font-size:1.25rem;color:#222;max-width:600px;margin:0 auto 2rem;line-height:1.6;text-shadow:0 2px 5px rgba(255,255,255,.8);font-weight:500;text-align:center}@media(max-width:768px){.hero-section .hero-content .hero-text .hero-subtitle{font-size:1.1rem;padding:0 1rem}}.hero-section .hero-content .hero-text .tech-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem}.hero-section .hero-content .hero-text .tech-tags .tech-tag{padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:600;border:2px solid;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:default;transition:all .3s ease;box-shadow:0 4px 10px #0000001a;text-align:center}@media(max-width:768px){.hero-section .hero-content .hero-text .tech-tags .tech-tag{font-size:.8rem;padding:.4rem .8rem}}.hero-section .hero-content .hero-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem;text-align:center}.hero-section .hero-content .hero-actions .btn{padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.75rem;position:relative;overflow:hidden;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 5px 15px #0003;text-align:center}.hero-section .hero-content .hero-actions .btn.btn-primary{background:linear-gradient(135deg,#ff751f,#fe9e1f);color:#fff;box-shadow:0 10px 30px #ff751f4d}.hero-section .hero-content .hero-actions .btn.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #ff751f66}.hero-section .hero-content .hero-actions .btn.btn-secondary{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#222;border:2px solid rgba(255,117,31,.3)}.hero-section .hero-content .hero-actions .btn.btn-secondary:hover{background:#ffffff4d;border-color:#ff751f80;color:#000;transform:translateY(-3px)}.hero-section .hero-content .hero-actions .btn .btn-icon{font-size:1rem}.hero-section .hero-content .hero-actions .btn .btn-hover-effect{position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.hero-section .hero-content .hero-actions .btn:hover .btn-hover-effect{width:300px;height:300px}.hero-section .hero-content .scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#333;display:flex;flex-direction:column;align-items:center;gap:.5rem}.hero-section .floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2}.hero-section .floating-elements .floating-element{position:absolute;border-radius:50%;background:linear-gradient(135deg,#ff751f26,#fe9e1f26);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;box-shadow:0 5px 15px #0000001a}.hero-section .floating-elements .floating-element.element-1{width:100px;height:100px;top:20%}.hero-section .floating-elements .floating-element.element-2{width:150px;height:150px;bottom:20%}.hero-section .floating-elements .floating-element.element-3{width:80px;height:80px;top:60%}.hero-section .floating-elements .floating-element .floating-icon{font-size:2.5rem;opacity:.9;filter:drop-shadow(0 2px 5px rgba(0,0,0,.2))}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.dark .hero-section .background-gradient{background:radial-gradient(circle at 50% 50%,#1a1a1a,#2a2a2a)!important}.dark .hero-section .background-gradient .gradient-overlay{background:linear-gradient(135deg,#0000004d,#0000001a,#ff751f33)!important}.dark .hero-section .hero-title .title-line-1{background:linear-gradient(135deg,#fff,#ffe2a3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 10px rgba(0,0,0,.5)}.dark .hero-section .hero-title .title-line-2 .cursor{color:#fff}.dark .hero-section .hero-subtitle{color:#fffffff2!important;text-shadow:0 2px 5px rgba(0,0,0,.5)!important}.dark .hero-section .tech-tags .tech-tag{background-color:#0000004d!important;border-color:currentColor!important;box-shadow:0 4px 10px #0000004d!important}.dark .hero-section .hero-actions .btn-secondary,.dark .hero-section .hero-actions .btn-secondary:hover{color:#fff!important}.dark .hero-section .floating-elements .floating-element{background:linear-gradient(135deg,#ff751f33,#fe9e1f33)!important;border-color:#fff3!important;box-shadow:0 5px 15px #0000004d!important}[dir=rtl] .hero-section{direction:rtl}[dir=rtl] .hero-section .hero-content,[dir=rtl] .hero-section .hero-content .hero-title,[dir=rtl] .hero-section .hero-content .hero-title .title-line-1{text-align:center!important}[dir=rtl] .hero-section .hero-content .hero-title .title-line-2{text-align:center!important;justify-content:center}[dir=rtl] .hero-section .hero-content .hero-title .title-line-2 .typing-text,[dir=rtl] .hero-section .hero-content .hero-subtitle{text-align:center!important}[dir=rtl] .hero-section .hero-content .tech-tags{justify-content:center!important}[dir=rtl] .hero-section .hero-content .tech-tags .tech-tag{text-align:center!important}[dir=rtl] .hero-section .hero-content .hero-actions{justify-content:center!important}[dir=rtl] .hero-section .hero-content .hero-actions .btn{text-align:center!important}[dir=rtl] .hero-section .hero-content .hero-actions .btn.btn-secondary .btn-icon{transform:rotate(180deg)}@media(max-width:768px){.hero-section{min-height:600px;padding-top:70px}.hero-section .hero-content .logo-container .logo-wrapper{width:140px;height:140px}.hero-section .hero-content .logo-container .logo-wrapper .logo-fallback .logo-circle{width:100px;height:100px}.hero-section .hero-content .logo-container .logo-wrapper .logo-fallback .logo-circle .logo-letter{font-size:36px}.hero-section .hero-content .hero-text{margin-bottom:2rem}.hero-section .hero-content .hero-text .tech-tags{gap:.5rem}.hero-section .hero-content .hero-actions{margin-bottom:3rem;flex-direction:column;align-items:center}.hero-section .hero-content .hero-actions .btn{width:250px;justify-content:center}.hero-section .floating-elements .floating-element{opacity:.7}.hero-section .floating-elements .floating-element .floating-icon{font-size:1.5rem}[dir=rtl] .hero-section .hero-content .hero-actions{flex-direction:column}[dir=rtl] .hero-section .hero-content .hero-actions .btn{flex-direction:row-reverse}}@media(max-width:480px){.hero-section{min-height:500px}.hero-section .hero-content{padding:0 1rem}.hero-section .hero-content .logo-container .logo-wrapper{width:120px;height:120px}.hero-section .hero-content .logo-container .logo-wrapper .logo-fallback .logo-circle{width:80px;height:80px}.hero-section .hero-content .logo-container .logo-wrapper .logo-fallback .logo-circle .logo-letter{font-size:32px}.hero-section .hero-content .hero-subtitle{padding:.8rem!important;font-size:1rem!important}.hero-section .hero-content .hero-actions .btn{width:100%;max-width:280px;padding:.9rem 1.5rem;font-size:1rem}}.footer{position:relative;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:#fff;padding-top:80px}.footer[dir=rtl]{direction:rtl}.footer[dir=rtl] .footer-brand,.footer[dir=rtl] .footer-section{text-align:right}.footer[dir=rtl] .footer-brand .section-title:after,.footer[dir=rtl] .footer-section .section-title:after{left:auto;right:0}.footer[dir=rtl] .footer-link-button:hover{transform:translate(-5px)}.footer[dir=rtl] .contact-info li.rtl-contact-item{flex-direction:row-reverse;justify-content:flex-start}.footer[dir=rtl] .contact-info li.rtl-contact-item .contact-icon{margin-left:.75rem;margin-right:0;order:2}.footer[dir=rtl] .contact-info li.rtl-contact-item .contact-text{order:1;text-align:right;width:100%}.footer[dir=rtl] .newsletter-input{text-align:right}.footer[dir=rtl] .newsletter-input::placeholder{text-align:right}.footer .footer-wave{position:absolute;top:-1px;left:0;width:100%;overflow:hidden;line-height:0}.footer .footer-wave svg{position:relative;display:block;width:calc(100% + 1.3px);height:80px;fill:#fff}.footer .footer-content{position:relative;z-index:1}.footer .footer-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}@media(max-width:1024px){.footer .footer-container{grid-template-columns:repeat(2,1fr);gap:2rem;padding:0 1.5rem}}@media(max-width:768px){.footer .footer-container{grid-template-columns:1fr;gap:2rem;padding:0 1rem}}.footer .footer-brand{text-align:left}.footer .footer-brand .footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;color:inherit;font:inherit}.footer .footer-brand .footer-logo .footer-logo-image{width:60px;height:60px;object-fit:contain;filter:drop-shadow(0 4px 15px rgba(255,117,31,.3))}.footer .footer-brand .footer-logo .logo-text{font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#ff751f,#fe9e1f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#ff751f}.footer .footer-brand .brand-description{color:#fffc;line-height:1.6;margin-bottom:1.5rem}.footer .footer-brand .social-links{display:flex;gap:1rem;flex-wrap:wrap}.footer .footer-brand .social-links .social-link{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease;font-size:1.2rem}.footer .footer-brand .social-links .social-link:hover{background:linear-gradient(135deg,#ff751f,#fe9e1f);color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px #ff751f4d}.footer .footer-section{text-align:left}.footer .footer-section .section-title{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;color:#fff;position:relative;padding-bottom:.75rem}.footer .footer-section .section-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:linear-gradient(90deg,#ff751f,#fe9e1f);border-radius:2px}.footer .footer-section .footer-links{list-style:none;padding:0}.footer .footer-section .footer-links li{margin-bottom:.75rem}.footer .footer-section .footer-links li .footer-link-button{background:none;border:none;padding:0;cursor:pointer;color:#fffc;text-decoration:none;transition:all .3s ease;display:inline-block;font-family:inherit;font-size:inherit;width:100%;text-align:left}.footer .footer-section .footer-links li .footer-link-button:hover{color:#ff751f;transform:translate(5px)}.footer .footer-section .contact-info{list-style:none;padding:0}.footer .footer-section .contact-info li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:#fffc}.footer .footer-section .contact-info li .contact-icon{color:#ff751f;font-size:1.2rem;flex-shrink:0}.footer .footer-section .contact-info li .contact-text{flex:1;word-wrap:break-word;overflow-wrap:break-word}.footer .footer-section .newsletter-text{color:#fffc;margin-bottom:1.5rem;line-height:1.6}.footer .footer-section .newsletter-form .input-group{display:flex;gap:.5rem}@media(max-width:480px){.footer .footer-section .newsletter-form .input-group{flex-direction:column}}.footer .footer-section .newsletter-form .input-group.rtl-input{flex-direction:row-reverse}@media(max-width:480px){.footer .footer-section .newsletter-form .input-group.rtl-input{flex-direction:column}}.footer .footer-section .newsletter-form .input-group .newsletter-input{flex:1;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:25px;background:#ffffff1a;color:#fff;font-size:.9rem;transition:all .3s ease;text-align:left}.footer .footer-section .newsletter-form .input-group .newsletter-input:focus{outline:none;border-color:#ff751f;background:#ffffff26}.footer .footer-section .newsletter-form .input-group .newsletter-input::placeholder{color:#ffffff80}.footer .footer-section .newsletter-form .input-group .subscribe-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#ff751f,#fe9e1f);color:#fff;border:none;border-radius:25px;cursor:pointer;font-weight:500;transition:all .3s ease;white-space:nowrap}.footer .footer-section .newsletter-form .input-group .subscribe-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ff751f4d}.footer .footer-section .newsletter-form .input-group .subscribe-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.footer .footer-bottom{margin-top:4rem;padding:2rem 0;border-top:1px solid rgba(255,255,255,.1)}.footer .footer-bottom .footer-container{display:flex;justify-content:space-between;align-items:center;gap:1rem}@media(max-width:768px){.footer .footer-bottom .footer-container{flex-direction:column;text-align:center}}.footer .footer-bottom .copyright{color:#fff9;font-size:.9rem}.footer .footer-bottom .legal-links{display:flex;gap:2rem}.footer .footer-bottom .legal-links a{color:#fff9;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer .footer-bottom .legal-links a:hover{color:#ff751f}.light .footer{background:linear-gradient(135deg,#fff,#ffe2a3);color:#333}.light .footer .footer-wave svg{fill:#ffe2a3}.light .footer .footer-brand .brand-description{color:#666}.light .footer .footer-brand .social-link{background:#ff751f1a;color:#333}.light .footer .footer-brand .social-link:hover{color:#fff}.light .footer .footer-brand .footer-logo .logo-text{background:linear-gradient(135deg,#ff751f,#fe9e1f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#ff751f}.light .footer .footer-section .section-title{color:#333}.light .footer .footer-section .footer-links .footer-link-button{color:#666}.light .footer .footer-section .footer-links .footer-link-button:hover{color:#ff751f}.light .footer .footer-section .contact-info li{color:#666}.light .footer .footer-section .contact-info li .contact-icon,.light .footer .footer-section .contact-info li.rtl-contact-item .contact-icon{color:#ff751f}.light .footer .footer-section .newsletter-text{color:#666}.light .footer .footer-section .newsletter-form .input-group .newsletter-input{background:#ffffffe6;color:#333;border-color:#ff751f33}.light .footer .footer-section .newsletter-form .input-group .newsletter-input:focus{background:#fff;box-shadow:0 0 0 2px #ff751f33}.light .footer .footer-section .newsletter-form .input-group .newsletter-input::placeholder{color:#999}.light .footer .footer-section .newsletter-form .input-group .newsletter-input:-ms-input-placeholder{color:#999}.light .footer .footer-section .newsletter-form .input-group .newsletter-input::-ms-input-placeholder{color:#999}.light .footer .footer-bottom{border-top-color:#ff751f33}.light .footer .footer-bottom .copyright,.light .footer .footer-bottom .legal-links a{color:#666}.light .footer .footer-bottom .legal-links a:hover{color:#ff751f}.light .footer[dir=rtl] .footer-brand,.light .footer[dir=rtl] .footer-section,.light .footer[dir=rtl] .newsletter-input{text-align:right}.light .footer[dir=rtl] .newsletter-input::placeholder{text-align:right}.light .footer[dir=rtl] .contact-info li.rtl-contact-item .contact-icon{color:#ff751f}.modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.modal-overlay .modal-content{background:#fff;border-radius:20px;padding:2rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d}.modal-overlay .modal-content[dir=rtl]{direction:rtl;text-align:right}.modal-overlay .modal-content[dir=rtl] .modal-header{text-align:center}.modal-overlay .modal-content[dir=rtl] .modal-header .logo-container{flex-direction:row-reverse}.modal-overlay .modal-content[dir=rtl] .modal-header .modal-subtitle{text-align:center}.modal-overlay .modal-content[dir=rtl] .form-label{display:flex;justify-content:flex-end}.modal-overlay .modal-content[dir=rtl] .form-label .input-icon{order:1;margin-left:.5rem;margin-right:0}.modal-overlay .modal-content[dir=rtl] .form-label .label-text{order:2;margin:0 .25rem}.modal-overlay .modal-content[dir=rtl] .form-label .required-star{order:3;color:#ff4757;margin:0 .25rem 0 0}.modal-overlay .modal-content[dir=rtl] .form-label .char-count{margin-left:0;margin-right:auto;order:0}.modal-overlay .modal-content[dir=rtl] .form-label .optional-badge{margin-left:0;margin-right:.5rem;order:4}.modal-overlay .modal-content[dir=rtl] .form-input{text-align:right}.modal-overlay .modal-content[dir=rtl] .form-input::placeholder{text-align:right}.modal-overlay .modal-content[dir=rtl] .password-input-wrapper .password-toggle{right:auto!important;left:1rem!important}.modal-overlay .modal-content[dir=rtl] .password-input-wrapper .form-input{padding-left:3rem!important;padding-right:1rem!important}.modal-overlay .modal-content[dir=rtl] .phone-input-wrapper .phone-prefix{left:auto!important;right:1rem!important}.modal-overlay .modal-content[dir=rtl] .phone-input-wrapper .form-input{padding-left:1rem!important;padding-right:4rem!important;text-align:right}.modal-overlay .modal-content[dir=rtl] .validation-message{flex-direction:row-reverse;text-align:right;border-left:none;border-right:3px solid}.modal-overlay .modal-content[dir=rtl] .validation-message.error{border-right-color:#ff4757}.modal-overlay .modal-content[dir=rtl] .validation-message.valid{border-right-color:#2ecc71}.modal-overlay .modal-content[dir=rtl] .validation-message svg{margin-left:.5rem;margin-right:0}.modal-overlay .modal-content[dir=rtl] .submit-btn,.modal-overlay .modal-content[dir=rtl] .modal-footer p{text-align:center}.modal-overlay .modal-content[dir=rtl] .password-requirements ul li{padding-left:0;padding-right:1.5rem}.modal-overlay .modal-content[dir=rtl] .password-requirements ul li:before{left:auto;right:0}.modal-overlay .modal-content.signup-modal{max-width:700px}.modal-overlay .modal-content .modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.modal-overlay .modal-content .modal-close:hover{background:#ff751f1a;color:#ff751f;transform:rotate(90deg)}.modal-overlay .modal-content .modal-header{text-align:center;margin-bottom:2rem}.modal-overlay .modal-content .modal-header .logo-container{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.modal-overlay .modal-content .modal-header .logo-container .modal-logo{width:40px;height:auto;filter:drop-shadow(0 4px 10px rgba(255,117,31,.3))}.modal-overlay .modal-content .modal-header .logo-container .modal-title{font-size:1.8rem;font-weight:700;color:#333;margin:0;background:linear-gradient(135deg,#ff751f,#fe9e1f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-overlay .modal-content .modal-header .modal-subtitle{color:#666;font-size:1rem;margin:0}.modal-overlay .modal-content .modal-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:768px){.modal-overlay .modal-content .modal-form .form-row{grid-template-columns:1fr}}.modal-overlay .modal-content .modal-form .form-group{margin-bottom:1.5rem;position:relative}.modal-overlay .modal-content .modal-form .form-group .form-label{display:inline-flex;align-items:center;gap:.05rem;margin-bottom:.5rem;font-weight:500;color:#333;font-size:.95rem}.modal-overlay .modal-content .modal-form .form-group .form-label .input-icon{color:#ff751f;font-size:.9rem}.modal-overlay .modal-content .modal-form .form-group .form-label .label-text{flex:1}.modal-overlay .modal-content .modal-form .form-group .form-label .required-star{color:#ff4757;margin-left:2px;font-weight:700}.modal-overlay .modal-content .modal-form .form-group .form-label .char-count{margin-left:auto;font-size:.8rem;color:#666;background:#0000000d;padding:2px 6px;border-radius:4px;min-width:45px;text-align:center}.modal-overlay .modal-content .modal-form .form-group .form-label .optional-badge{margin-left:8px;font-size:.8rem;color:#666;background:#0000000d;padding:2px 6px;border-radius:4px;font-weight:400}.modal-overlay .modal-content .modal-form .form-group .form-input{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#fff}.modal-overlay .modal-content .modal-form .form-group .form-input:focus{outline:none;border-color:#ff751f;box-shadow:0 0 0 3px #ff751f1a}.modal-overlay .modal-content .modal-form .form-group .form-input.error{border-color:#ff4757;box-shadow:0 0 0 3px #ff47571a;animation:shake .3s ease}.modal-overlay .modal-content .modal-form .form-group .form-input.valid{border-color:#2ecc71;box-shadow:0 0 0 3px #2ecc711a}.modal-overlay .modal-content .modal-form .form-group .form-input::placeholder{color:#999}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.modal-overlay .modal-content .modal-form .form-group .password-input-wrapper{position:relative}.modal-overlay .modal-content .modal-form .form-group .password-input-wrapper .form-input{padding-right:3rem}.modal-overlay .modal-content .modal-form .form-group .password-input-wrapper .password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#666;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:color .3s ease}.modal-overlay .modal-content .modal-form .form-group .password-input-wrapper .password-toggle:hover{color:#ff751f}.modal-overlay .modal-content .modal-form .form-group .phone-input-wrapper{position:relative}.modal-overlay .modal-content .modal-form .form-group .phone-input-wrapper .form-input{padding-right:1rem;padding-left:4rem}.modal-overlay .modal-content .modal-form .form-group .phone-input-wrapper .phone-prefix{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666;font-weight:500}.modal-overlay .modal-content .modal-form .form-group .validation-message{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.85rem;padding:.5rem;border-radius:6px;animation:slideDown .3s ease;border-left:3px solid transparent}.modal-overlay .modal-content .modal-form .form-group .validation-message.error{color:#ff4757;background:#ff47570d;border-left-color:#ff4757}.modal-overlay .modal-content .modal-form .form-group .validation-message.valid{color:#2ecc71;background:#2ecc710d;border-left-color:#2ecc71}.modal-overlay .modal-content .modal-form .form-group .validation-message svg{font-size:.8rem;flex-shrink:0}.modal-overlay .modal-content .modal-form .form-group .validation-message span{flex:1}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.modal-overlay .modal-content .modal-form .password-requirements{background:#ff751f0d;border-radius:10px;padding:1rem;margin-bottom:1.5rem;border:1px solid rgba(255,117,31,.1)}.modal-overlay .modal-content .modal-form .password-requirements .requirements-title{font-weight:600;color:#333;margin-bottom:.5rem;font-size:.9rem}.modal-overlay .modal-content .modal-form .password-requirements ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media(max-width:480px){.modal-overlay .modal-content .modal-form .password-requirements ul{grid-template-columns:1fr}}.modal-overlay .modal-content .modal-form .password-requirements ul li{font-size:.85rem;color:#666;position:relative;padding-left:1.5rem;transition:color .3s ease}.modal-overlay .modal-content .modal-form .password-requirements ul li.valid{color:#2ecc71}.modal-overlay .modal-content .modal-form .password-requirements ul li.valid:before{content:"✓";position:absolute;left:0;color:#2ecc71;font-weight:700}.modal-overlay .modal-content .modal-form .password-requirements ul li:before{content:"○";position:absolute;left:0;color:#999;transition:all .3s ease}.modal-overlay .modal-content .modal-form .submit-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#ff751f,#fe9e1f);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;position:relative;overflow:hidden}.modal-overlay .modal-content .modal-form .submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ff751f4d}.modal-overlay .modal-content .modal-form .submit-btn:active{transform:translateY(0)}.modal-overlay .modal-content .modal-footer{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eee}.modal-overlay .modal-content .modal-footer p{color:#666;font-size:.95rem;margin:0}.modal-overlay .modal-content .modal-footer .switch-link{background:none;border:none;color:#ff751f;font-weight:600;cursor:pointer;padding:.25rem .5rem;border-radius:5px;transition:all .3s ease}.modal-overlay .modal-content .modal-footer .switch-link:hover{background:#ff751f1a;text-decoration:underline}.modal-content:not([dir=rtl]){direction:ltr;text-align:left}.modal-content:not([dir=rtl]) .form-label{display:flex;align-items:center}.modal-content:not([dir=rtl]) .form-label .input-icon{order:1}.modal-content:not([dir=rtl]) .form-label .label-text{order:2;margin:0 .25rem}.modal-content:not([dir=rtl]) .form-label .required-star{order:3;margin-left:2px}.modal-content:not([dir=rtl]) .form-label .char-count{order:4}.modal-content:not([dir=rtl]) .form-label .optional-badge{order:5}.modal-content:not([dir=rtl]) .form-input{text-align:left}.modal-content:not([dir=rtl]) .form-input::placeholder{text-align:left}.dark .modal-overlay{background:#000c}.dark .modal-overlay .modal-content{background:#1a1a1a;border:1px solid #333}.dark .modal-overlay .modal-content .modal-close{color:#b0b0b0}.dark .modal-overlay .modal-content .modal-close:hover{color:#fdcd37;background:#fdcd371a}.dark .modal-overlay .modal-content .modal-header .modal-title{background:linear-gradient(135deg,#fdcd37,#fe9e1f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .modal-overlay .modal-content .modal-header .modal-subtitle{color:#b0b0b0}.dark .modal-overlay .modal-content .modal-form .form-label{color:#e0e0e0}.dark .modal-overlay .modal-content .modal-form .form-label .input-icon{color:#fdcd37}.dark .modal-overlay .modal-content .modal-form .form-label .required-star{color:#ff6b81}.dark .modal-overlay .modal-content .modal-form .form-label .char-count,.dark .modal-overlay .modal-content .modal-form .form-label .optional-badge{color:#b0b0b0;background:#ffffff1a}.dark .modal-overlay .modal-content .modal-form .form-input{background:#2a2a2a;border-color:#444;color:#e0e0e0}.dark .modal-overlay .modal-content .modal-form .form-input:focus{border-color:#fdcd37;box-shadow:0 0 0 3px #fdcd371a}.dark .modal-overlay .modal-content .modal-form .form-input.error{border-color:#ff6b81;box-shadow:0 0 0 3px #ff6b811a}.dark .modal-overlay .modal-content .modal-form .form-input.valid{border-color:#27ae60;box-shadow:0 0 0 3px #27ae601a}.dark .modal-overlay .modal-content .modal-form .form-input::placeholder{color:#777}.dark .modal-overlay .modal-content .modal-form .password-input-wrapper .password-toggle{color:#b0b0b0}.dark .modal-overlay .modal-content .modal-form .password-input-wrapper .password-toggle:hover{color:#fdcd37}.dark .modal-overlay .modal-content .modal-form .phone-input-wrapper .phone-prefix{color:#b0b0b0}.dark .modal-overlay .modal-content .modal-form .validation-message.error{color:#ff6b81;background:#ff6b810d;border-left-color:#ff6b81}.dark .modal-overlay .modal-content .modal-form .validation-message.valid{color:#27ae60;background:#27ae600d;border-left-color:#27ae60}.dark .modal-overlay .modal-content .modal-form .password-requirements{background:#fdcd370d;border-color:#fdcd371a}.dark .modal-overlay .modal-content .modal-form .password-requirements .requirements-title{color:#e0e0e0}.dark .modal-overlay .modal-content .modal-form .password-requirements ul li{color:#b0b0b0}.dark .modal-overlay .modal-content .modal-form .password-requirements ul li.valid{color:#27ae60}.dark .modal-overlay .modal-content .modal-form .submit-btn{background:linear-gradient(135deg,#fe9e1f,#fdcd37)}.dark .modal-overlay .modal-content .modal-form .submit-btn:hover{box-shadow:0 10px 25px #fdcd374d}.dark .modal-overlay .modal-content .modal-footer{border-top-color:#333}.dark .modal-overlay .modal-content .modal-footer p{color:#b0b0b0}.dark .modal-overlay .modal-content .modal-footer .switch-link{color:#fdcd37}.dark .modal-overlay .modal-content .modal-footer .switch-link:hover{background:#fdcd371a}.dark .modal-overlay .modal-content[dir=rtl] .validation-message.error{border-left-color:transparent;border-right-color:#ff6b81}.dark .modal-overlay .modal-content[dir=rtl] .validation-message.valid{border-left-color:transparent;border-right-color:#27ae60}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.modal-content::-webkit-scrollbar-thumb{background:#ff751f;border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:#fe9e1f}.dark .modal-content::-webkit-scrollbar-track{background:#2a2a2a}.dark .modal-content::-webkit-scrollbar-thumb{background:#fdcd37}.dark .modal-content::-webkit-scrollbar-thumb:hover{background:#fe9e1f}@media(max-width:768px){.modal-overlay .modal-content{padding:1.5rem}.modal-overlay .modal-content .modal-header .logo-container .modal-logo{width:30px}.modal-overlay .modal-content .modal-header .logo-container .modal-title{font-size:1.5rem}.modal-overlay .modal-content .modal-header .modal-subtitle{font-size:.9rem}.modal-overlay .modal-content .form-label{gap:.25rem;font-size:.9rem}}@media(max-width:480px){.modal-overlay .modal-content{padding:1rem;margin:.5rem}.modal-overlay .modal-content .modal-header .logo-container{flex-direction:column;gap:.5rem}.modal-overlay .modal-content .modal-header .logo-container .modal-logo{display:none}.modal-overlay .modal-content .modal-header .logo-container .modal-logo:first-child{display:block}.modal-overlay .modal-content .modal-header .logo-container .modal-logo:last-child{display:none}.modal-overlay .modal-content .password-requirements ul{grid-template-columns:1fr!important}}.student-projects-service{padding:6rem 2rem;min-height:100vh;position:relative;overflow:hidden;background:radial-gradient(ellipse at 50% 50%,#fff,#fff9f0 30%,#ffe2a3)}.student-projects-service[dir=rtl] .service-container .text-content{text-align:right}.student-projects-service[dir=rtl] .service-container .text-content .service-badge{flex-direction:row-reverse}.student-projects-service[dir=rtl] .service-container .text-content .service-badge .badge-icon{margin-left:.5rem;margin-right:0}.student-projects-service[dir=rtl] .service-container .text-content .service-title .title-line{text-align:center}.student-projects-service[dir=rtl] .service-container .text-content .features-list .feature-item .feature-icon-wrapper{margin-left:1rem;margin-right:0}.student-projects-service[dir=rtl] .service-container .text-content .features-list .feature-item .feature-text{text-align:right;padding-right:1rem;padding-left:0}.student-projects-service[dir=rtl] .service-container .text-content .features-list .feature-item .feature-check{right:auto;left:0}.student-projects-service[dir=rtl] .service-container .text-content .cta-section .action-buttons .cta-button.primary{flex-direction:row-reverse}.student-projects-service[dir=rtl] .service-container .text-content .cta-section .action-buttons .cta-button.primary .button-icon{margin-right:.5rem;margin-left:0}.student-projects-service[dir=rtl] .service-container .text-content .cta-section .action-buttons .cta-button.primary .button-icon.flipped{transform:rotate(180deg)}.student-projects-service[dir=rtl] .service-container .visual-content .projects-grid .project-card .card-content{text-align:right}.student-projects-service[dir=rtl] .service-container .visual-content .projects-grid .project-card .card-footer .card-cta{flex-direction:row-reverse}.student-projects-service[dir=rtl] .service-container .visual-content .projects-grid .project-card .card-footer .card-cta .cta-icon{margin-right:.5rem;margin-left:0}.student-projects-service[dir=rtl] .service-container .visual-content .projects-grid .project-card .card-footer .card-cta .cta-icon.flipped{transform:rotate(180deg)}.student-projects-service[dir=rtl] .service-container .visual-content .testimonials-section .testimonial-card{border-right:4px solid #ff751f;border-left:none;text-align:right}.student-projects-service[dir=rtl] .service-container .visual-content .testimonials-section .testimonial-card .testimonial-quote{left:1.5rem;right:auto}.student-projects-service .background-elements{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.student-projects-service .background-elements .floating-element{position:absolute;font-size:2.5rem;opacity:.08;filter:blur(.5px)}.student-projects-service .background-elements .floating-element:nth-child(1){top:10%;left:5%}.student-projects-service .background-elements .floating-element:nth-child(2){top:20%;right:10%}.student-projects-service .background-elements .floating-element:nth-child(3){top:40%;left:15%}.student-projects-service .background-elements .floating-element:nth-child(4){bottom:30%;right:5%}.student-projects-service .background-elements .floating-element:nth-child(5){bottom:20%;left:10%}.student-projects-service .background-elements .floating-element:nth-child(6){bottom:15%;right:15%}.student-projects-service .service-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;position:relative;z-index:1}@media(max-width:1200px){.student-projects-service .service-container{grid-template-columns:1fr;gap:4rem}}@media(max-width:768px){.student-projects-service .service-container{padding:0 1rem;gap:3rem}}.student-projects-service .text-content .service-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#ff751f1a,#fe9e1f1a);padding:.75rem 1.5rem;border-radius:50px;margin-bottom:2rem;border:1px solid rgba(255,117,31,.2);position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.student-projects-service .text-content .service-badge .badge-icon{color:#ff751f;font-size:1.2rem}.student-projects-service .text-content .service-badge .badge-text{color:#ff751f;font-weight:700;font-size:.95rem;letter-spacing:.5px;text-transform:uppercase}.student-projects-service .text-content .service-badge .arabic-badge{color:#fe9e1f;font-weight:600;font-size:.9rem}.student-projects-service .text-content .service-badge .badge-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,117,31,.1) 0%,transparent 70%);animation:rotate 10s linear infinite}.student-projects-service .text-content .title-section{margin-bottom:3rem}.student-projects-service .text-content .title-section .title-wrapper{margin-bottom:2rem}.student-projects-service .text-content .title-section .title-wrapper .service-title{font-size:3.2rem;font-weight:800;line-height:1.1;margin-bottom:1rem}.student-projects-service .text-content .title-section .title-wrapper .service-title .title-line{display:block;margin-bottom:.5rem}.student-projects-service .text-content .title-section .title-wrapper .service-title .title-line.title-line-1{color:#333;font-size:2.8rem}.student-projects-service .text-content .title-section .title-wrapper .service-title .title-line.title-line-2 .title-highlight{background:linear-gradient(135deg,#ff751f,#fe9e1f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;padding:0 .5rem}.student-projects-service .text-content .title-section .title-wrapper .service-title .title-line.title-line-2 .title-highlight:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:3px;background:linear-gradient(90deg,#ff751f,#fdcd37);border-radius:2px;animation:widthGrow 1.5s ease-out}@media(max-width:768px){.student-projects-service .text-content .title-section .title-wrapper .service-title{font-size:2.5rem}.student-projects-service .text-content .title-section .title-wrapper .service-title .title-line.title-line-1{font-size:2.2rem}}.student-projects-service .text-content .title-section .title-decoration{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.student-projects-service .text-content .title-section .title-decoration svg{font-size:1.5rem;color:#fdcd37;filter:drop-shadow(0 0 10px rgba(253,205,55,.3))}.student-projects-service .text-content .title-section .service-description{font-size:1.2rem;line-height:1.8;color:#555;margin-bottom:2.5rem;padding:1.5rem;background:#ffffffb3;border-radius:16px;border:1px solid rgba(255,117,31,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:768px){.student-projects-service .text-content .title-section .service-description{font-size:1.1rem;padding:1rem}}.student-projects-service .text-content .stats-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:3rem 0}.student-projects-service .text-content .stats-container .stat-item{position:relative;padding:1.5rem;background:#fff;border-radius:16px;border:1px solid rgba(255,117,31,.1);box-shadow:0 5px 20px #0000000d;text-align:center;cursor:pointer;overflow:hidden;transition:all .3s ease}.student-projects-service .text-content .stats-container .stat-item .stat-icon{font-size:1.8rem;color:#ff751f;margin-bottom:.5rem;display:flex;justify-content:center}.student-projects-service .text-content .stats-container .stat-item .stat-value{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#ff751f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.student-projects-service .text-content .stats-container .stat-item .stat-label{font-size:1rem;font-weight:600;color:#333;margin-bottom:.25rem}.student-projects-service .text-content .stats-container .stat-item .stat-description{font-size:.85rem;color:#666;opacity:0;transform:translateY(10px);transition:all .3s ease}.student-projects-service .text-content .stats-container .stat-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px #ff751f26}.student-projects-service .text-content .stats-container .stat-item:hover .stat-description{opacity:1;transform:translateY(0)}.student-projects-service .text-content .stats-container .stat-hover-glow{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(255,117,31,.1),transparent 70%);z-index:-1}.student-projects-service .text-content .features-section{margin:3rem 0}.student-projects-service .text-content .features-section .features-title{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:1.5rem;position:relative;display:inline-block}.student-projects-service .text-content .features-section .features-title:after{content:"";position:absolute;bottom:-5px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#ff751f,#fdcd37);border-radius:2px}.student-projects-service .text-content .features-section .features-list .feature-item{position:relative;display:flex;align-items:center;padding:1rem 1.5rem;margin-bottom:.75rem;background:#fff;border-radius:12px;border:1px solid rgba(255,117,31,.1);transition:all .3s ease;cursor:pointer}.student-projects-service .text-content .features-section .features-list .feature-item .feature-icon-wrapper{margin-right:1rem;flex-shrink:0}.student-projects-service .text-content .features-section .features-list .feature-item .feature-icon-wrapper .feature-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff751f1a,#fe9e1f1a);border-radius:10px;color:#ff751f;font-size:1.2rem}.student-projects-service .text-content .features-section .features-list .feature-item .feature-text{flex:1;font-size:1.05rem;font-weight:500;color:#444;padding-left:1rem}.student-projects-service .text-content .features-section .features-list .feature-item .feature-check{position:absolute;right:1.5rem;color:#4caf50;opacity:0;transform:scale(0);transition:all .3s ease}.student-projects-service .text-content .features-section .features-list .feature-item:hover{transform:translate(5px);box-shadow:0 5px 20px #ff751f1a}.student-projects-service .text-content .features-section .features-list .feature-item:hover .feature-check{opacity:1;transform:scale(1)}.student-projects-service .text-content .cta-section{margin-top:3rem}.student-projects-service .text-content .cta-section .cta-text{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:1.5rem;text-align:center}.student-projects-service .text-content .cta-section .action-buttons{display:flex;gap:1rem;flex-wrap:wrap}.student-projects-service .text-content .cta-section .action-buttons .cta-button{flex:1;min-width:200px;padding:1.2rem 2rem;border-radius:16px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;border:none;position:relative;overflow:hidden}.student-projects-service .text-content .cta-section .action-buttons .cta-button.primary{background:linear-gradient(135deg,#ff751f,#fe9e1f);color:#fff;box-shadow:0 10px 30px #ff751f4d}.student-projects-service .text-content .cta-section .action-buttons .cta-button.primary .button-gradient{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s}.student-projects-service .text-content .cta-section .action-buttons .cta-button.primary:hover .button-gradient{left:100%}.student-projects-service .text-content .cta-section .action-buttons .cta-button.primary:hover{box-shadow:0 15px 40px #ff751f66}.student-projects-service .text-content .cta-section .action-buttons .cta-button.secondary{background:transparent;color:#ff751f;border:2px solid #ff751f}.student-projects-service .text-content .cta-section .action-buttons .cta-button.secondary:hover{background:#ff751f1a;transform:translateY(-2px)}@media(max-width:768px){.student-projects-service .text-content .cta-section .action-buttons .cta-button{min-width:100%}}.student-projects-service .visual-content .main-visual{margin-bottom:3rem;position:relative}.student-projects-service .visual-content .main-visual .image-container{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 25px 80px #ff751f33;min-height:350px;background:linear-gradient(135deg,#ff751f0d,#fdcd370d)}.student-projects-service .visual-content .main-visual .image-container .floating-badge{position:absolute;background:#fff;padding:.75rem 1.5rem;border-radius:50px;display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;box-shadow:0 10px 30px #0000001a;z-index:2}.student-projects-service .visual-content .main-visual .image-container .floating-badge.top-rated{top:20px;left:20px;background:linear-gradient(135deg,#fff,#ffe2a3);color:#ff751f;border:2px solid #ff751f}.student-projects-service .visual-content .main-visual .image-container .floating-badge.success-rate{bottom:20px;right:20px;background:linear-gradient(135deg,#fff,#ffedd5);color:#fe9e1f;border:2px solid #fe9e1f}.student-projects-service .visual-content .main-visual .image-container .floating-badge svg{font-size:1.2rem}.student-projects-service .visual-content .main-visual .image-container .service-image{width:100%;height:350px;object-fit:cover;display:block;animation:float 6s ease-in-out infinite}.student-projects-service .visual-content .main-visual .image-container .placeholder-visual{width:100%;height:350px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff751f1a,#fdcd371a)}.student-projects-service .visual-content .main-visual .image-container .placeholder-visual .placeholder-icons{display:flex;gap:2rem;z-index:1}.student-projects-service .visual-content .main-visual .image-container .placeholder-visual .placeholder-icons .placeholder-icon,.student-projects-service .visual-content .main-visual .image-container .placeholder-visual .placeholder-icons .arabic-icon{font-size:4rem;animation:float 3s ease-in-out infinite;animation-delay:var(--delay)}.student-projects-service .visual-content .main-visual .image-container .placeholder-visual .placeholder-icons .placeholder-icon:nth-child(1),.student-projects-service .visual-content .main-visual .image-container .placeholder-visual .placeholder-icons .arabic-icon:nth-child(1){--delay: 0s;color:#ff751f}.student-projects-service .visual-content .main-visual .image-container .placeholder-visual .placeholder-icons .placeholder-icon:nth-child(2),.student-projects-service .visual-content .main-visual .image-container .placeholder-visual .placeholder-icons .arabic-icon:nth-child(2){--delay: .5s;color:#fe9e1f}.student-projects-service .visual-content .main-visual .image-container .placeholder-visual .placeholder-icons .placeholder-icon:nth-child(3),.student-projects-service .visual-content .main-visual .image-container .placeholder-visual .placeholder-icons .arabic-icon:nth-child(3){--delay: 1s;color:#fdcd37}.student-projects-service .visual-content .main-visual .image-container .placeholder-visual .placeholder-icons .arabic-icon{font-size:3.5rem}.student-projects-service .visual-content .main-visual .image-container .image-glow{position:absolute;inset:0;background:radial-gradient(circle at center,transparent 30%,rgba(255,117,31,.1) 70%);pointer-events:none}.student-projects-service .visual-content .projects-section{margin-bottom:3rem}.student-projects-service .visual-content .projects-section .projects-title{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:1.5rem;text-align:center}.student-projects-service .visual-content .projects-section .projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:1024px){.student-projects-service .visual-content .projects-section .projects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.student-projects-service .visual-content .projects-section .projects-grid{grid-template-columns:1fr}}.student-projects-service .visual-content .projects-section .projects-grid .project-card{position:relative;background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 10px 40px #00000014;border:1px solid rgba(255,117,31,.1);transition:all .3s ease;cursor:pointer;overflow:hidden;z-index:1}.student-projects-service .visual-content .projects-section .projects-grid .project-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.student-projects-service .visual-content .projects-section .projects-grid .project-card .card-header .card-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;box-shadow:0 10px 20px #ff751f33}.student-projects-service .visual-content .projects-section .projects-grid .project-card .card-header .card-badge{color:#fdcd37;font-size:1.2rem}.student-projects-service .visual-content .projects-section .projects-grid .project-card .card-content{margin-bottom:1.5rem}.student-projects-service .visual-content .projects-section .projects-grid .project-card .card-content .card-title{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:.75rem;line-height:1.3}.student-projects-service .visual-content .projects-section .projects-grid .project-card .card-content .card-description{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:1rem}.student-projects-service .visual-content .projects-section .projects-grid .project-card .card-content .card-features{display:flex;gap:.5rem;flex-wrap:wrap}.student-projects-service .visual-content .projects-section .projects-grid .project-card .card-content .card-features .card-feature{background:#ff751f1a;color:#ff751f;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.student-projects-service .visual-content .projects-section .projects-grid .project-card .card-footer .card-cta{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;color:#ff751f;font-weight:600;font-size:.95rem;cursor:pointer;padding:.5rem 0;transition:all .3s ease}.student-projects-service .visual-content .projects-section .projects-grid .project-card .card-footer .card-cta:hover{gap:.75rem;color:#fe9e1f}.student-projects-service .visual-content .projects-section .projects-grid .project-card .card-footer .card-cta .cta-icon{font-size:.8rem;transition:transform .3s ease}.student-projects-service .visual-content .projects-section .projects-grid .project-card .card-hover-glow{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(255,117,31,.05),transparent 70%);z-index:-1;opacity:0;transition:opacity .3s ease}.student-projects-service .visual-content .projects-section .projects-grid .project-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 60px #ff751f33}.student-projects-service .visual-content .projects-section .projects-grid .project-card:hover .card-hover-glow{opacity:1}.student-projects-service .visual-content .projects-section .projects-grid .project-card.active{border-color:#ff751f;box-shadow:0 20px 60px #ff751f40}.student-projects-service .visual-content .testimonials-section .testimonials-title{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:1.5rem;text-align:center}.student-projects-service .visual-content .testimonials-section .testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:768px){.student-projects-service .visual-content .testimonials-section .testimonials-grid{grid-template-columns:1fr}}.student-projects-service .visual-content .testimonials-section .testimonials-grid .testimonial-card{position:relative;background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 40px #00000014;border-left:4px solid #ff751f;transition:all .3s ease}.student-projects-service .visual-content .testimonials-section .testimonials-grid .testimonial-card .testimonial-rating{color:#fdcd37;font-size:1rem;margin-bottom:1rem;display:flex;gap:.25rem}.student-projects-service .visual-content .testimonials-section .testimonials-grid .testimonial-card .testimonial-text{font-size:1rem;line-height:1.7;color:#555;margin-bottom:1.5rem;font-style:italic}.student-projects-service .visual-content .testimonials-section .testimonials-grid .testimonial-card .testimonial-author{display:flex;align-items:center}.student-projects-service .visual-content .testimonials-section .testimonials-grid .testimonial-card .testimonial-author .author-info{flex:1}.student-projects-service .visual-content .testimonials-section .testimonials-grid .testimonial-card .testimonial-author .author-info strong{display:block;color:#333;font-size:1.05rem;margin-bottom:.25rem}.student-projects-service .visual-content .testimonials-section .testimonials-grid .testimonial-card .testimonial-author .author-info span{display:block;color:#666;font-size:.9rem;margin-bottom:.25rem}.student-projects-service .visual-content .testimonials-section .testimonials-grid .testimonial-card .testimonial-author .author-info small{color:#888;font-size:.8rem}.student-projects-service .visual-content .testimonials-section .testimonials-grid .testimonial-card .testimonial-quote{position:absolute;right:1.5rem;bottom:1.5rem;font-size:4rem;color:#ff751f1a;line-height:1}.student-projects-service .visual-content .testimonials-section .testimonials-grid .testimonial-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px #ff751f26}.student-projects-service.reverse .service-container{direction:rtl}.student-projects-service.reverse .service-container .text-content,.student-projects-service.reverse .service-container .visual-content{direction:ltr}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes widthGrow{0%{width:0}to{width:100%}}.dark .student-projects-service{background:radial-gradient(ellipse at 50% 50%,#1a1a1a,#2a2315 30%,#3a2e0a)}.dark .student-projects-service .text-content .service-badge{background:linear-gradient(135deg,#fdcd371a,#fe9e1f1a);border-color:#fdcd3733}.dark .student-projects-service .text-content .service-badge .badge-icon,.dark .student-projects-service .text-content .service-badge .badge-text{color:#fdcd37}.dark .student-projects-service .text-content .service-badge .arabic-badge{color:#fe9e1f}.dark .student-projects-service .text-content .title-section .service-title .title-line.title-line-1{color:#f0f0f0}.dark .student-projects-service .text-content .title-section .service-description{color:#d0d0d0;background:#ffffff0d;border-color:#fdcd371a}.dark .student-projects-service .text-content .stats-container .stat-item{background:#2a2a2a;border-color:#fdcd371a}.dark .student-projects-service .text-content .stats-container .stat-item .stat-icon{color:#fdcd37}.dark .student-projects-service .text-content .stats-container .stat-item .stat-label{color:#f0f0f0}.dark .student-projects-service .text-content .stats-container .stat-item .stat-description{color:#a0a0a0}.dark .student-projects-service .text-content .features-section .features-title{color:#f0f0f0}.dark .student-projects-service .text-content .features-section .features-list .feature-item{background:#2a2a2a;border-color:#fdcd371a}.dark .student-projects-service .text-content .features-section .features-list .feature-item .feature-text{color:#e0e0e0}.dark .student-projects-service .text-content .cta-section .cta-text{color:#f0f0f0}.dark .student-projects-service .visual-content .main-visual .image-container{box-shadow:0 25px 80px #fdcd3726;background:linear-gradient(135deg,#fdcd370d,#fe9e1f0d)}.dark .student-projects-service .visual-content .main-visual .image-container .floating-badge{background:#2a2a2a}.dark .student-projects-service .visual-content .main-visual .image-container .floating-badge.top-rated{background:linear-gradient(135deg,#2a2a2a,#3a2e0a);border-color:#fdcd37}.dark .student-projects-service .visual-content .main-visual .image-container .floating-badge.success-rate{background:linear-gradient(135deg,#2a2a2a,#3a2e0a);border-color:#fe9e1f}.dark .student-projects-service .visual-content .main-visual .image-container .placeholder-visual{background:linear-gradient(135deg,#fdcd371a,#fe9e1f1a)}.dark .student-projects-service .visual-content .main-visual .image-container .image-glow{background:radial-gradient(circle at center,transparent 30%,rgba(253,205,55,.1) 70%)}.dark .student-projects-service .visual-content .projects-section .projects-title{color:#f0f0f0}.dark .student-projects-service .visual-content .projects-section .projects-grid .project-card{background:#2a2a2a;border-color:#fdcd371a}.dark .student-projects-service .visual-content .projects-section .projects-grid .project-card .card-content .card-title{color:#f0f0f0}.dark .student-projects-service .visual-content .projects-section .projects-grid .project-card .card-content .card-description{color:#a0a0a0}.dark .student-projects-service .visual-content .testimonials-section .testimonials-title{color:#f0f0f0}.dark .student-projects-service .visual-content .testimonials-section .testimonial-card{background:#2a2a2a;border-color:#fdcd37}.dark .student-projects-service .visual-content .testimonials-section .testimonial-card .testimonial-text{color:#d0d0d0}.dark .student-projects-service .visual-content .testimonials-section .testimonial-card .testimonial-author .author-info strong{color:#f0f0f0}.dark .student-projects-service .visual-content .testimonials-section .testimonial-card .testimonial-author .author-info span{color:#a0a0a0}.dark .student-projects-service .visual-content .testimonials-section .testimonial-card .testimonial-author .author-info small{color:#888}@media(max-width:768px){.student-projects-service{padding:4rem 1rem}.student-projects-service .service-container .text-content .title-section .service-title{font-size:2.2rem}.student-projects-service .service-container .text-content .title-section .service-title .title-line.title-line-1{font-size:1.8rem}.student-projects-service .service-container .text-content .title-section .stats-container{grid-template-columns:repeat(2,1fr);gap:1rem}.student-projects-service .service-container .text-content .title-section .stats-container .stat-item{padding:1rem}.student-projects-service .service-container .text-content .title-section .stats-container .stat-item .stat-value{font-size:2rem}.student-projects-service .service-container .text-content .features-section .features-list .feature-item{padding:1rem}.student-projects-service .service-container .text-content .features-section .features-list .feature-item .feature-text{font-size:1rem}.student-projects-service .service-container .visual-content .projects-grid,.student-projects-service .service-container .visual-content .testimonials-grid{gap:1rem}}@media print{.student-projects-service .background-elements,.student-projects-service .button-gradient,.student-projects-service .badge-glow,.student-projects-service .image-glow,.student-projects-service .card-hover-glow,.student-projects-service .stat-hover-glow,.student-projects-service .action-buttons{display:none!important}}.projects-grid .project-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding:1.5rem 1.5rem 0}.projects-grid .project-card .card-header .card-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;box-shadow:0 10px 20px #ff751f33}.projects-grid .project-card .card-header .card-icon svg{width:30px!important;height:30px!important;display:block!important;color:#fff!important;fill:#fff!important;stroke:#fff!important}.projects-grid .project-card .card-header .card-icon *{color:#fff!important;fill:#fff!important;stroke:#fff!important}.projects-grid .project-card .card-header .card-badge{color:#fdcd37;font-size:1.2rem}.projects-grid .project-card .card-header .card-badge svg{width:18px;height:18px}.projects-grid .project-card .card-content{padding:0 1.5rem;margin-bottom:1.5rem}.projects-grid .project-card .card-content .card-title{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:.75rem;line-height:1.3}.projects-grid .project-card .card-content .card-description{font-size:.95rem;color:#666;line-height:1.6}.projects-grid .project-card .card-footer{padding:0 1.5rem 1.5rem}.projects-grid .project-card .card-footer .card-cta{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;color:#ff751f;font-weight:600;font-size:.95rem;cursor:pointer;padding:.5rem 0;transition:all .3s ease}.projects-grid .project-card .card-footer .card-cta:hover{gap:.75rem;color:#fe9e1f}.projects-grid .project-card .card-footer .card-cta .cta-icon{font-size:.8rem;transition:transform .3s ease}.features-list .feature-item .feature-icon-wrapper .feature-icon svg{width:20px;height:20px;color:#ff751f!important;fill:#ff751f!important}.stats-container .stat-item .stat-icon svg{width:24px;height:24px;color:#ff751f!important;fill:#ff751f!important}.student-projects-service[dir=rtl] .projects-grid .project-card .card-footer .card-cta{flex-direction:row-reverse}.dark .projects-grid .project-card .card-header .card-icon svg{color:#fff!important;fill:#fff!important}.dark .projects-grid .project-card .card-content .card-title{color:#f0f0f0}.dark .projects-grid .project-card .card-content .card-description{color:#a0a0a0}.website-service{padding:4rem 1rem;background:linear-gradient(135deg,#fff,#f8f9fa);position:relative;overflow:hidden}@media(min-width:768px){.website-service{padding:6rem 2rem}}.website-service .service-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}@media(min-width:1024px){.website-service .service-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}}@media(min-width:1200px){.website-service .service-container{gap:5rem}}@media(min-width:1024px){.website-service.reverse .service-container{direction:rtl}}@media(min-width:1024px){.website-service.reverse .service-container .visual-showcase,.website-service.reverse .service-container .content-side{direction:ltr}}.website-service .visual-showcase{order:2}@media(min-width:1024px){.website-service .visual-showcase{order:initial}}.website-service .visual-showcase .browser-window{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 25px #0000001a;margin-bottom:2rem;border:1px solid #e5e7eb;max-width:100%;width:100%}@media(min-width:768px){.website-service .visual-showcase .browser-window{border-radius:16px;box-shadow:0 25px 50px -12px #00000040}}.website-service .visual-showcase .browser-window .browser-header{background:#f9fafb;padding:.5rem .75rem;display:flex;align-items:center;border-bottom:1px solid #e5e7eb}@media(min-width:768px){.website-service .visual-showcase .browser-window .browser-header{padding:.75rem 1rem}}.website-service .visual-showcase .browser-window .browser-header .browser-dots{display:flex;gap:.4rem;margin-right:.75rem}@media(min-width:768px){.website-service .visual-showcase .browser-window .browser-header .browser-dots{gap:.5rem;margin-right:1rem}}.website-service .visual-showcase .browser-window .browser-header .browser-dots .dot{width:10px;height:10px;border-radius:50%}@media(min-width:768px){.website-service .visual-showcase .browser-window .browser-header .browser-dots .dot{width:12px;height:12px}}.website-service .visual-showcase .browser-window .browser-header .browser-dots .dot.red{background:#ff5f57}.website-service .visual-showcase .browser-window .browser-header .browser-dots .dot.yellow{background:#ffbd2e}.website-service .visual-showcase .browser-window .browser-header .browser-dots .dot.green{background:#28ca42}.website-service .visual-showcase .browser-window .browser-header .browser-url{flex:1;background:#fff;padding:.4rem .75rem;border-radius:16px;display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#666;border:1px solid #e5e7eb;overflow:hidden;white-space:nowrap}@media(min-width:768px){.website-service .visual-showcase .browser-window .browser-header .browser-url{padding:.5rem 1rem;gap:.5rem;font-size:.9rem;border-radius:20px}}.website-service .visual-showcase .browser-window .browser-header .browser-url .url-icon{color:#ff751f;flex-shrink:0}.website-service .visual-showcase .browser-window .browser-header .browser-url .url-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.website-service .visual-showcase .browser-window .website-preview{height:200px;background:#f8fafc;position:relative;overflow:hidden}@media(min-width:480px){.website-service .visual-showcase .browser-window .website-preview{height:250px}}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview{height:300px}}.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview{padding:.75rem}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview{padding:1rem}}.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .preview-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}@media(min-width:480px){.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .preview-header{flex-direction:row;justify-content:space-between;align-items:center}}.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .preview-header .preview-logo{font-weight:700;color:#ff751f;font-size:1rem}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .preview-header .preview-logo{font-size:1.2rem}}.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .preview-header .preview-nav{display:flex;gap:.5rem;font-size:.7rem;color:#666}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .preview-header .preview-nav{gap:1rem;font-size:.8rem}}.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .preview-header .preview-nav span{padding:.2rem .4rem;border-radius:4px}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .preview-header .preview-nav span{padding:.25rem .5rem}}.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .preview-header .preview-nav span:nth-child(3){background:#ff751f1a;color:#ff751f}.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .product-grid{gap:1rem}}.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .product-grid .product-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.5rem}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .product-grid .product-card{border-radius:8px;padding:.75rem}}.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .product-grid .product-card .product-image{height:50px;background:linear-gradient(45deg,#f3f4f6,#e5e7eb);border-radius:4px;margin-bottom:.4rem}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .product-grid .product-card .product-image{height:60px;margin-bottom:.5rem}}.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .product-grid .product-card .product-info .product-title,.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .product-grid .product-card .product-info .product-price{height:10px;background:#f3f4f6;border-radius:4px;margin-bottom:.2rem}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .product-grid .product-card .product-info .product-title,.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .product-grid .product-card .product-info .product-price{height:12px;margin-bottom:.25rem}}.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .product-grid .product-card .product-info .product-title{width:80%}.website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .product-grid .product-card .product-info .product-price{width:40%}.website-service .visual-showcase .browser-window .website-preview .corporate-preview{padding:.75rem}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .corporate-preview{padding:1rem}}.website-service .visual-showcase .browser-window .website-preview .corporate-preview .corp-header{text-align:center;margin-bottom:.75rem}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .corporate-preview .corp-header{margin-bottom:1rem}}.website-service .visual-showcase .browser-window .website-preview .corporate-preview .corp-header .corp-logo{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:.25rem}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .corporate-preview .corp-header .corp-logo{font-size:1.5rem;margin-bottom:.5rem}}.website-service .visual-showcase .browser-window .website-preview .corporate-preview .corp-header .corp-tagline{font-size:.8rem;color:#666}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .corporate-preview .corp-header .corp-tagline{font-size:.9rem}}.website-service .visual-showcase .browser-window .website-preview .corporate-preview .corp-content .corp-hero{height:60px;background:linear-gradient(45deg,#f3f4f6,#e5e7eb);border-radius:6px;margin-bottom:.75rem}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .corporate-preview .corp-content .corp-hero{height:80px;margin-bottom:1rem;border-radius:8px}}.website-service .visual-showcase .browser-window .website-preview .corporate-preview .corp-content .corp-services{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .corporate-preview .corp-content .corp-services{gap:.75rem}}.website-service .visual-showcase .browser-window .website-preview .corporate-preview .corp-content .corp-services .service-item{height:35px;background:#f3f4f6;border-radius:4px}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .corporate-preview .corp-content .corp-services .service-item{height:40px}}.website-service .visual-showcase .browser-window .website-preview .landing-preview{padding:.75rem}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .landing-preview{padding:1rem}}.website-service .visual-showcase .browser-window .website-preview .landing-preview .landing-hero{text-align:center;margin-bottom:.75rem}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .landing-preview .landing-hero{margin-bottom:1rem}}.website-service .visual-showcase .browser-window .website-preview .landing-preview .landing-hero .hero-title{height:20px;width:70%;background:#f3f4f6;margin:0 auto .4rem;border-radius:4px}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .landing-preview .landing-hero .hero-title{height:24px;width:60%;margin-bottom:.5rem}}.website-service .visual-showcase .browser-window .website-preview .landing-preview .landing-hero .hero-subtitle{height:14px;width:85%;background:#f3f4f6;margin:0 auto .75rem;border-radius:4px}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .landing-preview .landing-hero .hero-subtitle{height:16px;width:80%;margin-bottom:1rem}}.website-service .visual-showcase .browser-window .website-preview .landing-preview .landing-hero .cta-button{height:28px;width:100px;background:#ff751f;margin:0 auto;border-radius:4px}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .landing-preview .landing-hero .cta-button{height:32px;width:120px;border-radius:6px}}.website-service .visual-showcase .browser-window .website-preview .landing-preview .landing-features{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .landing-preview .landing-features{gap:.75rem}}.website-service .visual-showcase .browser-window .website-preview .landing-preview .landing-features .feature{height:50px;background:#f3f4f6;border-radius:4px}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .landing-preview .landing-features .feature{height:60px;border-radius:6px}}.website-service .visual-showcase .browser-window .website-preview .cms-preview{display:flex;height:100%}.website-service .visual-showcase .browser-window .website-preview .cms-preview .cms-sidebar{width:30%;background:#1f2937;padding:.75rem}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .cms-preview .cms-sidebar{width:25%;padding:1rem}}.website-service .visual-showcase .browser-window .website-preview .cms-preview .cms-sidebar .menu-item{height:28px;background:#374151;margin-bottom:.4rem;border-radius:4px}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .cms-preview .cms-sidebar .menu-item{height:32px;margin-bottom:.5rem}}.website-service .visual-showcase .browser-window .website-preview .cms-preview .cms-content{flex:1;padding:.75rem}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .cms-preview .cms-content{padding:1rem}}.website-service .visual-showcase .browser-window .website-preview .cms-preview .cms-content .content-editor .editor-toolbar{height:28px;background:#f3f4f6;border-radius:4px;margin-bottom:.75rem}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .cms-preview .cms-content .content-editor .editor-toolbar{height:32px;margin-bottom:1rem}}.website-service .visual-showcase .browser-window .website-preview .cms-preview .cms-content .content-editor .editor-content{height:120px;background:#fff;border:1px solid #e5e7eb;border-radius:4px}@media(min-width:768px){.website-service .visual-showcase .browser-window .website-preview .cms-preview .cms-content .content-editor .editor-content{height:150px}}.website-service .visual-showcase .tech-stack .tech-title{font-size:.9rem;font-weight:600;color:#333;margin-bottom:.75rem}@media(min-width:768px){.website-service .visual-showcase .tech-stack .tech-title{font-size:1rem;margin-bottom:1rem}}.website-service .visual-showcase .tech-stack .tech-bars .tech-bar{margin-bottom:.5rem;height:32px;background:#f3f4f6;border-radius:6px;overflow:hidden;position:relative}@media(min-width:768px){.website-service .visual-showcase .tech-stack .tech-bars .tech-bar{height:36px;margin-bottom:.75rem;border-radius:8px}}.website-service .visual-showcase .tech-stack .tech-bars .tech-bar .bar-fill{height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 .75rem;transition:width 1s ease}@media(min-width:768px){.website-service .visual-showcase .tech-stack .tech-bars .tech-bar .bar-fill{padding:0 1rem}}.website-service .visual-showcase .tech-stack .tech-bars .tech-bar .bar-fill .tech-name{color:#fff;font-weight:500;font-size:.8rem}@media(min-width:768px){.website-service .visual-showcase .tech-stack .tech-bars .tech-bar .bar-fill .tech-name{font-size:.9rem}}.website-service .visual-showcase .tech-stack .tech-bars .tech-bar .bar-fill .tech-percentage{color:#fff;font-weight:600;font-size:.8rem}@media(min-width:768px){.website-service .visual-showcase .tech-stack .tech-bars .tech-bar .bar-fill .tech-percentage{font-size:.9rem}}.website-service .content-side{order:1}@media(min-width:1024px){.website-service .content-side{order:initial}}.website-service .content-side .service-badge{display:inline-flex;align-items:center;gap:.4rem;background:#ff751f1a;padding:.4rem .8rem;border-radius:40px;margin-bottom:1rem;border:1px solid rgba(255,117,31,.3);max-width:100%}@media(min-width:768px){.website-service .content-side .service-badge{gap:.5rem;padding:.5rem 1rem;margin-bottom:1.5rem;border-radius:50px}}.website-service .content-side .service-badge .badge-icon{color:#ff751f;font-size:.9rem}@media(min-width:768px){.website-service .content-side .service-badge .badge-icon{font-size:1rem}}.website-service .content-side .service-badge .badge-text{color:#ff751f;font-weight:600;font-size:.8rem;letter-spacing:.3px;white-space:nowrap}@media(min-width:768px){.website-service .content-side .service-badge .badge-text{font-size:.9rem;letter-spacing:.5px}}.website-service .content-side .service-title{font-size:1.75rem;font-weight:700;line-height:1.2;margin-bottom:1rem;background:linear-gradient(135deg,#ff751f,#fe9e1f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width:480px){.website-service .content-side .service-title{font-size:2rem}}@media(min-width:768px){.website-service .content-side .service-title{font-size:2.5rem;margin-bottom:1.5rem}}.website-service .content-side .service-description{font-size:1rem;line-height:1.5;color:#555;margin-bottom:1.5rem}@media(min-width:768px){.website-service .content-side .service-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem}}.website-service .content-side .website-tabs{display:grid;grid-template-columns:1fr;gap:.5rem;margin-bottom:1.5rem}@media(min-width:480px){.website-service .content-side .website-tabs{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media(min-width:768px){.website-service .content-side .website-tabs{margin-bottom:2rem}}.website-service .content-side .website-tabs .tab-button{background:#fff;border:2px solid transparent;border-radius:10px;padding:.75rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease;text-align:left;width:100%}@media(min-width:768px){.website-service .content-side .website-tabs .tab-button{padding:1rem;gap:.75rem;border-radius:12px}}.website-service .content-side .website-tabs .tab-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.website-service .content-side .website-tabs .tab-button.active{background:#fff;box-shadow:0 5px 20px #ff751f26}.website-service .content-side .website-tabs .tab-button .tab-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .3s ease;flex-shrink:0}@media(min-width:768px){.website-service .content-side .website-tabs .tab-button .tab-icon{width:40px;height:40px;border-radius:10px;font-size:1.2rem}}.website-service .content-side .website-tabs .tab-button .tab-title{font-size:.9rem;flex:1;text-align:left}@media(min-width:768px){.website-service .content-side .website-tabs .tab-button .tab-title{font-size:1rem}}.website-service .content-side .tab-content{margin-bottom:1.5rem}@media(min-width:768px){.website-service .content-side .tab-content{margin-bottom:2rem}}.website-service .content-side .tab-content .tab-content-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}@media(min-width:768px){.website-service .content-side .tab-content .tab-content-title{font-size:1.5rem}}.website-service .content-side .tab-content .tab-content-description{color:#666;margin-bottom:.75rem;font-size:.9rem;line-height:1.5}@media(min-width:768px){.website-service .content-side .tab-content .tab-content-description{font-size:.95rem;margin-bottom:1rem}}.website-service .content-side .tab-content .features-grid{display:grid;grid-template-columns:1fr;gap:.5rem}@media(min-width:480px){.website-service .content-side .tab-content .features-grid{grid-template-columns:repeat(2,1fr)}}.website-service .content-side .tab-content .features-grid .feature-tag{display:flex;align-items:center;gap:.4rem;background:#f8fafc;padding:.4rem .6rem;border-radius:4px;font-size:.8rem}@media(min-width:768px){.website-service .content-side .tab-content .features-grid .feature-tag{gap:.5rem;padding:.5rem .75rem;font-size:.9rem;border-radius:6px}}.website-service .content-side .tab-content .features-grid .feature-tag .feature-check{color:#10b981;font-weight:700;font-size:.9rem}.website-service .content-side .stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}@media(min-width:480px){.website-service .content-side .stats-grid{gap:1rem}}@media(min-width:768px){.website-service .content-side .stats-grid{margin-bottom:2rem}}@media(max-width:360px){.website-service .content-side .stats-grid{grid-template-columns:1fr}}.website-service .content-side .stats-grid .stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem;text-align:center;transition:all .3s ease}@media(min-width:768px){.website-service .content-side .stats-grid .stat-card{border-radius:12px;padding:1.25rem}}.website-service .content-side .stats-grid .stat-card:hover{border-color:#ff751f;box-shadow:0 10px 25px #ff751f1a}.website-service .content-side .stats-grid .stat-card .stat-icon{width:36px;height:36px;background:linear-gradient(135deg,#ff751f1a,#fdcd371a);border-radius:8px;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem;color:#ff751f;font-size:1rem}@media(min-width:768px){.website-service .content-side .stats-grid .stat-card .stat-icon{width:40px;height:40px;margin-bottom:.75rem;font-size:1.2rem;border-radius:10px}}.website-service .content-side .stats-grid .stat-card .stat-value{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.2rem}@media(min-width:768px){.website-service .content-side .stats-grid .stat-card .stat-value{font-size:1.75rem;margin-bottom:.25rem}}.website-service .content-side .stats-grid .stat-card .stat-label{font-size:.75rem;color:#666;line-height:1.2}@media(min-width:768px){.website-service .content-side .stats-grid .stat-card .stat-label{font-size:.85rem}}.website-service .content-side .cta-button{position:relative;padding:.875rem 1.5rem;background:linear-gradient(135deg,#ff751f,#fe9e1f);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;overflow:hidden;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;max-width:300px}@media(min-width:768px){.website-service .content-side .cta-button{padding:1rem 2rem;border-radius:12px;font-size:1.1rem;max-width:none;width:auto}}.website-service .content-side .cta-button .button-gradient{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s}.website-service .content-side .cta-button:hover .button-gradient{left:100%}.website-service .content-side .cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff751f4d}.website-service .content-side .cta-button span{position:relative;z-index:1}.dark .website-service{background:linear-gradient(135deg,#1a1a1a,#2a2a2a)}.dark .website-service .visual-showcase .browser-window{background:#2a2a2a;border-color:#444}.dark .website-service .visual-showcase .browser-window .browser-header{background:#333;border-color:#444}.dark .website-service .visual-showcase .browser-window .browser-header .browser-url{background:#3a3a3a;border-color:#444;color:#b0b0b0}.dark .website-service .visual-showcase .browser-window .browser-header .browser-url .url-icon{color:#fdcd37}.dark .website-service .visual-showcase .browser-window .website-preview{background:#2a2a2a}.dark .website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .preview-header{border-color:#444}.dark .website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .preview-header .preview-nav span:nth-child(3){background:#fdcd3733;color:#fdcd37}.dark .website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .product-card{background:#333;border-color:#444}.dark .website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .product-card .product-image,.dark .website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .product-card .product-title,.dark .website-service .visual-showcase .browser-window .website-preview .ecommerce-preview .product-card .product-price{background:#444}.dark .website-service .visual-showcase .browser-window .website-preview .corporate-preview .corp-logo{color:#fff}.dark .website-service .visual-showcase .browser-window .website-preview .corporate-preview .corp-tagline{color:#b0b0b0}.dark .website-service .visual-showcase .browser-window .website-preview .corporate-preview .corp-hero,.dark .website-service .visual-showcase .browser-window .website-preview .corporate-preview .service-item,.dark .website-service .visual-showcase .browser-window .website-preview .landing-preview .hero-title,.dark .website-service .visual-showcase .browser-window .website-preview .landing-preview .hero-subtitle,.dark .website-service .visual-showcase .browser-window .website-preview .landing-preview .feature{background:#3a3a3a}.dark .website-service .visual-showcase .browser-window .website-preview .landing-preview .cta-button{background:#fdcd37}.dark .website-service .visual-showcase .browser-window .website-preview .cms-preview .cms-sidebar{background:#111827}.dark .website-service .visual-showcase .browser-window .website-preview .cms-preview .cms-sidebar .menu-item{background:#1f2937}.dark .website-service .visual-showcase .browser-window .website-preview .cms-preview .editor-toolbar{background:#3a3a3a}.dark .website-service .visual-showcase .browser-window .website-preview .cms-preview .editor-content{background:#2a2a2a;border-color:#444}.dark .website-service .visual-showcase .tech-stack .tech-title{color:#e0e0e0}.dark .website-service .visual-showcase .tech-stack .tech-bar{background:#333}.dark .website-service .content-side .service-badge{background:#fdcd371a;border-color:#fdcd374d}.dark .website-service .content-side .service-badge .badge-icon,.dark .website-service .content-side .service-badge .badge-text{color:#fdcd37}.dark .website-service .content-side .service-title{background:linear-gradient(135deg,#fdcd37,#fe9e1f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .website-service .content-side .service-description{color:#b0b0b0}.dark .website-service .content-side .website-tabs .tab-button{background:#2a2a2a;color:#b0b0b0}.dark .website-service .content-side .website-tabs .tab-button:hover{box-shadow:0 5px 15px #0000004d}.dark .website-service .content-side .website-tabs .tab-button.active{background:#333;box-shadow:0 5px 20px #fdcd371a}.dark .website-service .content-side .website-tabs .tab-button .tab-icon{background:#3a3a3a}.dark .website-service .content-side .tab-content .tab-content-description{color:#a0a0a0}.dark .website-service .content-side .tab-content .features-grid .feature-tag{background:#333;color:#d0d0d0}.dark .website-service .content-side .stats-grid .stat-card{background:#2a2a2a;border-color:#444;color:#e0e0e0}.dark .website-service .content-side .stats-grid .stat-card:hover{border-color:#fdcd37;box-shadow:0 10px 25px #fdcd371a}.dark .website-service .content-side .stats-grid .stat-card .stat-icon{background:linear-gradient(135deg,#fdcd371a,#fe9e1f1a);color:#fdcd37}.dark .website-service .content-side .stats-grid .stat-card .stat-value{color:#fff}.dark .website-service .content-side .stats-grid .stat-card .stat-label{color:#a0a0a0}.dark .website-service .content-side .cta-button{background:linear-gradient(135deg,#fe9e1f,#fdcd37)}.dark .website-service .content-side .cta-button:hover{box-shadow:0 10px 30px #fdcd374d}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.browser-window{animation:slideIn .6s ease-out}@media(max-width:359px){.website-service{padding:3rem .75rem}.website-service .stats-grid{grid-template-columns:1fr!important}.website-service .website-tabs .tab-button{flex-direction:column;text-align:center;padding:.5rem}.website-service .website-tabs .tab-button .tab-icon{margin-bottom:.25rem}}[dir=rtl] .website-service{direction:rtl}[dir=rtl] .website-service .service-badge{flex-direction:row-reverse;text-align:right}[dir=rtl] .website-service .service-badge .badge-icon{margin-right:0;margin-left:.4rem}@media(min-width:768px){[dir=rtl] .website-service .service-badge .badge-icon{margin-left:.5rem}}[dir=rtl] .website-service .service-title,[dir=rtl] .website-service .service-description,[dir=rtl] .website-service .tech-title,[dir=rtl] .website-service .tab-content-title,[dir=rtl] .website-service .tab-content-description,[dir=rtl] .website-service .stat-label{text-align:right}[dir=rtl] .website-service .website-tabs .tab-button{flex-direction:row-reverse;text-align:right}[dir=rtl] .website-service .website-tabs .tab-button .tab-icon{margin-right:0;margin-left:.5rem}@media(min-width:768px){[dir=rtl] .website-service .website-tabs .tab-button .tab-icon{margin-left:.75rem}}[dir=rtl] .website-service .tab-content .features-grid .feature-tag{flex-direction:row-reverse;text-align:right}[dir=rtl] .website-service .tab-content .features-grid .feature-tag .feature-check{margin-right:0;margin-left:.4rem}@media(min-width:768px){[dir=rtl] .website-service .tab-content .features-grid .feature-tag .feature-check{margin-left:.5rem}}[dir=rtl] .website-service .browser-header .browser-dots{margin-right:0;margin-left:.75rem}@media(min-width:768px){[dir=rtl] .website-service .browser-header .browser-dots{margin-left:1rem}}[dir=rtl] .website-service .tech-stack .tech-bar .bar-fill{flex-direction:row-reverse}[dir=rtl] .website-service .tech-stack .tech-bar .bar-fill .tech-name{text-align:right}[dir=rtl] .website-service .tech-stack .tech-bar .bar-fill .tech-percentage{text-align:left;direction:ltr;unicode-bidi:isolate}[dir=rtl] .website-service .cms-preview{flex-direction:row-reverse}[dir=rtl] .website-service .cms-preview .cms-sidebar{border-left:1px solid #e5e7eb;border-right:none}[dir=rtl] .website-service .data-feed .log-entry{text-align:right;direction:ltr}[dir=rtl] .website-service .data-feed .log-entry .log-time,[dir=rtl] .website-service .data-feed .log-entry .log-value{direction:ltr;unicode-bidi:isolate}.arabic-font .website-service .service-title{font-size:1.5rem;line-height:1.4}@media(min-width:480px){.arabic-font .website-service .service-title{font-size:1.75rem}}@media(min-width:768px){.arabic-font .website-service .service-title{font-size:2rem}}.arabic-font .website-service .service-description,.arabic-font .website-service .tab-content-description,.arabic-font .website-service .tab-title,.arabic-font .website-service .feature-tag,.arabic-font .website-service .stat-label,.arabic-font .website-service .tech-name{line-height:1.8!important;letter-spacing:0!important}.arabic-font .website-service .tab-title,.arabic-font .website-service .tab-content-title,.arabic-font .website-service .stat-value{font-weight:700!important}.arabic-font .website-service .ecommerce-preview .preview-logo,.arabic-font .website-service .ecommerce-preview .corp-logo,.arabic-font .website-service .corporate-preview .preview-logo,.arabic-font .website-service .corporate-preview .corp-logo{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.lang-fr .website-service .service-description,.lang-fr .website-service .tab-content-description,.lang-fr .website-service .feature-tag,.lang-fr .website-service .stat-label{font-size:95%!important;word-break:break-word!important}.lang-fr .website-service .website-tabs .tab-button .tab-title{font-size:.8rem!important}@media(min-width:480px){.lang-fr .website-service .website-tabs .tab-button .tab-title{font-size:.85rem!important}}@media(min-width:768px){.lang-fr .website-service .website-tabs .tab-button .tab-title{font-size:.9rem!important}}.lang-fr .website-service .website-tabs .tab-button{min-height:75px}@media(min-width:768px){.lang-fr .website-service .website-tabs .tab-button{min-height:85px}}@media(max-width:768px){[dir=rtl] .website-service .visual-dashboard,[dir=rtl] .website-service .content-side{direction:rtl}[dir=rtl] .website-service .website-tabs .tab-button{flex-direction:row-reverse;text-align:right}[dir=rtl] .website-service .website-tabs .tab-button .tab-icon{margin-left:.5rem}[dir=rtl] .website-service .tab-content .features-grid .feature-tag{flex-direction:row-reverse}[dir=rtl] .website-service .tab-content .features-grid .feature-tag .feature-check{margin-left:.4rem}}@media(max-width:480px){[dir=rtl] .website-service .website-tabs{grid-template-columns:1fr}[dir=rtl] .website-service .website-tabs .tab-button{flex-direction:row-reverse;text-align:right;padding:.75rem}[dir=rtl] .website-service .website-tabs .tab-button .tab-icon{margin-left:.5rem}[dir=rtl] .website-service .website-tabs .tab-button .tab-title{text-align:right}[dir=rtl] .website-service .stats-grid .stat-card{text-align:center}}@media(max-width:359px){[dir=rtl] .website-service{padding:2rem .75rem!important}[dir=rtl] .website-service .website-tabs .tab-button{flex-direction:column;min-height:80px}[dir=rtl] .website-service .website-tabs .tab-button .tab-icon{margin-left:0;margin-bottom:.25rem}[dir=rtl] .website-service .website-tabs .tab-button .tab-title{font-size:.75rem;text-align:center}}.dark[dir=rtl] .website-service .content-side .website-tabs .tab-button.active{box-shadow:0 5px 20px #fdcd371a!important}.dark[dir=rtl] .website-service .content-side .stats-grid .stat-card:hover{border-color:#fdcd37!important;box-shadow:0 10px 25px #fdcd371a!important}.app:not(.dark)[dir=rtl] .website-service .content-side .website-tabs .tab-button{background:#f8f9fa!important;color:#666!important}.app:not(.dark)[dir=rtl] .website-service .content-side .website-tabs .tab-button.active{background:#fff!important}.mobile-app-service{padding:3rem 1rem;background:linear-gradient(135deg,#f8fafc,#fff);position:relative;overflow:hidden}@media(min-width:768px){.mobile-app-service{padding:6rem 2rem}}.mobile-app-service .service-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}@media(min-width:1024px){.mobile-app-service .service-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}}@media(min-width:1200px){.mobile-app-service .service-container{gap:5rem}}@media(min-width:1024px){.mobile-app-service.reverse .service-container{direction:rtl}}@media(min-width:1024px){.mobile-app-service.reverse .service-container .phone-mockup,.mobile-app-service.reverse .service-container .content-side{direction:ltr}}.mobile-app-service .phone-mockup{position:relative;display:flex;flex-direction:column;align-items:center;order:1}@media(min-width:1024px){.mobile-app-service .phone-mockup{order:initial}}.mobile-app-service .phone-mockup .floating-phone{position:relative;margin-bottom:2rem;width:100%;display:flex;justify-content:center}@media(min-width:768px){.mobile-app-service .phone-mockup .floating-phone{margin-bottom:3rem}}.mobile-app-service .phone-mockup .floating-phone .phone-frame{width:280px;height:560px;background:#1a1a1a;border-radius:36px;position:relative;box-shadow:0 15px 40px #0003,inset 0 0 0 2px #333,inset 0 0 20px #0000004d;overflow:hidden}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame{width:300px;height:600px;border-radius:40px;box-shadow:0 20px 60px #0000004d,inset 0 0 0 2px #333,inset 0 0 20px #00000080}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:140px;height:20px;background:#1a1a1a;border-bottom-left-radius:16px;border-bottom-right-radius:16px;z-index:10}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-notch{width:160px;height:24px;border-bottom-left-radius:20px;border-bottom-right-radius:20px}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen{width:100%;height:100%;border-radius:32px;overflow:hidden;position:relative}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen{border-radius:36px}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-header{height:70px;padding:.75rem;display:flex;align-items:center;gap:.75rem;transition:all .3s ease}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-header{height:80px;padding:1rem;gap:1rem}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-header .app-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-header .app-icon{width:40px;height:40px;border-radius:10px;font-size:1.2rem}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-header .app-info{flex:1;overflow:hidden}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-header .app-info .app-name{font-weight:600;font-size:.9rem;margin-bottom:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-header .app-info .app-name{font-size:1rem;margin-bottom:.25rem}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-header .app-info .screen-title{font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-header .app-info .screen-title{font-size:.85rem}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content{padding:.75rem;height:calc(100% - 110px)}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content{padding:1rem;height:calc(100% - 120px)}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .ecommerce-screen .product-list .product-item{display:flex;gap:.75rem;margin-bottom:.75rem;padding:.6rem;background:#fff;border-radius:10px;box-shadow:0 2px 6px #0000001a}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .ecommerce-screen .product-list .product-item{gap:1rem;padding:.75rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:1rem}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .ecommerce-screen .product-list .product-item .product-image{width:50px;height:50px;background:linear-gradient(45deg,#f3f4f6,#e5e7eb);border-radius:6px;flex-shrink:0}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .ecommerce-screen .product-list .product-item .product-image{width:60px;height:60px;border-radius:8px}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .ecommerce-screen .product-list .product-item .product-details{flex:1;min-width:0}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .ecommerce-screen .product-list .product-item .product-details .product-line{height:10px;background:#f3f4f6;border-radius:4px;margin-bottom:.4rem}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .ecommerce-screen .product-list .product-item .product-details .product-line{height:12px;margin-bottom:.5rem}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .ecommerce-screen .product-list .product-item .product-details .product-line.short{width:60%}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .social-screen .story-row{display:flex;justify-content:space-around;margin-bottom:1rem}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .social-screen .story-row{margin-bottom:1.5rem}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .social-screen .story-row .story-circle{width:45px;height:45px;border-radius:50%;background:linear-gradient(45deg,#ff751f,#fdcd37);border:2px solid white;box-shadow:0 2px 6px #0000001a}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .social-screen .story-row .story-circle{width:50px;height:50px;border:3px solid white;box-shadow:0 2px 8px #0000001a}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .social-screen .feed-item{background:#fff;border-radius:10px;padding:.75rem;box-shadow:0 2px 6px #0000001a}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .social-screen .feed-item{border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000001a}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .social-screen .feed-item .post-header{height:35px;background:#f3f4f6;border-radius:6px;margin-bottom:.75rem}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .social-screen .feed-item .post-header{height:40px;border-radius:8px;margin-bottom:1rem}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .social-screen .feed-item .post-content{height:70px;background:#f3f4f6;border-radius:6px;margin-bottom:.75rem}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .social-screen .feed-item .post-content{height:80px;border-radius:8px;margin-bottom:1rem}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .social-screen .feed-item .post-actions{height:25px;background:#f3f4f6;border-radius:6px}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .social-screen .feed-item .post-actions{height:30px;border-radius:8px}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .business-screen .chart-container{display:flex;align-items:flex-end;gap:.75rem;height:100px;margin-bottom:1rem}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .business-screen .chart-container{gap:1rem;height:120px;margin-bottom:1.5rem}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .business-screen .chart-container .chart-bar{flex:1;background:linear-gradient(to top,#ff751f,#fe9e1f);border-radius:4px;min-height:15px}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .business-screen .stats-row{display:flex;gap:.75rem}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .business-screen .stats-row{gap:1rem}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .business-screen .stats-row .stat-box{flex:1;height:50px;background:#f3f4f6;border-radius:6px}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .business-screen .stats-row .stat-box{height:60px;border-radius:8px}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .health-screen{display:flex;flex-direction:column;align-items:center}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .health-screen .progress-ring{position:relative;width:100px;height:100px;margin:.5rem auto 1.5rem}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .health-screen .progress-ring{width:120px;height:120px;margin:1rem auto 2rem}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .health-screen .progress-ring .ring-fill{position:absolute;top:0;left:0;width:100%;height:100%;border:10px solid #ff751f;border-radius:50%;border-top-color:transparent;transform:rotate(45deg)}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .health-screen .progress-ring .ring-fill{border-width:12px}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .health-screen .progress-ring .ring-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .health-screen .progress-ring .ring-center .ring-text{font-size:1.2rem;font-weight:700;color:#333}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .health-screen .progress-ring .ring-center .ring-text{font-size:1.5rem}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .health-screen .progress-ring .ring-center .ring-label{font-size:.75rem;color:#666}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .health-screen .progress-ring .ring-center .ring-label{font-size:.85rem}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .health-screen .activity-list{width:100%}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .health-screen .activity-list .activity-item{height:35px;background:#f3f4f6;border-radius:6px;margin-bottom:.5rem}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .health-screen .activity-list .activity-item{height:40px;border-radius:8px;margin-bottom:.75rem}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-content .health-screen .activity-list .activity-item:last-child{margin-bottom:0}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-indicators{position:absolute;bottom:.75rem;left:0;right:0;display:flex;justify-content:center;gap:.4rem}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-indicators{bottom:1rem;gap:.5rem}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-indicators .indicator{width:6px;height:6px;border-radius:50%;transition:all .3s ease}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-indicators .indicator{width:8px;height:8px}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-indicators .indicator.active{width:16px;border-radius:4px}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-screen .screen-indicators .indicator.active{width:20px}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-buttons{position:absolute;right:-6px;top:100px;display:flex;flex-direction:column;gap:30px}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-buttons{right:-8px;top:120px;gap:40px}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-buttons .volume-up,.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-buttons .volume-down,.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-buttons .power-button{width:5px;background:#333;border-radius:2px}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-buttons .volume-up:hover,.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-buttons .volume-down:hover,.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-buttons .power-button:hover{background:#444}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-buttons .volume-up{height:40px}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-buttons .volume-up{height:50px}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-buttons .volume-down{height:40px}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-buttons .volume-down{height:50px}}.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-buttons .power-button{position:absolute;left:-6px;top:180px;height:50px}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .phone-frame .phone-buttons .power-button{left:-8px;top:220px;height:60px}}.mobile-app-service .phone-mockup .floating-phone .floating-element{position:absolute;z-index:2;display:none}@media(min-width:768px){.mobile-app-service .phone-mockup .floating-phone .floating-element{display:block}}.mobile-app-service .phone-mockup .floating-phone .floating-element.apps{top:-20px;right:-20px}.mobile-app-service .phone-mockup .floating-phone .floating-element.android{bottom:-20px;left:-20px}.mobile-app-service .phone-mockup .floating-phone .floating-element .floating-app{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;box-shadow:0 8px 20px #00000026}@media(min-width:480px){.mobile-app-service .phone-mockup .floating-phone .floating-element .floating-app{width:60px;height:60px;border-radius:15px;font-size:1.5rem;box-shadow:0 10px 30px #0003}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(5deg)}}.mobile-app-service .phone-mockup .floating-phone .floating-element .floating-app{animation:float 3s ease-in-out infinite}.mobile-app-service .phone-mockup .app-selector{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:100%;width:100%}@media(min-width:480px){.mobile-app-service .phone-mockup .app-selector{max-width:300px;gap:1rem}}@media(max-width:359px){.mobile-app-service .phone-mockup .app-selector{grid-template-columns:1fr}}.mobile-app-service .phone-mockup .app-selector .app-type-btn{background:#fff;border:2px solid transparent;border-radius:10px;padding:.75rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease;width:100%;min-height:90px}@media(min-width:480px){.mobile-app-service .phone-mockup .app-selector .app-type-btn{border-radius:12px;padding:1rem;min-height:auto}}.mobile-app-service .phone-mockup .app-selector .app-type-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.mobile-app-service .phone-mockup .app-selector .app-type-btn.active{background:#fff;box-shadow:0 5px 20px #ff751f26}.mobile-app-service .phone-mockup .app-selector .app-type-btn .app-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .3s ease;flex-shrink:0}@media(min-width:480px){.mobile-app-service .phone-mockup .app-selector .app-type-btn .app-icon{width:48px;height:48px;border-radius:12px;font-size:1.5rem}}.mobile-app-service .phone-mockup .app-selector .app-type-btn .app-name{font-size:.8rem;font-weight:600;text-align:center;line-height:1.2;width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(min-width:480px){.mobile-app-service .phone-mockup .app-selector .app-type-btn .app-name{font-size:.85rem}}.mobile-app-service .content-side{order:2}@media(min-width:1024px){.mobile-app-service .content-side{order:initial}}.mobile-app-service .content-side .service-badge{display:inline-flex;align-items:center;gap:.4rem;background:#ff751f1a;padding:.4rem .8rem;border-radius:40px;margin-bottom:1rem;border:1px solid rgba(255,117,31,.3);max-width:100%}@media(min-width:768px){.mobile-app-service .content-side .service-badge{gap:.5rem;padding:.5rem 1rem;margin-bottom:1.5rem;border-radius:50px}}.mobile-app-service .content-side .service-badge .badge-icon{color:#ff751f;font-size:.9rem}@media(min-width:768px){.mobile-app-service .content-side .service-badge .badge-icon{font-size:1rem}}.mobile-app-service .content-side .service-badge .badge-text{color:#ff751f;font-weight:600;font-size:.8rem;letter-spacing:.3px;white-space:nowrap}@media(min-width:768px){.mobile-app-service .content-side .service-badge .badge-text{font-size:.9rem;letter-spacing:.5px}}.mobile-app-service .content-side .service-title{font-size:1.75rem;font-weight:700;line-height:1.2;margin-bottom:1rem;background:linear-gradient(135deg,#ff751f,#fe9e1f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center!important}@media(min-width:480px){.mobile-app-service .content-side .service-title{font-size:2rem}}@media(min-width:768px){.mobile-app-service .content-side .service-title{font-size:2.5rem;margin-bottom:1.5rem}}.mobile-app-service .content-side .service-description{font-size:1rem;line-height:1.5;color:#555;margin-bottom:1.5rem}@media(min-width:768px){.mobile-app-service .content-side .service-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem}}.mobile-app-service .content-side .current-app-info{background:#fff;border-radius:14px;padding:1.25rem;margin-bottom:1.5rem;box-shadow:0 4px 15px #0000000d;border:1px solid #e5e7eb}@media(min-width:768px){.mobile-app-service .content-side .current-app-info{border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 5px 20px #0000000d}}.mobile-app-service .content-side .current-app-info .current-app-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}@media(min-width:480px){.mobile-app-service .content-side .current-app-info .current-app-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}}.mobile-app-service .content-side .current-app-info .current-app-header .current-app-title{font-size:1.25rem;font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.mobile-app-service .content-side .current-app-info .current-app-header .current-app-title{font-size:1.5rem}}.mobile-app-service .content-side .current-app-info .current-app-header .screen-counter{background:#f3f4f6;padding:.2rem .6rem;border-radius:16px;font-size:.8rem;color:#666;font-weight:500;align-self:flex-start}@media(min-width:480px){.mobile-app-service .content-side .current-app-info .current-app-header .screen-counter{align-self:center;padding:.25rem .75rem;border-radius:20px;font-size:.85rem}}.mobile-app-service .content-side .current-app-info .current-screen-desc{color:#666;margin:0;font-size:.95rem;line-height:1.5}@media(min-width:768px){.mobile-app-service .content-side .current-app-info .current-screen-desc{font-size:1rem}}.mobile-app-service .content-side .tech-stack{margin-bottom:1.5rem}@media(min-width:768px){.mobile-app-service .content-side .tech-stack{margin-bottom:2rem}}.mobile-app-service .content-side .tech-stack .tech-title{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:1rem}@media(min-width:768px){.mobile-app-service .content-side .tech-stack .tech-title{font-size:1.2rem;margin-bottom:1.5rem}}.mobile-app-service .content-side .tech-stack .tech-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:480px){.mobile-app-service .content-side .tech-stack .tech-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:359px){.mobile-app-service .content-side .tech-stack .tech-grid{grid-template-columns:1fr}}.mobile-app-service .content-side .tech-stack .tech-grid .tech-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.75rem;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;min-height:80px}@media(min-width:480px){.mobile-app-service .content-side .tech-stack .tech-grid .tech-card{border-radius:12px;padding:1rem;gap:1rem;min-height:auto}}.mobile-app-service .content-side .tech-stack .tech-grid .tech-card:hover{border-color:#ff751f;box-shadow:0 5px 15px #ff751f1a}.mobile-app-service .content-side .tech-stack .tech-grid .tech-card .tech-icon{font-size:1.2rem;flex-shrink:0}@media(min-width:480px){.mobile-app-service .content-side .tech-stack .tech-grid .tech-card .tech-icon{font-size:1.5rem}}.mobile-app-service .content-side .tech-stack .tech-grid .tech-card .tech-info{flex:1;min-width:0}.mobile-app-service .content-side .tech-stack .tech-grid .tech-card .tech-info .tech-name{font-size:.95rem;font-weight:600;color:#333;margin:0 0 .2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:480px){.mobile-app-service .content-side .tech-stack .tech-grid .tech-card .tech-info .tech-name{font-size:1rem;margin-bottom:.25rem}}.mobile-app-service .content-side .tech-stack .tech-grid .tech-card .tech-info .tech-desc{font-size:.8rem;color:#666;margin:0;line-height:1.3}@media(min-width:480px){.mobile-app-service .content-side .tech-stack .tech-grid .tech-card .tech-info .tech-desc{font-size:.85rem}}.mobile-app-service .content-side .features-section{margin-bottom:1.5rem}@media(min-width:768px){.mobile-app-service .content-side .features-section{margin-bottom:2rem}}.mobile-app-service .content-side .features-section .features-title{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:1rem}@media(min-width:768px){.mobile-app-service .content-side .features-section .features-title{font-size:1.2rem;margin-bottom:1.5rem}}.mobile-app-service .content-side .features-section .features-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:480px){.mobile-app-service .content-side .features-section .features-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:359px){.mobile-app-service .content-side .features-section .features-grid{grid-template-columns:1fr}}.mobile-app-service .content-side .features-section .features-grid .feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.75rem;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;min-height:80px}@media(min-width:480px){.mobile-app-service .content-side .features-section .features-grid .feature-card{border-radius:12px;padding:1rem;gap:1rem;min-height:auto}}.mobile-app-service .content-side .features-section .features-grid .feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.mobile-app-service .content-side .features-section .features-grid .feature-card .feature-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}@media(min-width:480px){.mobile-app-service .content-side .features-section .features-grid .feature-card .feature-icon{width:48px;height:48px;border-radius:12px;font-size:1.2rem}}.mobile-app-service .content-side .features-section .features-grid .feature-card .feature-info{flex:1;min-width:0}.mobile-app-service .content-side .features-section .features-grid .feature-card .feature-info .feature-title{font-size:.95rem;font-weight:600;color:#333;margin:0 0 .2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:480px){.mobile-app-service .content-side .features-section .features-grid .feature-card .feature-info .feature-title{font-size:1rem;margin-bottom:.25rem}}.mobile-app-service .content-side .features-section .features-grid .feature-card .feature-info .feature-desc{font-size:.8rem;color:#666;margin:0;line-height:1.3}@media(min-width:480px){.mobile-app-service .content-side .features-section .features-grid .feature-card .feature-info .feature-desc{font-size:.85rem}}.mobile-app-service .content-side .cta-button{position:relative;padding:.875rem 1.5rem;background:linear-gradient(135deg,#ff751f,#fe9e1f);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;overflow:hidden;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;width:100%;max-width:300px}@media(min-width:480px){.mobile-app-service .content-side .cta-button{max-width:none;width:auto}}@media(min-width:768px){.mobile-app-service .content-side .cta-button{padding:1rem 2rem;border-radius:12px;font-size:1.1rem}}.mobile-app-service .content-side .cta-button .cta-icon{font-size:1.1rem}@media(min-width:768px){.mobile-app-service .content-side .cta-button .cta-icon{font-size:1.2rem}}.mobile-app-service .content-side .cta-button .button-gradient{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s}.mobile-app-service .content-side .cta-button:hover .button-gradient{left:100%}.mobile-app-service .content-side .cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff751f4d}.mobile-app-service .content-side .cta-button span{position:relative;z-index:1}.dark .mobile-app-service{background:linear-gradient(135deg,#1a1a1a,#2a2a2a)}.dark .mobile-app-service .phone-mockup .app-selector .app-type-btn{background:#2a2a2a;color:#b0b0b0}.dark .mobile-app-service .phone-mockup .app-selector .app-type-btn:hover{box-shadow:0 5px 15px #0000004d}.dark .mobile-app-service .phone-mockup .app-selector .app-type-btn.active{background:#333;box-shadow:0 5px 20px #fdcd371a}.dark .mobile-app-service .phone-mockup .app-selector .app-type-btn .app-icon{background:#3a3a3a}.dark .mobile-app-service .content-side .service-badge{background:#fdcd371a;border-color:#fdcd374d}.dark .mobile-app-service .content-side .service-badge .badge-icon,.dark .mobile-app-service .content-side .service-badge .badge-text{color:#fdcd37}.dark .mobile-app-service .content-side .service-title{background:linear-gradient(135deg,#fdcd37,#fe9e1f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .mobile-app-service .content-side .service-description{color:#b0b0b0}.dark .mobile-app-service .content-side .current-app-info{background:#2a2a2a;border-color:#444}.dark .mobile-app-service .content-side .current-app-info .current-app-header .screen-counter{background:#3a3a3a;color:#a0a0a0}.dark .mobile-app-service .content-side .current-app-info .current-screen-desc{color:#a0a0a0}.dark .mobile-app-service .content-side .tech-stack .tech-title{color:#e0e0e0}.dark .mobile-app-service .content-side .tech-stack .tech-grid .tech-card{background:#2a2a2a;border-color:#444;color:#e0e0e0}.dark .mobile-app-service .content-side .tech-stack .tech-grid .tech-card:hover{border-color:#fdcd37;box-shadow:0 5px 15px #fdcd371a}.dark .mobile-app-service .content-side .tech-stack .tech-grid .tech-card .tech-info .tech-name{color:#fff}.dark .mobile-app-service .content-side .tech-stack .tech-grid .tech-card .tech-info .tech-desc{color:#a0a0a0}.dark .mobile-app-service .content-side .features-section .features-title{color:#e0e0e0}.dark .mobile-app-service .content-side .features-section .features-grid .feature-card{background:#2a2a2a;border-color:#444}.dark .mobile-app-service .content-side .features-section .features-grid .feature-card:hover{box-shadow:0 10px 25px #0000004d}.dark .mobile-app-service .content-side .features-section .features-grid .feature-card .feature-info .feature-title{color:#fff}.dark .mobile-app-service .content-side .features-section .features-grid .feature-card .feature-info .feature-desc{color:#a0a0a0}.dark .mobile-app-service .content-side .cta-button{background:linear-gradient(135deg,#fe9e1f,#fdcd37)}.dark .mobile-app-service .content-side .cta-button:hover{box-shadow:0 10px 30px #fdcd374d}@keyframes float-phone{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-10px) rotate(1deg)}66%{transform:translateY(5px) rotate(-1deg)}}.floating-phone .phone-frame{animation:float-phone 6s ease-in-out infinite}@media(max-width:359px){.mobile-app-service{padding:2rem .75rem}.mobile-app-service .floating-phone .phone-frame{width:250px;height:500px}.mobile-app-service .app-selector .app-type-btn{min-height:80px}.mobile-app-service .app-selector .app-type-btn .app-name{font-size:.75rem}}[dir=rtl] .mobile-app-service{direction:rtl}[dir=rtl] .mobile-app-service .content-side .service-title{text-align:center!important;display:block!important;width:100%!important;margin-left:auto!important;margin-right:auto!important}[dir=rtl] .mobile-app-service .content-side .service-description{text-align:right!important;direction:rtl!important}[dir=rtl] .mobile-app-service .current-app-info .current-app-header .current-app-title{text-align:right!important}[dir=rtl] .mobile-app-service .current-app-info .current-screen-desc{text-align:right!important;direction:rtl!important}[dir=rtl] .mobile-app-service .tech-stack .tech-title,[dir=rtl] .mobile-app-service .tech-stack .tech-grid .tech-card,[dir=rtl] .mobile-app-service .tech-stack .tech-grid .tech-card .tech-info .tech-name,[dir=rtl] .mobile-app-service .tech-stack .tech-grid .tech-card .tech-info .tech-desc,[dir=rtl] .mobile-app-service .features-section .features-title,[dir=rtl] .mobile-app-service .features-section .features-grid .feature-card,[dir=rtl] .mobile-app-service .features-section .features-grid .feature-card .feature-info .feature-title,[dir=rtl] .mobile-app-service .features-section .features-grid .feature-card .feature-info .feature-desc{text-align:right!important}[dir=rtl] .mobile-app-service .floating-phone .phone-frame .phone-buttons{right:auto!important;left:-6px!important}[dir=rtl] .mobile-app-service .floating-phone .phone-frame .phone-buttons .power-button{left:auto!important;right:-6px!important}[dir=rtl] .mobile-app-service .floating-phone .floating-element.apps{right:auto!important;left:-20px!important}[dir=rtl] .mobile-app-service .floating-phone .floating-element.android{left:auto!important;right:-20px!important}[dir=rtl] .mobile-app-service .cta-button span{order:2}[dir=rtl] .mobile-app-service .cta-button .cta-icon{order:1}@media(max-width:768px){[dir=rtl] .mobile-app-service .content-side .current-app-info .current-app-header .current-app-title{text-align:center!important}}@media(max-width:480px){[dir=rtl] .mobile-app-service .content-side .service-description{text-align:center!important}[dir=rtl] .mobile-app-service .content-side .current-app-info .current-app-header{flex-direction:column!important}[dir=rtl] .mobile-app-service .content-side .current-app-info .current-app-header .current-app-title{text-align:center!important}}.iot-robotics-service{padding:4rem 1rem;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);position:relative;overflow:visible;color:#fff;min-height:100vh;isolation:isolate}.iot-robotics-service:lang(ar){font-family:Cairo,Segoe UI,Noto Sans Arabic,sans-serif}.iot-robotics-service:lang(fr) .service-description,.iot-robotics-service:lang(fr) .tech-desc,.iot-robotics-service:lang(fr) .process-description,.iot-robotics-service:lang(fr) .feature-text{word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.iot-robotics-service.mobile{padding:2rem .5rem}.iot-robotics-service.mobile .service-container{gap:2rem}.iot-robotics-service.mobile .content-side{display:block!important;opacity:1!important;visibility:visible!important;height:auto!important;overflow:visible!important;position:relative!important;z-index:10!important;transform:none!important;animation:none!important;transition:none!important}.iot-robotics-service.mobile .content-side>*{opacity:1!important;visibility:visible!important;transform:none!important}.iot-robotics-service.tablet{padding:3rem 1rem}.iot-robotics-service .circuit-board-bg{position:absolute;inset:0;opacity:.05;background-image:linear-gradient(to right,rgba(255,117,31,.1333333333) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,117,31,.1333333333) 1px,transparent 1px);background-size:30px 30px;pointer-events:none;z-index:1}@media(min-width:768px){.iot-robotics-service .circuit-board-bg{background-size:50px 50px}}.iot-robotics-service .service-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:3rem;position:relative;z-index:2}@media(min-width:1024px){.iot-robotics-service .service-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}}@media(min-width:1200px){.iot-robotics-service .service-container{gap:5rem}}@media(max-width:1023px){.iot-robotics-service .service-container{display:flex!important;flex-direction:column!important;gap:2rem;padding:0 .5rem}}@media(max-width:480px){.iot-robotics-service .service-container{gap:1.5rem;padding:0 .25rem}}@media(min-width:1024px){.iot-robotics-service.reverse .service-container{direction:rtl}}@media(min-width:1024px){.iot-robotics-service.reverse .service-container .visual-dashboard,.iot-robotics-service.reverse .service-container .content-side{direction:ltr}}.iot-robotics-service:dir(rtl) .circuit-board-bg{transform:scaleX(-1)}.iot-robotics-service:dir(rtl) .connection-lines .connection-line .line-path .line-progress{background:linear-gradient(to left,#ff751f,#fdcd37);transform-origin:right center}.iot-robotics-service:dir(rtl) .data-graph .graph-preview svg{transform:scaleX(-1)}.iot-robotics-service:dir(rtl) .data-flow .flow-lines .flow-line{animation-name:flowRTL}.iot-robotics-service:dir(rtl) .progress-fill{transform-origin:right center}.iot-robotics-service:lang(ar) .service-title{line-height:1.4;font-weight:800}.iot-robotics-service:lang(ar) .service-description{line-height:1.8;text-align:justify}.iot-robotics-service:lang(ar) .project-tab,.iot-robotics-service:lang(ar) .device-name,.iot-robotics-service:lang(ar) .tech-name,.iot-robotics-service:lang(ar) .process-title,.iot-robotics-service:lang(ar) .feature-text{font-weight:700}.iot-robotics-service:lang(ar) .content-side .project-selector,.iot-robotics-service:lang(ar) .content-side .project-details,.iot-robotics-service:lang(ar) .content-side .features-section,.iot-robotics-service:lang(ar) .content-side .tech-stack,.iot-robotics-service:lang(ar) .content-side .process-section{padding-inline-start:.5rem;padding-inline-end:.5rem}.iot-robotics-service:lang(ar) .feature-card .feature-icon,.iot-robotics-service:lang(ar) .feature-card .tech-icon,.iot-robotics-service:lang(ar) .feature-card .device-icon,.iot-robotics-service:lang(ar) .feature-card .process-icon,.iot-robotics-service:lang(ar) .tech-card .feature-icon,.iot-robotics-service:lang(ar) .tech-card .tech-icon,.iot-robotics-service:lang(ar) .tech-card .device-icon,.iot-robotics-service:lang(ar) .tech-card .process-icon,.iot-robotics-service:lang(ar) .device-card .feature-icon,.iot-robotics-service:lang(ar) .device-card .tech-icon,.iot-robotics-service:lang(ar) .device-card .device-icon,.iot-robotics-service:lang(ar) .device-card .process-icon,.iot-robotics-service:lang(ar) .process-card .feature-icon,.iot-robotics-service:lang(ar) .process-card .tech-icon,.iot-robotics-service:lang(ar) .process-card .device-icon,.iot-robotics-service:lang(ar) .process-card .process-icon{margin-inline-end:0;margin-inline-start:1rem}.iot-robotics-service .control-btn:focus-visible,.iot-robotics-service .project-tab:focus-visible,.iot-robotics-service .process-card:focus-visible,.iot-robotics-service .cta-button:focus-visible{outline:2px solid #ff751f;outline-offset:2px;box-shadow:0 0 0 4px #ff751f4d}@media(prefers-contrast:high){.iot-robotics-service .service-title{-webkit-text-fill-color:#ff751f}.iot-robotics-service .stat-item,.iot-robotics-service .project-card,.iot-robotics-service .tech-card,.iot-robotics-service .feature-card{border-width:2px}}@media(prefers-reduced-motion:reduce){.iot-robotics-service .hub-icon,.iot-robotics-service .ring-pulse,.iot-robotics-service .stream-pulse,.iot-robotics-service .device-indicator,.iot-robotics-service .flow-line,.iot-robotics-service .log-entry,.iot-robotics-service .stat-item,.iot-robotics-service .feature-card,.iot-robotics-service .tech-card,.iot-robotics-service .process-card,.iot-robotics-service .cta-button{animation:none!important;transition:none!important}.iot-robotics-service .connection-line .line-progress{transition:width .1s linear!important}}.iot-robotics-service .visual-dashboard{width:100%;min-height:300px}@media(max-width:1023px){.iot-robotics-service .visual-dashboard{order:1!important}}.iot-robotics-service .visual-dashboard .device-hub{position:relative;width:280px;height:280px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center}@media(min-width:480px){.iot-robotics-service .visual-dashboard .device-hub{width:320px;height:320px}}@media(min-width:768px){.iot-robotics-service .visual-dashboard .device-hub{width:400px;height:400px;margin-bottom:3rem}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .device-hub{width:250px;height:250px}}.iot-robotics-service .visual-dashboard .device-hub:dir(rtl) .connection-lines .connection-line .line-node .device-label{inset-inline-start:100%;inset-inline-end:auto;transform:translate(-10px,-50%)}.iot-robotics-service .visual-dashboard .device-hub .hub-center{position:relative;z-index:3}.iot-robotics-service .visual-dashboard .device-hub .hub-center .hub-icon{width:60px;height:60px;background:linear-gradient(135deg,#ff751f,#fe9e1f);border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;animation:pulse 2s infinite;position:relative;z-index:2}@media(min-width:768px){.iot-robotics-service .visual-dashboard .device-hub .hub-center .hub-icon{width:80px;height:80px;border-radius:20px;font-size:2rem;animation:pulse-lg 2s infinite}}@media(max-width:480px){.iot-robotics-service .visual-dashboard .device-hub .hub-center .hub-icon{width:50px;height:50px;font-size:1.3rem}}.iot-robotics-service .visual-dashboard .device-hub .hub-center .hub-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:160px;height:160px;border:2px solid rgba(255,117,31,.3);border-radius:50%}@media(min-width:480px){.iot-robotics-service .visual-dashboard .device-hub .hub-center .hub-ring{width:180px;height:180px}}@media(min-width:768px){.iot-robotics-service .visual-dashboard .device-hub .hub-center .hub-ring{width:200px;height:200px}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .device-hub .hub-center .hub-ring{width:140px;height:140px}}.iot-robotics-service .visual-dashboard .device-hub .hub-center .hub-ring .ring-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border:2px solid rgba(255,117,31,.1);border-radius:50%;animation:ringPulse 3s infinite}.iot-robotics-service .visual-dashboard .device-hub .hub-center .data-stream{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;pointer-events:none}@media(min-width:768px){.iot-robotics-service .visual-dashboard .device-hub .hub-center .data-stream{width:120px;height:120px}}.iot-robotics-service .visual-dashboard .device-hub .hub-center .data-stream .stream-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border:1px solid rgba(255,117,31,.3);border-radius:50%;animation:streamPulse 3s infinite}.iot-robotics-service .visual-dashboard .device-hub .connection-lines{position:absolute;inset:0}.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line{position:absolute;top:50%;left:50%;width:120px;height:2px;transform-origin:0 0}@media(min-width:480px){.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line{width:135px}}@media(min-width:768px){.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line{width:150px}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line{width:100px}}.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-path{position:relative;width:100%;height:100%}.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-path .line-progress{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#ff751f,#fdcd37);border-radius:1px;width:var(--progress, 0%);transition:width .3s ease}.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-path .line-node{position:absolute;right:-16px;top:50%;transform:translateY(-50%)}@media(min-width:768px){.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-path .line-node{right:-20px}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-path .line-node{right:-14px}}.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-path .line-node .device-indicator{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;background:#2a2a2a;border:2px solid #444;color:#666;transition:all .3s ease;position:relative;z-index:2}@media(min-width:768px){.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-path .line-node .device-indicator{width:40px;height:40px;font-size:1.2rem}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-path .line-node .device-indicator{width:28px;height:28px;font-size:.9rem}}.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-path .line-node .device-indicator.connected{background:#1a3a1a;border-color:#2ecc71;color:#2ecc71;box-shadow:0 0 10px #2ecc714d}@media(min-width:768px){.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-path .line-node .device-indicator.connected{box-shadow:0 0 15px #2ecc714d}}.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-path .line-node .device-indicator.connecting{background:#3a3a1a;border-color:#fdcd37;color:#fdcd37;animation:connectingPulse 1.5s infinite}@media(min-width:768px){.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-path .line-node .device-indicator.connecting{animation:connectingPulse-lg 1.5s infinite}}.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-path .line-node .device-indicator.monitoring{background:#1a3a3a;border-color:#3498db;color:#3498db;animation:pulse 2s infinite}.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-path .line-node .device-indicator.standby{background:#3a3a3a;border-color:#95a5a6;color:#95a5a6}.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-path .line-node .device-label{position:absolute;top:50%;left:100%;transform:translate(10px,-50%);background:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:.7rem;white-space:nowrap;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1}@media(min-width:768px){.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-path .line-node .device-label{font-size:.75rem;padding:6px 10px}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-path .line-node .device-label{display:none}}.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-path .line-node:hover .device-label{opacity:1}.iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-path .line-node:hover .device-indicator{transform:scale(1.1);z-index:3}.iot-robotics-service .visual-dashboard .device-hub .project-control{position:absolute;bottom:-40px;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:1rem;flex-direction:row}.iot-robotics-service .visual-dashboard .device-hub .project-control:dir(rtl){flex-direction:row-reverse}.iot-robotics-service .visual-dashboard .device-hub .project-control .control-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#fff}.iot-robotics-service .visual-dashboard .device-hub .project-control .control-btn:hover{background:#ff751f33;border-color:#ff751f;transform:scale(1.1)}.iot-robotics-service .visual-dashboard .device-hub .project-control .control-btn:focus-visible{outline-color:currentColor}.iot-robotics-service .visual-dashboard .device-hub .project-control .project-info{flex:1;max-width:200px;text-align:center}.iot-robotics-service .visual-dashboard .device-hub .project-control .project-info .project-name{font-size:.9rem;font-weight:600;margin-bottom:.25rem}.iot-robotics-service .visual-dashboard .device-hub .project-control .project-info .project-progress{height:3px;background:#ffffff1a;border-radius:2px;overflow:hidden}.iot-robotics-service .visual-dashboard .device-hub .project-control .project-info .project-progress .progress-bar{height:100%;transition:width .3s ease}.iot-robotics-service .visual-dashboard .data-flow{position:relative;height:80px;margin:1rem 0;background:#ffffff05;border-radius:10px;overflow:hidden;border:1px solid rgba(255,117,31,.1)}@media(min-width:768px){.iot-robotics-service .visual-dashboard .data-flow{margin:2rem 0;height:100px;border-radius:12px}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .data-flow{height:60px;margin:.75rem 0}}.iot-robotics-service .visual-dashboard .data-flow .flow-lines{position:absolute;inset:0}.iot-robotics-service .visual-dashboard .data-flow .flow-lines .flow-line{position:absolute;width:2px;height:100%;border-radius:1px;opacity:.3;animation:flowLTR 2s ease-in-out infinite}.iot-robotics-service .visual-dashboard .data-flow:dir(rtl) .flow-lines .flow-line{animation-name:flowRTL}.iot-robotics-service .visual-dashboard .data-flow .flow-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:.5rem;background:#000000b3;padding:.5rem 1rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.9rem;color:#fff;white-space:nowrap}@media(min-width:768px){.iot-robotics-service .visual-dashboard .data-flow .flow-label{font-size:1rem;padding:.75rem 1.5rem}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .data-flow .flow-label{font-size:.8rem;padding:.4rem .8rem}}.iot-robotics-service .visual-dashboard .data-flow .flow-label svg{color:#ff751f}.iot-robotics-service .visual-dashboard .project-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}@media(min-width:480px){.iot-robotics-service .visual-dashboard .project-stats{gap:1.5rem}}@media(min-width:768px){.iot-robotics-service .visual-dashboard .project-stats{margin-bottom:3rem}}@media(max-width:359px){.iot-robotics-service .visual-dashboard .project-stats{grid-template-columns:1fr}}.iot-robotics-service .visual-dashboard .project-stats .stat-item{background:#ffffff0d;border:1px solid rgba(255,117,31,.2);border-radius:10px;padding:1rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}@media(min-width:768px){.iot-robotics-service .visual-dashboard .project-stats .stat-item{border-radius:12px;padding:1.5rem}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .project-stats .stat-item{padding:.75rem;border-radius:8px}}.iot-robotics-service .visual-dashboard .project-stats .stat-item .stat-icon{position:absolute;top:.5rem;right:.5rem;opacity:.3;font-size:1rem}@media(min-width:768px){.iot-robotics-service .visual-dashboard .project-stats .stat-item .stat-icon{top:.75rem;right:.75rem;font-size:1.2rem}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .project-stats .stat-item .stat-icon{top:.4rem;right:.4rem;font-size:.9rem}}.iot-robotics-service .visual-dashboard .project-stats .stat-item .stat-value{font-size:1.5rem;font-weight:700;color:#ff751f;margin-bottom:.25rem}@media(min-width:768px){.iot-robotics-service .visual-dashboard .project-stats .stat-item .stat-value{font-size:1.75rem;margin-bottom:.5rem}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .project-stats .stat-item .stat-value{font-size:1.25rem}}.iot-robotics-service .visual-dashboard .project-stats .stat-item .stat-label{font-size:.8rem;color:#b0b0b0;line-height:1.2}@media(min-width:768px){.iot-robotics-service .visual-dashboard .project-stats .stat-item .stat-label{font-size:.9rem}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .project-stats .stat-item .stat-label{font-size:.75rem}}.iot-robotics-service .visual-dashboard .data-feed{background:#ffffff0d;border:1px solid rgba(255,117,31,.2);border-radius:14px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(min-width:768px){.iot-robotics-service .visual-dashboard .data-feed{border-radius:16px}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .data-feed{border-radius:12px}}.iot-robotics-service .visual-dashboard .data-feed .feed-header{background:#ff751f1a;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid rgba(255,117,31,.2);flex-wrap:wrap}@media(min-width:768px){.iot-robotics-service .visual-dashboard .data-feed .feed-header{padding:1rem 1.5rem;gap:1rem}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .data-feed .feed-header{padding:.6rem .8rem;gap:.5rem}}.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-title-container{display:flex;align-items:center;gap:.75rem;flex:1;flex-direction:row}.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-title-container:dir(rtl){flex-direction:row-reverse}.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-title-container .feed-icon{color:#ff751f;font-size:1rem}@media(min-width:768px){.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-title-container .feed-icon{font-size:1.2rem}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-title-container .feed-icon{font-size:.9rem}}.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-title-container .feed-title{flex:1;font-weight:600;color:#fff;font-size:.9rem}@media(min-width:768px){.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-title-container .feed-title{font-size:1rem}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-title-container .feed-title{font-size:.85rem}}.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-title-container .feed-badge{padding:.2rem .6rem;border-radius:12px;font-size:.7rem;font-weight:600;color:#fff}@media(max-width:768px){.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-title-container .feed-badge{display:none}}.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-status{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#2ecc71;flex-direction:row}.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-status:dir(rtl){flex-direction:row-reverse}@media(min-width:768px){.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-status{gap:.5rem;font-size:.9rem}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-status{gap:.3rem;font-size:.75rem}}.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-status .status-indicator{width:6px;height:6px;border-radius:50%;background:#2ecc71;animation:blink 2s infinite}@media(min-width:768px){.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-status .status-indicator{width:8px;height:8px}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-status .status-indicator{width:5px;height:5px}}.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-status .data-rate{display:flex;align-items:center;gap:.3rem;font-size:.8rem;color:#b0b0b0;margin-left:1rem;flex-direction:row}.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-status .data-rate:dir(rtl){margin-left:0;margin-right:1rem;flex-direction:row-reverse}@media(max-width:768px){.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-status .data-rate{display:none}}.iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-status .data-rate svg{font-size:.7rem;animation:spin 2s linear infinite}.iot-robotics-service .visual-dashboard .data-feed .feed-content{padding:.75rem;max-height:300px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#ff751f transparent}.iot-robotics-service .visual-dashboard .data-feed .feed-content::-webkit-scrollbar{width:6px}.iot-robotics-service .visual-dashboard .data-feed .feed-content::-webkit-scrollbar-track{background:transparent}.iot-robotics-service .visual-dashboard .data-feed .feed-content::-webkit-scrollbar-thumb{background-color:#ff751f;border-radius:3px}.iot-robotics-service .visual-dashboard .data-feed .feed-content:dir(rtl){direction:ltr}.iot-robotics-service .visual-dashboard .data-feed .feed-content:dir(rtl) .log-entry{direction:rtl}@media(min-width:768px){.iot-robotics-service .visual-dashboard .data-feed .feed-content{padding:1rem}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .data-feed .feed-content{padding:.5rem}}.iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry{display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:8px;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);flex-direction:row}.iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry:dir(rtl){flex-direction:row-reverse}@media(min-width:768px){.iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry{padding:1rem;gap:1.5rem}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry{gap:.75rem;padding:.6rem}}.iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry:last-child{border-bottom:none}.iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry .log-time{display:flex;align-items:center;gap:.3rem;color:#999;font-size:.75rem;min-width:70px}@media(min-width:768px){.iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry .log-time{min-width:80px}}@media(max-width:768px){.iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry .log-time{min-width:60px}}.iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry .log-time svg{font-size:.7rem}.iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry .log-device{display:flex;align-items:center;gap:.5rem;flex:1;font-size:.85rem;color:#ddd}.iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry .log-device svg{color:#ff751f;font-size:.9rem}.iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry .log-value{position:relative;font-weight:600;min-width:80px;text-align:end}.iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry .log-value .alert-pulse{position:absolute;top:50%;inset-inline-end:-10px;inset-inline-start:auto;width:8px;height:8px;background:#ff4757;border-radius:50%;transform:translateY(-50%)}.iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry .log-value.normal{color:#2ecc71}.iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry .log-value.active{color:#fdcd37}.iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry .log-value.alert{color:#ff4757}.iot-robotics-service .visual-dashboard .data-feed .data-graph{border-top:1px solid rgba(255,255,255,.1);padding:1rem}@media(max-width:768px){.iot-robotics-service .visual-dashboard .data-feed .data-graph{padding:.75rem}}.iot-robotics-service .visual-dashboard .data-feed .data-graph .graph-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.9rem;color:#fff;flex-wrap:wrap;gap:.5rem}.iot-robotics-service .visual-dashboard .data-feed .data-graph .graph-header .graph-legend{display:flex;align-items:center;gap:1rem;flex-direction:row}.iot-robotics-service .visual-dashboard .data-feed .data-graph .graph-header .graph-legend:dir(rtl){flex-direction:row-reverse}.iot-robotics-service .visual-dashboard .data-feed .data-graph .graph-header .graph-legend .legend-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#b0b0b0}.iot-robotics-service .visual-dashboard .data-feed .data-graph .graph-header .graph-legend .legend-item .legend-dot{width:8px;height:8px;border-radius:50%}.iot-robotics-service .visual-dashboard .data-feed .data-graph .graph-preview{padding:.5rem;background:#ffffff08;border-radius:8px}.iot-robotics-service .visual-dashboard .data-feed .data-graph .graph-preview svg{display:block;width:100%}.iot-robotics-service .content-side{width:100%;position:relative;z-index:5}@media(max-width:1023px){.iot-robotics-service .content-side{display:block!important;opacity:1!important;visibility:visible!important;height:auto!important;min-height:auto!important;overflow:visible!important;transform:none!important;animation:none!important;transition:none!important}.iot-robotics-service .content-side>*{opacity:1!important;visibility:visible!important;transform:none!important}}.iot-robotics-service .content-side:dir(rtl){text-align:end}.iot-robotics-service .content-side:dir(rtl) .service-badge{flex-direction:row-reverse}.iot-robotics-service .content-side:dir(rtl) .project-selector .project-tab{flex-direction:row-reverse;text-align:end}.iot-robotics-service .content-side:dir(rtl) .project-details .project-header{flex-direction:row-reverse}.iot-robotics-service .content-side:dir(rtl) .project-details .devices-grid .device-card{flex-direction:row-reverse;text-align:end}.iot-robotics-service .content-side:dir(rtl) .project-details .devices-grid .device-card .device-status{flex-direction:row-reverse}.iot-robotics-service .content-side:dir(rtl) .project-details .devices-grid .device-card .device-data{flex-direction:row-reverse}.iot-robotics-service .content-side:dir(rtl) .features-section .feature-card,.iot-robotics-service .content-side:dir(rtl) .features-section .tech-card,.iot-robotics-service .content-side:dir(rtl) .tech-stack .feature-card,.iot-robotics-service .content-side:dir(rtl) .tech-stack .tech-card{flex-direction:row-reverse;text-align:end}.iot-robotics-service .content-side:dir(rtl) .process-section .section-header,.iot-robotics-service .content-side:dir(rtl) .process-section .process-indicator{flex-direction:row-reverse}.iot-robotics-service .content-side:dir(rtl) .process-section .process-cards .process-card{text-align:end}.iot-robotics-service .content-side:dir(rtl) .process-section .process-cards .process-card .card-header{flex-direction:row-reverse}.iot-robotics-service .content-side:dir(rtl) .process-section .process-footer .progress-info{flex-direction:row-reverse}.iot-robotics-service .content-side:dir(rtl) .action-buttons{flex-direction:row-reverse}.iot-robotics-service .content-side:dir(rtl) .action-buttons .cta-button{flex-direction:row-reverse}.iot-robotics-service .content-side:lang(ar) .service-title,.iot-robotics-service .content-side:lang(ar) .service-description,.iot-robotics-service .content-side:lang(ar) .project-title,.iot-robotics-service .content-side:lang(ar) .tech-title,.iot-robotics-service .content-side:lang(ar) .features-title,.iot-robotics-service .content-side:lang(ar) .section-title{text-align:end}.iot-robotics-service .content-side .service-badge{display:inline-flex;align-items:center;gap:.4rem;background:#ff751f33;padding:.4rem .8rem;border-radius:40px;margin-bottom:1rem;border:1px solid rgba(255,117,31,.3);max-width:100%}@media(min-width:768px){.iot-robotics-service .content-side .service-badge{gap:.5rem;padding:.5rem 1rem;margin-bottom:1.5rem;border-radius:50px}}@media(max-width:768px){.iot-robotics-service .content-side .service-badge{padding:.3rem .6rem;margin-bottom:.75rem}}.iot-robotics-service .content-side .service-badge .badge-icon{color:#ff751f;font-size:.9rem}@media(min-width:768px){.iot-robotics-service .content-side .service-badge .badge-icon{font-size:1rem}}@media(max-width:768px){.iot-robotics-service .content-side .service-badge .badge-icon{font-size:.8rem}}.iot-robotics-service .content-side .service-badge .badge-text{color:#ff751f;font-weight:600;font-size:.8rem;letter-spacing:.3px;white-space:nowrap}@media(min-width:768px){.iot-robotics-service .content-side .service-badge .badge-text{font-size:.9rem;letter-spacing:.5px}}@media(max-width:768px){.iot-robotics-service .content-side .service-badge .badge-text{font-size:.75rem}}.iot-robotics-service .content-side .service-title{font-size:1.75rem;font-weight:700;line-height:1.2;margin-bottom:1rem;background:linear-gradient(135deg,#ff751f,#fe9e1f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width:480px){.iot-robotics-service .content-side .service-title{font-size:2rem}}@media(min-width:768px){.iot-robotics-service .content-side .service-title{font-size:2.5rem;margin-bottom:1.5rem}}@media(max-width:768px){.iot-robotics-service .content-side .service-title{font-size:1.6rem;margin-bottom:.75rem}}@media(max-width:480px){.iot-robotics-service .content-side .service-title{font-size:1.4rem}}.iot-robotics-service .content-side .service-description{font-size:1rem;line-height:1.5;color:#b0b0b0;margin-bottom:1.5rem}@media(min-width:768px){.iot-robotics-service .content-side .service-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem}}@media(max-width:768px){.iot-robotics-service .content-side .service-description{font-size:.9rem;margin-bottom:1.25rem}}@media(max-width:480px){.iot-robotics-service .content-side .service-description{font-size:.85rem;line-height:1.5}}.iot-robotics-service .content-side .project-selector{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1.5rem}@media(min-width:480px){.iot-robotics-service .content-side .project-selector{gap:.75rem}}@media(min-width:768px){.iot-robotics-service .content-side .project-selector{margin-bottom:2rem}}@media(max-width:359px){.iot-robotics-service .content-side .project-selector{grid-template-columns:1fr}}.iot-robotics-service .content-side .project-selector .project-tab{background:#ffffff0d;border:2px solid transparent;border-radius:10px;padding:.75rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease;text-align:left;color:#b0b0b0;min-height:80px}@media(min-width:480px){.iot-robotics-service .content-side .project-selector .project-tab{min-height:auto;gap:.75rem}}@media(min-width:768px){.iot-robotics-service .content-side .project-selector .project-tab{border-radius:12px;padding:1rem}}@media(max-width:768px){.iot-robotics-service .content-side .project-selector .project-tab{padding:.6rem;min-height:70px;border-radius:8px}}.iot-robotics-service .content-side .project-selector .project-tab:hover{background:#ffffff1a;transform:translateY(-2px)}.iot-robotics-service .content-side .project-selector .project-tab.active{background:#ffffff1a;box-shadow:0 5px 20px #ff751f33}.iot-robotics-service .content-side .project-selector .project-tab .tab-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:all .3s ease;flex-shrink:0}@media(min-width:768px){.iot-robotics-service .content-side .project-selector .project-tab .tab-icon{width:40px;height:40px;border-radius:10px;font-size:1.2rem}}@media(max-width:768px){.iot-robotics-service .content-side .project-selector .project-tab .tab-icon{width:32px;height:32px;font-size:1rem}}.iot-robotics-service .content-side .project-selector .project-tab .tab-title{font-size:.85rem;flex:1;line-height:1.2}@media(min-width:480px){.iot-robotics-service .content-side .project-selector .project-tab .tab-title{font-size:.9rem}}@media(min-width:768px){.iot-robotics-service .content-side .project-selector .project-tab .tab-title{font-size:1rem}}@media(max-width:768px){.iot-robotics-service .content-side .project-selector .project-tab .tab-title{font-size:.8rem}}.iot-robotics-service .content-side .project-details{background:#ffffff0d;border:1px solid rgba(255,117,31,.2);border-radius:14px;padding:1.25rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(min-width:768px){.iot-robotics-service .content-side .project-details{border-radius:16px;padding:1.5rem;margin-bottom:2rem}}@media(max-width:768px){.iot-robotics-service .content-side .project-details{padding:1rem;border-radius:12px;margin-bottom:1.25rem}}.iot-robotics-service .content-side .project-details .project-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}@media(min-width:480px){.iot-robotics-service .content-side .project-details .project-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}}@media(min-width:768px){.iot-robotics-service .content-side .project-details .project-header{margin-bottom:1.5rem}}@media(max-width:768px){.iot-robotics-service .content-side .project-details .project-header{margin-bottom:1rem}}.iot-robotics-service .content-side .project-details .project-header .project-title{font-size:1.25rem;font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.iot-robotics-service .content-side .project-details .project-header .project-title{font-size:1.5rem}}@media(max-width:768px){.iot-robotics-service .content-side .project-details .project-header .project-title{font-size:1.1rem}}.iot-robotics-service .content-side .project-details .project-header .connection-status{display:flex;align-items:center;gap:.5rem;font-size:.85rem;align-self:flex-start}@media(min-width:480px){.iot-robotics-service .content-side .project-details .project-header .connection-status{align-self:center}}@media(min-width:768px){.iot-robotics-service .content-side .project-details .project-header .connection-status{font-size:.9rem}}@media(max-width:768px){.iot-robotics-service .content-side .project-details .project-header .connection-status{font-size:.8rem}}.iot-robotics-service .content-side .project-details .project-header .connection-status .status-dot{width:6px;height:6px;border-radius:50%}@media(min-width:768px){.iot-robotics-service .content-side .project-details .project-header .connection-status .status-dot{width:8px;height:8px}}@media(max-width:768px){.iot-robotics-service .content-side .project-details .project-header .connection-status .status-dot{width:5px;height:5px}}.iot-robotics-service .content-side .project-details .project-header .connection-status .status-dot.connected{background:#2ecc71;box-shadow:0 0 8px #2ecc7180}@media(min-width:768px){.iot-robotics-service .content-side .project-details .project-header .connection-status .status-dot.connected{box-shadow:0 0 10px #2ecc7180}}.iot-robotics-service .content-side .project-details .project-header .connection-status .status-dot.connecting{background:#fdcd37;box-shadow:0 0 8px #fdcd3780;animation:connectingPulse 1.5s infinite}@media(min-width:768px){.iot-robotics-service .content-side .project-details .project-header .connection-status .status-dot.connecting{box-shadow:0 0 10px #fdcd3780;animation:connectingPulse-lg 1.5s infinite}}.iot-robotics-service .content-side .project-details .project-header .connection-status .status-dot.monitoring{background:#3498db;box-shadow:0 0 8px #3498db80;animation:pulse 2s infinite}.iot-robotics-service .content-side .project-details .project-header .connection-status .status-dot.standby{background:#95a5a6;box-shadow:0 0 8px #95a5a680}.iot-robotics-service .content-side .project-details .devices-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:480px){.iot-robotics-service .content-side .project-details .devices-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(min-width:768px){.iot-robotics-service .content-side .project-details .devices-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:359px){.iot-robotics-service .content-side .project-details .devices-grid{grid-template-columns:1fr}}.iot-robotics-service .content-side .project-details .devices-grid .device-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.75rem;display:flex;align-items:center;gap:.75rem;min-height:80px}@media(min-width:480px){.iot-robotics-service .content-side .project-details .devices-grid .device-card{min-height:auto;gap:1rem}}@media(min-width:768px){.iot-robotics-service .content-side .project-details .devices-grid .device-card{border-radius:12px;padding:1rem}}@media(max-width:768px){.iot-robotics-service .content-side .project-details .devices-grid .device-card{padding:.6rem;border-radius:8px;min-height:70px}}.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}@media(min-width:768px){.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-icon{width:48px;height:48px;font-size:1.5rem}}@media(max-width:768px){.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-icon{width:36px;height:36px;font-size:1.1rem}}.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info{flex:1;min-width:0}.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-name{font-size:.95rem;font-weight:600;color:#fff;margin:0 0 .2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-name{font-size:1rem;margin-bottom:.25rem}}@media(max-width:768px){.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-name{font-size:.9rem}}.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-status{display:flex;align-items:center;gap:.4rem;font-size:.8rem;margin-bottom:.25rem}@media(min-width:768px){.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-status{gap:.5rem;font-size:.85rem}}@media(max-width:768px){.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-status{font-size:.75rem;gap:.3rem}}.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-status .status-indicator{width:5px;height:5px;border-radius:50%}@media(min-width:768px){.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-status .status-indicator{width:6px;height:6px}}@media(max-width:768px){.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-status .status-indicator{width:4px;height:4px}}.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-status .status-indicator.connected{background:#2ecc71}.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-status .status-indicator.connecting{background:#fdcd37;animation:connectingPulse 1.5s infinite}@media(min-width:768px){.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-status .status-indicator.connecting{animation:connectingPulse-lg 1.5s infinite}}.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-status .status-indicator.monitoring{background:#3498db;animation:pulse 2s infinite}.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-status .status-indicator.standby{background:#95a5a6}.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-data{display:flex;justify-content:space-between;font-size:.75rem}@media(min-width:768px){.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-data{font-size:.8rem}}@media(max-width:768px){.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-data{font-size:.7rem}}.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-data .data-type{color:#999}.iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-data .data-value{color:#fff;font-weight:600}.iot-robotics-service .content-side .features-section{margin-bottom:1.5rem}@media(min-width:768px){.iot-robotics-service .content-side .features-section{margin-bottom:2rem}}.iot-robotics-service .content-side .features-section .features-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.75rem}@media(min-width:768px){.iot-robotics-service .content-side .features-section .features-title{font-size:1.2rem;margin-bottom:1rem}}@media(max-width:768px){.iot-robotics-service .content-side .features-section .features-title{font-size:1rem;margin-bottom:.5rem}}.iot-robotics-service .content-side .features-section .features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(max-width:768px){.iot-robotics-service .content-side .features-section .features-grid{grid-template-columns:1fr;gap:.5rem}}@media(min-width:769px)and (max-width:1024px){.iot-robotics-service .content-side .features-section .features-grid{grid-template-columns:1fr}}.iot-robotics-service .content-side .features-section .features-grid .feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.75rem;display:flex;align-items:center;gap:.75rem;transition:all .3s ease}@media(max-width:768px){.iot-robotics-service .content-side .features-section .features-grid .feature-card{padding:.6rem;gap:.6rem}}.iot-robotics-service .content-side .features-section .features-grid .feature-card:hover{transform:translateY(-3px);border-color:#ff751f4d;background:#ff751f0d}.iot-robotics-service .content-side .features-section .features-grid .feature-card .feature-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}@media(max-width:768px){.iot-robotics-service .content-side .features-section .features-grid .feature-card .feature-icon{width:28px;height:28px;font-size:.9rem;border-radius:6px}}.iot-robotics-service .content-side .features-section .features-grid .feature-card .feature-text{font-size:.85rem;font-weight:500;color:#fff;margin:0;line-height:1.4}@media(max-width:768px){.iot-robotics-service .content-side .features-section .features-grid .feature-card .feature-text{font-size:.8rem}}.iot-robotics-service .content-side .tech-stack{margin-bottom:1.5rem}@media(min-width:768px){.iot-robotics-service .content-side .tech-stack{margin-bottom:2rem}}.iot-robotics-service .content-side .tech-stack .tech-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:1rem}@media(min-width:768px){.iot-robotics-service .content-side .tech-stack .tech-title{font-size:1.2rem;margin-bottom:1.5rem}}@media(max-width:768px){.iot-robotics-service .content-side .tech-stack .tech-title{font-size:1rem;margin-bottom:.75rem}}.iot-robotics-service .content-side .tech-stack .tech-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:480px){.iot-robotics-service .content-side .tech-stack .tech-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:359px){.iot-robotics-service .content-side .tech-stack .tech-grid{grid-template-columns:1fr}}.iot-robotics-service .content-side .tech-stack .tech-grid .tech-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.75rem;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;min-height:80px}@media(min-width:480px){.iot-robotics-service .content-side .tech-stack .tech-grid .tech-card{min-height:auto;gap:1rem}}@media(min-width:768px){.iot-robotics-service .content-side .tech-stack .tech-grid .tech-card{border-radius:12px;padding:1rem}}@media(max-width:768px){.iot-robotics-service .content-side .tech-stack .tech-grid .tech-card{padding:.6rem;gap:.6rem;min-height:70px}}.iot-robotics-service .content-side .tech-stack .tech-grid .tech-card:hover{border-color:#ff751f4d;background:#ff751f0d;transform:translateY(-5px)}.iot-robotics-service .content-side .tech-stack .tech-grid .tech-card .tech-icon{font-size:1.2rem;flex-shrink:0}@media(min-width:768px){.iot-robotics-service .content-side .tech-stack .tech-grid .tech-card .tech-icon{font-size:1.5rem}}@media(max-width:768px){.iot-robotics-service .content-side .tech-stack .tech-grid .tech-card .tech-icon{font-size:1.1rem}}.iot-robotics-service .content-side .tech-stack .tech-grid .tech-card .tech-info{flex:1;min-width:0}.iot-robotics-service .content-side .tech-stack .tech-grid .tech-card .tech-info .tech-name{font-size:.95rem;font-weight:600;color:#fff;margin:0 0 .2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.iot-robotics-service .content-side .tech-stack .tech-grid .tech-card .tech-info .tech-name{font-size:1rem;margin-bottom:.25rem}}@media(max-width:768px){.iot-robotics-service .content-side .tech-stack .tech-grid .tech-card .tech-info .tech-name{font-size:.9rem}}.iot-robotics-service .content-side .tech-stack .tech-grid .tech-card .tech-info .tech-desc{font-size:.8rem;color:#b0b0b0;margin:0;line-height:1.3}@media(min-width:768px){.iot-robotics-service .content-side .tech-stack .tech-grid .tech-card .tech-info .tech-desc{font-size:.85rem}}@media(max-width:768px){.iot-robotics-service .content-side .tech-stack .tech-grid .tech-card .tech-info .tech-desc{font-size:.75rem}}.iot-robotics-service .content-side .action-buttons{display:flex;gap:.75rem}@media(max-width:768px){.iot-robotics-service .content-side .action-buttons{flex-direction:column;gap:.5rem}}.iot-robotics-service .content-side .action-buttons .cta-button{flex:1;padding:.9rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden;white-space:nowrap}@media(max-width:768px){.iot-robotics-service .content-side .action-buttons .cta-button{padding:.75rem 1rem;font-size:.9rem;width:100%;border-radius:6px}}@media(max-width:480px){.iot-robotics-service .content-side .action-buttons .cta-button{padding:.6rem .8rem;font-size:.85rem}}.iot-robotics-service .content-side .action-buttons .cta-button.primary{color:#fff}.iot-robotics-service .content-side .action-buttons .cta-button.primary .cta-icon{font-size:1rem}@media(max-width:768px){.iot-robotics-service .content-side .action-buttons .cta-button.primary .cta-icon{font-size:.9rem}}.iot-robotics-service .content-side .action-buttons .cta-button.secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.2)}.iot-robotics-service .content-side .action-buttons .cta-button.secondary:hover{background:#ff751f33;border-color:#ff751f4d}.iot-robotics-service .content-side .action-buttons .cta-button.secondary .cta-icon{font-size:1rem}@media(max-width:768px){.iot-robotics-service .content-side .action-buttons .cta-button.secondary .cta-icon{font-size:.9rem}}.iot-robotics-service .content-side .action-buttons .cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff751f4d}.iot-robotics-service .content-side .action-buttons .cta-button:active{transform:translateY(0)}.iot-robotics-service .process-section{background:#ffffff0d;border:1px solid rgba(255,117,31,.2);border-radius:14px;padding:1.5rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(min-width:768px){.iot-robotics-service .process-section{border-radius:16px;padding:2rem;margin-bottom:2rem}}@media(max-width:768px){.iot-robotics-service .process-section{padding:1.25rem;margin-bottom:1.25rem}}.iot-robotics-service .process-section .section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}@media(max-width:768px){.iot-robotics-service .process-section .section-header{flex-direction:column;align-items:flex-start;gap:.75rem}}.iot-robotics-service .process-section .section-header .section-icon{color:#ff751f;font-size:1.5rem;flex-shrink:0}@media(min-width:768px){.iot-robotics-service .process-section .section-header .section-icon{font-size:1.75rem}}@media(max-width:768px){.iot-robotics-service .process-section .section-header .section-icon{font-size:1.3rem}}.iot-robotics-service .process-section .section-header .section-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0;flex:1;min-width:200px}@media(min-width:768px){.iot-robotics-service .process-section .section-header .section-title{font-size:1.5rem}}@media(max-width:768px){.iot-robotics-service .process-section .section-header .section-title{font-size:1.1rem;min-width:100%}}.iot-robotics-service .process-section .section-header .process-indicator{display:flex;align-items:center;gap:.75rem;flex-shrink:0}@media(max-width:768px){.iot-robotics-service .process-section .section-header .process-indicator{width:100%;justify-content:space-between}}.iot-robotics-service .process-section .section-header .process-indicator .indicator-text{font-size:.85rem;color:#b0b0b0;font-weight:500;white-space:nowrap}@media(max-width:768px){.iot-robotics-service .process-section .section-header .process-indicator .indicator-text{font-size:.8rem}}.iot-robotics-service .process-section .section-header .process-indicator .progress-dots{display:flex;gap:.5rem}.iot-robotics-service .process-section .section-header .process-indicator .progress-dots .progress-dot{width:8px;height:8px;border-radius:50%;opacity:.3;transition:all .3s ease}@media(max-width:768px){.iot-robotics-service .process-section .section-header .process-indicator .progress-dots .progress-dot{width:6px;height:6px}}.iot-robotics-service .process-section .section-header .process-indicator .progress-dots .progress-dot.active{opacity:1;transform:scale(1.2);box-shadow:0 0 8px currentColor}.iot-robotics-service .process-section .process-cards{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.iot-robotics-service .process-section .process-cards{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.iot-robotics-service .process-section .process-cards{gap:.75rem}}.iot-robotics-service .process-section .process-cards .process-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem;position:relative;transition:all .3s ease;min-height:140px;cursor:pointer}@media(min-width:768px){.iot-robotics-service .process-section .process-cards .process-card{padding:1.5rem;min-height:160px}}@media(max-width:768px){.iot-robotics-service .process-section .process-cards .process-card{padding:1rem;min-height:120px}}.iot-robotics-service .process-section .process-cards .process-card:hover{border-color:#ff751f33;transform:translateY(-2px)}.iot-robotics-service .process-section .process-cards .process-card.active{border-color:#ff751f4d;background:#ff751f0d;box-shadow:0 8px 25px #ff751f26}.iot-robotics-service .process-section .process-cards .process-card .card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}@media(max-width:768px){.iot-robotics-service .process-section .process-cards .process-card .card-header{gap:.75rem;margin-bottom:.75rem}}.iot-robotics-service .process-section .process-cards .process-card .card-header .process-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}@media(min-width:768px){.iot-robotics-service .process-section .process-cards .process-card .card-header .process-icon{width:56px;height:56px;border-radius:14px;font-size:1.5rem}}@media(max-width:768px){.iot-robotics-service .process-section .process-cards .process-card .card-header .process-icon{width:40px;height:40px;font-size:1.1rem}}.iot-robotics-service .process-section .process-cards .process-card .card-header .step-badge{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;color:#b0b0b0}@media(max-width:768px){.iot-robotics-service .process-section .process-cards .process-card .card-header .step-badge{font-size:.7rem;padding:.2rem .6rem}}.iot-robotics-service .process-section .process-cards .process-card .card-content .process-title{font-size:1.1rem;font-weight:700;margin:0 0 .5rem;line-height:1.3}@media(min-width:768px){.iot-robotics-service .process-section .process-cards .process-card .card-content .process-title{font-size:1.2rem;margin-bottom:.75rem}}@media(max-width:768px){.iot-robotics-service .process-section .process-cards .process-card .card-content .process-title{font-size:1rem;margin-bottom:.4rem}}.iot-robotics-service .process-section .process-cards .process-card .card-content .process-description{font-size:.85rem;color:#b0b0b0;margin:0;line-height:1.5}@media(min-width:768px){.iot-robotics-service .process-section .process-cards .process-card .card-content .process-description{font-size:.9rem}}@media(max-width:768px){.iot-robotics-service .process-section .process-cards .process-card .card-content .process-description{font-size:.8rem}}.iot-robotics-service .process-section .process-cards .process-card .active-indicator{position:absolute;top:-6px;right:-6px}@media(max-width:768px){.iot-robotics-service .process-section .process-cards .process-card .active-indicator{top:-4px;right:-4px}}.iot-robotics-service .process-section .process-cards .process-card .active-indicator .pulse-dot{width:12px;height:12px;border-radius:50%;animation:pulse 2s infinite}@media(max-width:768px){.iot-robotics-service .process-section .process-cards .process-card .active-indicator .pulse-dot{width:10px;height:10px}}.iot-robotics-service .process-section .process-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}@media(max-width:768px){.iot-robotics-service .process-section .process-footer{margin-top:1rem;padding-top:1rem}}.iot-robotics-service .process-section .process-footer .progress-container .progress-bar{height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden;margin-bottom:.75rem}@media(max-width:768px){.iot-robotics-service .process-section .process-footer .progress-container .progress-bar{height:5px;margin-bottom:.5rem}}.iot-robotics-service .process-section .process-footer .progress-container .progress-bar .progress-fill{height:100%;border-radius:3px;transition:width .5s ease}.iot-robotics-service .process-section .process-footer .progress-container .progress-info{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}@media(max-width:768px){.iot-robotics-service .process-section .process-footer .progress-container .progress-info{flex-direction:column;align-items:flex-start;gap:.25rem}}.iot-robotics-service .process-section .process-footer .progress-container .progress-info .current-step{font-size:.9rem;color:#b0b0b0}@media(max-width:768px){.iot-robotics-service .process-section .process-footer .progress-container .progress-info .current-step{font-size:.85rem}}.iot-robotics-service .process-section .process-footer .progress-container .progress-info .current-step strong{color:#ff751f;font-weight:700}.iot-robotics-service .process-section .process-footer .progress-container .progress-info .duration{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#b0b0b0}@media(max-width:768px){.iot-robotics-service .process-section .process-footer .progress-container .progress-info .duration{font-size:.8rem}}.iot-robotics-service .process-section .process-footer .progress-container .progress-info .duration .duration-icon{font-size:.9rem;color:#ff751f}@media(max-width:768px){.iot-robotics-service .process-section .process-footer .progress-container .progress-info .duration .duration-icon{font-size:.8rem}}:root[data-theme=light] .iot-robotics-service,.app:not(.dark) .iot-robotics-service{--bg-primary: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);--text-primary: #333;--text-secondary: #666;--border-color: #e5e7eb;--card-bg: white;--card-bg-hover: #f8f9fa;--shadow-color: rgba(0, 0, 0, .1);background:var(--bg-primary);color:var(--text-primary)}:root[data-theme=light] .iot-robotics-service .circuit-board-bg,.app:not(.dark) .iot-robotics-service .circuit-board-bg{background-image:linear-gradient(to right,rgba(255,117,31,.0666666667) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,117,31,.0666666667) 1px,transparent 1px)}:root[data-theme=light] .iot-robotics-service .visual-dashboard .project-stats .stat-item,.app:not(.dark) .iot-robotics-service .visual-dashboard .project-stats .stat-item{background:var(--card-bg);border-color:var(--border-color);box-shadow:0 2px 8px var(--shadow-color)}:root[data-theme=light] .iot-robotics-service .visual-dashboard .project-stats .stat-item .stat-label,.app:not(.dark) .iot-robotics-service .visual-dashboard .project-stats .stat-item .stat-label{color:var(--text-secondary)}:root[data-theme=light] .iot-robotics-service .visual-dashboard .data-feed,.app:not(.dark) .iot-robotics-service .visual-dashboard .data-feed{background:var(--card-bg);border-color:var(--border-color)}:root[data-theme=light] .iot-robotics-service .visual-dashboard .data-feed .feed-header,.app:not(.dark) .iot-robotics-service .visual-dashboard .data-feed .feed-header{background:#ff751f0d;border-color:var(--border-color)}:root[data-theme=light] .iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-title,.app:not(.dark) .iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-title{color:var(--text-primary)}:root[data-theme=light] .iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry,.app:not(.dark) .iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry{border-color:#f3f4f6}:root[data-theme=light] .iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry .log-device,.app:not(.dark) .iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry .log-device{color:var(--text-secondary)}:root[data-theme=light] .iot-robotics-service .content-side .service-description,.app:not(.dark) .iot-robotics-service .content-side .service-description{color:var(--text-secondary)}:root[data-theme=light] .iot-robotics-service .content-side .project-selector .project-tab,.app:not(.dark) .iot-robotics-service .content-side .project-selector .project-tab{background:var(--card-bg-hover);color:var(--text-secondary)}:root[data-theme=light] .iot-robotics-service .content-side .project-selector .project-tab:hover,.app:not(.dark) .iot-robotics-service .content-side .project-selector .project-tab:hover{background:var(--card-bg)}:root[data-theme=light] .iot-robotics-service .content-side .project-selector .project-tab.active,.app:not(.dark) .iot-robotics-service .content-side .project-selector .project-tab.active{background:var(--card-bg);box-shadow:0 5px 20px #ff751f1a}:root[data-theme=light] .iot-robotics-service .content-side .project-details,.app:not(.dark) .iot-robotics-service .content-side .project-details{background:var(--card-bg);border-color:var(--border-color)}:root[data-theme=light] .iot-robotics-service .content-side .project-details .devices-grid .device-card,.app:not(.dark) .iot-robotics-service .content-side .project-details .devices-grid .device-card{background:var(--card-bg-hover);border-color:var(--border-color)}:root[data-theme=light] .iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-name,.app:not(.dark) .iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-name{color:var(--text-primary)}:root[data-theme=light] .iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-data .data-value,.app:not(.dark) .iot-robotics-service .content-side .project-details .devices-grid .device-card .device-info .device-data .data-value{color:var(--text-primary)}:root[data-theme=light] .iot-robotics-service .content-side .features-section .feature-card,:root[data-theme=light] .iot-robotics-service .content-side .features-section .tech-card,:root[data-theme=light] .iot-robotics-service .content-side .tech-stack .feature-card,:root[data-theme=light] .iot-robotics-service .content-side .tech-stack .tech-card,.app:not(.dark) .iot-robotics-service .content-side .features-section .feature-card,.app:not(.dark) .iot-robotics-service .content-side .features-section .tech-card,.app:not(.dark) .iot-robotics-service .content-side .tech-stack .feature-card,.app:not(.dark) .iot-robotics-service .content-side .tech-stack .tech-card{background:var(--card-bg);border-color:var(--border-color)}:root[data-theme=light] .iot-robotics-service .content-side .features-section .feature-card .feature-text,:root[data-theme=light] .iot-robotics-service .content-side .features-section .feature-card .tech-name,:root[data-theme=light] .iot-robotics-service .content-side .features-section .tech-card .feature-text,:root[data-theme=light] .iot-robotics-service .content-side .features-section .tech-card .tech-name,:root[data-theme=light] .iot-robotics-service .content-side .tech-stack .feature-card .feature-text,:root[data-theme=light] .iot-robotics-service .content-side .tech-stack .feature-card .tech-name,:root[data-theme=light] .iot-robotics-service .content-side .tech-stack .tech-card .feature-text,:root[data-theme=light] .iot-robotics-service .content-side .tech-stack .tech-card .tech-name,.app:not(.dark) .iot-robotics-service .content-side .features-section .feature-card .feature-text,.app:not(.dark) .iot-robotics-service .content-side .features-section .feature-card .tech-name,.app:not(.dark) .iot-robotics-service .content-side .features-section .tech-card .feature-text,.app:not(.dark) .iot-robotics-service .content-side .features-section .tech-card .tech-name,.app:not(.dark) .iot-robotics-service .content-side .tech-stack .feature-card .feature-text,.app:not(.dark) .iot-robotics-service .content-side .tech-stack .feature-card .tech-name,.app:not(.dark) .iot-robotics-service .content-side .tech-stack .tech-card .feature-text,.app:not(.dark) .iot-robotics-service .content-side .tech-stack .tech-card .tech-name{color:var(--text-primary)}:root[data-theme=light] .iot-robotics-service .content-side .features-section .feature-card .tech-desc,:root[data-theme=light] .iot-robotics-service .content-side .features-section .tech-card .tech-desc,:root[data-theme=light] .iot-robotics-service .content-side .tech-stack .feature-card .tech-desc,:root[data-theme=light] .iot-robotics-service .content-side .tech-stack .tech-card .tech-desc,.app:not(.dark) .iot-robotics-service .content-side .features-section .feature-card .tech-desc,.app:not(.dark) .iot-robotics-service .content-side .features-section .tech-card .tech-desc,.app:not(.dark) .iot-robotics-service .content-side .tech-stack .feature-card .tech-desc,.app:not(.dark) .iot-robotics-service .content-side .tech-stack .tech-card .tech-desc{color:var(--text-secondary)}:root[data-theme=light] .iot-robotics-service .content-side .process-section,.app:not(.dark) .iot-robotics-service .content-side .process-section{background:var(--card-bg);border-color:var(--border-color)}:root[data-theme=light] .iot-robotics-service .content-side .process-section .section-title,.app:not(.dark) .iot-robotics-service .content-side .process-section .section-title{color:var(--text-primary)}:root[data-theme=light] .iot-robotics-service .content-side .process-section .process-cards .process-card,.app:not(.dark) .iot-robotics-service .content-side .process-section .process-cards .process-card{background:var(--card-bg-hover);border-color:var(--border-color)}:root[data-theme=light] .iot-robotics-service .content-side .process-section .process-cards .process-card .process-title,.app:not(.dark) .iot-robotics-service .content-side .process-section .process-cards .process-card .process-title{color:var(--text-primary)}:root[data-theme=light] .iot-robotics-service .content-side .process-section .process-cards .process-card .process-description,.app:not(.dark) .iot-robotics-service .content-side .process-section .process-cards .process-card .process-description{color:var(--text-secondary)}:root[data-theme=light] .iot-robotics-service .content-side .action-buttons .cta-button.secondary,.app:not(.dark) .iot-robotics-service .content-side .action-buttons .cta-button.secondary{background:var(--card-bg-hover);color:var(--text-primary);border-color:var(--border-color)}:root[data-theme=light] .iot-robotics-service .content-side .action-buttons .cta-button.secondary:hover,.app:not(.dark) .iot-robotics-service .content-side .action-buttons .cta-button.secondary:hover{background:var(--card-bg);border-color:#ff751f;color:#ff751f}.dark .iot-robotics-service .content-side .service-badge{background:#fdcd3733;border-color:#fdcd374d}.dark .iot-robotics-service .content-side .service-badge .badge-icon,.dark .iot-robotics-service .content-side .service-badge .badge-text{color:#fdcd37}.dark .iot-robotics-service .content-side .service-title{background:linear-gradient(135deg,#fdcd37,#fe9e1f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .iot-robotics-service .content-side .cta-button.primary{background:linear-gradient(135deg,#fe9e1f,#fdcd37)}.dark .iot-robotics-service .content-side .cta-button.secondary{background:#ffffff1a;color:#fff}.dark .iot-robotics-service .content-side .cta-button.secondary:hover{background:#fdcd3733;border-color:#fdcd374d}.iot-robotics-service .hub-icon,.iot-robotics-service .ring-pulse,.iot-robotics-service .stream-pulse,.iot-robotics-service .flow-line,.iot-robotics-service .stat-item,.iot-robotics-service .feature-card,.iot-robotics-service .tech-card,.iot-robotics-service .process-card{will-change:transform,opacity}.iot-robotics-service .service-container{contain:layout style}@media(max-width:768px){.iot-robotics-service .hub-ring,.iot-robotics-service .data-stream,.iot-robotics-service .flow-lines{animation-play-state:paused}}@media(max-width:768px){.iot-robotics-service .service-container{display:flex!important;flex-direction:column!important}.iot-robotics-service .service-container .visual-dashboard,.iot-robotics-service .service-container .content-side{width:100%!important;max-width:100%!important;flex:0 0 auto!important;display:block!important;opacity:1!important;visibility:visible!important}.iot-robotics-service .content-side .motion-div{opacity:1!important;transform:none!important;animation:none!important}}@media(max-width:480px){.iot-robotics-service .project-stats{grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important}.iot-robotics-service .features-grid,.iot-robotics-service .tech-grid,.iot-robotics-service .process-cards{grid-template-columns:1fr!important}.iot-robotics-service .action-buttons .cta-button{width:100%!important}}[dir=rtl] .iot-robotics-service{direction:rtl}[dir=rtl] .iot-robotics-service .service-container .visual-dashboard{order:2!important}[dir=rtl] .iot-robotics-service .service-container .content-side{order:1!important;text-align:right}[dir=rtl] .iot-robotics-service .service-container .content-side .service-badge{flex-direction:row-reverse}[dir=rtl] .iot-robotics-service .service-container .content-side .service-badge .badge-icon{margin-left:.4rem;margin-right:0}[dir=rtl] .iot-robotics-service .service-container .content-side .service-title,[dir=rtl] .iot-robotics-service .service-container .content-side .service-description,[dir=rtl] .iot-robotics-service .service-container .content-side .tech-title,[dir=rtl] .iot-robotics-service .service-container .content-side .features-title{text-align:right}[dir=rtl] .iot-robotics-service .service-container .content-side .project-selector .project-tab{flex-direction:row-reverse;text-align:right}[dir=rtl] .iot-robotics-service .service-container .content-side .project-selector .project-tab .tab-icon{margin-right:0;margin-left:.5rem}[dir=rtl] .iot-robotics-service .service-container .content-side .project-selector .project-tab .tab-title{text-align:right}[dir=rtl] .iot-robotics-service .service-container .content-side .project-details .project-header{flex-direction:row-reverse;text-align:right}[dir=rtl] .iot-robotics-service .service-container .content-side .project-details .project-header .connection-status{flex-direction:row-reverse}[dir=rtl] .iot-robotics-service .service-container .content-side .project-details .devices-grid .device-card{flex-direction:row-reverse;text-align:right}[dir=rtl] .iot-robotics-service .service-container .content-side .project-details .devices-grid .device-card .device-icon{margin-right:0;margin-left:.75rem}[dir=rtl] .iot-robotics-service .service-container .content-side .project-details .devices-grid .device-card .device-info .device-status{flex-direction:row-reverse}[dir=rtl] .iot-robotics-service .service-container .content-side .project-details .devices-grid .device-card .device-info .device-status .status-indicator{margin-right:0;margin-left:.4rem}[dir=rtl] .iot-robotics-service .service-container .content-side .project-details .devices-grid .device-card .device-info .device-data,[dir=rtl] .iot-robotics-service .service-container .content-side .features-section .features-grid .feature-card{flex-direction:row-reverse}[dir=rtl] .iot-robotics-service .service-container .content-side .features-section .features-grid .feature-card .feature-icon{margin-right:0;margin-left:.75rem}[dir=rtl] .iot-robotics-service .service-container .content-side .features-section .features-grid .feature-card .feature-text{text-align:right}[dir=rtl] .iot-robotics-service .service-container .content-side .tech-stack .tech-grid .tech-card{flex-direction:row-reverse}[dir=rtl] .iot-robotics-service .service-container .content-side .tech-stack .tech-grid .tech-card .tech-icon{margin-right:0;margin-left:.75rem}[dir=rtl] .iot-robotics-service .service-container .content-side .tech-stack .tech-grid .tech-card .tech-info,[dir=rtl] .iot-robotics-service .service-container .content-side .process-section{text-align:right}[dir=rtl] .iot-robotics-service .service-container .content-side .process-section .section-header{flex-direction:row-reverse}[dir=rtl] .iot-robotics-service .service-container .content-side .process-section .section-header .section-icon{margin-right:0;margin-left:1rem}[dir=rtl] .iot-robotics-service .service-container .content-side .process-section .section-header .process-indicator,[dir=rtl] .iot-robotics-service .service-container .content-side .process-section .section-header .process-indicator .progress-dots,[dir=rtl] .iot-robotics-service .service-container .content-side .process-section .process-cards .process-card .card-header{flex-direction:row-reverse}[dir=rtl] .iot-robotics-service .service-container .content-side .process-section .process-cards .process-card .card-header .process-icon{margin-right:0;margin-left:1rem}[dir=rtl] .iot-robotics-service .service-container .content-side .process-section .process-cards .process-card .active-indicator{right:auto;left:-6px}[dir=rtl] .iot-robotics-service .service-container .content-side .process-section .process-footer .progress-container .progress-info,[dir=rtl] .iot-robotics-service .service-container .content-side .process-section .process-footer .progress-container .progress-info .duration{flex-direction:row-reverse}[dir=rtl] .iot-robotics-service .service-container .content-side .process-section .process-footer .progress-container .progress-info .duration .duration-icon{margin-right:0;margin-left:.4rem}[dir=rtl] .iot-robotics-service .service-container .content-side .action-buttons,[dir=rtl] .iot-robotics-service .service-container .content-side .action-buttons .cta-button{flex-direction:row-reverse}[dir=rtl] .iot-robotics-service .service-container .content-side .action-buttons .cta-button .cta-icon{margin-left:.5rem;margin-right:0}[dir=rtl] .iot-robotics-service .visual-dashboard .device-hub .project-control{flex-direction:row-reverse}[dir=rtl] .iot-robotics-service .visual-dashboard .device-hub .connection-lines .connection-line .line-node .device-label{left:auto;right:100%;transform:translate(-10px,-50%)}[dir=rtl] .iot-robotics-service .visual-dashboard .data-flow .flow-label,[dir=rtl] .iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-title-container,[dir=rtl] .iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-status{flex-direction:row-reverse}[dir=rtl] .iot-robotics-service .visual-dashboard .data-feed .feed-header .feed-status .data-rate{margin-left:0;margin-right:1rem;flex-direction:row-reverse}[dir=rtl] .iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry{flex-direction:row-reverse}[dir=rtl] .iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry .log-value{text-align:left}[dir=rtl] .iot-robotics-service .visual-dashboard .data-feed .feed-content .log-entry .log-value .alert-pulse{right:auto;left:-10px}[dir=rtl] .iot-robotics-service .visual-dashboard .data-feed .data-graph .graph-header .graph-legend{flex-direction:row-reverse}.lang-ar .iot-robotics-service .service-title{font-weight:700;line-height:1.4}.lang-ar .iot-robotics-service .service-description,.lang-ar .iot-robotics-service .tech-desc,.lang-ar .iot-robotics-service .process-description,.lang-ar .iot-robotics-service .feature-text,.lang-ar .iot-robotics-service .device-info .device-name{line-height:1.8;text-align:justify}.lang-ar .iot-robotics-service .project-tab .tab-title,.lang-ar .iot-robotics-service .device-name,.lang-ar .iot-robotics-service .tech-name,.lang-ar .iot-robotics-service .process-title{font-weight:700}.lang-fr .iot-robotics-service .service-description,.lang-fr .iot-robotics-service .tech-desc,.lang-fr .iot-robotics-service .process-description,.lang-fr .iot-robotics-service .feature-text{font-size:95%!important;word-break:break-word!important}.lang-fr .iot-robotics-service .project-tab .tab-title{font-size:.8rem!important}@media(min-width:480px){.lang-fr .iot-robotics-service .project-tab .tab-title{font-size:.85rem!important}}@media(min-width:768px){.lang-fr .iot-robotics-service .project-tab .tab-title{font-size:.9rem!important}}@media(max-width:768px){[dir=rtl] .iot-robotics-service .visual-dashboard,[dir=rtl] .iot-robotics-service .content-side{direction:rtl}[dir=rtl] .iot-robotics-service .content-side .project-details .project-header{align-items:flex-start!important}[dir=rtl] .iot-robotics-service .content-side .action-buttons .cta-button{width:100%;justify-content:center}}@media(max-width:480px){[dir=rtl] .iot-robotics-service .content-side .project-selector .project-tab{min-height:70px;padding:.5rem}[dir=rtl] .iot-robotics-service .content-side .project-selector .project-tab .tab-icon{width:32px;height:32px;font-size:1rem}[dir=rtl] .iot-robotics-service .content-side .project-selector .project-tab .tab-title{font-size:.75rem}}@keyframes pulse{0%,to{box-shadow:0 0 20px #ff751f80}50%{box-shadow:0 0 40px #ff751fcc}}@keyframes pulse-lg{0%,to{box-shadow:0 0 30px #ff751f80}50%{box-shadow:0 0 50px #ff751fcc}}@keyframes ringPulse{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}@keyframes streamPulse{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}50%{opacity:1}to{opacity:0;transform:translate(-50%,-50%) scale(1.2)}}@keyframes connectingPulse{0%,to{opacity:1;box-shadow:0 0 8px currentColor}50%{opacity:.5;box-shadow:0 0 15px currentColor}}@keyframes connectingPulse-lg{0%,to{opacity:1;box-shadow:0 0 10px currentColor}50%{opacity:.5;box-shadow:0 0 20px currentColor}}@keyframes alertPulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes flowRTL{0%,to{transform:translate(0) translateY(0);opacity:.3}50%{transform:translate(10px) translateY(-20px);opacity:1}}@keyframes flowLTR{0%,to{transform:translate(0) translateY(0);opacity:.3}50%{transform:translate(-10px) translateY(-20px);opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.float-animation{animation:float 6s ease-in-out infinite}.skeleton{background:linear-gradient(90deg,#2a2a2a 25%,#333,#2a2a2a 75%);background-size:200% 100%;animation:loading 1.5s infinite}@media print{.iot-robotics-service{background:#fff!important;color:#000!important;padding:2rem 0!important}.iot-robotics-service .circuit-board-bg,.iot-robotics-service .data-stream,.iot-robotics-service .flow-lines,.iot-robotics-service .status-indicator,.iot-robotics-service .alert-pulse,.iot-robotics-service .control-btn,.iot-robotics-service .cta-button,.iot-robotics-service .active-indicator{display:none!important}.iot-robotics-service .service-container{display:block!important;max-width:100%!important}.iot-robotics-service .visual-dashboard,.iot-robotics-service .content-side{page-break-inside:avoid;margin-bottom:2rem}.iot-robotics-service .project-stats,.iot-robotics-service .features-grid,.iot-robotics-service .tech-grid,.iot-robotics-service .process-cards{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}}.text-start{text-align:start!important}.text-end{text-align:end!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-col{flex-direction:column!important}.ms-auto{margin-inline-start:auto!important}.me-auto{margin-inline-end:auto!important}@media(max-width:768px){.mobile-hidden{display:none!important}}.iot-error-fallback{padding:2rem;text-align:center;background:#ff751f1a;border:2px solid #ff751f;border-radius:12px;margin:2rem auto;max-width:600px}.iot-error-fallback h3{color:#ff751f;margin-bottom:1rem}.iot-error-fallback p{color:#b0b0b0;margin-bottom:1.5rem}.iot-error-fallback button{background:#ff751f;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.iot-error-fallback button:hover{background:#fe9e1f;transform:translateY(-2px)}@media(max-width:768px){.iot-robotics-service{overflow:visible!important}.iot-robotics-service .content-side{display:block!important;opacity:1!important;visibility:visible!important;height:auto!important;min-height:auto!important;overflow:visible!important;position:relative!important;z-index:100!important;animation:none!important;transition:none!important;transform:none !important!important}.iot-robotics-service .content-side *{opacity:1!important;visibility:visible!important;transform:none!important;animation:none!important}.iot-robotics-service .service-container{display:flex!important;flex-direction:column!important}.iot-robotics-service .service-container .visual-dashboard,.iot-robotics-service .service-container .content-side{width:100%!important;max-width:100%!important;flex:0 0 auto!important}}@media(max-width:480px){.iot-robotics-service{padding:1rem .5rem!important}.iot-robotics-service .content-side{padding:.5rem!important}.iot-robotics-service .content-side .service-title{font-size:1.3rem!important;line-height:1.3!important}.iot-robotics-service .content-side .service-description{font-size:.8rem!important;line-height:1.4!important}}.ai-ml-service{padding:3rem 1rem;background:linear-gradient(135deg,#0a0a1a,#1a1a2a);position:relative;overflow:visible;color:#fff}@media(min-width:768px){.ai-ml-service{padding:6rem 2rem}}.ai-ml-service .neural-network-bg{position:absolute;inset:0;pointer-events:none}.ai-ml-service .neural-network-bg .neural-connection{position:absolute;height:1px;background:linear-gradient(90deg,transparent,#ff751f,transparent);transform-origin:left center;transform:rotate(calc(var(--rotation, 0) * 1deg))}.ai-ml-service .service-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:3rem;position:relative;z-index:2}@media(min-width:1024px){.ai-ml-service .service-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}}@media(min-width:1200px){.ai-ml-service .service-container{gap:5rem}}@media(max-width:1023px){.ai-ml-service .service-container{display:flex!important;flex-direction:column!important;gap:2rem}}@media(min-width:1024px){.ai-ml-service.reverse .service-container{direction:rtl}}@media(min-width:1024px){.ai-ml-service.reverse .service-container .neural-visualization,.ai-ml-service.reverse .service-container .content-side{direction:ltr}}.ai-ml-service .neural-visualization{order:1}@media(min-width:1024px){.ai-ml-service .neural-visualization{order:initial}}@media(max-width:1023px){.ai-ml-service .neural-visualization{order:1!important}}.ai-ml-service .neural-visualization .neural-network{position:relative;width:100%;height:200px;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}@media(min-width:480px){.ai-ml-service .neural-visualization .neural-network{height:250px}}@media(min-width:768px){.ai-ml-service .neural-visualization .neural-network{height:300px;margin-bottom:2rem}}.ai-ml-service .neural-visualization .neural-network .neural-layer{display:flex;flex-direction:column;gap:1rem;z-index:2}@media(min-width:480px){.ai-ml-service .neural-visualization .neural-network .neural-layer{gap:1.5rem}}.ai-ml-service .neural-visualization .neural-network .neural-layer .neuron{width:30px;height:30px;border-radius:50%;position:relative;transition:all .3s ease}@media(min-width:480px){.ai-ml-service .neural-visualization .neural-network .neural-layer .neuron{width:35px;height:35px}}@media(min-width:768px){.ai-ml-service .neural-visualization .neural-network .neural-layer .neuron{width:40px;height:40px}}.ai-ml-service .neural-visualization .neural-network .neural-layer .neuron .neuron-core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#fff;border-radius:50%}@media(min-width:768px){.ai-ml-service .neural-visualization .neural-network .neural-layer .neuron .neuron-core{width:16px;height:16px}}.ai-ml-service .neural-visualization .neural-network .neural-connections{position:absolute;inset:0;z-index:1}.ai-ml-service .neural-visualization .neural-network .neural-connections .connection{position:absolute;height:1px;width:80px;transform-origin:left center;opacity:.3}@media(min-width:480px){.ai-ml-service .neural-visualization .neural-network .neural-connections .connection{width:90px;height:1.5px}}@media(min-width:768px){.ai-ml-service .neural-visualization .neural-network .neural-connections .connection{width:100px;height:2px}}.ai-ml-service .neural-visualization .training-panel{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1.25rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(min-width:768px){.ai-ml-service .neural-visualization .training-panel{border-radius:16px;padding:1.5rem;margin-bottom:2rem}}.ai-ml-service .neural-visualization .training-panel .panel-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}@media(min-width:480px){.ai-ml-service .neural-visualization .training-panel .panel-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}}@media(min-width:768px){.ai-ml-service .neural-visualization .training-panel .panel-header{margin-bottom:1.5rem}}.ai-ml-service .neural-visualization .training-panel .panel-header .panel-title{font-size:1.1rem;font-weight:600;margin:0}@media(min-width:768px){.ai-ml-service .neural-visualization .training-panel .panel-header .panel-title{font-size:1.2rem}}.ai-ml-service .neural-visualization .training-panel .panel-header .training-status{display:flex;align-items:center;gap:.5rem;font-size:.85rem;align-self:flex-start}@media(min-width:480px){.ai-ml-service .neural-visualization .training-panel .panel-header .training-status{align-self:center}}@media(min-width:768px){.ai-ml-service .neural-visualization .training-panel .panel-header .training-status{font-size:.9rem}}.ai-ml-service .neural-visualization .training-panel .panel-header .training-status .status-indicator{width:6px;height:6px;border-radius:50%}@media(min-width:768px){.ai-ml-service .neural-visualization .training-panel .panel-header .training-status .status-indicator{width:8px;height:8px}}.ai-ml-service .neural-visualization .training-panel .panel-header .training-status .status-indicator.training{background:#2ecc71;animation:pulse 1.5s infinite}.ai-ml-service .neural-visualization .training-panel .panel-header .training-status .status-indicator.idle{background:#666}.ai-ml-service .neural-visualization .training-panel .progress-container{margin-bottom:1.25rem}@media(min-width:768px){.ai-ml-service .neural-visualization .training-panel .progress-container{margin-bottom:1.5rem}}.ai-ml-service .neural-visualization .training-panel .progress-container .progress-bar{height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden;margin-bottom:.5rem}@media(min-width:768px){.ai-ml-service .neural-visualization .training-panel .progress-container .progress-bar{height:8px;border-radius:4px}}.ai-ml-service .neural-visualization .training-panel .progress-container .progress-bar .progress-fill{height:100%;border-radius:3px;transition:width .3s ease}@media(min-width:768px){.ai-ml-service .neural-visualization .training-panel .progress-container .progress-bar .progress-fill{border-radius:4px}}.ai-ml-service .neural-visualization .training-panel .progress-container .progress-info{display:flex;justify-content:space-between;font-size:.85rem;color:#b0b0b0}@media(min-width:768px){.ai-ml-service .neural-visualization .training-panel .progress-container .progress-info{font-size:.9rem}}.ai-ml-service .neural-visualization .training-panel .training-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}@media(min-width:768px){.ai-ml-service .neural-visualization .training-panel .training-metrics{gap:1rem}}.ai-ml-service .neural-visualization .training-panel .training-metrics .metric{text-align:center}.ai-ml-service .neural-visualization .training-panel .training-metrics .metric .metric-label{display:block;font-size:.8rem;color:#999;margin-bottom:.25rem;line-height:1.2}@media(min-width:768px){.ai-ml-service .neural-visualization .training-panel .training-metrics .metric .metric-label{font-size:.85rem}}.ai-ml-service .neural-visualization .training-panel .training-metrics .metric .metric-value{display:block;font-size:1.1rem;font-weight:600;color:#fff}@media(min-width:768px){.ai-ml-service .neural-visualization .training-panel .training-metrics .metric .metric-value{font-size:1.2rem}}.ai-ml-service .neural-visualization .training-panel .train-button{width:100%;padding:.75rem;border:none;border-radius:6px;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem}@media(min-width:768px){.ai-ml-service .neural-visualization .training-panel .train-button{border-radius:8px;font-size:1rem}}.ai-ml-service .neural-visualization .output-preview{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:14px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(min-width:768px){.ai-ml-service .neural-visualization .output-preview{border-radius:16px}}.ai-ml-service .neural-visualization .output-preview .preview-header{background:#ffffff1a;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem}@media(min-width:480px){.ai-ml-service .neural-visualization .output-preview .preview-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}}@media(min-width:768px){.ai-ml-service .neural-visualization .output-preview .preview-header{padding:1rem 1.5rem}}.ai-ml-service .neural-visualization .output-preview .preview-header .preview-title{font-size:.95rem;font-weight:600;margin:0}@media(min-width:768px){.ai-ml-service .neural-visualization .output-preview .preview-header .preview-title{font-size:1rem}}.ai-ml-service .neural-visualization .output-preview .preview-header .preview-domain{font-size:.85rem;font-weight:600;align-self:flex-start}@media(min-width:480px){.ai-ml-service .neural-visualization .output-preview .preview-header .preview-domain{align-self:center}}@media(min-width:768px){.ai-ml-service .neural-visualization .output-preview .preview-header .preview-domain{font-size:.9rem}}.ai-ml-service .neural-visualization .output-preview .preview-content{padding:1rem}@media(min-width:768px){.ai-ml-service .neural-visualization .output-preview .preview-content{padding:1.5rem}}.ai-ml-service .neural-visualization .output-preview .preview-content .cv-preview .image-container{position:relative;width:100%;height:120px;background:linear-gradient(45deg,#1a1a2a,#2a2a3a);border-radius:6px;overflow:hidden}@media(min-width:480px){.ai-ml-service .neural-visualization .output-preview .preview-content .cv-preview .image-container{height:140px}}@media(min-width:768px){.ai-ml-service .neural-visualization .output-preview .preview-content .cv-preview .image-container{height:150px;border-radius:8px}}.ai-ml-service .neural-visualization .output-preview .preview-content .cv-preview .image-container .detection-box{position:absolute;padding:.2rem .4rem;background:#ff751fcc;border:2px solid #ff751f;border-radius:4px;color:#fff;font-size:.7rem;font-weight:600;text-align:center}@media(min-width:768px){.ai-ml-service .neural-visualization .output-preview .preview-content .cv-preview .image-container .detection-box{padding:.25rem .5rem;font-size:.8rem}}.ai-ml-service .neural-visualization .output-preview .preview-content .nlp-preview .input-text{background:#ffffff1a;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.85rem;line-height:1.4;text-align:center}@media(min-width:768px){.ai-ml-service .neural-visualization .output-preview .preview-content .nlp-preview .input-text{padding:1rem;border-radius:8px;font-size:.9rem}}.ai-ml-service .neural-visualization .output-preview .preview-content .nlp-preview .analysis-result .sentiment-bar{height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden;margin-bottom:.5rem}@media(min-width:768px){.ai-ml-service .neural-visualization .output-preview .preview-content .nlp-preview .analysis-result .sentiment-bar{height:8px;border-radius:4px}}.ai-ml-service .neural-visualization .output-preview .preview-content .nlp-preview .analysis-result .sentiment-bar .sentiment-fill{height:100%;background:linear-gradient(90deg,#ff751f,#fdcd37)}.ai-ml-service .neural-visualization .output-preview .preview-content .nlp-preview .analysis-result .sentiment-label{display:block;text-align:center;font-size:.8rem;color:#b0b0b0;margin-bottom:1rem}@media(min-width:768px){.ai-ml-service .neural-visualization .output-preview .preview-content .nlp-preview .analysis-result .sentiment-label{font-size:.85rem}}.ai-ml-service .neural-visualization .output-preview .preview-content .nlp-preview .analysis-result .entities{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:center}@media(min-width:768px){.ai-ml-service .neural-visualization .output-preview .preview-content .nlp-preview .analysis-result .entities{gap:.5rem}}.ai-ml-service .neural-visualization .output-preview .preview-content .nlp-preview .analysis-result .entities .entity{padding:.2rem .4rem;border-radius:4px;font-size:.75rem;font-weight:600}@media(min-width:768px){.ai-ml-service .neural-visualization .output-preview .preview-content .nlp-preview .analysis-result .entities .entity{padding:.25rem .5rem;font-size:.8rem}}.ai-ml-service .neural-visualization .output-preview .preview-content .nlp-preview .analysis-result .entities .entity.entity-ai{background:#ff751f33;color:#ff751f}.ai-ml-service .neural-visualization .output-preview .preview-content .nlp-preview .analysis-result .entities .entity.entity-dataset{background:#fdcd3733;color:#fdcd37}.ai-ml-service .neural-visualization .output-preview .preview-content .predictive-preview .chart-container{position:relative;height:80px;margin-bottom:.75rem}@media(min-width:768px){.ai-ml-service .neural-visualization .output-preview .preview-content .predictive-preview .chart-container{height:100px;margin-bottom:1rem}}.ai-ml-service .neural-visualization .output-preview .preview-content .predictive-preview .chart-container .chart-line{position:absolute;bottom:0;left:0;right:0;height:2px}@media(min-width:768px){.ai-ml-service .neural-visualization .output-preview .preview-content .predictive-preview .chart-container .chart-line{height:3px}}.ai-ml-service .neural-visualization .output-preview .preview-content .predictive-preview .chart-container .chart-line.actual{background:#ffffff4d;border-radius:1.5px}.ai-ml-service .neural-visualization .output-preview .preview-content .predictive-preview .chart-container .chart-line.predicted{background:linear-gradient(90deg,#ff751f,#fe9e1f);border-radius:1.5px}.ai-ml-service .neural-visualization .output-preview .preview-content .predictive-preview .prediction-text{text-align:center;font-size:1rem}@media(min-width:768px){.ai-ml-service .neural-visualization .output-preview .preview-content .predictive-preview .prediction-text{font-size:1.2rem}}.ai-ml-service .neural-visualization .output-preview .preview-content .predictive-preview .prediction-text .prediction-value{font-weight:700;color:#2ecc71}.ai-ml-service .neural-visualization .output-preview .preview-content .generative-preview .generated-content{background:#ffffff1a;padding:.75rem;border-radius:6px;margin-bottom:1rem}@media(min-width:768px){.ai-ml-service .neural-visualization .output-preview .preview-content .generative-preview .generated-content{padding:1rem;border-radius:8px}}.ai-ml-service .neural-visualization .output-preview .preview-content .generative-preview .generated-content .content-line{height:10px;background:#fff3;border-radius:5px;margin-bottom:.5rem}@media(min-width:768px){.ai-ml-service .neural-visualization .output-preview .preview-content .generative-preview .generated-content .content-line{height:12px;border-radius:6px;margin-bottom:.75rem}}.ai-ml-service .neural-visualization .output-preview .preview-content .generative-preview .generated-content .content-line.short{width:70%}.ai-ml-service .neural-visualization .output-preview .preview-content .generative-preview .generation-info{display:flex;flex-direction:column;gap:.5rem;font-size:.8rem;color:#b0b0b0}@media(min-width:480px){.ai-ml-service .neural-visualization .output-preview .preview-content .generative-preview .generation-info{flex-direction:row;justify-content:space-between;gap:1rem}}@media(min-width:768px){.ai-ml-service .neural-visualization .output-preview .preview-content .generative-preview .generation-info{font-size:.85rem}}.ai-ml-service .content-side{order:2}@media(min-width:1024px){.ai-ml-service .content-side{order:initial}}@media(max-width:1023px){.ai-ml-service .content-side{order:2!important;display:block!important;opacity:1!important;visibility:visible!important;transform:none!important;animation:none!important;transition:none!important;position:relative!important;z-index:10!important;width:100%!important}.ai-ml-service .content-side>*{opacity:1!important;visibility:visible!important;transform:none!important}}.ai-ml-service .content-side .service-badge{display:inline-flex;align-items:center;gap:.4rem;background:#ff751f33;padding:.4rem .8rem;border-radius:40px;margin-bottom:1rem;border:1px solid rgba(255,117,31,.3);max-width:100%}@media(min-width:768px){.ai-ml-service .content-side .service-badge{gap:.5rem;padding:.5rem 1rem;margin-bottom:1.5rem;border-radius:50px}}.ai-ml-service .content-side .service-badge .badge-icon{color:#ff751f;font-size:.9rem}@media(min-width:768px){.ai-ml-service .content-side .service-badge .badge-icon{font-size:1rem}}.ai-ml-service .content-side .service-badge .badge-text{color:#ff751f;font-weight:600;font-size:.8rem;letter-spacing:.3px;white-space:nowrap}@media(min-width:768px){.ai-ml-service .content-side .service-badge .badge-text{font-size:.9rem;letter-spacing:.5px}}.ai-ml-service .content-side .service-title{font-size:1.75rem;font-weight:700;line-height:1.2;margin-bottom:1rem;background:linear-gradient(135deg,#ff751f,#fe9e1f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center!important}@media(min-width:480px){.ai-ml-service .content-side .service-title{font-size:2rem}}@media(min-width:768px){.ai-ml-service .content-side .service-title{font-size:2.5rem;margin-bottom:1.5rem}}.ai-ml-service .content-side .service-description{font-size:1rem;line-height:1.5;color:#b0b0b0;margin-bottom:1.5rem}@media(min-width:768px){.ai-ml-service .content-side .service-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem}}.ai-ml-service .content-side .domain-selector{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1.5rem}@media(min-width:480px){.ai-ml-service .content-side .domain-selector{gap:.75rem}}@media(min-width:768px){.ai-ml-service .content-side .domain-selector{margin-bottom:2rem}}@media(max-width:359px){.ai-ml-service .content-side .domain-selector{grid-template-columns:1fr}}.ai-ml-service .content-side .domain-selector .domain-tab{background:#ffffff0d;border:2px solid transparent;border-radius:10px;padding:.75rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease;text-align:center;color:#b0b0b0;min-height:100px}@media(min-width:480px){.ai-ml-service .content-side .domain-selector .domain-tab{flex-direction:row;text-align:left;min-height:auto;gap:.75rem}}@media(min-width:768px){.ai-ml-service .content-side .domain-selector .domain-tab{border-radius:12px;padding:1rem}}.ai-ml-service .content-side .domain-selector .domain-tab:hover{background:#ffffff1a;transform:translateY(-2px)}.ai-ml-service .content-side .domain-selector .domain-tab.active{background:#ffffff1a;box-shadow:0 5px 20px #ff751f33}.ai-ml-service .content-side .domain-selector .domain-tab .tab-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:all .3s ease;flex-shrink:0}@media(min-width:768px){.ai-ml-service .content-side .domain-selector .domain-tab .tab-icon{width:40px;height:40px;border-radius:10px;font-size:1.2rem}}.ai-ml-service .content-side .domain-selector .domain-tab .tab-title{font-size:.85rem;flex:1;line-height:1.2;width:100%}@media(min-width:480px){.ai-ml-service .content-side .domain-selector .domain-tab .tab-title{font-size:.9rem}}@media(min-width:768px){.ai-ml-service .content-side .domain-selector .domain-tab .tab-title{font-size:1rem}}.ai-ml-service .content-side .domain-details{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1.25rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(min-width:768px){.ai-ml-service .content-side .domain-details{border-radius:16px;padding:1.5rem;margin-bottom:2rem}}.ai-ml-service .content-side .domain-details .domain-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}@media(min-width:480px){.ai-ml-service .content-side .domain-details .domain-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}}@media(min-width:768px){.ai-ml-service .content-side .domain-details .domain-header{margin-bottom:1.5rem}}.ai-ml-service .content-side .domain-details .domain-header .domain-title{font-size:1.25rem;font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.ai-ml-service .content-side .domain-details .domain-header .domain-title{font-size:1.5rem}}.ai-ml-service .content-side .domain-details .domain-header .model-count{background:#ffffff1a;padding:.2rem .6rem;border-radius:16px;font-size:.8rem;color:#b0b0b0;align-self:flex-start}@media(min-width:480px){.ai-ml-service .content-side .domain-details .domain-header .model-count{align-self:center;padding:.25rem .75rem;border-radius:20px;font-size:.85rem}}.ai-ml-service .content-side .domain-details .applications-list{margin-bottom:1.25rem}@media(min-width:768px){.ai-ml-service .content-side .domain-details .applications-list{margin-bottom:1.5rem}}.ai-ml-service .content-side .domain-details .applications-list .list-title{font-size:.95rem;font-weight:600;margin:0 0 .75rem;color:#fff}@media(min-width:768px){.ai-ml-service .content-side .domain-details .applications-list .list-title{font-size:1rem}}.ai-ml-service .content-side .domain-details .applications-list .tags-grid{display:flex;flex-wrap:wrap;gap:.4rem}@media(min-width:768px){.ai-ml-service .content-side .domain-details .applications-list .tags-grid{gap:.5rem}}.ai-ml-service .content-side .domain-details .applications-list .tags-grid .app-tag{padding:.4rem .6rem;border-radius:4px;border:1px solid;font-size:.8rem;font-weight:500;text-align:center}@media(min-width:768px){.ai-ml-service .content-side .domain-details .applications-list .tags-grid .app-tag{padding:.5rem .75rem;border-radius:6px;font-size:.85rem}}.ai-ml-service .content-side .domain-details .models-list .list-title{font-size:.95rem;font-weight:600;margin:0 0 .75rem;color:#fff}@media(min-width:768px){.ai-ml-service .content-side .domain-details .models-list .list-title{font-size:1rem}}.ai-ml-service .content-side .domain-details .models-list .models-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media(min-width:480px){.ai-ml-service .content-side .domain-details .models-list .models-grid{gap:.75rem}}@media(max-width:359px){.ai-ml-service .content-side .domain-details .models-list .models-grid{grid-template-columns:1fr}}.ai-ml-service .content-side .domain-details .models-list .models-grid .model-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:.6rem;display:flex;align-items:center;gap:.6rem}@media(min-width:480px){.ai-ml-service .content-side .domain-details .models-list .models-grid .model-card{gap:.75rem;padding:.75rem}}@media(min-width:768px){.ai-ml-service .content-side .domain-details .models-list .models-grid .model-card{border-radius:8px}}.ai-ml-service .content-side .domain-details .models-list .models-grid .model-card .model-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.8rem;background:#ffffff1a;color:#fff;flex-shrink:0}@media(min-width:768px){.ai-ml-service .content-side .domain-details .models-list .models-grid .model-card .model-icon{width:32px;height:32px;border-radius:8px;font-size:.9rem}}.ai-ml-service .content-side .domain-details .models-list .models-grid .model-card .model-info{flex:1;min-width:0}.ai-ml-service .content-side .domain-details .models-list .models-grid .model-card .model-info .model-name{font-size:.85rem;font-weight:600;margin:0 0 .1rem;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.ai-ml-service .content-side .domain-details .models-list .models-grid .model-card .model-info .model-name{font-size:.9rem}}.ai-ml-service .content-side .domain-details .models-list .models-grid .model-card .model-info .model-type{font-size:.7rem;color:#999;line-height:1.2}@media(min-width:768px){.ai-ml-service .content-side .domain-details .models-list .models-grid .model-card .model-info .model-type{font-size:.75rem}}.ai-ml-service .content-side .tech-stack{margin-bottom:1.5rem}@media(min-width:768px){.ai-ml-service .content-side .tech-stack{margin-bottom:2rem}}.ai-ml-service .content-side .tech-stack .tech-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:1rem}@media(min-width:768px){.ai-ml-service .content-side .tech-stack .tech-title{font-size:1.2rem;margin-bottom:1.5rem}}.ai-ml-service .content-side .tech-stack .tech-bars .tech-bar-item{margin-bottom:.75rem}@media(min-width:768px){.ai-ml-service .content-side .tech-stack .tech-bars .tech-bar-item{margin-bottom:1rem}}.ai-ml-service .content-side .tech-stack .tech-bars .tech-bar-item .tech-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}@media(min-width:768px){.ai-ml-service .content-side .tech-stack .tech-bars .tech-bar-item .tech-header{margin-bottom:.5rem}}.ai-ml-service .content-side .tech-stack .tech-bars .tech-bar-item .tech-header .tech-info{display:flex;align-items:center;gap:.5rem;min-width:0}.ai-ml-service .content-side .tech-stack .tech-bars .tech-bar-item .tech-header .tech-info .tech-icon{font-size:1.1rem;flex-shrink:0}@media(min-width:768px){.ai-ml-service .content-side .tech-stack .tech-bars .tech-bar-item .tech-header .tech-info .tech-icon{font-size:1.2rem}}.ai-ml-service .content-side .tech-stack .tech-bars .tech-bar-item .tech-header .tech-info .tech-name{font-size:.9rem;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.ai-ml-service .content-side .tech-stack .tech-bars .tech-bar-item .tech-header .tech-info .tech-name{font-size:.9rem}}.ai-ml-service .content-side .tech-stack .tech-bars .tech-bar-item .tech-header .tech-level{font-size:.8rem;color:#b0b0b0;flex-shrink:0}@media(min-width:768px){.ai-ml-service .content-side .tech-stack .tech-bars .tech-bar-item .tech-header .tech-level{font-size:.85rem}}.ai-ml-service .content-side .tech-stack .tech-bars .tech-bar-item .bar-container{height:5px;background:#ffffff1a;border-radius:2.5px;overflow:hidden}@media(min-width:768px){.ai-ml-service .content-side .tech-stack .tech-bars .tech-bar-item .bar-container{height:6px;border-radius:3px}}.ai-ml-service .content-side .tech-stack .tech-bars .tech-bar-item .bar-container .bar-fill{height:100%;border-radius:2.5px;transition:width 1s ease}@media(min-width:768px){.ai-ml-service .content-side .tech-stack .tech-bars .tech-bar-item .bar-container .bar-fill{border-radius:3px}}.ai-ml-service .content-side .capabilities-grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:1.5rem}@media(min-width:480px){.ai-ml-service .content-side .capabilities-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:359px){.ai-ml-service .content-side .capabilities-grid{grid-template-columns:1fr}}@media(min-width:768px){.ai-ml-service .content-side .capabilities-grid{margin-bottom:2rem}}.ai-ml-service .content-side .capabilities-grid .capability-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.75rem;display:flex;align-items:flex-start;gap:.75rem;transition:all .3s ease;min-height:90px}@media(min-width:480px){.ai-ml-service .content-side .capabilities-grid .capability-card{align-items:center;min-height:auto}}@media(min-width:768px){.ai-ml-service .content-side .capabilities-grid .capability-card{border-radius:12px;padding:1rem;gap:1rem}}.ai-ml-service .content-side .capabilities-grid .capability-card:hover{transform:translateY(-5px);border-color:#ff751f;background:#ff751f1a}.ai-ml-service .content-side .capabilities-grid .capability-card .capability-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}@media(min-width:768px){.ai-ml-service .content-side .capabilities-grid .capability-card .capability-icon{width:48px;height:48px;border-radius:12px;font-size:1.2rem}}.ai-ml-service .content-side .capabilities-grid .capability-card .capability-info{flex:1;min-width:0}.ai-ml-service .content-side .capabilities-grid .capability-card .capability-info .capability-title{font-size:.95rem;font-weight:600;color:#fff;margin:0 0 .2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.ai-ml-service .content-side .capabilities-grid .capability-card .capability-info .capability-title{font-size:1rem;margin-bottom:.25rem}}.ai-ml-service .content-side .capabilities-grid .capability-card .capability-info .capability-desc{font-size:.8rem;color:#b0b0b0;margin:0;line-height:1.3}@media(min-width:768px){.ai-ml-service .content-side .capabilities-grid .capability-card .capability-info .capability-desc{font-size:.85rem}}.ai-ml-service .content-side .cta-button{position:relative;padding:.875rem 1.5rem;background:linear-gradient(135deg,#ff751f,#fe9e1f);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;overflow:hidden;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;width:100%;max-width:300px}@media(min-width:480px){.ai-ml-service .content-side .cta-button{max-width:none;width:auto}}@media(min-width:768px){.ai-ml-service .content-side .cta-button{padding:1rem 2rem;border-radius:12px;font-size:1.1rem}}.ai-ml-service .content-side .cta-button .cta-icon{font-size:1.1rem}@media(min-width:768px){.ai-ml-service .content-side .cta-button .cta-icon{font-size:1.2rem}}.ai-ml-service .content-side .cta-button .button-gradient{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s}.ai-ml-service .content-side .cta-button:hover .button-gradient{left:100%}.ai-ml-service .content-side .cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff751f4d}.ai-ml-service .content-side .cta-button span{position:relative;z-index:1}.app:not(.dark) .ai-ml-service{background:linear-gradient(135deg,#f0f2ff,#fff);color:#333}.app:not(.dark) .ai-ml-service .neural-network-bg .neural-connection{background:linear-gradient(90deg,transparent,rgba(255,117,31,.2),transparent)}.app:not(.dark) .ai-ml-service .neural-visualization .training-panel,.app:not(.dark) .ai-ml-service .neural-visualization .output-preview{background:#fff;border:1px solid #e5e7eb;color:#333}.app:not(.dark) .ai-ml-service .neural-visualization .training-panel .panel-header,.app:not(.dark) .ai-ml-service .neural-visualization .training-panel .preview-header,.app:not(.dark) .ai-ml-service .neural-visualization .output-preview .panel-header,.app:not(.dark) .ai-ml-service .neural-visualization .output-preview .preview-header{background:#f8f9fa;border-bottom-color:#e5e7eb}.app:not(.dark) .ai-ml-service .neural-visualization .training-panel .training-status,.app:not(.dark) .ai-ml-service .neural-visualization .output-preview .training-status{color:#666}.app:not(.dark) .ai-ml-service .neural-visualization .training-panel .progress-bar,.app:not(.dark) .ai-ml-service .neural-visualization .output-preview .progress-bar{background:#e5e7eb}.app:not(.dark) .ai-ml-service .neural-visualization .training-panel .progress-info,.app:not(.dark) .ai-ml-service .neural-visualization .output-preview .progress-info{color:#666}.app:not(.dark) .ai-ml-service .neural-visualization .training-panel .metric .metric-label,.app:not(.dark) .ai-ml-service .neural-visualization .output-preview .metric .metric-label{color:#666}.app:not(.dark) .ai-ml-service .neural-visualization .training-panel .metric .metric-value,.app:not(.dark) .ai-ml-service .neural-visualization .output-preview .metric .metric-value{color:#333}.app:not(.dark) .ai-ml-service .neural-visualization .output-preview .preview-content .cv-preview .image-container{background:#f8f9fa}.app:not(.dark) .ai-ml-service .neural-visualization .output-preview .preview-content .nlp-preview .input-text{background:#f8f9fa;color:#555}.app:not(.dark) .ai-ml-service .neural-visualization .output-preview .preview-content .generative-preview .generated-content{background:#f8f9fa}.app:not(.dark) .ai-ml-service .neural-visualization .output-preview .preview-content .generative-preview .generated-content .content-line{background:#e5e7eb}.app:not(.dark) .ai-ml-service .content-side .service-badge{background:#ff751f1a;border-color:#ff751f33;color:#ff751f}.app:not(.dark) .ai-ml-service .content-side .service-description{color:#666}.app:not(.dark) .ai-ml-service .content-side .domain-selector .domain-tab{background:#f8f9fa;color:#666}.app:not(.dark) .ai-ml-service .content-side .domain-selector .domain-tab:hover{background:#fff}.app:not(.dark) .ai-ml-service .content-side .domain-selector .domain-tab.active{background:#fff;box-shadow:0 5px 20px #ff751f26}.app:not(.dark) .ai-ml-service .content-side .domain-details{background:#fff;border:1px solid #e5e7eb}.app:not(.dark) .ai-ml-service .content-side .domain-details .domain-header .model-count{background:#f8f9fa;color:#666}.app:not(.dark) .ai-ml-service .content-side .domain-details .list-title{color:#333}.app:not(.dark) .ai-ml-service .content-side .domain-details .models-grid .model-card{background:#f8f9fa;border-color:#e5e7eb}.app:not(.dark) .ai-ml-service .content-side .domain-details .models-grid .model-card .model-info .model-name{color:#333}.app:not(.dark) .ai-ml-service .content-side .tech-stack .tech-title{color:#333}.app:not(.dark) .ai-ml-service .content-side .tech-stack .tech-bar-item .tech-info .tech-name{color:#333}.app:not(.dark) .ai-ml-service .content-side .tech-stack .tech-bar-item .tech-level{color:#666}.app:not(.dark) .ai-ml-service .content-side .tech-stack .tech-bar-item .bar-container{background:#e5e7eb}.app:not(.dark) .ai-ml-service .content-side .capabilities-grid .capability-card{background:#fff;border-color:#e5e7eb}.app:not(.dark) .ai-ml-service .content-side .capabilities-grid .capability-card:hover{border-color:#ff751f;background:#ff751f0d}.app:not(.dark) .ai-ml-service .content-side .capabilities-grid .capability-card .capability-info .capability-title{color:#333}.app:not(.dark) .ai-ml-service .content-side .capabilities-grid .capability-card .capability-info .capability-desc{color:#666}.dark .ai-ml-service .content-side .service-badge{background:#fdcd3733;border-color:#fdcd374d}.dark .ai-ml-service .content-side .service-badge .badge-icon,.dark .ai-ml-service .content-side .service-badge .badge-text{color:#fdcd37}.dark .ai-ml-service .content-side .cta-button{background:linear-gradient(135deg,#fe9e1f,#fdcd37)}.dark .ai-ml-service .content-side .cta-button:hover{box-shadow:0 10px 30px #fdcd374d}@media(max-width:359px){.ai-ml-service{padding:2rem .75rem}.ai-ml-service .neural-visualization .neural-network{height:180px}.ai-ml-service .neural-visualization .neural-network .neuron{width:25px;height:25px}.ai-ml-service .neural-visualization .neural-network .neuron .neuron-core{width:10px;height:10px}.ai-ml-service .content-side .domain-selector .domain-tab{min-height:90px}.ai-ml-service .content-side .domain-selector .domain-tab .tab-title{font-size:.75rem}}@media(max-width:768px){.ai-ml-service .content-side{animation:none!important;transition:none!important;transform:none!important;opacity:1!important;visibility:visible!important;display:block!important;position:relative!important;z-index:20!important;height:auto!important;min-height:auto!important;overflow:visible!important}.ai-ml-service .content-side .motion-div{opacity:1!important;transform:none!important;animation:none!important}.ai-ml-service .service-container{display:flex!important;flex-direction:column!important}.ai-ml-service .service-container .neural-visualization,.ai-ml-service .service-container .content-side{width:100%!important;max-width:100%!important;flex:0 0 auto!important}}[dir=rtl]:lang(ar) .ai-ml-service{direction:rtl}[dir=rtl]:lang(ar) .ai-ml-service .content-side .service-title{text-align:center!important;display:block!important;width:100%!important;margin-left:auto!important;margin-right:auto!important}[dir=rtl]:lang(ar) .ai-ml-service .content-side .service-description{text-align:right!important;direction:rtl!important}@media(min-width:480px){[dir=rtl]:lang(ar) .ai-ml-service .domain-selector .domain-tab{flex-direction:row-reverse!important;text-align:right!important}[dir=rtl]:lang(ar) .ai-ml-service .domain-selector .domain-tab .tab-icon{margin-left:.75rem;margin-right:0}[dir=rtl]:lang(ar) .ai-ml-service .domain-selector .domain-tab .tab-title{text-align:right!important}}@media(max-width:479px){[dir=rtl]:lang(ar) .ai-ml-service .domain-selector .domain-tab{text-align:center!important}}[dir=rtl]:lang(ar) .ai-ml-service .domain-details .domain-header{flex-direction:row-reverse!important;justify-content:flex-start!important}[dir=rtl]:lang(ar) .ai-ml-service .domain-details .domain-header .domain-title{text-align:right!important;margin-left:1rem!important;margin-right:0!important}[dir=rtl]:lang(ar) .ai-ml-service .domain-details .domain-header .model-count{margin-left:0!important;margin-right:auto!important}[dir=rtl]:lang(ar) .ai-ml-service .domain-details .applications-list .list-title{text-align:right!important}[dir=rtl]:lang(ar) .ai-ml-service .domain-details .applications-list .tags-grid .app-tag{text-align:center!important}[dir=rtl]:lang(ar) .ai-ml-service .domain-details .models-list .list-title{text-align:right!important}[dir=rtl]:lang(ar) .ai-ml-service .domain-details .models-list .models-grid .model-card{flex-direction:row-reverse!important;text-align:right!important}[dir=rtl]:lang(ar) .ai-ml-service .domain-details .models-list .models-grid .model-card .model-icon{margin-left:.75rem!important;margin-right:0!important}[dir=rtl]:lang(ar) .ai-ml-service .domain-details .models-list .models-grid .model-card .model-info{text-align:right!important}[dir=rtl]:lang(ar) .ai-ml-service .domain-details .models-list .models-grid .model-card .model-info .model-name{text-align:right!important}[dir=rtl]:lang(ar) .ai-ml-service .domain-details .models-list .models-grid .model-card .model-info .model-type{text-align:right!important}[dir=rtl]:lang(ar) .ai-ml-service .tech-stack .tech-title{text-align:right!important}[dir=rtl]:lang(ar) .ai-ml-service .tech-stack .tech-bars .tech-bar-item .tech-header{flex-direction:row-reverse!important;direction:rtl!important}[dir=rtl]:lang(ar) .ai-ml-service .tech-stack .tech-bars .tech-bar-item .tech-header .tech-info{flex-direction:row-reverse!important}[dir=rtl]:lang(ar) .ai-ml-service .tech-stack .tech-bars .tech-bar-item .tech-header .tech-info .tech-icon{margin-left:.5rem!important;margin-right:0!important}[dir=rtl]:lang(ar) .ai-ml-service .tech-stack .tech-bars .tech-bar-item .tech-header .tech-info .tech-name{text-align:right!important}[dir=rtl]:lang(ar) .ai-ml-service .tech-stack .tech-bars .tech-bar-item .tech-header .tech-level{order:-1;margin-left:0!important;margin-right:auto!important}[dir=rtl]:lang(ar) .ai-ml-service .tech-stack .tech-bars .tech-bar-item .bar-container .bar-fill{float:right!important}[dir=rtl]:lang(ar) .ai-ml-service .capabilities-grid .capability-card{flex-direction:row-reverse!important;text-align:right!important}[dir=rtl]:lang(ar) .ai-ml-service .capabilities-grid .capability-card .capability-icon{margin-left:1rem!important;margin-right:0!important}[dir=rtl]:lang(ar) .ai-ml-service .capabilities-grid .capability-card .capability-info{text-align:right!important}[dir=rtl]:lang(ar) .ai-ml-service .capabilities-grid .capability-card .capability-info .capability-title,[dir=rtl]:lang(ar) .ai-ml-service .capabilities-grid .capability-card .capability-info .capability-desc{text-align:right!important}[dir=rtl]:lang(ar) .ai-ml-service .service-badge{flex-direction:row-reverse!important}[dir=rtl]:lang(ar) .ai-ml-service .service-badge .badge-icon{margin-left:.5rem!important;margin-right:0!important}[dir=rtl]:lang(ar) .ai-ml-service .cta-button{flex-direction:row-reverse!important}[dir=rtl]:lang(ar) .ai-ml-service .cta-button .cta-icon{order:-1;margin-right:.75rem!important;margin-left:0!important}[dir=rtl]:lang(ar) .ai-ml-service .cta-button .button-gradient{left:100%!important;transform:scaleX(-1)!important}[dir=rtl]:lang(ar) .ai-ml-service .cta-button:hover .button-gradient{left:-100%!important}[dir=rtl]:lang(ar) .ai-ml-service .neural-visualization .neural-connections .connection{transform-origin:right center!important}@media(max-width:768px){[dir=rtl]:lang(ar) .ai-ml-service .content-side .domain-details .domain-header{flex-direction:column!important;align-items:flex-end!important}[dir=rtl]:lang(ar) .ai-ml-service .content-side .domain-details .domain-header .domain-title{text-align:center!important;margin-left:0!important;width:100%!important}[dir=rtl]:lang(ar) .ai-ml-service .content-side .domain-details .domain-header .model-count{margin-right:0!important;align-self:flex-end!important}}@media(max-width:480px){[dir=rtl]:lang(ar) .ai-ml-service .content-side .service-description{text-align:center!important}[dir=rtl]:lang(ar) .ai-ml-service .content-side .domain-selector .domain-tab .tab-title{text-align:center!important}[dir=rtl]:lang(ar) .ai-ml-service .content-side .domain-details .domain-header .domain-title{text-align:center!important}[dir=rtl]:lang(ar) .ai-ml-service .content-side .domain-details .domain-header .model-count{align-self:center!important;margin-right:0!important}[dir=rtl]:lang(ar) .ai-ml-service .content-side .models-list .models-grid .model-card{flex-direction:column!important;text-align:center!important}[dir=rtl]:lang(ar) .ai-ml-service .content-side .models-list .models-grid .model-card .model-icon{margin-left:0!important;margin-bottom:.5rem}[dir=rtl]:lang(ar) .ai-ml-service .content-side .models-list .models-grid .model-card .model-info{text-align:center!important}[dir=rtl]:lang(ar) .ai-ml-service .content-side .models-list .models-grid .model-card .model-info .model-name,[dir=rtl]:lang(ar) .ai-ml-service .content-side .models-list .models-grid .model-card .model-info .model-type{text-align:center!important}[dir=rtl]:lang(ar) .ai-ml-service .content-side .capabilities-grid .capability-card{flex-direction:column!important;text-align:center!important}[dir=rtl]:lang(ar) .ai-ml-service .content-side .capabilities-grid .capability-card .capability-icon{margin-left:0!important;margin-bottom:1rem}[dir=rtl]:lang(ar) .ai-ml-service .content-side .capabilities-grid .capability-card .capability-info{text-align:center!important}[dir=rtl]:lang(ar) .ai-ml-service .content-side .capabilities-grid .capability-card .capability-info .capability-title,[dir=rtl]:lang(ar) .ai-ml-service .content-side .capabilities-grid .capability-card .capability-info .capability-desc{text-align:center!important}}[dir=ltr] .ai-ml-service,.ai-ml-service:not([dir=rtl]){direction:ltr}[dir=ltr] .ai-ml-service .content-side .service-title,.ai-ml-service:not([dir=rtl]) .content-side .service-title{text-align:center!important}[dir=ltr] .ai-ml-service .content-side .service-description,.ai-ml-service:not([dir=rtl]) .content-side .service-description{text-align:left!important;direction:ltr!important}[dir=ltr] .ai-ml-service .content-side .domain-selector .domain-tab .tab-title,.ai-ml-service:not([dir=rtl]) .content-side .domain-selector .domain-tab .tab-title{text-align:left!important}[dir=ltr] .ai-ml-service .content-side .domain-details .domain-title,[dir=ltr] .ai-ml-service .content-side .domain-details .list-title,.ai-ml-service:not([dir=rtl]) .content-side .domain-details .domain-title,.ai-ml-service:not([dir=rtl]) .content-side .domain-details .list-title{text-align:left!important}[dir=ltr] .ai-ml-service .content-side .domain-details .models-grid .model-card .model-info,.ai-ml-service:not([dir=rtl]) .content-side .domain-details .models-grid .model-card .model-info{text-align:left!important}[dir=ltr] .ai-ml-service .content-side .tech-stack .tech-title,.ai-ml-service:not([dir=rtl]) .content-side .tech-stack .tech-title{text-align:left!important}[dir=ltr] .ai-ml-service .content-side .tech-stack .tech-bars .tech-bar-item .tech-info .tech-name,.ai-ml-service:not([dir=rtl]) .content-side .tech-stack .tech-bars .tech-bar-item .tech-info .tech-name{text-align:left!important}[dir=ltr] .ai-ml-service .content-side .tech-stack .tech-bars .tech-bar-item .bar-container .bar-fill,.ai-ml-service:not([dir=rtl]) .content-side .tech-stack .tech-bars .tech-bar-item .bar-container .bar-fill{float:left!important}[dir=ltr] .ai-ml-service .content-side .capabilities-grid .capability-card .capability-info,.ai-ml-service:not([dir=rtl]) .content-side .capabilities-grid .capability-card .capability-info{text-align:left!important}[dir=ltr] .ai-ml-service .content-side .service-badge,.ai-ml-service:not([dir=rtl]) .content-side .service-badge{flex-direction:row!important}[dir=ltr] .ai-ml-service .content-side .cta-button,.ai-ml-service:not([dir=rtl]) .content-side .cta-button{flex-direction:row!important}.ai-ml-service[data-lang=en]{direction:ltr!important}.ai-ml-service[data-lang=ar]{direction:rtl!important}@media print{.ai-ml-service{background:#fff!important;color:#000!important;padding:2rem 0!important;overflow:visible!important}.ai-ml-service .neural-network-bg,.ai-ml-service .neural-visualization{display:none!important}.ai-ml-service .service-container{display:block!important;max-width:100%!important}.ai-ml-service .content-side{display:block!important;opacity:1!important;width:100%!important;page-break-inside:avoid}.ai-ml-service .content-side .service-title{-webkit-text-fill-color:black!important;color:#000!important;background:none!important}}.incubator-service{padding:3rem 1rem;background:linear-gradient(135deg,#fff,#f8f9fa);position:relative;overflow:hidden}@media(min-width:768px){.incubator-service{padding:6rem 2rem;overflow:hidden}}@media(max-width:1023px){.incubator-service{overflow:visible!important}.incubator-service .service-container{overflow:visible}}.incubator-service .corporate-pattern-bg{position:absolute;inset:0;opacity:.02;background-image:radial-gradient(circle at 25% 25%,#ff751f 2px,transparent 2px),radial-gradient(circle at 75% 75%,#fe9e1f 2px,transparent 2px);background-size:60px 60px;pointer-events:none}@media(min-width:768px){.incubator-service .corporate-pattern-bg{background-size:100px 100px}}.incubator-service .service-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:3rem;position:relative;z-index:2}@media(min-width:1024px){.incubator-service .service-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}}@media(min-width:1200px){.incubator-service .service-container{gap:5rem}}@media(max-width:1023px){.incubator-service .service-container{overflow:visible}}@media(min-width:1024px){.incubator-service.reverse .service-container{direction:rtl}}@media(min-width:1024px){.incubator-service.reverse .service-container .content-side,.incubator-service.reverse .service-container .dashboard-side{direction:ltr}}.incubator-service .content-side{order:1;width:100%;overflow:visible}@media(min-width:1024px){.incubator-service .content-side{order:initial}}@media(max-width:1023px){.incubator-service .content-side{opacity:1!important;transform:none!important;overflow:visible!important;min-height:auto!important;display:block!important;visibility:visible!important}.incubator-service .content-side *{visibility:visible!important;opacity:1!important}}.incubator-service .content-side .service-badge{display:inline-flex;align-items:center;gap:.4rem;background:#ff751f1a;padding:.4rem .8rem;border-radius:40px;margin-bottom:1rem;border:1px solid rgba(255,117,31,.3);max-width:100%}@media(min-width:768px){.incubator-service .content-side .service-badge{gap:.5rem;padding:.5rem 1rem;margin-bottom:1.5rem;border-radius:50px}}.incubator-service .content-side .service-badge .badge-icon{color:#ff751f;font-size:.9rem}@media(min-width:768px){.incubator-service .content-side .service-badge .badge-icon{font-size:1rem}}.incubator-service .content-side .service-badge .badge-text{color:#ff751f;font-weight:600;font-size:.8rem;letter-spacing:.3px;white-space:nowrap}@media(min-width:768px){.incubator-service .content-side .service-badge .badge-text{font-size:.9rem;letter-spacing:.5px}}.incubator-service .content-side .service-title{font-size:1.75rem;font-weight:700;line-height:1.2;margin-bottom:1rem;background:linear-gradient(135deg,#ff751f,#fe9e1f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;width:100%;overflow:visible}@media(min-width:480px){.incubator-service .content-side .service-title{font-size:2rem}}@media(min-width:768px){.incubator-service .content-side .service-title{font-size:2.5rem;margin-bottom:1.5rem}}@media(max-width:1023px){.incubator-service .content-side .service-title{opacity:1!important;transform:none!important}}.incubator-service .content-side .service-description{font-size:1rem;line-height:1.5;color:#555;margin-bottom:1.5rem;width:100%;overflow:visible}@media(min-width:768px){.incubator-service .content-side .service-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem}}@media(max-width:1023px){.incubator-service .content-side .service-description{opacity:1!important;transform:none!important}}.incubator-service .content-side .metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem;width:100%;overflow:visible}@media(min-width:480px){.incubator-service .content-side .metrics-grid{gap:1rem}}@media(min-width:768px){.incubator-service .content-side .metrics-grid{margin-bottom:2rem}}@media(max-width:359px){.incubator-service .content-side .metrics-grid{grid-template-columns:1fr}}@media(max-width:767px){.incubator-service .content-side .metrics-grid{grid-template-columns:1fr}}@media(max-width:767px)and (min-width:360px){.incubator-service .content-side .metrics-grid{grid-template-columns:repeat(2,1fr)}}.incubator-service .content-side .metrics-grid .metric-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;cursor:pointer;min-height:90px;width:100%;overflow:visible;opacity:1!important;transform:none!important}@media(min-width:480px){.incubator-service .content-side .metrics-grid .metric-card{border-radius:12px;padding:1.25rem;gap:1rem;min-height:auto}}@media(max-width:767px){.incubator-service .content-side .metrics-grid .metric-card{min-height:auto!important;padding:1rem!important}}.incubator-service .content-side .metrics-grid .metric-card:hover{border-color:#ff751f;transform:translateY(-5px);box-shadow:0 10px 25px #ff751f1a}.incubator-service .content-side .metrics-grid .metric-card .metric-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff751f1a,#fdcd371a);color:#ff751f;font-size:1rem;flex-shrink:0}@media(min-width:768px){.incubator-service .content-side .metrics-grid .metric-card .metric-icon{width:48px;height:48px;border-radius:12px;font-size:1.2rem}}.incubator-service .content-side .metrics-grid .metric-card .metric-content{flex:1;min-width:0}.incubator-service .content-side .metrics-grid .metric-card .metric-content .metric-value{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:.2rem;line-height:1}@media(min-width:768px){.incubator-service .content-side .metrics-grid .metric-card .metric-content .metric-value{font-size:1.5rem;margin-bottom:.25rem}}.incubator-service .content-side .metrics-grid .metric-card .metric-content .metric-label{font-size:.8rem;color:#666;margin-bottom:.2rem;line-height:1.2}@media(min-width:768px){.incubator-service .content-side .metrics-grid .metric-card .metric-content .metric-label{font-size:.85rem;margin-bottom:.25rem}}.incubator-service .content-side .metrics-grid .metric-card .metric-content .metric-change{font-size:.7rem;color:#10b981;font-weight:600;background:#10b9811a;padding:.1rem .4rem;border-radius:8px;display:inline-block}@media(min-width:768px){.incubator-service .content-side .metrics-grid .metric-card .metric-content .metric-change{font-size:.75rem;padding:.1rem .5rem;border-radius:10px}}.incubator-service .content-side .phase-selector{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1.5rem;width:100%;overflow:visible}@media(min-width:480px){.incubator-service .content-side .phase-selector{gap:.75rem}}@media(min-width:768px){.incubator-service .content-side .phase-selector{margin-bottom:2rem}}@media(max-width:359px){.incubator-service .content-side .phase-selector{grid-template-columns:1fr}}@media(max-width:767px){.incubator-service .content-side .phase-selector{grid-template-columns:1fr}}@media(max-width:767px)and (min-width:360px){.incubator-service .content-side .phase-selector{grid-template-columns:repeat(2,1fr)}}.incubator-service .content-side .phase-selector .phase-tab{background:#fff;border:2px solid transparent;border-radius:10px;padding:.75rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease;text-align:center;min-height:100px;width:100%;overflow:visible}@media(min-width:480px){.incubator-service .content-side .phase-selector .phase-tab{flex-direction:row;text-align:left;min-height:auto;gap:.75rem}}@media(min-width:768px){.incubator-service .content-side .phase-selector .phase-tab{border-radius:12px;padding:1rem}}@media(max-width:767px){.incubator-service .content-side .phase-selector .phase-tab{min-height:auto!important;flex-direction:row!important;text-align:left!important}}.incubator-service .content-side .phase-selector .phase-tab:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.incubator-service .content-side .phase-selector .phase-tab.active{background:#fff;box-shadow:0 5px 20px #ff751f26}.incubator-service .content-side .phase-selector .phase-tab .tab-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:all .3s ease;flex-shrink:0}@media(min-width:768px){.incubator-service .content-side .phase-selector .phase-tab .tab-icon{width:40px;height:40px;border-radius:10px;font-size:1.2rem}}.incubator-service .content-side .phase-selector .phase-tab .tab-title{font-size:.85rem;flex:1;line-height:1.2;width:100%}@media(min-width:480px){.incubator-service .content-side .phase-selector .phase-tab .tab-title{font-size:.9rem}}@media(min-width:768px){.incubator-service .content-side .phase-selector .phase-tab .tab-title{font-size:1rem}}.incubator-service .content-side .phase-details{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.25rem;margin-bottom:1.5rem;box-shadow:0 4px 15px #0000000d;width:100%;overflow:visible}@media(min-width:768px){.incubator-service .content-side .phase-details{border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 5px 20px #0000000d}}.incubator-service .content-side .phase-details .phase-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}@media(min-width:480px){.incubator-service .content-side .phase-details .phase-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}}@media(min-width:768px){.incubator-service .content-side .phase-details .phase-header{margin-bottom:1.5rem}}.incubator-service .content-side .phase-details .phase-header .phase-title{font-size:1.25rem;font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.incubator-service .content-side .phase-details .phase-header .phase-title{font-size:1.5rem}}.incubator-service .content-side .phase-details .phase-header .phase-duration{background:#f8f9fa;padding:.2rem .6rem;border-radius:16px;font-size:.85rem;align-self:flex-start}@media(min-width:480px){.incubator-service .content-side .phase-details .phase-header .phase-duration{align-self:center;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}}.incubator-service .content-side .phase-details .phase-header .phase-duration .duration-label{color:#666;margin-right:.4rem}@media(min-width:768px){.incubator-service .content-side .phase-details .phase-header .phase-duration .duration-label{margin-right:.5rem}}.incubator-service .content-side .phase-details .phase-header .phase-duration .duration-value{font-weight:600;color:#333}.incubator-service .content-side .phase-details .milestones-list .list-title{font-size:.95rem;font-weight:600;color:#333;margin:0 0 1rem}@media(min-width:768px){.incubator-service .content-side .phase-details .milestones-list .list-title{font-size:1rem}}.incubator-service .content-side .phase-details .milestones-list .milestones-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:480px){.incubator-service .content-side .phase-details .milestones-list .milestones-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:359px){.incubator-service .content-side .phase-details .milestones-list .milestones-grid{grid-template-columns:1fr}}@media(max-width:767px){.incubator-service .content-side .phase-details .milestones-list .milestones-grid{grid-template-columns:1fr}}@media(max-width:767px)and (min-width:360px){.incubator-service .content-side .phase-details .milestones-list .milestones-grid{grid-template-columns:repeat(2,1fr)}}.incubator-service .content-side .phase-details .milestones-list .milestones-grid .milestone-card{display:flex;align-items:center;gap:.75rem;padding:.6rem;background:#f8f9fa;border-radius:6px;border:1px solid #e5e7eb;min-height:60px}@media(min-width:480px){.incubator-service .content-side .phase-details .milestones-list .milestones-grid .milestone-card{padding:.75rem;min-height:auto}}@media(min-width:768px){.incubator-service .content-side .phase-details .milestones-list .milestones-grid .milestone-card{border-radius:8px}}@media(max-width:767px){.incubator-service .content-side .phase-details .milestones-list .milestones-grid .milestone-card{min-height:auto!important}}.incubator-service .content-side .phase-details .milestones-list .milestones-grid .milestone-card .milestone-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem;flex-shrink:0}@media(min-width:768px){.incubator-service .content-side .phase-details .milestones-list .milestones-grid .milestone-card .milestone-icon{width:32px;height:32px;border-radius:8px;font-size:.9rem}}.incubator-service .content-side .phase-details .milestones-list .milestones-grid .milestone-card .milestone-text{font-size:.85rem;color:#555;line-height:1.3}@media(min-width:768px){.incubator-service .content-side .phase-details .milestones-list .milestones-grid .milestone-card .milestone-text{font-size:.9rem}}.incubator-service .content-side .services-overview{margin-bottom:1.5rem;width:100%;overflow:visible}@media(min-width:768px){.incubator-service .content-side .services-overview{margin-bottom:2rem}}.incubator-service .content-side .services-overview .overview-title{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:1rem}@media(min-width:768px){.incubator-service .content-side .services-overview .overview-title{font-size:1.2rem;margin-bottom:1.5rem}}.incubator-service .content-side .services-overview .services-categories .service-category{margin-bottom:1.5rem}.incubator-service .content-side .services-overview .services-categories .service-category:last-child{margin-bottom:0}.incubator-service .content-side .services-overview .services-categories .service-category .category-title{font-size:.95rem;font-weight:600;color:#555;margin:0 0 .75rem}@media(min-width:768px){.incubator-service .content-side .services-overview .services-categories .service-category .category-title{font-size:1rem}}.incubator-service .content-side .services-overview .services-categories .service-category .category-items{display:grid;grid-template-columns:1fr;gap:.5rem}@media(min-width:480px){.incubator-service .content-side .services-overview .services-categories .service-category .category-items{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media(max-width:359px){.incubator-service .content-side .services-overview .services-categories .service-category .category-items{grid-template-columns:1fr}}@media(max-width:767px){.incubator-service .content-side .services-overview .services-categories .service-category .category-items{grid-template-columns:1fr}}@media(max-width:767px)and (min-width:360px){.incubator-service .content-side .services-overview .services-categories .service-category .category-items{grid-template-columns:repeat(2,1fr)}}.incubator-service .content-side .services-overview .services-categories .service-category .category-items .service-item{display:flex;align-items:center;gap:.5rem;padding:.6rem;background:#f8f9fa;border-radius:6px;border:1px solid #e5e7eb;transition:all .3s ease;min-height:50px}@media(min-width:768px){.incubator-service .content-side .services-overview .services-categories .service-category .category-items .service-item{padding:.75rem;border-radius:8px;min-height:auto}}@media(max-width:767px){.incubator-service .content-side .services-overview .services-categories .service-category .category-items .service-item{min-height:auto!important}}.incubator-service .content-side .services-overview .services-categories .service-category .category-items .service-item:hover{background:#fff;border-color:#ff751f;transform:translateY(-2px)}.incubator-service .content-side .services-overview .services-categories .service-category .category-items .service-item .item-icon{color:#ff751f;font-size:.85rem}@media(min-width:768px){.incubator-service .content-side .services-overview .services-categories .service-category .category-items .service-item .item-icon{font-size:.9rem}}.incubator-service .content-side .services-overview .services-categories .service-category .category-items .service-item .item-name{font-size:.8rem;color:#555}@media(min-width:768px){.incubator-service .content-side .services-overview .services-categories .service-category .category-items .service-item .item-name{font-size:.85rem}}.incubator-service .content-side .cta-button{position:relative;padding:.875rem 1.5rem;background:linear-gradient(135deg,#ff751f,#fe9e1f);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;overflow:hidden;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;width:100%;max-width:300px;z-index:10}@media(min-width:480px){.incubator-service .content-side .cta-button{max-width:none;width:auto}}@media(min-width:768px){.incubator-service .content-side .cta-button{padding:1rem 2rem;border-radius:12px;font-size:1.1rem}}@media(max-width:767px){.incubator-service .content-side .cta-button{width:100%!important;max-width:100%!important;position:relative!important;z-index:10}}.incubator-service .content-side .cta-button .cta-icon{font-size:1.1rem}@media(min-width:768px){.incubator-service .content-side .cta-button .cta-icon{font-size:1.2rem}}.incubator-service .content-side .cta-button .button-gradient{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s}.incubator-service .content-side .cta-button:hover .button-gradient{left:100%}.incubator-service .content-side .cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff751f4d}.incubator-service .content-side .cta-button span{position:relative;z-index:1}.incubator-service .dashboard-side{order:2;width:100%;overflow:visible}@media(min-width:1024px){.incubator-service .dashboard-side{order:initial}}@media(max-width:1023px){.incubator-service .dashboard-side{opacity:1!important;transform:none!important;overflow:visible!important;min-height:auto!important;display:block!important;visibility:visible!important}}.incubator-service .dashboard-side .portfolio-dashboard{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.25rem;margin-bottom:1.5rem;box-shadow:0 4px 15px #0000000d}@media(min-width:768px){.incubator-service .dashboard-side .portfolio-dashboard{border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 10px 30px #0000000d}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}@media(min-width:480px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}}@media(min-width:768px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-header{margin-bottom:1.5rem}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-header .dashboard-title{font-size:1.1rem;font-weight:600;color:#333;margin:0}@media(min-width:768px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-header .dashboard-title{font-size:1.2rem}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-header .dashboard-status{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#10b981;align-self:flex-start}@media(min-width:480px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-header .dashboard-status{align-self:center}}@media(min-width:768px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-header .dashboard-status{gap:.5rem;font-size:.85rem}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-header .dashboard-status .status-indicator{width:6px;height:6px;border-radius:50%;background:#10b981;animation:pulse 2s infinite}@media(min-width:768px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-header .dashboard-status .status-indicator{width:8px;height:8px}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section{margin-bottom:1.25rem}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section:last-child{margin-bottom:0}@media(min-width:768px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section{margin-bottom:1.5rem}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .section-header{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}@media(min-width:480px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .section-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .section-header .section-title{font-size:.95rem;font-weight:600;color:#555;margin:0}@media(min-width:768px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .section-header .section-title{font-size:.95rem}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .section-header .section-value{font-size:.9rem;font-weight:600;color:#333;align-self:flex-start}@media(min-width:480px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .section-header .section-value{align-self:center}}@media(min-width:768px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .section-header .section-value{font-size:.9rem}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .progress-container .progress-bar{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;margin-bottom:.5rem}@media(min-width:768px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .progress-container .progress-bar{height:8px;border-radius:4px}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .progress-container .progress-bar .progress-fill{height:100%;border-radius:3px;transition:width .3s ease}@media(min-width:768px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .progress-container .progress-bar .progress-fill{border-radius:4px}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .progress-container .progress-info{display:flex;justify-content:space-between;font-size:.8rem;color:#666}@media(min-width:768px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .progress-container .progress-info{font-size:.85rem}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .metrics-chart .chart-bars{display:flex;align-items:flex-end;gap:.5rem;height:80px}@media(min-width:480px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .metrics-chart .chart-bars{gap:.75rem}}@media(min-width:768px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .metrics-chart .chart-bars{height:100px}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .metrics-chart .chart-bars .chart-bar-container{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .metrics-chart .chart-bars .chart-bar-container .chart-bar{width:100%;border-radius:3px 3px 0 0;min-height:5px}@media(min-width:768px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .metrics-chart .chart-bars .chart-bar-container .chart-bar{border-radius:4px 4px 0 0;min-height:10px}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .metrics-chart .chart-bars .chart-bar-container .chart-label{margin-top:.4rem;font-size:.75rem;color:#666}@media(min-width:768px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .metrics-chart .chart-bars .chart-bar-container .chart-label{margin-top:.5rem;font-size:.8rem}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .startups-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:480px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .startups-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:359px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .startups-grid{grid-template-columns:1fr}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .startups-grid .startup-card{display:flex;align-items:center;gap:.75rem;padding:.6rem;background:#f8f9fa;border-radius:6px;border:1px solid #e5e7eb;min-height:60px}@media(min-width:480px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .startups-grid .startup-card{padding:.75rem;min-height:auto}}@media(min-width:768px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .startups-grid .startup-card{border-radius:8px}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .startups-grid .startup-card .startup-avatar{width:32px;height:32px;border-radius:6px;background:linear-gradient(135deg,#ff751f,#fdcd37);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem;flex-shrink:0}@media(min-width:768px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .startups-grid .startup-card .startup-avatar{width:36px;height:36px;border-radius:8px;font-size:.9rem}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .startups-grid .startup-card .startup-info{flex:1;min-width:0}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .startups-grid .startup-card .startup-info .startup-name{font-size:.85rem;font-weight:600;color:#333;margin-bottom:.1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .startups-grid .startup-card .startup-info .startup-name{font-size:.9rem}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .startups-grid .startup-card .startup-info .startup-details{display:flex;gap:.4rem;font-size:.7rem}@media(min-width:768px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .startups-grid .startup-card .startup-info .startup-details{gap:.5rem;font-size:.75rem}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .startups-grid .startup-card .startup-info .startup-details .startup-stage{color:#ff751f;background:#ff751f1a;padding:.1rem .3rem;border-radius:4px}@media(min-width:768px){.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .startups-grid .startup-card .startup-info .startup-details .startup-stage{padding:.1rem .4rem}}.incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .startups-grid .startup-card .startup-info .startup-details .startup-sector{color:#666}.incubator-service .dashboard-side .timeline-visualization{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.25rem;margin-bottom:1.5rem;box-shadow:0 4px 15px #0000000d}@media(min-width:768px){.incubator-service .dashboard-side .timeline-visualization{border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 10px 30px #0000000d}}.incubator-service .dashboard-side .timeline-visualization .timeline-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}@media(min-width:480px){.incubator-service .dashboard-side .timeline-visualization .timeline-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}}@media(min-width:768px){.incubator-service .dashboard-side .timeline-visualization .timeline-header{margin-bottom:1.5rem}}.incubator-service .dashboard-side .timeline-visualization .timeline-header .timeline-title{font-size:1.1rem;font-weight:600;color:#333;margin:0}@media(min-width:768px){.incubator-service .dashboard-side .timeline-visualization .timeline-header .timeline-title{font-size:1.2rem}}.incubator-service .dashboard-side .timeline-visualization .timeline-header .timeline-phase{font-size:.85rem;font-weight:600;background:#ff751f1a;padding:.2rem .6rem;border-radius:16px;align-self:flex-start}@media(min-width:480px){.incubator-service .dashboard-side .timeline-visualization .timeline-header .timeline-phase{align-self:center;padding:.25rem .75rem;font-size:.9rem;border-radius:20px}}.incubator-service .dashboard-side .timeline-visualization .timeline-track{display:flex;flex-direction:column;gap:1rem;position:relative}@media(min-width:768px){.incubator-service .dashboard-side .timeline-visualization .timeline-track{flex-direction:row;align-items:center;justify-content:space-between;gap:0}}.incubator-service .dashboard-side .timeline-visualization .timeline-track .timeline-marker{display:flex;flex-direction:row;align-items:center;position:relative;cursor:pointer;flex:1;gap:1rem}@media(min-width:768px){.incubator-service .dashboard-side .timeline-visualization .timeline-track .timeline-marker{flex-direction:column;gap:0}}.incubator-service .dashboard-side .timeline-visualization .timeline-track .timeline-marker:hover .marker-dot{transform:scale(1.2)}.incubator-service .dashboard-side .timeline-visualization .timeline-track .timeline-marker .marker-dot{width:40px;height:40px;border-radius:50%;border:3px solid;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;transition:all .3s ease;z-index:2;position:relative;flex-shrink:0}@media(min-width:768px){.incubator-service .dashboard-side .timeline-visualization .timeline-track .timeline-marker .marker-dot{width:48px;height:48px;font-size:1.2rem}}.incubator-service .dashboard-side .timeline-visualization .timeline-track .timeline-marker .marker-label{font-size:.85rem;color:#666;font-weight:500;flex:1}@media(min-width:768px){.incubator-service .dashboard-side .timeline-visualization .timeline-track .timeline-marker .marker-label{margin-top:.75rem;font-size:.8rem;text-align:center;flex:none}}.incubator-service .dashboard-side .timeline-visualization .timeline-track .timeline-marker .timeline-line{position:absolute;top:20px;left:50%;width:3px;height:100%;z-index:1;transform:translate(-50%)}@media(min-width:768px){.incubator-service .dashboard-side .timeline-visualization .timeline-track .timeline-marker .timeline-line{top:24px;left:calc(50% + 24px);width:100%;height:3px}}.incubator-service .dashboard-side .timeline-visualization .timeline-track .timeline-marker:last-child .timeline-line{display:none}@media(min-width:768px){.incubator-service .dashboard-side .timeline-visualization .timeline-track .timeline-marker:not(:last-child) .timeline-line{display:block}}.incubator-service .dashboard-side .readiness-score{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.25rem;box-shadow:0 4px 15px #0000000d}@media(min-width:768px){.incubator-service .dashboard-side .readiness-score{border-radius:16px;padding:1.5rem;box-shadow:0 10px 30px #0000000d}}.incubator-service .dashboard-side .readiness-score .score-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}@media(min-width:480px){.incubator-service .dashboard-side .readiness-score .score-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}}@media(min-width:768px){.incubator-service .dashboard-side .readiness-score .score-header{margin-bottom:1.5rem}}.incubator-service .dashboard-side .readiness-score .score-header .score-title{font-size:1.1rem;font-weight:600;color:#333;margin:0}@media(min-width:768px){.incubator-service .dashboard-side .readiness-score .score-header .score-title{font-size:1.2rem}}.incubator-service .dashboard-side .readiness-score .score-header .score-value{font-size:1.25rem;font-weight:700;color:#10b981;align-self:flex-start}@media(min-width:480px){.incubator-service .dashboard-side .readiness-score .score-header .score-value{align-self:center}}@media(min-width:768px){.incubator-service .dashboard-side .readiness-score .score-header .score-value{font-size:1.5rem}}.incubator-service .dashboard-side .readiness-score .score-factors .score-factor{margin-bottom:1rem}.incubator-service .dashboard-side .readiness-score .score-factors .score-factor:last-child{margin-bottom:0}.incubator-service .dashboard-side .readiness-score .score-factors .score-factor .factor-label{display:block;font-size:.9rem;color:#555;margin-bottom:.25rem}.incubator-service .dashboard-side .readiness-score .score-factors .score-factor .factor-bar{display:flex;align-items:center;gap:.75rem}.incubator-service .dashboard-side .readiness-score .score-factors .score-factor .factor-bar .factor-fill{flex:1;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;position:relative}@media(min-width:768px){.incubator-service .dashboard-side .readiness-score .score-factors .score-factor .factor-bar .factor-fill{height:8px;border-radius:4px}}.incubator-service .dashboard-side .readiness-score .score-factors .score-factor .factor-bar .factor-fill .factor-fill{position:absolute;top:0;left:0;height:100%;border-radius:3px;transition:width 1s ease}@media(min-width:768px){.incubator-service .dashboard-side .readiness-score .score-factors .score-factor .factor-bar .factor-fill .factor-fill{border-radius:4px}}.incubator-service .dashboard-side .readiness-score .score-factors .score-factor .factor-bar .factor-value{font-size:.8rem;font-weight:600;color:#333;min-width:35px}@media(min-width:768px){.incubator-service .dashboard-side .readiness-score .score-factors .score-factor .factor-bar .factor-value{font-size:.85rem;min-width:40px}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.dark .incubator-service{background:linear-gradient(135deg,#1a1a1a,#2a2a2a)}.dark .incubator-service .corporate-pattern-bg{opacity:.05}.dark .incubator-service .content-side .service-badge{background:#fdcd371a;border-color:#fdcd374d}.dark .incubator-service .content-side .service-badge .badge-icon,.dark .incubator-service .content-side .service-badge .badge-text{color:#fdcd37}.dark .incubator-service .content-side .service-title{background:linear-gradient(135deg,#fdcd37,#fe9e1f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .incubator-service .content-side .service-description{color:#b0b0b0}.dark .incubator-service .content-side .metrics-grid .metric-card{background:#2a2a2a;border-color:#444}.dark .incubator-service .content-side .metrics-grid .metric-card:hover{border-color:#fdcd37;box-shadow:0 10px 25px #fdcd371a}.dark .incubator-service .content-side .metrics-grid .metric-card .metric-icon{background:linear-gradient(135deg,#fdcd371a,#fe9e1f1a);color:#fdcd37}.dark .incubator-service .content-side .metrics-grid .metric-card .metric-content .metric-value{color:#fff}.dark .incubator-service .content-side .metrics-grid .metric-card .metric-content .metric-label{color:#a0a0a0}.dark .incubator-service .content-side .phase-selector .phase-tab{background:#2a2a2a;color:#b0b0b0}.dark .incubator-service .content-side .phase-selector .phase-tab:hover{box-shadow:0 5px 15px #0000004d}.dark .incubator-service .content-side .phase-selector .phase-tab.active{background:#333;box-shadow:0 5px 20px #fdcd371a}.dark .incubator-service .content-side .phase-details{background:#2a2a2a;border-color:#444}.dark .incubator-service .content-side .phase-details .phase-header{border-color:#444}.dark .incubator-service .content-side .phase-details .phase-header .phase-duration{background:#333}.dark .incubator-service .content-side .phase-details .phase-header .phase-duration .duration-label{color:#a0a0a0}.dark .incubator-service .content-side .phase-details .phase-header .phase-duration .duration-value{color:#fff}.dark .incubator-service .content-side .phase-details .milestones-list .list-title{color:#e0e0e0}.dark .incubator-service .content-side .phase-details .milestones-list .milestones-grid .milestone-card{background:#333;border-color:#444}.dark .incubator-service .content-side .phase-details .milestones-list .milestones-grid .milestone-card .milestone-text{color:#d0d0d0}.dark .incubator-service .content-side .services-overview .overview-title{color:#e0e0e0}.dark .incubator-service .content-side .services-overview .services-categories .service-category .category-title{color:#d0d0d0}.dark .incubator-service .content-side .services-overview .services-categories .service-category .category-items .service-item{background:#333;border-color:#444;color:#d0d0d0}.dark .incubator-service .content-side .services-overview .services-categories .service-category .category-items .service-item:hover{background:#3a3a3a;border-color:#fdcd37}.dark .incubator-service .content-side .services-overview .services-categories .service-category .category-items .service-item .item-icon{color:#fdcd37}.dark .incubator-service .content-side .services-overview .services-categories .service-category .category-items .service-item .item-name{color:#d0d0d0}.dark .incubator-service .content-side .cta-button{background:linear-gradient(135deg,#fe9e1f,#fdcd37)}.dark .incubator-service .content-side .cta-button:hover{box-shadow:0 10px 30px #fdcd374d}.dark .incubator-service .dashboard-side .portfolio-dashboard,.dark .incubator-service .dashboard-side .timeline-visualization,.dark .incubator-service .dashboard-side .readiness-score{background:#2a2a2a;border-color:#444;color:#e0e0e0}.dark .incubator-service .dashboard-side .portfolio-dashboard .dashboard-header,.dark .incubator-service .dashboard-side .portfolio-dashboard .timeline-header,.dark .incubator-service .dashboard-side .portfolio-dashboard .score-header,.dark .incubator-service .dashboard-side .timeline-visualization .dashboard-header,.dark .incubator-service .dashboard-side .timeline-visualization .timeline-header,.dark .incubator-service .dashboard-side .timeline-visualization .score-header,.dark .incubator-service .dashboard-side .readiness-score .dashboard-header,.dark .incubator-service .dashboard-side .readiness-score .timeline-header,.dark .incubator-service .dashboard-side .readiness-score .score-header{border-color:#444}.dark .incubator-service .dashboard-side .portfolio-dashboard .dashboard-header .dashboard-title,.dark .incubator-service .dashboard-side .portfolio-dashboard .dashboard-header .timeline-title,.dark .incubator-service .dashboard-side .portfolio-dashboard .dashboard-header .score-title,.dark .incubator-service .dashboard-side .portfolio-dashboard .timeline-header .dashboard-title,.dark .incubator-service .dashboard-side .portfolio-dashboard .timeline-header .timeline-title,.dark .incubator-service .dashboard-side .portfolio-dashboard .timeline-header .score-title,.dark .incubator-service .dashboard-side .portfolio-dashboard .score-header .dashboard-title,.dark .incubator-service .dashboard-side .portfolio-dashboard .score-header .timeline-title,.dark .incubator-service .dashboard-side .portfolio-dashboard .score-header .score-title,.dark .incubator-service .dashboard-side .timeline-visualization .dashboard-header .dashboard-title,.dark .incubator-service .dashboard-side .timeline-visualization .dashboard-header .timeline-title,.dark .incubator-service .dashboard-side .timeline-visualization .dashboard-header .score-title,.dark .incubator-service .dashboard-side .timeline-visualization .timeline-header .dashboard-title,.dark .incubator-service .dashboard-side .timeline-visualization .timeline-header .timeline-title,.dark .incubator-service .dashboard-side .timeline-visualization .timeline-header .score-title,.dark .incubator-service .dashboard-side .timeline-visualization .score-header .dashboard-title,.dark .incubator-service .dashboard-side .timeline-visualization .score-header .timeline-title,.dark .incubator-service .dashboard-side .timeline-visualization .score-header .score-title,.dark .incubator-service .dashboard-side .readiness-score .dashboard-header .dashboard-title,.dark .incubator-service .dashboard-side .readiness-score .dashboard-header .timeline-title,.dark .incubator-service .dashboard-side .readiness-score .dashboard-header .score-title,.dark .incubator-service .dashboard-side .readiness-score .timeline-header .dashboard-title,.dark .incubator-service .dashboard-side .readiness-score .timeline-header .timeline-title,.dark .incubator-service .dashboard-side .readiness-score .timeline-header .score-title,.dark .incubator-service .dashboard-side .readiness-score .score-header .dashboard-title,.dark .incubator-service .dashboard-side .readiness-score .score-header .timeline-title,.dark .incubator-service .dashboard-side .readiness-score .score-header .score-title{color:#e0e0e0}.dark .incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .section-header .section-title,.dark .incubator-service .dashboard-side .timeline-visualization .dashboard-section .section-header .section-title,.dark .incubator-service .dashboard-side .readiness-score .dashboard-section .section-header .section-title{color:#d0d0d0}.dark .incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .section-header .section-value,.dark .incubator-service .dashboard-side .timeline-visualization .dashboard-section .section-header .section-value,.dark .incubator-service .dashboard-side .readiness-score .dashboard-section .section-header .section-value{color:#fff}.dark .incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .progress-container .progress-bar,.dark .incubator-service .dashboard-side .timeline-visualization .dashboard-section .progress-container .progress-bar,.dark .incubator-service .dashboard-side .readiness-score .dashboard-section .progress-container .progress-bar{background:#444}.dark .incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .progress-container .progress-info,.dark .incubator-service .dashboard-side .timeline-visualization .dashboard-section .progress-container .progress-info,.dark .incubator-service .dashboard-side .readiness-score .dashboard-section .progress-container .progress-info,.dark .incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .metrics-chart .chart-bars .chart-bar-container .chart-label,.dark .incubator-service .dashboard-side .timeline-visualization .dashboard-section .metrics-chart .chart-bars .chart-bar-container .chart-label,.dark .incubator-service .dashboard-side .readiness-score .dashboard-section .metrics-chart .chart-bars .chart-bar-container .chart-label{color:#a0a0a0}.dark .incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .startups-grid .startup-card,.dark .incubator-service .dashboard-side .timeline-visualization .dashboard-section .startups-grid .startup-card,.dark .incubator-service .dashboard-side .readiness-score .dashboard-section .startups-grid .startup-card{background:#333;border-color:#444}.dark .incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .startups-grid .startup-card .startup-info .startup-name,.dark .incubator-service .dashboard-side .timeline-visualization .dashboard-section .startups-grid .startup-card .startup-info .startup-name,.dark .incubator-service .dashboard-side .readiness-score .dashboard-section .startups-grid .startup-card .startup-info .startup-name{color:#fff}.dark .incubator-service .dashboard-side .portfolio-dashboard .dashboard-section .startups-grid .startup-card .startup-info .startup-stage,.dark .incubator-service .dashboard-side .timeline-visualization .dashboard-section .startups-grid .startup-card .startup-info .startup-stage,.dark .incubator-service .dashboard-side .readiness-score .dashboard-section .startups-grid .startup-card .startup-info .startup-stage{background:#fdcd371a;color:#fdcd37}.dark .incubator-service .dashboard-side .readiness-score .score-factors .score-factor .factor-label{color:#d0d0d0}.dark .incubator-service .dashboard-side .readiness-score .score-factors .score-factor .factor-bar .factor-fill{background:#444}.dark .incubator-service .dashboard-side .readiness-score .score-factors .score-factor .factor-bar .factor-value{color:#fff}@media(max-width:359px){.incubator-service{padding:2rem .75rem}.incubator-service .content-side .phase-selector .phase-tab{min-height:90px}.incubator-service .content-side .phase-selector .phase-tab .tab-title{font-size:.75rem}}@media(max-width:767px){.incubator-service .dashboard-side .timeline-visualization .timeline-track .timeline-marker .timeline-line{left:20px;transform:none}}[dir=rtl] .incubator-service,[dir=rtl] .incubator-service .service-container{direction:rtl}[dir=rtl] .incubator-service .service-container.reverse{direction:ltr}[dir=rtl] .incubator-service .service-container.reverse .content-side,[dir=rtl] .incubator-service .service-container.reverse .dashboard-side{direction:rtl}[dir=rtl] .incubator-service .content-side .service-title,[dir=rtl] .incubator-service .content-side .service-description,[dir=rtl] .incubator-service .content-side .metric-card .metric-content{text-align:right}[dir=rtl] .incubator-service .content-side .phase-tab{flex-direction:row-reverse}[dir=rtl] .incubator-service .content-side .phase-tab .tab-title,[dir=rtl] .incubator-service .content-side .phase-details{text-align:right}[dir=rtl] .incubator-service .content-side .phase-details .phase-header .phase-duration,[dir=rtl] .incubator-service .content-side .phase-details .milestone-card,[dir=rtl] .incubator-service .content-side .service-item,[dir=rtl] .incubator-service .content-side .cta-button,[dir=rtl] .incubator-service .dashboard-side .dashboard-status,[dir=rtl] .incubator-service .dashboard-side .progress-info,[dir=rtl] .incubator-service .dashboard-side .metrics-chart .chart-bars,[dir=rtl] .incubator-service .dashboard-side .startup-card,[dir=rtl] .incubator-service .dashboard-side .startup-card .startup-details,[dir=rtl] .incubator-service .dashboard-side .timeline-marker{flex-direction:row-reverse}[dir=rtl] .incubator-service .dashboard-side .timeline-marker .timeline-line{left:auto;right:calc(50% - 24px);transform:translate(50%)}[dir=rtl] .incubator-service .dashboard-side .factor-bar{flex-direction:row-reverse}@media(max-width:767px){[dir=rtl] .incubator-service .dashboard-side .timeline-visualization .timeline-track .timeline-marker .timeline-line{right:20px;left:auto;transform:none}}[lang=ar] .incubator-service .content-side,[lang=ar] .incubator-service .dashboard-side{font-family:Cairo,Noto Sans Arabic,system-ui,sans-serif}[lang=ar] .incubator-service .content-side .service-title,[lang=ar] .incubator-service .content-side .service-description,[lang=ar] .incubator-service .content-side .metric-label,[lang=ar] .incubator-service .content-side .tab-title,[lang=ar] .incubator-service .content-side .phase-title,[lang=ar] .incubator-service .content-side .duration-label,[lang=ar] .incubator-service .content-side .duration-value,[lang=ar] .incubator-service .content-side .list-title,[lang=ar] .incubator-service .content-side .milestone-text,[lang=ar] .incubator-service .content-side .overview-title,[lang=ar] .incubator-service .content-side .category-title,[lang=ar] .incubator-service .content-side .item-name,[lang=ar] .incubator-service .content-side .dashboard-title,[lang=ar] .incubator-service .content-side .dashboard-status span,[lang=ar] .incubator-service .content-side .section-title,[lang=ar] .incubator-service .content-side .section-value,[lang=ar] .incubator-service .content-side .progress-label,[lang=ar] .incubator-service .content-side .progress-value,[lang=ar] .incubator-service .content-side .chart-label,[lang=ar] .incubator-service .content-side .startup-name,[lang=ar] .incubator-service .content-side .startup-stage,[lang=ar] .incubator-service .content-side .startup-sector,[lang=ar] .incubator-service .content-side .timeline-title,[lang=ar] .incubator-service .content-side .timeline-phase,[lang=ar] .incubator-service .content-side .marker-label,[lang=ar] .incubator-service .content-side .score-title,[lang=ar] .incubator-service .content-side .score-value,[lang=ar] .incubator-service .content-side .factor-label,[lang=ar] .incubator-service .content-side .factor-value,[lang=ar] .incubator-service .content-side .cta-button span,[lang=ar] .incubator-service .dashboard-side .service-title,[lang=ar] .incubator-service .dashboard-side .service-description,[lang=ar] .incubator-service .dashboard-side .metric-label,[lang=ar] .incubator-service .dashboard-side .tab-title,[lang=ar] .incubator-service .dashboard-side .phase-title,[lang=ar] .incubator-service .dashboard-side .duration-label,[lang=ar] .incubator-service .dashboard-side .duration-value,[lang=ar] .incubator-service .dashboard-side .list-title,[lang=ar] .incubator-service .dashboard-side .milestone-text,[lang=ar] .incubator-service .dashboard-side .overview-title,[lang=ar] .incubator-service .dashboard-side .category-title,[lang=ar] .incubator-service .dashboard-side .item-name,[lang=ar] .incubator-service .dashboard-side .dashboard-title,[lang=ar] .incubator-service .dashboard-side .dashboard-status span,[lang=ar] .incubator-service .dashboard-side .section-title,[lang=ar] .incubator-service .dashboard-side .section-value,[lang=ar] .incubator-service .dashboard-side .progress-label,[lang=ar] .incubator-service .dashboard-side .progress-value,[lang=ar] .incubator-service .dashboard-side .chart-label,[lang=ar] .incubator-service .dashboard-side .startup-name,[lang=ar] .incubator-service .dashboard-side .startup-stage,[lang=ar] .incubator-service .dashboard-side .startup-sector,[lang=ar] .incubator-service .dashboard-side .timeline-title,[lang=ar] .incubator-service .dashboard-side .timeline-phase,[lang=ar] .incubator-service .dashboard-side .marker-label,[lang=ar] .incubator-service .dashboard-side .score-title,[lang=ar] .incubator-service .dashboard-side .score-value,[lang=ar] .incubator-service .dashboard-side .factor-label,[lang=ar] .incubator-service .dashboard-side .factor-value,[lang=ar] .incubator-service .dashboard-side .cta-button span{font-family:Cairo,Noto Sans Arabic,system-ui,sans-serif;letter-spacing:0;line-height:1.6}@media(max-width:1023px){.incubator-service .content-side,.incubator-service .dashboard-side,.incubator-service .content-side *,.incubator-service .dashboard-side *{visibility:visible!important;opacity:1!important;transform:none!important}.incubator-service .metrics-grid,.incubator-service .phase-selector,.incubator-service .milestones-grid,.incubator-service .category-items{transform:none!important;opacity:1!important}}@media(max-width:767px){#incubator-support .content-side{display:block!important;visibility:visible!important;opacity:1!important;height:auto!important;min-height:auto!important;overflow:visible!important;position:relative!important;transform:none!important}#incubator-support .content-side>*{display:block!important;visibility:visible!important;opacity:1!important;transform:none!important}}.branding-media-service{padding:4rem 1rem;background:linear-gradient(135deg,#f8fafc,#fff);position:relative;overflow:hidden}.branding-media-service.mobile{padding:2rem .5rem}.branding-media-service.mobile .service-container{gap:2rem}.branding-media-service.tablet{padding:3rem 1rem}.branding-media-service .service-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width:1024px){.branding-media-service .service-container{gap:2rem}}@media(max-width:768px){.branding-media-service .service-container{grid-template-columns:1fr;gap:2rem;padding:0 .5rem}}@media(max-width:480px){.branding-media-service .service-container{gap:1.5rem}}.branding-media-service.reverse .service-container{direction:rtl}.branding-media-service.reverse .service-container .design-mockup,.branding-media-service.reverse .service-container .content-side{direction:ltr}.branding-media-service .design-mockup{position:relative;display:flex;flex-direction:column;align-items:center;width:100%}.branding-media-service .design-mockup .design-window{width:100%;margin-bottom:1.5rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window{margin-bottom:1rem}}.branding-media-service .design-mockup .design-window .window-frame{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a,0 0 0 1px #0000000d}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame{border-radius:8px;box-shadow:0 5px 15px #0000001a,0 0 0 1px #0000000d}}.branding-media-service .design-mockup .design-window .window-frame .window-header{background:#2a2a2a;padding:.5rem .75rem;display:flex;align-items:center;gap:.75rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-header{padding:.4rem .6rem;gap:.5rem}}.branding-media-service .design-mockup .design-window .window-frame .window-header .window-controls{display:flex;gap:.4rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-header .window-controls{gap:.3rem}}.branding-media-service .design-mockup .design-window .window-frame .window-header .window-controls .control{width:10px;height:10px;border-radius:50%;cursor:pointer}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-header .window-controls .control{width:8px;height:8px}}.branding-media-service .design-mockup .design-window .window-frame .window-header .window-title{color:#fff;font-size:.8rem;font-weight:500;flex:1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-header .window-title{font-size:.7rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content{padding:1rem;min-height:400px}@media(max-width:1024px){.branding-media-service .design-mockup .design-window .window-frame .window-content{min-height:350px;padding:.75rem}}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content{min-height:300px;padding:.5rem}}@media(max-width:480px){.branding-media-service .design-mockup .design-window .window-frame .window-content{min-height:250px}}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview{border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #0000001a;margin-bottom:1rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview{margin-bottom:.75rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-header{padding:1rem;display:flex;align-items:center;gap:.75rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-header{padding:.75rem;gap:.5rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-header .slide-icon{background:#fff;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-header .slide-icon{width:28px;height:28px;font-size:.9rem;border-radius:6px}}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-header .slide-title{font-size:1.2rem;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1024px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-header .slide-title{font-size:1.1rem}}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-header .slide-title{font-size:1rem}}@media(max-width:480px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-header .slide-title{font-size:.9rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body{padding:1rem;display:grid;grid-template-columns:2fr 1fr;gap:1rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body{grid-template-columns:1fr;padding:.75rem;gap:.75rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-content .content-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-content .content-item{gap:.4rem;margin-bottom:.4rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-content .content-item .item-bullet{width:6px;height:6px;border-radius:50%;flex-shrink:0}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-content .content-item .item-bullet{width:5px;height:5px}}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-content .content-item .item-text{font-size:.85rem;color:#333;font-weight:500}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-content .content-item .item-text{font-size:.8rem}}@media(max-width:480px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-content .content-item .item-text{font-size:.75rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-notes{background:#ffffffe6;border-radius:6px;padding:.75rem;border-left:3px solid #ff751f}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-notes{padding:.5rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-notes .notes-title{font-weight:600;color:#ff751f;margin-bottom:.25rem;font-size:.9rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-notes .notes-title{font-size:.85rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-notes .notes-list{list-style:none;padding:0;margin:0}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-notes .notes-list li{font-size:.8rem;color:#666;margin-bottom:.15rem;padding-left:.75rem;position:relative}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-notes .notes-list li{font-size:.75rem;padding-left:.6rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-notes .notes-list li:before{content:"•";position:absolute;left:0;color:#ff751f}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer{padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;background:#ffffffe6;border-top:1px solid #e5e7eb}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer{padding:.5rem .75rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer .slide-number{font-size:.8rem;color:#666}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer .slide-number{font-size:.75rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer .slide-controls{display:flex;gap:.4rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer .slide-controls{gap:.3rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer .slide-controls .control-btn,.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer .slide-controls .play-btn{background:#fff;border:1px solid #e5e7eb;border-radius:4px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;font-size:.8rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer .slide-controls .control-btn,.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer .slide-controls .play-btn{width:24px;height:24px;font-size:.7rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer .slide-controls .control-btn:hover,.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer .slide-controls .play-btn:hover{background:#f8fafc;border-color:#ff751f;color:#ff751f}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer .slide-controls .play-btn{width:36px}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer .slide-controls .play-btn{width:32px;font-size:.9rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer .slide-controls .play-btn.playing{background:#ff751f;color:#fff}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-indicators{display:flex;justify-content:center;gap:.4rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-indicators{gap:.3rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-indicators .indicator{width:24px;height:3px;border-radius:2px;cursor:pointer;transition:all .3s ease}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-indicators .indicator{width:20px;height:2px}}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-indicators .indicator:hover{transform:translateY(-1px)}.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-indicators .indicator.active{width:32px}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-indicators .indicator.active{width:28px}}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview{margin-bottom:1rem;gap:.75rem}}@media(min-width:769px){.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview{flex-direction:row}}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .logo-display{flex:1}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .logo-display .logo-placeholder{height:120px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .logo-display .logo-placeholder{height:100px;border-radius:6px}}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .logo-display .logo-placeholder:hover{transform:scale(1.01)}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .logo-display .logo-placeholder .logo-symbol{font-size:2.5rem;font-weight:800;color:#333;margin-bottom:.25rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .logo-display .logo-placeholder .logo-symbol{font-size:2rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .logo-display .logo-placeholder .logo-text{font-size:1.2rem;font-weight:600;color:#333}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .logo-display .logo-placeholder .logo-text{font-size:1rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .color-palette{flex:1}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .color-palette .color-options{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .color-palette .color-options{gap:.4rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .color-palette .color-options .color-option{width:32px;height:32px;border-radius:6px;cursor:pointer;transition:all .3s ease;position:relative}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .color-palette .color-options .color-option{width:28px;height:28px;border-radius:5px}}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .color-palette .color-options .color-option:hover{transform:scale(1.05)}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .color-palette .color-options .color-option.active{transform:scale(1.05);box-shadow:0 0 0 2px #fff,0 0 0 4px currentColor}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .color-palette .color-info .color-hex{font-weight:600;color:#333;margin-bottom:.15rem;font-size:.9rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .color-palette .color-info .color-hex{font-size:.85rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .color-palette .color-info .color-name{font-size:.8rem;color:#666}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .color-palette .color-info .color-name{font-size:.75rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets h4{margin-bottom:.75rem;color:#333;font-size:1.1rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets h4{font-size:1rem;margin-bottom:.5rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets .assets-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(max-width:480px){.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets .assets-grid{grid-template-columns:1fr;gap:.5rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets .assets-grid .asset-card{background:#f8fafc;border-radius:6px;padding:.75rem;display:flex;align-items:center;gap:.75rem;transition:all .3s ease}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets .assets-grid .asset-card{padding:.5rem;gap:.5rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets .assets-grid .asset-card:hover{transform:translateY(-2px);background:#fff;box-shadow:0 2px 8px #0000001a}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets .assets-grid .asset-card .asset-icon{width:32px;height:32px;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#ff751f;flex-shrink:0}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets .assets-grid .asset-card .asset-icon{width:28px;height:28px;font-size:.9rem;border-radius:5px}}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets .assets-grid .asset-card .asset-info{min-width:0}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets .assets-grid .asset-card .asset-info .asset-name{font-weight:500;color:#333;margin-bottom:.15rem;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets .assets-grid .asset-card .asset-info .asset-name{font-size:.8rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets .assets-grid .asset-card .asset-info .asset-format{font-size:.75rem;color:#666}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets .assets-grid .asset-card .asset-info .asset-format{font-size:.7rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .media-preview{margin-bottom:1.5rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .media-preview{margin-bottom:1rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .media-preview .social-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(max-width:480px){.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .media-preview .social-grid{grid-template-columns:1fr;gap:.5rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .media-preview .social-grid .platform-card{border:2px solid;border-radius:8px;padding:.75rem;transition:all .3s ease}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .media-preview .social-grid .platform-card{padding:.6rem;border-radius:6px}}.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .media-preview .social-grid .platform-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a}.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .media-preview .social-grid .platform-card .platform-icon{font-size:1.5rem;margin-bottom:.4rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .media-preview .social-grid .platform-card .platform-icon{font-size:1.3rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .media-preview .social-grid .platform-card .platform-info h4{margin:0 0 .15rem;color:#333;font-size:1rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .media-preview .social-grid .platform-card .platform-info h4{font-size:.9rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .media-preview .social-grid .platform-card .platform-info p{margin:0;font-size:.8rem;color:#666}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .media-preview .social-grid .platform-card .platform-info p{font-size:.75rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .media-preview .social-grid .platform-card .platform-examples{display:flex;gap:.4rem;margin-top:.5rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .media-preview .social-grid .platform-card .platform-examples{gap:.3rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .media-preview .social-grid .platform-card .platform-examples .example-thumbnail{flex:1;height:40px;background:#f3f4f6;border-radius:4px}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .media-preview .social-grid .platform-card .platform-examples .example-thumbnail{height:35px}}.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .content-calendar h4{margin-bottom:.75rem;color:#333;font-size:1.1rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .content-calendar h4{font-size:1rem;margin-bottom:.5rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .content-calendar .calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.4rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .content-calendar .calendar-grid{gap:.3rem}}@media(max-width:480px){.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .content-calendar .calendar-grid{grid-template-columns:repeat(4,1fr);gap:.3rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .content-calendar .calendar-grid .calendar-day .day-label{text-align:center;font-weight:600;color:#666;margin-bottom:.25rem;font-size:.8rem}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .content-calendar .calendar-grid .calendar-day .day-label{font-size:.75rem;margin-bottom:.15rem}}@media(max-width:480px){.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .content-calendar .calendar-grid .calendar-day .day-label{font-size:.7rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .content-calendar .calendar-grid .calendar-day .day-content .content-slot{height:16px;margin-bottom:.15rem;border-radius:3px;cursor:pointer;transition:all .2s}@media(max-width:768px){.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .content-calendar .calendar-grid .calendar-day .day-content .content-slot{height:14px;margin-bottom:.1rem}}.branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .content-calendar .calendar-grid .calendar-day .day-content .content-slot:hover{opacity:.8}.branding-media-service .design-mockup .service-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;width:100%}@media(max-width:768px){.branding-media-service .design-mockup .service-selector{grid-template-columns:1fr;gap:.5rem}}@media(min-width:769px)and (max-width:1024px){.branding-media-service .design-mockup .service-selector{grid-template-columns:repeat(3,1fr)}}.branding-media-service .design-mockup .service-selector .service-btn{background:#fff;border:2px solid transparent;border-radius:8px;padding:.75rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease}@media(max-width:768px){.branding-media-service .design-mockup .service-selector .service-btn{padding:.6rem;flex-direction:row;gap:.75rem;border-radius:6px}}.branding-media-service .design-mockup .service-selector .service-btn:hover{transform:translateY(-2px);box-shadow:0 3px 10px #0000001a}.branding-media-service .design-mockup .service-selector .service-btn.active{background:#fff;box-shadow:0 3px 15px #ff751f26}.branding-media-service .design-mockup .service-selector .service-btn .service-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:all .3s ease}@media(max-width:768px){.branding-media-service .design-mockup .service-selector .service-btn .service-icon{width:40px;height:40px;font-size:1.3rem;border-radius:10px}}@media(max-width:480px){.branding-media-service .design-mockup .service-selector .service-btn .service-icon{width:36px;height:36px;font-size:1.2rem}}.branding-media-service .design-mockup .service-selector .service-btn .service-name{font-size:.85rem;font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}@media(max-width:768px){.branding-media-service .design-mockup .service-selector .service-btn .service-name{text-align:left;font-size:.8rem;flex:1}}@media(max-width:480px){.branding-media-service .design-mockup .service-selector .service-btn .service-name{font-size:.75rem}}.branding-media-service .content-side .service-badge{display:inline-flex;align-items:center;gap:.4rem;background:#ff751f1a;padding:.4rem .8rem;border-radius:30px;margin-bottom:1rem;border:1px solid rgba(255,117,31,.3)}@media(max-width:768px){.branding-media-service .content-side .service-badge{padding:.3rem .6rem;margin-bottom:.75rem}}.branding-media-service .content-side .service-badge .badge-icon{color:#ff751f;font-size:.9rem}@media(max-width:768px){.branding-media-service .content-side .service-badge .badge-icon{font-size:.8rem}}.branding-media-service .content-side .service-badge .badge-text{color:#ff751f;font-weight:600;font-size:.8rem;letter-spacing:.3px}@media(max-width:768px){.branding-media-service .content-side .service-badge .badge-text{font-size:.75rem}}.branding-media-service .content-side .service-title{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1rem;background:linear-gradient(135deg,#ff751f,#fe9e1f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:1024px){.branding-media-service .content-side .service-title{font-size:1.8rem}}@media(max-width:768px){.branding-media-service .content-side .service-title{font-size:1.6rem;margin-bottom:.75rem}}@media(max-width:480px){.branding-media-service .content-side .service-title{font-size:1.4rem}}.branding-media-service .content-side .service-description{font-size:1rem;line-height:1.6;color:#555;margin-bottom:1.5rem}@media(max-width:768px){.branding-media-service .content-side .service-description{font-size:.9rem;margin-bottom:1.25rem}}@media(max-width:480px){.branding-media-service .content-side .service-description{font-size:.85rem;line-height:1.5}}.branding-media-service .content-side .process-section{margin-bottom:1.5rem}@media(max-width:768px){.branding-media-service .content-side .process-section{margin-bottom:1.25rem}}.branding-media-service .content-side .process-section .process-title{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:1rem}@media(max-width:768px){.branding-media-service .content-side .process-section .process-title{font-size:1rem;margin-bottom:.75rem}}.branding-media-service .content-side .process-section .process-timeline .process-step{position:relative;padding:.75rem;background:#fff;border-radius:8px;margin-bottom:.75rem;border:1px solid #e5e7eb;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.75rem}@media(max-width:768px){.branding-media-service .content-side .process-section .process-timeline .process-step{padding:.6rem;gap:.6rem;margin-bottom:.6rem}}.branding-media-service .content-side .process-section .process-timeline .process-step:hover{border-color:#ff751f;box-shadow:0 3px 10px #ff751f1a}.branding-media-service .content-side .process-section .process-timeline .process-step.active{border-color:#ff751f;background:linear-gradient(135deg,#ff751f0d,#fe9e1f0d)}.branding-media-service .content-side .process-section .process-timeline .process-step.completed{border-color:#4caf50}.branding-media-service .content-side .process-section .process-timeline .process-step.completed .step-connector{background:#4caf50}.branding-media-service .content-side .process-section .process-timeline .process-step .step-number{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem;flex-shrink:0}@media(max-width:768px){.branding-media-service .content-side .process-section .process-timeline .process-step .step-number{width:24px;height:24px;font-size:.75rem}}.branding-media-service .content-side .process-section .process-timeline .process-step .step-info{flex:1;min-width:0}.branding-media-service .content-side .process-section .process-timeline .process-step .step-info .step-name{font-size:.9rem;font-weight:600;color:#333;margin:0 0 .15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.branding-media-service .content-side .process-section .process-timeline .process-step .step-info .step-name{font-size:.85rem}}.branding-media-service .content-side .process-section .process-timeline .process-step .step-info .step-desc{font-size:.75rem;color:#666;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.branding-media-service .content-side .process-section .process-timeline .process-step .step-info .step-desc{font-size:.7rem;-webkit-line-clamp:1}}.branding-media-service .content-side .process-section .process-timeline .process-step .step-connector{position:absolute;left:14px;top:100%;width:2px;height:.75rem;background:#e5e7eb;transform:translate(-50%)}@media(max-width:768px){.branding-media-service .content-side .process-section .process-timeline .process-step .step-connector{left:12px;height:.6rem}}.branding-media-service .content-side .process-section .process-timeline .process-step:last-child{margin-bottom:0}.branding-media-service .content-side .process-section .process-timeline .process-step:last-child .step-connector{display:none}.branding-media-service .content-side .features-section{margin-bottom:1.5rem}@media(max-width:768px){.branding-media-service .content-side .features-section{margin-bottom:1.25rem}}.branding-media-service .content-side .features-section .features-title{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.75rem}@media(max-width:768px){.branding-media-service .content-side .features-section .features-title{font-size:1rem;margin-bottom:.5rem}}.branding-media-service .content-side .features-section .features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(max-width:768px){.branding-media-service .content-side .features-section .features-grid{grid-template-columns:1fr;gap:.5rem}}@media(min-width:769px)and (max-width:1024px){.branding-media-service .content-side .features-section .features-grid{grid-template-columns:1fr}}.branding-media-service .content-side .features-section .features-grid .feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;display:flex;align-items:center;gap:.75rem;transition:all .3s ease}@media(max-width:768px){.branding-media-service .content-side .features-section .features-grid .feature-card{padding:.6rem;gap:.6rem}}.branding-media-service .content-side .features-section .features-grid .feature-card:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.branding-media-service .content-side .features-section .features-grid .feature-card .feature-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}@media(max-width:768px){.branding-media-service .content-side .features-section .features-grid .feature-card .feature-icon{width:28px;height:28px;font-size:.9rem;border-radius:6px}}.branding-media-service .content-side .features-section .features-grid .feature-card .feature-text{font-size:.85rem;font-weight:500;color:#333;margin:0;line-height:1.4}@media(max-width:768px){.branding-media-service .content-side .features-section .features-grid .feature-card .feature-text{font-size:.8rem}}.branding-media-service .content-side .tools-section{margin-bottom:1.5rem}@media(max-width:768px){.branding-media-service .content-side .tools-section{margin-bottom:1.25rem}}.branding-media-service .content-side .tools-section .tools-title{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.75rem}@media(max-width:768px){.branding-media-service .content-side .tools-section .tools-title{font-size:1rem;margin-bottom:.5rem}}.branding-media-service .content-side .tools-section .tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem}@media(max-width:768px){.branding-media-service .content-side .tools-section .tools-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem}}@media(max-width:480px){.branding-media-service .content-side .tools-section .tools-grid{grid-template-columns:repeat(2,1fr)}}.branding-media-service .content-side .tools-section .tools-grid .tool-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:all .3s ease}@media(max-width:768px){.branding-media-service .content-side .tools-section .tools-grid .tool-card{padding:.5rem;gap:.4rem;border-radius:6px}}.branding-media-service .content-side .tools-section .tools-grid .tool-card:hover{border-color:#ff751f;box-shadow:0 3px 10px #ff751f1a;transform:translateY(-3px)}.branding-media-service .content-side .tools-section .tools-grid .tool-card .tool-icon{font-size:1.5rem}@media(max-width:768px){.branding-media-service .content-side .tools-section .tools-grid .tool-card .tool-icon{font-size:1.3rem}}.branding-media-service .content-side .tools-section .tools-grid .tool-card .tool-name{font-size:.75rem;font-weight:500;color:#333;text-align:center;line-height:1.2}@media(max-width:768px){.branding-media-service .content-side .tools-section .tools-grid .tool-card .tool-name{font-size:.7rem}}.branding-media-service .content-side .action-buttons{display:flex;gap:.75rem}@media(max-width:768px){.branding-media-service .content-side .action-buttons{flex-direction:column;gap:.5rem}}.branding-media-service .content-side .action-buttons .cta-button{flex:1;padding:.9rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden;white-space:nowrap}@media(max-width:768px){.branding-media-service .content-side .action-buttons .cta-button{padding:.75rem 1rem;font-size:.9rem;width:100%;border-radius:6px}}@media(max-width:480px){.branding-media-service .content-side .action-buttons .cta-button{padding:.6rem .8rem;font-size:.85rem}}.branding-media-service .content-side .action-buttons .cta-button.primary{color:#fff}.branding-media-service .content-side .action-buttons .cta-button.primary .cta-icon{font-size:1rem}@media(max-width:768px){.branding-media-service .content-side .action-buttons .cta-button.primary .cta-icon{font-size:.9rem}}.branding-media-service .content-side .action-buttons .cta-button.secondary{background:#fff;color:#333;border:2px solid #e5e7eb}.branding-media-service .content-side .action-buttons .cta-button.secondary:hover{border-color:#ff751f;color:#ff751f}.branding-media-service .content-side .action-buttons .cta-button.secondary .cta-icon{font-size:1rem}@media(max-width:768px){.branding-media-service .content-side .action-buttons .cta-button.secondary .cta-icon{font-size:.9rem}}.branding-media-service .content-side .action-buttons .cta-button:hover{transform:translateY(-2px);box-shadow:0 5px 20px #ff751f4d}.branding-media-service .content-side .action-buttons .cta-button:active{transform:translateY(0)}.dark .branding-media-service{background:linear-gradient(135deg,#1a1a1a,#2a2a2a)}.dark .branding-media-service .design-mockup .design-window .window-frame{background:#2a2a2a;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffffff0d}.dark .branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-content .item-text{color:#e0e0e0}.dark .branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-notes{background:#ffffff0d;color:#b0b0b0}.dark .branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-notes .notes-list li{color:#a0a0a0}.dark .branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer{background:#ffffff0d;border-top-color:#444}.dark .branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer .control-btn,.dark .branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer .play-btn{background:#333;border-color:#444;color:#a0a0a0}.dark .branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer .control-btn:hover,.dark .branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer .play-btn:hover{background:#3a3a3a;color:#ff751f}.dark .branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .logo-placeholder .logo-symbol,.dark .branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .logo-placeholder .logo-text,.dark .branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .color-palette .color-info .color-hex{color:#fff}.dark .branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets .assets-grid .asset-card{background:#333}.dark .branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets .assets-grid .asset-card:hover{background:#3a3a3a}.dark .branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets .assets-grid .asset-card .asset-info .asset-name{color:#fff}.dark .branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .platform-card{background:#2a2a2a}.dark .branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .platform-card .platform-info h4{color:#fff}.dark .branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .platform-card .example-thumbnail{background:#3a3a3a}.dark .branding-media-service .design-mockup .service-selector .service-btn{background:#2a2a2a;color:#b0b0b0}.dark .branding-media-service .design-mockup .service-selector .service-btn:hover{box-shadow:0 5px 15px #0000004d}.dark .branding-media-service .design-mockup .service-selector .service-btn.active{background:#333;box-shadow:0 5px 20px #fdcd371a}.dark .branding-media-service .design-mockup .service-selector .service-btn .service-icon{background:#3a3a3a}.dark .branding-media-service .content-side .service-badge{background:#fdcd371a;border-color:#fdcd374d}.dark .branding-media-service .content-side .service-badge .badge-icon,.dark .branding-media-service .content-side .service-badge .badge-text{color:#fdcd37}.dark .branding-media-service .content-side .service-title{background:linear-gradient(135deg,#fdcd37,#fe9e1f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .branding-media-service .content-side .service-description{color:#b0b0b0}.dark .branding-media-service .content-side .process-section .process-title{color:#e0e0e0}.dark .branding-media-service .content-side .process-section .process-timeline .process-step{background:#2a2a2a;border-color:#444}.dark .branding-media-service .content-side .process-section .process-timeline .process-step.active{background:linear-gradient(135deg,#fdcd371a,#fe9e1f1a);border-color:#fdcd37}.dark .branding-media-service .content-side .process-section .process-timeline .process-step .step-info .step-name{color:#fff}.dark .branding-media-service .content-side .process-section .process-timeline .process-step .step-info .step-desc{color:#a0a0a0}.dark .branding-media-service .content-side .features-section .features-title{color:#e0e0e0}.dark .branding-media-service .content-side .features-section .features-grid .feature-card{background:#2a2a2a;border-color:#444}.dark .branding-media-service .content-side .features-section .features-grid .feature-card .feature-text{color:#fff}.dark .branding-media-service .content-side .tools-section .tools-title{color:#e0e0e0}.dark .branding-media-service .content-side .tools-section .tools-grid .tool-card{background:#2a2a2a;border-color:#444}.dark .branding-media-service .content-side .tools-section .tools-grid .tool-card .tool-name{color:#fff}.dark .branding-media-service .content-side .action-buttons .cta-button.secondary{background:#2a2a2a;color:#fff;border-color:#444}.dark .branding-media-service .content-side .action-buttons .cta-button.secondary:hover{border-color:#fdcd37;color:#fdcd37}@keyframes float-window{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-5px) rotate(.3deg)}66%{transform:translateY(3px) rotate(-.3deg)}}.design-window .window-frame{animation:float-window 8s ease-in-out infinite}@media(max-width:768px){.design-window .window-frame{animation:float-window 6s ease-in-out infinite}}.color-option{transition:all .3s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.mobile-hidden{display:none!important}.mobile-show{display:block!important}.mobile-stack{flex-direction:column!important}}@media(max-width:480px){.service-container,.window-content{overflow-x:hidden}}[dir=rtl] .branding-media-service{direction:rtl}[dir=rtl] .branding-media-service .service-container .design-mockup{order:2!important}[dir=rtl] .branding-media-service .service-container .content-side{order:1!important;text-align:right}[dir=rtl] .branding-media-service .service-container .content-side .service-badge{flex-direction:row-reverse}[dir=rtl] .branding-media-service .service-container .content-side .service-badge .badge-icon{margin-left:.4rem;margin-right:0}[dir=rtl] .branding-media-service .service-container .content-side .process-section .process-timeline .process-step{padding-right:.75rem;padding-left:0}[dir=rtl] .branding-media-service .service-container .content-side .process-section .process-timeline .process-step .step-number{margin-right:0;margin-left:.75rem}[dir=rtl] .branding-media-service .service-container .content-side .process-section .process-timeline .process-step .step-info .step-name,[dir=rtl] .branding-media-service .service-container .content-side .process-section .process-timeline .process-step .step-info .step-desc{text-align:right}[dir=rtl] .branding-media-service .service-container .content-side .process-section .process-timeline .process-step .step-connector{right:14px!important;left:auto!important}[dir=rtl] .branding-media-service .service-container .content-side .features-section .features-grid .feature-card{flex-direction:row-reverse}[dir=rtl] .branding-media-service .service-container .content-side .features-section .features-grid .feature-card .feature-icon{margin-left:.75rem;margin-right:0}[dir=rtl] .branding-media-service .service-container .content-side .features-section .features-grid .feature-card .feature-text{text-align:right}[dir=rtl] .branding-media-service .service-container .content-side .tools-section .tools-grid .tool-card .tool-name{text-align:center;word-wrap:break-word}[dir=rtl] .branding-media-service .service-container .content-side .action-buttons,[dir=rtl] .branding-media-service .service-container .content-side .action-buttons .cta-button{flex-direction:row-reverse}[dir=rtl] .branding-media-service .service-container .content-side .action-buttons .cta-button .cta-icon{margin-left:.5rem;margin-right:0}[dir=rtl] .branding-media-service .design-mockup .service-selector,[dir=rtl] .branding-media-service .design-mockup .service-selector .service-btn{flex-direction:row-reverse}[dir=rtl] .branding-media-service .design-mockup .service-selector .service-btn .service-icon{margin-left:.5rem;margin-right:0}[dir=rtl] .branding-media-service .design-mockup .design-window .window-frame .window-header .window-controls{order:2;margin-left:0;margin-right:auto}[dir=rtl] .branding-media-service .design-mockup .design-window .window-frame .window-header .window-title{order:1;margin-right:.75rem}[dir=rtl] .branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-content .content-item{flex-direction:row-reverse}[dir=rtl] .branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-content .content-item .item-bullet{margin-left:.5rem;margin-right:0}[dir=rtl] .branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-content .content-item .item-text{text-align:right}[dir=rtl] .branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-notes{border-left:none;border-right:3px solid #ff751f}[dir=rtl] .branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-notes .notes-list li{padding-left:0;padding-right:.75rem}[dir=rtl] .branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-body .slide-notes .notes-list li:before{left:auto;right:0}[dir=rtl] .branding-media-service .design-mockup .design-window .window-frame .window-content .presentation-view .slide-preview .slide-footer .slide-controls{flex-direction:row-reverse}[dir=rtl] .branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-preview .color-palette .color-options{justify-content:flex-end}[dir=rtl] .branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets .assets-grid .asset-card{flex-direction:row-reverse}[dir=rtl] .branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets .assets-grid .asset-card .asset-icon{margin-left:.75rem;margin-right:0}[dir=rtl] .branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets .assets-grid .asset-card .asset-info,[dir=rtl] .branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .media-preview .social-grid .platform-card .platform-info{text-align:right}[dir=rtl] .branding-media-service .design-mockup .design-window .window-frame .window-content .media-view .media-preview .social-grid .platform-card .platform-examples{justify-content:flex-end}.lang-ar .branding-media-service .service-title{font-weight:700;line-height:1.4}.lang-ar .branding-media-service .service-description,.lang-ar .branding-media-service .step-desc,.lang-ar .branding-media-service .feature-text,.lang-ar .branding-media-service .slide-content .item-text{line-height:1.8;text-align:justify}.lang-ar .branding-media-service .slide-notes .notes-list li{line-height:1.6}@media(max-width:768px){[dir=rtl] .branding-media-service .service-container .content-side .process-section .process-timeline .process-step{padding-right:.6rem}[dir=rtl] .branding-media-service .service-container .content-side .process-section .process-timeline .process-step .step-number,[dir=rtl] .branding-media-service .service-container .content-side .features-section .features-grid .feature-card .feature-icon{margin-left:.6rem}[dir=rtl] .branding-media-service .design-mockup .service-selector .service-btn .service-icon{margin-left:.75rem}[dir=rtl] .branding-media-service .design-mockup .design-window .window-frame .window-content .branding-view .brand-assets .assets-grid .asset-card .asset-icon{margin-left:.5rem}}.dark[dir=rtl] .branding-media-service .content-side .process-section .process-timeline .process-step .step-info .step-name{color:#fff}.dark[dir=rtl] .branding-media-service .content-side .process-section .process-timeline .process-step .step-info .step-desc{color:#a0a0a0}[dir=rtl] .branding-media-service .service-title,[dir=rtl] .branding-media-service .service-description,[dir=rtl] .branding-media-service .feature-text,[dir=rtl] .branding-media-service .step-name,[dir=rtl] .branding-media-service .step-desc,[dir=rtl] .branding-media-service .slide-content .item-text{word-break:keep-all;word-wrap:break-word}[dir=rtl] .branding-media-service .service-btn .service-name{text-align:right}[dir=rtl] .branding-media-service .feature-card .feature-text{flex:1;min-width:0}[dir=rtl] .branding-media-service .tool-card .tool-name{font-size:.7rem;line-height:1.2}@media(max-width:480px){[dir=rtl] .branding-media-service .service-container .content-side .action-buttons{flex-direction:column;align-items:stretch}[dir=rtl] .branding-media-service .service-container .content-side .action-buttons .cta-button{width:100%;justify-content:center}[dir=rtl] .branding-media-service .service-container .content-side .action-buttons .cta-button .cta-icon{margin-left:.5rem;margin-right:0}[dir=rtl] .branding-media-service .design-mockup .service-selector{flex-direction:column}[dir=rtl] .branding-media-service .design-mockup .service-selector .service-btn{width:100%;justify-content:flex-start}}.services-section{padding:6rem 2rem;position:relative}.services-section .section-header{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.services-section .section-header .section-title{font-size:2.8rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#ff751f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}@media(max-width:768px){.services-section .section-header .section-title{font-size:2.2rem}}.services-section .section-header .section-subtitle{font-size:1.2rem;color:#666;margin-bottom:2rem;line-height:1.6}@media(max-width:768px){.services-section .section-header .section-subtitle{font-size:1rem}}.services-section .section-header .section-decoration{display:flex;align-items:center;justify-content:center;gap:1rem}.services-section .section-header .section-decoration .decoration-line{width:60px;height:3px;background:linear-gradient(90deg,#ff751f,#fe9e1f);border-radius:2px}.services-section .section-header .section-decoration .decoration-dot{width:12px;height:12px;background:#fdcd37;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}.services-section .services-container>*{margin-bottom:6rem}.services-section .services-container>*:last-child{margin-bottom:0}.dark .services-section .section-header .section-subtitle{color:#b0b0b0}[dir=rtl] .services-section{direction:rtl}[dir=rtl] .services-section .section-header{text-align:right}[dir=rtl] .services-section .section-header .section-title,[dir=rtl] .services-section .section-header .section-subtitle{text-align:right!important}[dir=rtl] .services-section .section-header .section-decoration{flex-direction:row-reverse}@media(max-width:768px){.services-section{padding:4rem 1rem}.services-section .section-header{margin-bottom:3rem}.services-section .section-header .section-title{font-size:2rem}.services-section .section-header .section-subtitle{font-size:.95rem;padding:0 1rem}.services-section .services-container>*{margin-bottom:4rem}}@media(max-width:480px){.services-section{padding:3rem .5rem}.services-section .section-header .section-title{font-size:1.8rem}}.portfolio-section{padding:6rem 1rem;background:linear-gradient(135deg,#f8fafc,#fff);position:relative;overflow:hidden}@media(max-width:768px){.portfolio-section{padding:3rem .5rem}}.portfolio-section .portfolio-background{position:absolute;inset:0;pointer-events:none;z-index:1}.portfolio-section .portfolio-background .background-shapes .background-shape{position:absolute;width:100px;height:100px;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;filter:blur(40px);opacity:.1}@media(max-width:768px){.portfolio-section .portfolio-background .background-shapes .background-shape{width:60px;height:60px;filter:blur(20px)}}.portfolio-section .portfolio-container{max-width:1400px;margin:0 auto;position:relative;z-index:2}.portfolio-section .portfolio-header{text-align:center;margin-bottom:4rem;padding:0 1rem}@media(max-width:768px){.portfolio-section .portfolio-header{margin-bottom:2.5rem}}.portfolio-section .portfolio-header .header-badge{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,#ff751f1a,#fdcd371a);padding:.75rem 1.5rem;border-radius:50px;margin-bottom:2rem;border:1px solid rgba(255,117,31,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;flex-direction:row}@media(max-width:768px){.portfolio-section .portfolio-header .header-badge{padding:.5rem 1.25rem;gap:.5rem}}.portfolio-section .portfolio-header .header-badge .badge-icon{font-size:1.25rem;animation:float 3s ease-in-out infinite}.portfolio-section .portfolio-header .header-badge .badge-text{font-weight:600;color:#ff751f;font-size:1rem;letter-spacing:.5px}@media(max-width:768px){.portfolio-section .portfolio-header .header-badge .badge-text{font-size:.9rem}}.portfolio-section .portfolio-header .section-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#1a1a1a}@media(max-width:1024px){.portfolio-section .portfolio-header .section-title{font-size:2.8rem}}@media(max-width:768px){.portfolio-section .portfolio-header .section-title{font-size:2.2rem;margin-bottom:1rem}}@media(max-width:480px){.portfolio-section .portfolio-header .section-title{font-size:1.8rem}}.portfolio-section .portfolio-header .section-title .title-gradient{background:linear-gradient(135deg,#ff751f,#fe9e1f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.portfolio-section .portfolio-header .section-description{font-size:1.25rem;color:#666;max-width:700px;margin:0 auto 2.5rem;line-height:1.6}@media(max-width:768px){.portfolio-section .portfolio-header .section-description{font-size:1rem;margin-bottom:1.5rem;padding:0 .5rem}}.portfolio-section .portfolio-header .view-controls{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}@media(max-width:768px){.portfolio-section .portfolio-header .view-controls{flex-direction:column;gap:1rem}}.portfolio-section .portfolio-header .view-controls .view-toggle{display:flex;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:.25rem;box-shadow:0 4px 12px #0000000d}.portfolio-section .portfolio-header .view-controls .view-toggle .view-btn{padding:.75rem 1.5rem;border:none;background:transparent;border-radius:8px;font-size:.95rem;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease}@media(max-width:768px){.portfolio-section .portfolio-header .view-controls .view-toggle .view-btn{padding:.5rem 1rem;font-size:.85rem}}.portfolio-section .portfolio-header .view-controls .view-toggle .view-btn:hover{color:#ff751f}.portfolio-section .portfolio-header .view-controls .view-toggle .view-btn.active{background:linear-gradient(135deg,#ff751f,#fe9e1f);color:#fff;box-shadow:0 4px 12px #ff751f33}.portfolio-section .portfolio-header .view-controls .carousel-control .carousel-play-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease}@media(max-width:768px){.portfolio-section .portfolio-header .view-controls .carousel-control .carousel-play-btn{padding:.5rem 1rem;font-size:.85rem}}.portfolio-section .portfolio-header .view-controls .carousel-control .carousel-play-btn:hover{border-color:#ff751f;color:#ff751f}.portfolio-section .portfolio-header .view-controls .carousel-control .carousel-play-btn.playing{background:linear-gradient(135deg,#ff751f,#fe9e1f);color:#fff;border-color:transparent}.portfolio-section .filter-navigation{margin-bottom:3rem;padding:0 .5rem}@media(max-width:768px){.portfolio-section .filter-navigation{margin-bottom:2rem}}.portfolio-section .filter-navigation .filter-scroll{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.75rem;scrollbar-width:thin;scrollbar-color:#ff751f #f1f1f1}.portfolio-section .filter-navigation .filter-scroll::-webkit-scrollbar{height:4px}.portfolio-section .filter-navigation .filter-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.portfolio-section .filter-navigation .filter-scroll::-webkit-scrollbar-thumb{background:#ff751f;border-radius:2px}.portfolio-section .filter-navigation .filter-scroll .filter-btn{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border:2px solid #e5e7eb;background:#fff;border-radius:12px;font-size:.95rem;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease;flex-shrink:0;white-space:nowrap}@media(max-width:768px){.portfolio-section .filter-navigation .filter-scroll .filter-btn{padding:.5rem 1rem;font-size:.85rem;gap:.5rem}}.portfolio-section .filter-navigation .filter-scroll .filter-btn:hover{border-color:var(--filter-color);color:var(--filter-color);transform:translateY(-2px)}.portfolio-section .filter-navigation .filter-scroll .filter-btn.active{background:linear-gradient(135deg,var(--filter-color),color-mix(in srgb,var(--filter-color) 70%,white));color:#fff;border-color:transparent;box-shadow:0 6px 20px color-mix(in srgb,var(--filter-color) 30%,transparent)}.portfolio-section .filter-navigation .filter-scroll .filter-btn .filter-icon{font-size:1rem}@media(max-width:768px){.portfolio-section .filter-navigation .filter-scroll .filter-btn .filter-icon{font-size:.9rem}}.portfolio-section .filter-navigation .filter-scroll .filter-btn .filter-count{background:#fff3;padding:.15rem .5rem;border-radius:10px;font-size:.8rem;font-weight:600}.portfolio-section .projects-container{margin-bottom:4rem}.portfolio-section .projects-container.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;padding:0 .5rem}@media(max-width:768px){.portfolio-section .projects-container.grid{grid-template-columns:1fr;gap:1.5rem}}@media(min-width:769px)and (max-width:1024px){.portfolio-section .projects-container.grid{grid-template-columns:repeat(2,1fr)}}.portfolio-section .projects-container.masonry{columns:3;column-gap:2rem;padding:0 .5rem}@media(max-width:1024px){.portfolio-section .projects-container.masonry{columns:2}}@media(max-width:768px){.portfolio-section .projects-container.masonry{columns:1}}.portfolio-section .projects-container.masonry .project-card{break-inside:avoid;margin-bottom:2rem}.portfolio-section .projects-container .project-card{position:relative;background:#fff;border-radius:20px;padding:1.75rem;box-shadow:0 10px 40px #0000000d;cursor:pointer;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(255,117,31,.1);height:100%}@media(max-width:768px){.portfolio-section .projects-container .project-card{padding:1.25rem;border-radius:16px}}.portfolio-section .projects-container .project-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #ff751f26;border-color:#ff751f4d}.portfolio-section .projects-container .project-card:hover .card-glow{opacity:.6;transform:scale(1.1)}.portfolio-section .projects-container .project-card:hover .card-overlay{opacity:1}.portfolio-section .projects-container .project-card .card-glow{position:absolute;top:0;left:0;right:0;height:100px;opacity:.3;transition:all .5s ease;filter:blur(40px);z-index:0}.portfolio-section .projects-container .project-card .card-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column}.portfolio-section .projects-container .project-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.portfolio-section .projects-container .project-card .card-header .project-icon-wrapper{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}@media(max-width:768px){.portfolio-section .projects-container .project-card .card-header .project-icon-wrapper{width:48px;height:48px;border-radius:12px}}.portfolio-section .projects-container .project-card .card-header .project-icon-wrapper .project-icon{font-size:1.75rem;color:#fff;z-index:2}@media(max-width:768px){.portfolio-section .projects-container .project-card .card-header .project-icon-wrapper .project-icon{font-size:1.5rem}}.portfolio-section .projects-container .project-card .card-header .project-meta{text-align:left}.portfolio-section .projects-container .project-card .card-header .project-meta .project-type{display:block;font-size:.8rem;font-weight:600;color:#666;background:#0000000a;padding:.35rem .75rem;border-radius:20px;margin-bottom:.5rem;letter-spacing:.5px}.portfolio-section .projects-container .project-card .card-header .project-meta .project-tags{display:flex;gap:.5rem;justify-content:flex-start}.portfolio-section .projects-container .project-card .card-header .project-meta .project-tags .project-year,.portfolio-section .projects-container .project-card .card-header .project-meta .project-tags .project-status{font-size:.85rem;font-weight:600;padding:.2rem .6rem;border-radius:12px}.portfolio-section .projects-container .project-card .card-header .project-meta .project-tags .project-year{background:#f3f4f6;color:#666}.portfolio-section .projects-container .project-card .card-header .project-meta .project-tags .project-status.status-completed{background:#10b9811a;color:#10b981}.portfolio-section .projects-container .project-card .card-header .project-meta .project-tags .project-status.status-ongoing{background:#fdcd371a;color:#fdcd37}.portfolio-section .projects-container .project-card .card-header .project-meta .project-tags .project-status.status-upcoming{background:#ff751f1a;color:#ff751f}.portfolio-section .projects-container .project-card .card-body{flex:1;margin-bottom:1.5rem}.portfolio-section .projects-container .project-card .card-body .project-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;line-height:1.3}@media(max-width:768px){.portfolio-section .projects-container .project-card .card-body .project-title{font-size:1.25rem}}.portfolio-section .projects-container .project-card .card-body .project-description{font-size:.95rem;color:#666;line-height:1.5;margin-bottom:1.25rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.portfolio-section .projects-container .project-card .card-body .technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.portfolio-section .projects-container .project-card .card-body .technologies .tech-tag{padding:.4rem .8rem;border-radius:8px;font-size:.8rem;font-weight:500;border:1px solid transparent;transition:all .3s ease}.portfolio-section .projects-container .project-card .card-body .technologies .tech-more{padding:.4rem .6rem;background:#f3f4f6;color:#666;border-radius:8px;font-size:.8rem;font-weight:500}.portfolio-section .projects-container .project-card .card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.25rem;border-top:1px solid rgba(0,0,0,.1)}@media(max-width:768px){.portfolio-section .projects-container .project-card .card-footer{flex-direction:column;gap:1rem;align-items:stretch}}.portfolio-section .projects-container .project-card .card-footer .project-info{display:flex;gap:1.5rem}@media(max-width:768px){.portfolio-section .projects-container .project-card .card-footer .project-info{gap:1rem;justify-content:space-between}}.portfolio-section .projects-container .project-card .card-footer .project-info .info-item{display:flex;flex-direction:column}.portfolio-section .projects-container .project-card .card-footer .project-info .info-item .info-label{font-size:.75rem;color:#999;margin-bottom:.25rem}.portfolio-section .projects-container .project-card .card-footer .project-info .info-item .info-value{font-size:.9rem;font-weight:600;color:#333}.portfolio-section .projects-container .project-card .card-footer .view-project-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:10px;color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease}@media(max-width:768px){.portfolio-section .projects-container .project-card .card-footer .view-project-btn{width:100%;justify-content:center}}.portfolio-section .projects-container .project-card .card-footer .view-project-btn .btn-icon{font-size:.9rem}.portfolio-section .projects-container .project-card .card-footer .view-project-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff751f4d}.portfolio-section .projects-container .project-card .card-overlay{position:absolute;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease;border-radius:20px;z-index:3}.portfolio-section .projects-container .project-card .card-overlay .overlay-content{text-align:center;color:#fff}.portfolio-section .projects-container .project-card .card-overlay .overlay-content .overlay-icon{font-size:2.5rem;margin-bottom:.75rem;opacity:.8}.portfolio-section .projects-container .project-card .card-overlay .overlay-content span{font-size:1.1rem;font-weight:600;letter-spacing:.5px}.portfolio-section .portfolio-stats{margin:5rem 0}@media(max-width:768px){.portfolio-section .portfolio-stats{margin:3rem 0}}.portfolio-section .portfolio-stats .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:2.5rem;background:#fff;border-radius:24px;box-shadow:0 15px 50px #ff751f14;border:1px solid rgba(255,117,31,.1)}@media(max-width:1024px){.portfolio-section .portfolio-stats .stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.portfolio-section .portfolio-stats .stats-grid{grid-template-columns:1fr;padding:1.5rem;gap:1.5rem}}.portfolio-section .portfolio-stats .stats-grid .stat-card{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;border-radius:16px;background:linear-gradient(135deg,#fff,#fafafa);border:1px solid rgba(0,0,0,.05);transition:all .3s ease}@media(max-width:768px){.portfolio-section .portfolio-stats .stats-grid .stat-card{padding:1.25rem}}.portfolio-section .portfolio-stats .stats-grid .stat-card:hover{border-color:#ff751f33;box-shadow:0 10px 30px #ff751f1a}.portfolio-section .portfolio-stats .stats-grid .stat-card .stat-icon-wrapper{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;flex-shrink:0}@media(max-width:768px){.portfolio-section .portfolio-stats .stats-grid .stat-card .stat-icon-wrapper{width:56px;height:56px;font-size:1.5rem}}.portfolio-section .portfolio-stats .stats-grid .stat-card .stat-content{flex:1}.portfolio-section .portfolio-stats .stats-grid .stat-card .stat-content .stat-value{font-size:2.5rem;font-weight:800;color:#1a1a1a;line-height:1;margin-bottom:.25rem}@media(max-width:768px){.portfolio-section .portfolio-stats .stats-grid .stat-card .stat-content .stat-value{font-size:2rem}}.portfolio-section .portfolio-stats .stats-grid .stat-card .stat-content .stat-label{font-size:.95rem;color:#666;font-weight:500}.portfolio-section .portfolio-cta{position:relative;padding:4rem;border-radius:24px;overflow:hidden;margin-top:4rem}@media(max-width:768px){.portfolio-section .portfolio-cta{padding:2.5rem 1.5rem;margin-top:2rem}}.portfolio-section .portfolio-cta .cta-background{position:absolute;inset:0;background:linear-gradient(135deg,#ff751f,#fe9e1f,#fdcd37);z-index:1;opacity:.9}.portfolio-section .portfolio-cta .cta-background:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.3}.portfolio-section .portfolio-cta .cta-content{position:relative;z-index:2;text-align:center;color:#fff}.portfolio-section .portfolio-cta .cta-content .cta-title{font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.1)}@media(max-width:768px){.portfolio-section .portfolio-cta .cta-content .cta-title{font-size:2.2rem}}@media(max-width:480px){.portfolio-section .portfolio-cta .cta-content .cta-title{font-size:1.8rem}}.portfolio-section .portfolio-cta .cta-content .cta-description{font-size:1.25rem;opacity:.9;max-width:700px;margin:0 auto 2.5rem;line-height:1.6}@media(max-width:768px){.portfolio-section .portfolio-cta .cta-content .cta-description{font-size:1rem;margin-bottom:2rem}}.portfolio-section .portfolio-cta .cta-content .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.portfolio-section .portfolio-cta .cta-content .cta-buttons .cta-btn{padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;justify-content:center;gap:.75rem}@media(max-width:768px){.portfolio-section .portfolio-cta .cta-content .cta-buttons .cta-btn{padding:.875rem 1.5rem;font-size:1rem}}.portfolio-section .portfolio-cta .cta-content .cta-buttons .cta-btn.primary{color:#1a1a1a;box-shadow:0 10px 30px #0003}.portfolio-section .portfolio-cta .cta-content .cta-buttons .cta-btn.primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.portfolio-section .portfolio-cta .cta-content .cta-buttons .cta-btn.primary .btn-sparkle{animation:sparkle 2s infinite}.portfolio-section .portfolio-cta .cta-content .cta-buttons .cta-btn.secondary{background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.portfolio-section .portfolio-cta .cta-content .cta-buttons .cta-btn.secondary:hover{background:#fff3;transform:translateY(-2px)}.portfolio-section .project-modal-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;overflow-y:auto}@media(max-width:768px){.portfolio-section .project-modal-overlay{padding:.5rem}}.portfolio-section .project-modal-overlay .project-modal{background:#fff;border-radius:24px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 30px 60px #0000004d}@media(max-width:768px){.portfolio-section .project-modal-overlay .project-modal{border-radius:16px;max-height:95vh}}.portfolio-section .project-modal-overlay .project-modal .modal-header{padding:2rem 2rem 1rem;border-bottom:1px solid #e5e7eb}@media(max-width:768px){.portfolio-section .project-modal-overlay .project-modal .modal-header{padding:1.5rem 1.5rem .75rem}}.portfolio-section .project-modal-overlay .project-modal .modal-header .modal-header-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.portfolio-section .project-modal-overlay .project-modal .modal-header .modal-header-content .modal-title-section{display:flex;gap:1rem;align-items:flex-start}.portfolio-section .project-modal-overlay .project-modal .modal-header .modal-header-content .modal-title-section .modal-icon{font-size:2.5rem;margin-top:.25rem;flex-shrink:0}@media(max-width:768px){.portfolio-section .project-modal-overlay .project-modal .modal-header .modal-header-content .modal-title-section .modal-icon{font-size:2rem}}.portfolio-section .project-modal-overlay .project-modal .modal-header .modal-header-content .modal-title-section h3{margin:0;font-size:1.75rem;color:#1a1a1a;line-height:1.2}@media(max-width:768px){.portfolio-section .project-modal-overlay .project-modal .modal-header .modal-header-content .modal-title-section h3{font-size:1.5rem}}.portfolio-section .project-modal-overlay .project-modal .modal-header .modal-header-content .modal-title-section .modal-subtitle{margin:.5rem 0 0;font-size:.95rem;color:#666}@media(max-width:768px){.portfolio-section .project-modal-overlay .project-modal .modal-header .modal-header-content .modal-title-section .modal-subtitle{font-size:.85rem}}.portfolio-section .project-modal-overlay .project-modal .modal-header .modal-header-content .modal-close-btn{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;flex-shrink:0}.portfolio-section .project-modal-overlay .project-modal .modal-header .modal-header-content .modal-close-btn:hover{background:#ff751f1a;color:#ff751f}.portfolio-section .project-modal-overlay .project-modal .modal-header .modal-status-bar{display:flex;gap:1rem;margin-top:1rem}.portfolio-section .project-modal-overlay .project-modal .modal-header .modal-status-bar .status-badge,.portfolio-section .project-modal-overlay .project-modal .modal-header .modal-status-bar .duration-badge{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.portfolio-section .project-modal-overlay .project-modal .modal-header .modal-status-bar .status-badge.status-completed{background:#10b9811a;color:#10b981}.portfolio-section .project-modal-overlay .project-modal .modal-header .modal-status-bar .status-badge.status-ongoing{background:#fdcd371a;color:#fdcd37}.portfolio-section .project-modal-overlay .project-modal .modal-header .modal-status-bar .status-badge.status-upcoming{background:#ff751f1a;color:#ff751f}.portfolio-section .project-modal-overlay .project-modal .modal-header .modal-status-bar .duration-badge{background:#f3f4f6;color:#666}.portfolio-section .project-modal-overlay .project-modal .modal-body{padding:2rem}@media(max-width:768px){.portfolio-section .project-modal-overlay .project-modal .modal-body{padding:1.5rem}}.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section{margin-bottom:2rem}@media(max-width:768px){.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section{margin-bottom:1.5rem}}.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section h4{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}@media(max-width:768px){.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section h4{font-size:1.1rem;margin-bottom:.75rem}}.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .modal-description{font-size:1.05rem;color:#666;line-height:1.6;margin:0}.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .modal-technologies{display:flex;flex-wrap:wrap;gap:.75rem}.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .modal-technologies .modal-tech-tag{padding:.5rem 1rem;border-radius:12px;font-size:.9rem;font-weight:500;border:2px solid}.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .modal-features{list-style:none;padding:0;margin:0}.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .modal-features li{position:relative;font-size:.95rem;color:#666;border-bottom:1px solid #f0f0f0}.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .modal-features li:last-child{border-bottom:none}.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .modal-features li .feature-bullet{position:absolute;top:1rem;width:8px;height:8px;border-radius:50%}.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .modal-results{display:flex;flex-direction:column;gap:.75rem}.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .modal-results .result-card{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px;border:1px solid;background:#fff}.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .modal-results .result-card .result-icon{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#10b981,#34d399);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700}.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .modal-results .result-card .result-text{font-size:.95rem;color:#666;flex:1}.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .project-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:768px){.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .project-details-grid{grid-template-columns:1fr}}.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .project-details-grid .detail-item{padding:1rem;background:#f8fafc;border-radius:12px}.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .project-details-grid .detail-item .detail-label{display:block;font-size:.85rem;color:#666;margin-bottom:.25rem}.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .project-details-grid .detail-item .detail-value{display:block;font-size:1rem;font-weight:600;color:#1a1a1a}.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(max-width:768px){.portfolio-section .project-modal-overlay .project-modal .modal-body .modal-grid{grid-template-columns:1fr;gap:1.5rem}}.portfolio-section .project-modal-overlay .project-modal .modal-footer{padding:1.5rem 2rem;border-top:1px solid #e5e7eb}@media(max-width:768px){.portfolio-section .project-modal-overlay .project-modal .modal-footer{padding:1rem 1.5rem}}.portfolio-section .project-modal-overlay .project-modal .modal-footer .modal-actions{display:flex;gap:1rem;justify-content:flex-end}@media(max-width:768px){.portfolio-section .project-modal-overlay .project-modal .modal-footer .modal-actions{flex-direction:column}}.portfolio-section .project-modal-overlay .project-modal .modal-footer .modal-actions .modal-action-btn{padding:.875rem 1.5rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.portfolio-section .project-modal-overlay .project-modal .modal-footer .modal-actions .modal-action-btn.primary{border:none;color:#fff}.portfolio-section .project-modal-overlay .project-modal .modal-footer .modal-actions .modal-action-btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff751f4d}.portfolio-section .project-modal-overlay .project-modal .modal-footer .modal-actions .modal-action-btn.secondary{background:none;border:1px solid #e5e7eb;color:#666}.portfolio-section .project-modal-overlay .project-modal .modal-footer .modal-actions .modal-action-btn.secondary:hover{border-color:#ff751f;color:#ff751f}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes sparkle{0%,to{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1)}}.dark .portfolio-section{background:linear-gradient(135deg,#1a1a1a,#2a2a2a)}.dark .portfolio-section .portfolio-header .header-badge{background:linear-gradient(135deg,#ff751f33,#fdcd3733);border-color:#fdcd374d}.dark .portfolio-section .portfolio-header .header-badge .badge-text{color:#fdcd37}.dark .portfolio-section .portfolio-header .section-title{color:#fff}.dark .portfolio-section .portfolio-header .section-title .title-gradient{background:linear-gradient(135deg,#fdcd37,#fe9e1f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.dark .portfolio-section .portfolio-header .section-description{color:#b0b0b0}.dark .portfolio-section .portfolio-header .view-controls .view-toggle{background:#2a2a2a;border-color:#444}.dark .portfolio-section .portfolio-header .view-controls .view-toggle .view-btn{color:#b0b0b0}.dark .portfolio-section .portfolio-header .view-controls .view-toggle .view-btn.active{background:linear-gradient(135deg,#fe9e1f,#fdcd37)}.dark .portfolio-section .portfolio-header .view-controls .carousel-control .carousel-play-btn{border-color:#444;color:#b0b0b0}.dark .portfolio-section .portfolio-header .view-controls .carousel-control .carousel-play-btn.playing{background:linear-gradient(135deg,#fe9e1f,#fdcd37)}.dark .portfolio-section .filter-navigation .filter-scroll .filter-btn{background:#2a2a2a;border-color:#444;color:#b0b0b0}.dark .portfolio-section .projects-container .project-card{background:#2a2a2a;border-color:#ffffff1a}.dark .portfolio-section .projects-container .project-card .card-header .project-meta .project-type,.dark .portfolio-section .projects-container .project-card .card-header .project-meta .project-tags .project-year{background:#ffffff1a;color:#b0b0b0}.dark .portfolio-section .projects-container .project-card .card-body .project-title{color:#fff}.dark .portfolio-section .projects-container .project-card .card-body .project-description{color:#b0b0b0}.dark .portfolio-section .projects-container .project-card .card-body .technologies .tech-more{background:#ffffff1a;color:#a0a0a0}.dark .portfolio-section .projects-container .project-card .card-footer{border-top-color:#ffffff1a}.dark .portfolio-section .projects-container .project-card .card-footer .project-info .info-item .info-value{color:#e0e0e0}.dark .portfolio-section .projects-container .project-card .card-overlay .overlay-content{color:#fff}.dark .portfolio-section .portfolio-stats .stats-grid{background:#2a2a2a;border-color:#fdcd371a;box-shadow:0 15px 50px #0000004d}.dark .portfolio-section .portfolio-stats .stats-grid .stat-card{background:linear-gradient(135deg,#2a2a2a,#333);border-color:#ffffff0d}.dark .portfolio-section .portfolio-stats .stats-grid .stat-card .stat-content .stat-value{color:#fff}.dark .portfolio-section .portfolio-stats .stats-grid .stat-card .stat-content .stat-label{color:#b0b0b0}.dark .portfolio-section .portfolio-cta .cta-content .cta-buttons .cta-btn.secondary{background:#ffffff0d;border-color:#ffffff1a}.dark .portfolio-section .project-modal-overlay .project-modal{background:#2a2a2a;color:#e0e0e0}.dark .portfolio-section .project-modal-overlay .project-modal .modal-header{border-bottom-color:#444}.dark .portfolio-section .project-modal-overlay .project-modal .modal-header .modal-header-content .modal-title-section h3{color:#fff}.dark .portfolio-section .project-modal-overlay .project-modal .modal-header .modal-header-content .modal-title-section .modal-subtitle{color:#b0b0b0}.dark .portfolio-section .project-modal-overlay .project-modal .modal-header .modal-status-bar .duration-badge{background:#ffffff1a;color:#b0b0b0}.dark .portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section h4{color:#fff}.dark .portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .modal-description{color:#b0b0b0}.dark .portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .project-details-grid .detail-item{background:#ffffff0d}.dark .portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .project-details-grid .detail-item .detail-value{color:#fff}.dark .portfolio-section .project-modal-overlay .project-modal .modal-footer{border-top-color:#444}.dark .portfolio-section .project-modal-overlay .project-modal .modal-footer .modal-actions .modal-action-btn.secondary{border-color:#444;color:#b0b0b0}.dark .portfolio-section .project-modal-overlay .project-modal .modal-footer .modal-actions .modal-action-btn.secondary:hover{border-color:#fdcd37;color:#fdcd37}[dir=rtl] .portfolio-section{direction:rtl}[dir=rtl] .portfolio-section .portfolio-header{text-align:center!important}[dir=rtl] .portfolio-section .portfolio-header .header-badge{flex-direction:row-reverse!important;justify-content:center!important;display:inline-flex!important}[dir=rtl] .portfolio-section .portfolio-header .section-title{text-align:center!important}[dir=rtl] .portfolio-section .portfolio-header .section-description{text-align:center!important;direction:rtl!important}[dir=rtl] .portfolio-section .portfolio-header .view-controls .carousel-control .carousel-play-btn{flex-direction:row-reverse}[dir=rtl] .portfolio-section .filter-navigation .filter-scroll{direction:rtl}[dir=rtl] .portfolio-section .filter-navigation .filter-scroll .filter-btn{flex-direction:row-reverse;text-align:right}[dir=rtl] .portfolio-section .filter-navigation .filter-scroll .filter-btn .filter-count{margin-right:auto;margin-left:0}[dir=rtl] .portfolio-section .projects-container .project-card .card-header{flex-direction:row-reverse}[dir=rtl] .portfolio-section .projects-container .project-card .card-header .project-meta{text-align:right!important}[dir=rtl] .portfolio-section .projects-container .project-card .card-header .project-meta .project-tags{justify-content:flex-end}[dir=rtl] .portfolio-section .projects-container .project-card .card-body .project-title,[dir=rtl] .portfolio-section .projects-container .project-card .card-body .project-description{text-align:right!important}[dir=rtl] .portfolio-section .projects-container .project-card .card-body .technologies{justify-content:flex-end}[dir=rtl] .portfolio-section .projects-container .project-card .card-footer,[dir=rtl] .portfolio-section .projects-container .project-card .card-footer .project-info{flex-direction:row-reverse}[dir=rtl] .portfolio-section .projects-container .project-card .card-footer .project-info .info-item{text-align:right}[dir=rtl] .portfolio-section .projects-container .project-card .card-footer .view-project-btn,[dir=rtl] .portfolio-section .portfolio-stats .stats-grid .stat-card{flex-direction:row-reverse}[dir=rtl] .portfolio-section .portfolio-stats .stats-grid .stat-card .stat-content,[dir=rtl] .portfolio-section .portfolio-stats .stats-grid .stat-card .stat-content .stat-value,[dir=rtl] .portfolio-section .portfolio-stats .stats-grid .stat-card .stat-content .stat-label{text-align:right!important}[dir=rtl] .portfolio-section .portfolio-cta .cta-content .cta-title,[dir=rtl] .portfolio-section .portfolio-cta .cta-content .cta-description{text-align:center!important}[dir=rtl] .portfolio-section .portfolio-cta .cta-content .cta-buttons .cta-btn.primary,[dir=rtl] .portfolio-section .project-modal-overlay .project-modal .modal-header .modal-header-content{flex-direction:row-reverse}[dir=rtl] .portfolio-section .project-modal-overlay .project-modal .modal-header .modal-header-content .modal-title-section{flex-direction:row-reverse;text-align:right}[dir=rtl] .portfolio-section .project-modal-overlay .project-modal .modal-header .modal-header-content .modal-title-section h3,[dir=rtl] .portfolio-section .project-modal-overlay .project-modal .modal-header .modal-header-content .modal-title-section .modal-subtitle{text-align:right}[dir=rtl] .portfolio-section .project-modal-overlay .project-modal .modal-header .modal-status-bar{flex-direction:row-reverse}[dir=rtl] .portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section h4,[dir=rtl] .portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .modal-description{text-align:right!important}[dir=rtl] .portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .modal-technologies{justify-content:flex-end}[dir=rtl] .portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .modal-features li{text-align:right}[dir=rtl] .portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .modal-results .result-card{flex-direction:row-reverse}[dir=rtl] .portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .modal-results .result-card .result-text,[dir=rtl] .portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .project-details-grid .detail-item .detail-label,[dir=rtl] .portfolio-section .project-modal-overlay .project-modal .modal-body .modal-section .project-details-grid .detail-item .detail-value{text-align:right}[dir=rtl] .portfolio-section .project-modal-overlay .project-modal .modal-footer .modal-actions{justify-content:flex-start}[dir=rtl] .portfolio-section .project-modal-overlay .project-modal .modal-footer .modal-actions .modal-action-btn{flex-direction:row-reverse}[dir=rtl] .portfolio-section .project-modal-overlay .project-modal .modal-footer .modal-actions .modal-action-btn.secondary{border-color:#e5e7eb}[dir=rtl] .portfolio-section .project-modal-overlay .project-modal .modal-footer .modal-actions .modal-action-btn.secondary:hover{border-color:#ff751f}[dir=ltr] .portfolio-section .portfolio-header .header-badge,[dir=ltr] .portfolio-section .project-card .card-footer .view-project-btn,[dir=ltr] .portfolio-section .portfolio-stats .stats-grid .stat-card,[dir=ltr] .portfolio-section .portfolio-cta .cta-content .cta-buttons .cta-btn.primary{flex-direction:row!important}@media(max-width:768px){.mobile-hidden{display:none!important}.mobile-stack{flex-direction:column!important}}.process-section{padding:100px 20px;background:linear-gradient(135deg,#fff,#fffaf0);position:relative;overflow:hidden;min-height:100vh}.process-section:before{content:"";position:absolute;top:0;left:0;right:0;height:300px;background:linear-gradient(180deg,rgba(255,117,31,.1) 0%,transparent 100%);z-index:0}.process-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.floating-background{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.floating-background .floating-element{position:absolute;opacity:.1;font-size:2.5rem}.floating-background .floating-element:nth-child(1){top:10%;left:5%}.floating-background .floating-element:nth-child(2){top:20%;right:10%}.floating-background .floating-element:nth-child(3){top:60%;left:15%}.floating-background .floating-element:nth-child(4){top:40%;right:15%}.floating-background .floating-element:nth-child(5){bottom:20%;left:10%}.floating-background .floating-element:nth-child(6){bottom:10%;right:5%}.process-header{text-align:center;margin-bottom:60px}.process-header .process-subtitle{display:inline-block;padding:8px 20px;background:linear-gradient(90deg,#ff751f,#fe9e1f);color:#fff;border-radius:25px;font-size:14px;font-weight:600;letter-spacing:1px;margin-bottom:20px}.process-header .process-title{font-size:3rem;font-weight:800;color:#333;margin-bottom:20px}.process-header .process-title .highlight{background:linear-gradient(90deg,#ff751f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.process-header .process-description{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.process-flow{position:relative;min-height:600px;margin-bottom:60px}.timeline-container{position:absolute;left:0;top:0;bottom:0;width:200px}@media(max-width:768px){.timeline-container{position:relative;width:100%;height:4px;margin-bottom:40px}}.timeline-line{position:absolute;left:40px;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#ff751f,#fdcd37,#fe9e1f);border-radius:2px;overflow:hidden}@media(max-width:768px){.timeline-line{position:relative;left:0;width:100%;height:4px}}.timeline-progress{position:absolute;top:0;left:0;width:100%;background:#ff751f;border-radius:2px;transition:height .5s ease}.steps-container{margin-left:200px}@media(max-width:768px){.steps-container{margin-left:0}}.process-step{position:relative;margin-bottom:40px;cursor:pointer;transition:all .3s ease}.process-step:hover .step-indicator{transform:scale(1.1);box-shadow:0 10px 25px #ff751f33}.process-step.active .step-indicator{background:#fff;border-color:#ff751f;box-shadow:0 10px 25px #ff751f4d}.process-step.active .step-indicator .step-icon,.process-step.active .step-content .step-title{color:#ff751f}.process-step.completed .step-indicator{background:#4caf50;border-color:#4caf50}.process-step.completed .step-indicator .step-icon{color:#fff}.process-step.completed .step-indicator .check-icon{color:#fff;font-size:1rem}.step-indicator{position:absolute;left:-160px;top:0;width:80px;height:80px;border-radius:50%;background:#fff;border:3px solid #e5e7eb;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2}@media(max-width:768px){.step-indicator{position:relative;left:0;margin:0 auto 20px}}.step-indicator .step-number{position:absolute;top:-25px;left:50%;transform:translate(-50%);background:#ff751f;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.step-indicator .step-icon{font-size:1.8rem;color:#666;transition:color .3s ease}.step-indicator .step-status{position:absolute;bottom:-5px;right:-5px;width:25px;height:25px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 10px #0000001a}.step-indicator .step-status .active-pulse{width:12px;height:12px;background:#ff751f;border-radius:50%}.step-indicator .step-status .check-icon{color:#4caf50}.step-content{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 30px #00000014;border:1px solid #f0f0f0;transition:all .3s ease}.step-content:hover{box-shadow:0 20px 40px #ff751f26}.step-content .step-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px;flex-wrap:wrap;gap:15px}@media(max-width:768px){.step-content .step-header{flex-direction:column;align-items:flex-start}}.step-content .step-header .step-title{font-size:1.5rem;font-weight:700;color:#333;margin:0;transition:color .3s ease}.step-content .step-header .step-duration{display:flex;align-items:center;gap:8px;padding:6px 15px;background:linear-gradient(135deg,#ff751f1a,#fdcd371a);color:#ff751f;border-radius:20px;font-size:.9rem;font-weight:600}.step-content .step-description{color:#666;margin-bottom:20px;font-size:1.1rem;line-height:1.5}.step-details{overflow:hidden}.step-details h4{color:#333;margin-bottom:15px;font-size:1.2rem;font-weight:600}.step-details ul{list-style:none;padding:0;margin-bottom:25px}.step-details ul li{padding:8px 0 8px 25px;position:relative;color:#555;display:flex;align-items:center;gap:10px}.step-details ul li .detail-icon{color:#ff751f;font-size:.8rem;flex-shrink:0}.step-actions{display:flex;gap:15px;flex-wrap:wrap}.step-actions .btn-primary,.step-actions .btn-secondary{display:flex;align-items:center;gap:8px}.step-connector{position:absolute;left:-80px;top:80px;width:80px;height:2px;background:#e5e7eb;z-index:1}@media(max-width:768px){.step-connector{display:none}}.step-connector .connector-progress{height:100%;background:linear-gradient(90deg,#ff751f,#fe9e1f);transition:width .5s ease}.process-navigation{display:flex;align-items:center;justify-content:space-between;margin-bottom:60px;flex-wrap:wrap;gap:20px}@media(max-width:768px){.process-navigation{justify-content:center}}.process-navigation .nav-btn{display:flex;align-items:center;gap:10px;background:#fff;border:2px solid #e5e7eb;padding:12px 24px;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;color:#666}.process-navigation .nav-btn:hover:not(:disabled){border-color:#ff751f;color:#ff751f;transform:translateY(-2px)}.process-navigation .nav-btn:disabled{opacity:.5;cursor:not-allowed}.process-navigation .nav-btn .rotate-180{transform:rotate(180deg)}.process-navigation .step-dots{display:flex;gap:10px}.process-navigation .step-dots .step-dot{width:40px;height:40px;border-radius:50%;background:none;border:none;cursor:pointer;position:relative;padding:0}.process-navigation .step-dots .step-dot:hover:not(:disabled) .dot-inner{background:#ff751f4d}.process-navigation .step-dots .step-dot:disabled{cursor:not-allowed}.process-navigation .step-dots .step-dot .dot-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#e5e7eb;border-radius:50%;transition:all .3s ease}.process-navigation .step-dots .step-dot.active .dot-inner{width:16px;height:16px;background:#ff751f;box-shadow:0 0 15px #ff751f66}.process-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:60px}.process-stats .stat-item{text-align:center;padding:30px 20px;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease;border:1px solid #f0f0f0}.process-stats .stat-item:hover{transform:translateY(-10px);box-shadow:0 20px 40px #ff751f1a;border-color:#ff751f}.process-stats .stat-item .stat-icon{font-size:2rem;color:#ff751f;margin-bottom:15px}.process-stats .stat-item .stat-number{font-size:3rem;font-weight:800;background:linear-gradient(90deg,#ff751f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:10px;line-height:1}.process-stats .stat-item .stat-label{color:#666;font-size:1.1rem;font-weight:600}.process-cta{text-align:center;padding:60px;background:linear-gradient(135deg,#ff751f,#fe9e1f);border-radius:25px;color:#fff;position:relative;overflow:hidden}.process-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.1) 0%,transparent 70%)}.process-cta .cta-content{position:relative;z-index:1}.process-cta h3{font-size:2.5rem;margin-bottom:15px;font-weight:800}.process-cta p{font-size:1.2rem;margin-bottom:30px;opacity:.9}.btn-primary{background:linear-gradient(90deg,#ff751f,#fe9e1f);color:#fff;border:none;padding:12px 30px;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ff751f4d}.btn-primary.btn-large{padding:15px 40px;font-size:1.1rem}.btn-secondary{background:transparent;color:#ff751f;border:2px solid #ff751f;padding:12px 30px;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#ff751f1a;transform:translateY(-2px)}.btn-outline{background:transparent;color:#fff;border:2px solid white;padding:12px 30px;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-outline:hover{background:#fff;color:#ff751f}.cta-buttons{display:flex;gap:20px;justify-content:center}@media(max-width:768px){.cta-buttons{flex-direction:column;align-items:center}}.dark .process-section{background:linear-gradient(135deg,#1a1a1a,#2a2a2a)}.dark .process-section:before{background:linear-gradient(180deg,rgba(253,205,55,.1) 0%,transparent 100%)}.dark .process-section .process-title{color:#fff}.dark .process-section .process-title .highlight{background:linear-gradient(90deg,#fdcd37,#fe9e1f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .process-section .process-description{color:#aaa}.dark .process-section .step-content{background:#2a2a2a;border-color:#444}.dark .process-section .step-content:hover{box-shadow:0 20px 40px #fdcd3726}.dark .process-section .step-content .step-title{color:#fff}.dark .process-section .step-content .step-description{color:#aaa}.dark .process-section .step-details h4{color:#fff}.dark .process-section .step-details li{color:#ccc}.dark .process-section .process-stats .stat-item{background:#2a2a2a;border-color:#444}.dark .process-section .process-stats .stat-item:hover{border-color:#fdcd37}.dark .process-section .process-stats .stat-item .stat-label{color:#aaa}.dark .process-section .floating-background .floating-element{opacity:.05}.dark .process-section .process-navigation .nav-btn{background:#2a2a2a;border-color:#444;color:#aaa}.dark .process-section .process-navigation .nav-btn:hover:not(:disabled){border-color:#fdcd37;color:#fdcd37}@media(max-width:768px){.process-section{padding:60px 15px}.process-header .process-title{font-size:2rem}.timeline-container{position:relative;height:4px;margin-bottom:40px}.timeline-container .timeline-line{position:relative;left:0;width:100%;height:4px}.steps-container{margin-left:0}.step-indicator{position:relative;left:0;margin:0 auto 20px}.step-connector{display:none}.process-cta{padding:40px 20px}.process-cta h3{font-size:1.8rem}.process-navigation{flex-direction:column;gap:15px}.process-navigation .nav-btn{order:2}.process-navigation .step-dots{order:1}}@media(max-width:480px){.process-stats{grid-template-columns:1fr}.step-actions{flex-direction:column}.step-actions button{width:100%;justify-content:center}}[dir=rtl] .process-section{direction:rtl}[dir=rtl] .process-section .process-header,[dir=rtl] .process-section .process-header .process-subtitle,[dir=rtl] .process-section .process-header .process-title,[dir=rtl] .process-section .process-header .process-description{text-align:center!important}[dir=rtl] .process-section .timeline-container{left:auto!important;right:0!important}[dir=rtl] .process-section .timeline-container .timeline-line{left:auto!important;right:40px!important}@media(max-width:768px){[dir=rtl] .process-section .timeline-container .timeline-line{right:0!important}}[dir=rtl] .process-section .steps-container{margin-left:0!important;margin-right:200px!important}@media(max-width:768px){[dir=rtl] .process-section .steps-container{margin-right:0!important}}[dir=rtl] .process-section .process-step .step-indicator{left:auto!important;right:-160px!important}@media(max-width:768px){[dir=rtl] .process-section .process-step .step-indicator{right:0!important;margin:0 auto 20px!important}}[dir=rtl] .process-section .process-step .step-indicator .step-status{right:auto!important;left:-5px!important}[dir=rtl] .process-section .process-step .step-content .step-header{flex-direction:row!important;justify-content:space-between!important;align-items:flex-start!important}@media(max-width:768px){[dir=rtl] .process-section .process-step .step-content .step-header{flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;gap:10px!important}}[dir=rtl] .process-section .process-step .step-content .step-header .step-title{text-align:right!important;flex:1!important;margin-left:0!important;margin-right:20px!important;padding-right:0!important;max-width:70%!important;word-break:break-word!important}@media(max-width:768px){[dir=rtl] .process-section .process-step .step-content .step-header .step-title{max-width:100%!important;margin-right:0!important;margin-bottom:10px!important}}[dir=rtl] .process-section .process-step .step-content .step-header .step-duration{margin-left:0!important;flex-shrink:0!important;flex-direction:row-reverse!important;white-space:nowrap!important;direction:ltr!important;unicode-bidi:embed!important}[dir=rtl] .process-section .process-step .step-content .step-header .step-duration svg{margin-left:8px!important;margin-right:0!important}[dir=rtl] .process-section .process-step .step-content .step-description{text-align:right!important;margin-top:10px!important}[dir=rtl] .process-section .process-step .step-content .step-details h4{text-align:right!important}[dir=rtl] .process-section .process-step .step-content .step-details ul{padding-left:0!important;padding-right:25px!important}[dir=rtl] .process-section .process-step .step-content .step-details ul li{padding-left:0!important;padding-right:25px!important;flex-direction:row-reverse!important;justify-content:flex-end!important}[dir=rtl] .process-section .process-step .step-content .step-details ul li .detail-icon{margin-right:0!important;margin-left:10px!important}[dir=rtl] .process-section .process-step .step-content .step-details ul li .detail-icon.rotate-180{transform:rotate(180deg)!important}[dir=rtl] .process-section .process-step .step-content .step-details .step-actions .btn-primary,[dir=rtl] .process-section .process-step .step-content .step-details .step-actions .btn-secondary{flex-direction:row-reverse!important}[dir=rtl] .process-section .process-step .step-connector{left:auto!important;right:-80px!important}@media(max-width:768px){[dir=rtl] .process-section .process-step .step-connector{display:none!important}}[dir=rtl] .process-section .process-navigation .nav-btn{flex-direction:row-reverse!important}[dir=rtl] .process-section .process-navigation .nav-btn .rotate-180{transform:rotate(180deg)!important}[dir=rtl] .process-section .process-stats{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr))!important;gap:30px!important;margin-bottom:60px!important;justify-items:center!important;align-items:start!important}[dir=rtl] .process-section .process-stats .stat-item{text-align:center!important;padding:30px 20px!important;background:#fff!important;border-radius:20px!important;box-shadow:0 10px 30px #0000000d!important;transition:transform .3s ease!important;border:1px solid #f0f0f0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:280px!important}[dir=rtl] .process-section .process-stats .stat-item:hover{transform:translateY(-10px)!important;box-shadow:0 20px 40px #ff751f1a!important;border-color:#ff751f!important}[dir=rtl] .process-section .process-stats .stat-item .stat-icon{font-size:2rem!important;color:#ff751f!important;margin-bottom:15px!important;display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important}[dir=rtl] .process-section .process-stats .stat-item .stat-number{font-size:3rem!important;font-weight:800!important;background:linear-gradient(90deg,#ff751f,#fdcd37)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;margin-bottom:10px!important;line-height:1!important;text-align:center!important;display:block!important;width:100%!important}[dir=rtl] .process-section .process-stats .stat-item .stat-label{color:#666!important;font-size:1.1rem!important;font-weight:600!important;text-align:center!important;display:block!important;width:100%!important;line-height:1.4!important}[dir=rtl] .process-section .process-cta .cta-content h3,[dir=rtl] .process-section .process-cta .cta-content p{text-align:center!important}[dir=rtl] .process-section .process-cta .cta-buttons .btn-primary,[dir=rtl] .process-section .process-cta .cta-buttons .btn-outline{flex-direction:row-reverse!important}[dir=rtl] .process-section .floating-background .floating-element:nth-child(1){left:auto;right:5%}[dir=rtl] .process-section .floating-background .floating-element:nth-child(2){right:auto;left:10%}[dir=rtl] .process-section .floating-background .floating-element:nth-child(3){left:auto;right:15%}[dir=rtl] .process-section .floating-background .floating-element:nth-child(4){right:auto;left:15%}[dir=rtl] .process-section .floating-background .floating-element:nth-child(5){left:auto;right:10%}[dir=rtl] .process-section .floating-background .floating-element:nth-child(6){right:auto;left:5%}[dir=ltr] .process-section .process-step .step-content .step-header{flex-direction:row!important;justify-content:space-between!important;align-items:flex-start!important}[dir=ltr] .process-section .process-step .step-content .step-header .step-title{text-align:left!important;flex:1!important;margin-right:20px!important;max-width:70%!important;word-break:break-word!important}[dir=ltr] .process-section .process-step .step-content .step-header .step-duration{margin-left:0!important;flex-shrink:0!important;white-space:nowrap!important}[dir=ltr] .process-section .process-step .step-content .step-description,[dir=ltr] .process-section .process-step .step-content .step-details h4{text-align:left!important}[dir=ltr] .process-section .process-step .step-content .step-details ul li{flex-direction:row!important;justify-content:flex-start!important}[dir=ltr] .process-section .process-stats{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr))!important;justify-items:center!important;align-items:start!important}[dir=ltr] .process-section .process-stats .stat-item{text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:280px!important}[dir=ltr] .process-section .process-stats .stat-item .stat-icon,[dir=ltr] .process-section .process-stats .stat-item .stat-number,[dir=ltr] .process-section .process-stats .stat-item .stat-label{text-align:center!important;justify-content:center!important;width:100%!important;display:flex!important}[dir=ltr] .process-section .process-stats .stat-item .stat-icon{justify-content:center!important}[dir=ltr] .process-section .process-stats .stat-item .stat-number,[dir=ltr] .process-section .process-stats .stat-item .stat-label{display:block!important}@media(max-width:768px){[dir=rtl] .process-section .timeline-container .timeline-line{right:0!important}[dir=rtl] .process-section .steps-container{margin-right:0!important}[dir=rtl] .process-section .process-step .step-indicator{right:0!important;margin:0 auto 20px!important}[dir=rtl] .process-section .process-step .step-connector{display:none!important}[dir=rtl] .process-section .process-step .step-content .step-header{flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;gap:10px!important}[dir=rtl] .process-section .process-step .step-content .step-header .step-title{text-align:right!important;max-width:100%!important;margin-right:0!important;margin-bottom:10px!important}[dir=rtl] .process-section .process-step .step-content .step-header .step-duration{margin-left:0!important;align-self:flex-start!important}[dir=rtl] .process-section .process-step .step-content .step-description{text-align:right!important}[dir=rtl] .process-section .process-navigation{flex-direction:column!important}[dir=rtl] .process-section .process-navigation .nav-btn{order:2!important}[dir=rtl] .process-section .process-navigation .step-dots{order:1!important}[dir=rtl] .process-section .process-stats{grid-template-columns:repeat(2,1fr)!important;gap:20px!important;justify-items:center!important}[dir=rtl] .process-section .process-stats .stat-item{max-width:100%!important;padding:20px 15px!important}[dir=rtl] .process-section .process-stats .stat-item .stat-number{font-size:2.5rem!important}[dir=rtl] .process-section .process-stats .stat-item .stat-label{font-size:1rem!important}[dir=ltr] .process-section .process-step .step-content .step-header{flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;gap:10px!important}[dir=ltr] .process-section .process-step .step-content .step-header .step-title{max-width:100%!important;margin-right:0!important;margin-bottom:10px!important}[dir=ltr] .process-section .process-stats{grid-template-columns:repeat(2,1fr)!important;gap:20px!important;justify-items:center!important}[dir=ltr] .process-section .process-stats .stat-item{max-width:100%!important;padding:20px 15px!important}}@media(max-width:480px){[dir=rtl] .process-section .process-step .step-content .step-header{align-items:center!important;text-align:center!important}[dir=rtl] .process-section .process-step .step-content .step-header .step-title,[dir=rtl] .process-section .process-step .step-content .step-description,[dir=rtl] .process-section .process-step .step-content .step-details h4{text-align:center!important}[dir=rtl] .process-section .process-step .step-content .step-details ul li{justify-content:center!important;text-align:center!important}[dir=rtl] .process-section .process-stats{grid-template-columns:1fr!important;gap:15px!important}[dir=rtl] .process-section .process-stats .stat-item{max-width:300px!important;margin:0 auto!important}[dir=ltr] .process-section .process-stats{grid-template-columns:1fr!important;gap:15px!important}}.dark[dir=rtl] .process-section .process-step .step-content .step-title{color:#fff!important}.dark[dir=rtl] .process-section .process-step .step-content .step-description{color:#aaa!important}.dark[dir=rtl] .process-section .process-step .step-content .step-details h4{color:#fff!important}.dark[dir=rtl] .process-section .process-step .step-content .step-details li{color:#ccc!important}.dark[dir=rtl] .process-section .process-stats .stat-item{background:#2a2a2a!important;border-color:#444!important}.dark[dir=rtl] .process-section .process-stats .stat-item:hover{border-color:#fdcd37!important}.dark[dir=rtl] .process-section .process-stats .stat-item .stat-icon{color:#fdcd37!important}.dark[dir=rtl] .process-section .process-stats .stat-item .stat-number{background:linear-gradient(90deg,#fdcd37,#fe9e1f)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.dark[dir=rtl] .process-section .process-stats .stat-item .stat-label{color:#aaa!important}.team-section{padding:6rem 2rem;position:relative;overflow:hidden;background:linear-gradient(135deg,#fff,#fff9f0)}.team-section .team-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:0}.team-section .team-background .bg-circle{position:absolute;border-radius:50%;filter:blur(60px);opacity:.15}.team-section .team-background .circle-1{width:300px;height:300px;background:radial-gradient(circle at 50% 50%,#ff751f,#fe9e1f);top:-150px;right:-100px}.team-section .team-background .circle-2{width:400px;height:400px;background:radial-gradient(circle at 50% 50%,#fdcd37,#fe9e1f);bottom:-200px;left:-150px}.team-section .team-background .circle-3{width:200px;height:200px;background:radial-gradient(circle at 50% 50%,#ff751f,#fdcd37);top:50%;right:10%}.team-section .team-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.team-section .section-header{text-align:center;margin-bottom:4rem}.team-section .section-header .section-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ff751f1a;padding:.5rem 1.5rem;border-radius:50px;margin-bottom:1.5rem;border:1px solid rgba(255,117,31,.2)}.team-section .section-header .section-badge .badge-icon{font-size:1.2rem}.team-section .section-header .section-badge .badge-text{color:#ff751f;font-weight:600;font-size:.95rem;letter-spacing:.5px}.team-section .section-header .section-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#1a1a1a}.team-section .section-header .section-title .highlight{background:linear-gradient(135deg,#ff751f,#fe9e1f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.team-section .section-header .section-title .highlight:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ff751f,#fdcd37);border-radius:2px}@media(max-width:768px){.team-section .section-header .section-title{font-size:2.2rem}}@media(max-width:480px){.team-section .section-header .section-title{font-size:1.8rem}}.team-section .section-header .section-description{font-size:1.1rem;line-height:1.6;color:#555;max-width:700px;margin:0 auto}@media(max-width:768px){.team-section .section-header .section-description{font-size:1rem;padding:0 1rem}}.team-section .role-filter{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap;padding:0 1rem}.team-section .role-filter .filter-btn{display:flex;align-items:center;gap:.75rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #0000000d;white-space:nowrap}.team-section .role-filter .filter-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #ff751f1a;border-color:#ff751f}.team-section .role-filter .filter-btn.active{background:linear-gradient(135deg,#ff751f,#fe9e1f);color:#fff;border-color:transparent;box-shadow:0 5px 20px #ff751f33}.team-section .role-filter .filter-btn .filter-icon{font-size:1.2rem}@media(max-width:768px){.team-section .role-filter .filter-btn{padding:.6rem 1.2rem;font-size:.9rem}.team-section .role-filter .filter-btn .filter-icon{font-size:1rem}}@media(max-width:480px){.team-section .role-filter .filter-btn{padding:.5rem 1rem;font-size:.85rem;gap:.5rem}}.team-section .team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;padding:0 1rem}@media(max-width:768px){.team-section .team-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@media(max-width:640px){.team-section .team-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}}.team-section .team-card{background:#fff;border-radius:20px;padding:2rem;position:relative;cursor:pointer;overflow:hidden;box-shadow:0 5px 20px #00000014;transition:all .3s ease;border:1px solid #f0f0f0;min-height:380px;height:100%}.team-section .team-card:hover{box-shadow:0 15px 40px #ff751f26;transform:translateY(-10px)}.team-section .team-card:hover .avatar-glow{opacity:1}.team-section .team-card:hover .member-avatar-container:after{transform:scale(1.05)}.team-section .team-card .card-front{position:relative;z-index:2;height:100%;display:flex;flex-direction:column}.team-section .team-card .avatar-wrapper{position:relative;width:120px;height:120px;margin:0 auto 1.5rem}.team-section .team-card .avatar-wrapper .avatar-glow{position:absolute;inset:-15px;border-radius:50%;opacity:0;transition:opacity .3s ease;z-index:0}.team-section .team-card .avatar-wrapper .member-avatar-container{width:120px;height:120px;border-radius:50%;position:relative;z-index:1;overflow:hidden;box-shadow:0 5px 15px #0000001a;border:4px solid white}.team-section .team-card .avatar-wrapper .member-avatar-container:after{content:"";position:absolute;inset:0;border-radius:50%;box-shadow:inset 0 0 0 2px #ffffff80;transition:all .3s ease}.team-section .team-card .avatar-wrapper .member-avatar-container .member-avatar-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.team-section .team-card .avatar-wrapper .member-avatar-container .avatar-overlay{position:absolute;inset:0;border-radius:50%;opacity:.2;mix-blend-mode:overlay;transition:opacity .3s ease}.team-section .team-card .avatar-wrapper .member-avatar-container:hover .member-avatar-image{transform:scale(1.1)}.team-section .team-card .avatar-wrapper .member-avatar-container:hover .avatar-overlay{opacity:.3}.team-section .team-card .avatar-wrapper .active-indicator{position:absolute;bottom:5px;right:5px;z-index:2}.team-section .team-card .avatar-wrapper .active-indicator .pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border-radius:50%;background:#4caf50;animation:pulse 2s infinite}.team-section .team-card .avatar-wrapper .active-indicator .active-dot{position:relative;width:12px;height:12px;background:#4caf50;border-radius:50%;border:2px solid white;box-shadow:0 0 10px #4caf5080}.team-section .team-card .member-info{text-align:center;margin-bottom:1.5rem;flex:1}.team-section .team-card .member-info .member-name{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;line-height:1.2}@media(max-width:768px){.team-section .team-card .member-info .member-name{font-size:1.3rem}}.team-section .team-card .member-info .member-role{font-size:1rem;color:#666;margin-bottom:1.5rem;font-weight:500}.team-section .team-card .member-info .member-stats{display:flex;justify-content:space-around;align-items:center;background:#f8f9fa;border-radius:12px;padding:1rem}.team-section .team-card .member-info .member-stats .stat-item{text-align:center;flex:1}.team-section .team-card .member-info .member-stats .stat-item .stat-value{font-size:1.2rem;font-weight:700;color:#ff751f;margin-bottom:.25rem;line-height:1}.team-section .team-card .member-info .member-stats .stat-item .stat-label{font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:.5px}.team-section .team-card .member-info .member-stats .stat-divider{width:1px;height:30px;background:#e5e7eb}.team-section .team-card .expertise-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.team-section .team-card .expertise-tags .skill-tag{padding:.35rem .85rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid;transition:all .3s ease;white-space:nowrap}.team-section .team-card .expertise-tags .skill-tag:hover{transform:translateY(-2px);box-shadow:0 3px 10px #0000001a}.team-section .team-card .expertise-tags .more-tag{padding:.35rem .7rem;border-radius:20px;font-size:.8rem;font-weight:500;background:#f8f9fa;color:#888;border:1px solid #e5e7eb}.team-section .team-card .social-links{display:flex;justify-content:center;gap:.75rem;margin-top:auto}.team-section .team-card .social-links .social-link{width:36px;height:36px;border-radius:50%;background:#f8f9fa;display:flex;align-items:center;justify-content:center;color:#666;transition:all .3s ease;text-decoration:none}.team-section .team-card .social-links .social-link:hover{background:#ff751f;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #ff751f4d}.team-section .team-card .social-links .social-link svg{font-size:1rem}.team-section .team-card .card-back{position:absolute;inset:0;background:#fff;padding:2rem;border-radius:20px;z-index:3;transform-style:preserve-3d;backface-visibility:hidden;display:flex;flex-direction:column;overflow-y:auto}.team-section .team-card .card-back .back-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;position:relative}.team-section .team-card .card-back .back-header .back-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid white;box-shadow:0 3px 10px #0000001a}.team-section .team-card .card-back .back-header .back-avatar .back-avatar-image{width:100%;height:100%;object-fit:cover}.team-section .team-card .card-back .back-header .back-title-section{flex:1}.team-section .team-card .card-back .back-header .back-title-section .back-name{font-size:1.2rem;font-weight:700;color:#1a1a1a;margin:0 0 .25rem;line-height:1.2}.team-section .team-card .card-back .back-header .back-title-section .back-role{font-size:.9rem;color:#ff751f;font-weight:500;margin:0}.team-section .team-card .card-back .back-header .close-back{width:32px;height:32px;border-radius:50%;background:#f8f9fa;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;color:#666;transition:all .3s ease;flex-shrink:0}.team-section .team-card .card-back .back-header .close-back:hover{background:#ff751f;color:#fff;transform:rotate(90deg)}.team-section .team-card .card-back .back-content{flex:1;display:flex;flex-direction:column}.team-section .team-card .card-back .back-content .member-bio{font-size:.95rem;line-height:1.5;color:#555;margin-bottom:2rem;flex:1}.team-section .team-card .card-back .back-content .skills-section{margin-bottom:2rem}.team-section .team-card .card-back .back-content .skills-section .skills-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.team-section .team-card .card-back .back-content .skills-section .skills-title .title-icon{color:#ff751f;font-size:.9rem}.team-section .team-card .card-back .back-content .skills-section .skills-list .skill-item{margin-bottom:1rem}.team-section .team-card .card-back .back-content .skills-section .skills-list .skill-item .skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.team-section .team-card .card-back .back-content .skills-section .skills-list .skill-item .skill-header .skill-icon{color:#666;font-size:.9rem;margin-right:.5rem}.team-section .team-card .card-back .back-content .skills-section .skills-list .skill-item .skill-header .skill-name{flex:1;font-size:.9rem;font-weight:500;color:#333}.team-section .team-card .card-back .back-content .skills-section .skills-list .skill-item .skill-header .skill-level{font-size:.8rem;font-weight:600;color:#666}.team-section .team-card .card-back .back-content .skills-section .skills-list .skill-item .skill-bar{height:6px;background:#f0f0f0;border-radius:3px;overflow:hidden}.team-section .team-card .card-back .back-content .skills-section .skills-list .skill-item .skill-bar .skill-progress{height:100%;border-radius:3px;box-shadow:0 2px 5px #0000001a}.team-section .team-card .card-back .back-content .back-stats{display:flex;justify-content:space-around;align-items:center;background:#f8f9fa;border-radius:12px;padding:1rem;margin-bottom:1.5rem}.team-section .team-card .card-back .back-content .back-stats .back-stat-item{text-align:center;flex:1}.team-section .team-card .card-back .back-content .back-stats .back-stat-item .back-stat-value{font-size:1.1rem;font-weight:700;color:#ff751f;margin-bottom:.25rem}.team-section .team-card .card-back .back-content .back-stats .back-stat-item .back-stat-label{font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:.5px}.team-section .team-card .card-back .back-content .contact-btn{width:100%;padding:.75rem;color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.team-section .team-card .card-back .back-content .contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff751f66}.team-section .team-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:4rem;padding:0 1rem}@media(max-width:768px){.team-section .team-stats{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.team-section .team-stats{grid-template-columns:1fr}}.team-section .team-stats .stat-card{text-align:center;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 5px 20px #0000000d;border:1px solid #f0f0f0;transition:all .3s ease}.team-section .team-stats .stat-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #ff751f1a;border-color:#ff751f}.team-section .team-stats .stat-card .stat-number{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#ff751f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;line-height:1}.team-section .team-stats .stat-card .stat-label{font-size:1rem;color:#666;font-weight:500}.team-section .join-cta{background:linear-gradient(135deg,#ff751f,#fe9e1f);border-radius:24px;padding:3rem;text-align:center;position:relative;overflow:hidden}.team-section .join-cta:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.1;z-index:0}.team-section .join-cta .cta-content{position:relative;z-index:1}.team-section .join-cta .cta-content .cta-title{font-size:2.2rem;font-weight:700;color:#fff;margin-bottom:1rem}@media(max-width:768px){.team-section .join-cta .cta-content .cta-title{font-size:1.8rem}}@media(max-width:480px){.team-section .join-cta .cta-content .cta-title{font-size:1.5rem}}.team-section .join-cta .cta-content .cta-description{font-size:1.1rem;color:#ffffffe6;max-width:700px;margin:0 auto 2rem;line-height:1.6}@media(max-width:768px){.team-section .join-cta .cta-content .cta-description{font-size:1rem;padding:0 1rem}}.team-section .join-cta .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:480px){.team-section .join-cta .cta-buttons{flex-direction:column;align-items:center}}.team-section .join-cta .cta-buttons .cta-btn{padding:.875rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:180px}@media(max-width:768px){.team-section .join-cta .cta-buttons .cta-btn{padding:.75rem 1.5rem;font-size:.95rem;min-width:160px}}.team-section .join-cta .cta-buttons .cta-btn.primary{background:#fff;color:#ff751f;border:none}.team-section .join-cta .cta-buttons .cta-btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #fff3}.team-section .join-cta .cta-buttons .cta-btn.secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.team-section .join-cta .cta-buttons .cta-btn.secondary:hover{background:#ffffff1a;border-color:#fff}.dark .team-section{background:linear-gradient(135deg,#1a1a1a,#2a2a2a)}.dark .team-section .section-header .section-badge{background:#fdcd371a;border-color:#fdcd3733}.dark .team-section .section-header .section-badge .badge-text{color:#fdcd37}.dark .team-section .section-header .section-title{color:#fff}.dark .team-section .section-header .section-title .highlight{background:linear-gradient(135deg,#fdcd37,#fe9e1f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .team-section .section-header .section-description{color:#b0b0b0}.dark .team-section .role-filter .filter-btn{background:#2a2a2a;border-color:#444;color:#b0b0b0;box-shadow:0 2px 10px #0003}.dark .team-section .role-filter .filter-btn:hover{border-color:#fdcd37;box-shadow:0 5px 20px #fdcd371a}.dark .team-section .role-filter .filter-btn.active{background:linear-gradient(135deg,#fdcd37,#fe9e1f);color:#1a1a1a;border-color:transparent;box-shadow:0 5px 20px #fdcd3733}.dark .team-section .team-card{background:#2a2a2a;border-color:#444;box-shadow:0 5px 20px #0003}.dark .team-section .team-card:hover{box-shadow:0 15px 40px #fdcd371a}.dark .team-section .team-card .member-avatar-container{border-color:#444}.dark .team-section .team-card .member-info .member-name{color:#fff}.dark .team-section .team-card .member-info .member-role{color:#a0a0a0}.dark .team-section .team-card .member-info .member-stats{background:#333}.dark .team-section .team-card .member-info .member-stats .stat-item .stat-value{color:#fdcd37}.dark .team-section .team-card .member-info .member-stats .stat-item .stat-label{color:#888}.dark .team-section .team-card .member-info .member-stats .stat-divider{background:#444}.dark .team-section .team-card .expertise-tags .skill-tag{background:#fdcd371a!important;color:#fdcd37!important;border-color:#fdcd374d!important}.dark .team-section .team-card .expertise-tags .more-tag{background:#333;color:#888;border-color:#444}.dark .team-section .team-card .social-links .social-link{background:#333;color:#a0a0a0}.dark .team-section .team-card .social-links .social-link:hover{background:#fdcd37;color:#1a1a1a}.dark .team-section .team-card .card-back{background:#2a2a2a}.dark .team-section .team-card .card-back .back-header .back-title-section .back-name{color:#fff}.dark .team-section .team-card .card-back .back-header .back-title-section .back-role{color:#fdcd37}.dark .team-section .team-card .card-back .back-header .close-back{background:#333;color:#a0a0a0}.dark .team-section .team-card .card-back .back-header .close-back:hover{background:#fdcd37;color:#1a1a1a}.dark .team-section .team-card .card-back .back-content .member-bio{color:#b0b0b0}.dark .team-section .team-card .card-back .back-content .skills-section .skills-title{color:#fff}.dark .team-section .team-card .card-back .back-content .skills-section .skills-list .skill-item .skill-header .skill-icon{color:#a0a0a0}.dark .team-section .team-card .card-back .back-content .skills-section .skills-list .skill-item .skill-header .skill-name{color:#d0d0d0}.dark .team-section .team-card .card-back .back-content .skills-section .skills-list .skill-item .skill-header .skill-level{color:#a0a0a0}.dark .team-section .team-card .card-back .back-content .skills-section .skills-list .skill-item .skill-bar,.dark .team-section .team-card .card-back .back-content .back-stats{background:#333}.dark .team-section .team-stats .stat-card{background:#2a2a2a;border-color:#444;box-shadow:0 5px 20px #0003}.dark .team-section .team-stats .stat-card:hover{box-shadow:0 15px 40px #fdcd371a;border-color:#fdcd37}.dark .team-section .team-stats .stat-card .stat-number{background:linear-gradient(135deg,#fdcd37,#fe9e1f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .team-section .team-stats .stat-card .stat-label{color:#a0a0a0}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.8);opacity:.7}70%{transform:translate(-50%,-50%) scale(1.2);opacity:0}to{transform:translate(-50%,-50%) scale(.8);opacity:0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:1024px){.team-section{padding:4rem 1.5rem}}@media(max-width:768px){.team-section{padding:3rem 1rem}.team-section .section-header,.team-section .team-grid,.team-section .team-stats{margin-bottom:3rem}.team-section .join-cta{padding:2rem 1.5rem}}@media(max-width:480px){.team-section{padding:2rem .75rem}.team-section .team-card{padding:1.5rem;min-height:350px}.team-section .team-card .avatar-wrapper{width:100px;height:100px;margin-bottom:1rem}.team-section .team-card .avatar-wrapper .member-avatar-container{width:100px;height:100px}.team-section .team-card .member-info .member-name{font-size:1.2rem}.team-section .team-card .member-info .member-role{font-size:.9rem}.team-section .team-card .member-info .member-stats{padding:.75rem}.team-section .team-card .member-info .member-stats .stat-item .stat-value{font-size:1.1rem}.team-section .team-card .card-back{padding:1.5rem}.team-section .team-card .card-back .back-header .back-avatar{width:50px;height:50px}}[dir=rtl] .team-section{direction:rtl}[dir=rtl] .team-section .section-header{text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important}[dir=rtl] .team-section .section-header .section-badge{flex-direction:row-reverse!important;gap:.5rem!important;justify-content:center!important;display:inline-flex!important;width:auto!important;margin:0 auto 1.5rem!important;text-align:center!important}[dir=rtl] .team-section .section-header .section-badge .badge-icon{margin:0!important}[dir=rtl] .team-section .section-header .section-badge .badge-text{text-align:center!important;display:block!important}[dir=rtl] .team-section .section-header .section-title{text-align:center!important;display:block!important;width:100%!important;margin-left:auto!important;margin-right:auto!important}[dir=rtl] .team-section .section-header .section-title .highlight{display:inline-block!important;text-align:center!important}[dir=rtl] .team-section .section-header .section-description{text-align:center!important;display:block!important;width:100%!important;max-width:700px!important;margin-left:auto!important;margin-right:auto!important;direction:rtl!important}[dir=rtl] .team-section .role-filter .filter-btn{text-align:center!important;flex-direction:row-reverse!important}[dir=rtl] .team-section .role-filter .filter-btn .filter-icon{margin-right:0!important;margin-left:.75rem!important}@media(max-width:768px){[dir=rtl] .team-section .role-filter .filter-btn .filter-icon{margin-left:.5rem!important}}[dir=rtl] .team-section .role-filter .filter-btn .filter-label,[dir=rtl] .team-section .team-grid .team-card .member-info,[dir=rtl] .team-section .team-grid .team-card .member-info .member-name,[dir=rtl] .team-section .team-grid .team-card .member-info .member-role,[dir=rtl] .team-section .team-grid .team-card .member-info .member-stats,[dir=rtl] .team-section .team-grid .team-card .member-info .member-stats .stat-item .stat-value,[dir=rtl] .team-section .team-grid .team-card .member-info .member-stats .stat-item .stat-label{text-align:center!important}[dir=rtl] .team-section .team-grid .team-card .expertise-tags{justify-content:center!important}[dir=rtl] .team-section .team-grid .team-card .expertise-tags .skill-tag{text-align:center!important}[dir=rtl] .team-section .team-grid .team-card .social-links{justify-content:center!important}[dir=rtl] .team-section .team-grid .team-card .card-back .back-header .back-title-section,[dir=rtl] .team-section .team-grid .team-card .card-back .back-header .back-title-section .back-name,[dir=rtl] .team-section .team-grid .team-card .card-back .back-header .back-title-section .back-role,[dir=rtl] .team-section .team-grid .team-card .card-back .back-content .member-bio{text-align:right!important}[dir=rtl] .team-section .team-grid .team-card .card-back .back-content .skills-section .skills-title{flex-direction:row-reverse!important;text-align:right!important}[dir=rtl] .team-section .team-grid .team-card .card-back .back-content .skills-section .skills-title .title-icon{margin-right:0!important;margin-left:.5rem!important}[dir=rtl] .team-section .team-grid .team-card .card-back .back-content .skills-section .skills-list .skill-item .skill-header .skill-name{text-align:right!important}[dir=rtl] .team-section .team-grid .team-card .card-back .back-content .skills-section .skills-list .skill-item .skill-header .skill-icon{margin-right:0!important;margin-left:.5rem!important;order:3}[dir=rtl] .team-section .team-grid .team-card .card-back .back-content .skills-section .skills-list .skill-item .skill-header .skill-level{order:1}[dir=rtl] .team-section .team-grid .team-card .card-back .back-content .back-stats .back-stat-item .back-stat-value,[dir=rtl] .team-section .team-grid .team-card .card-back .back-content .back-stats .back-stat-item .back-stat-label,[dir=rtl] .team-section .team-stats .stat-card,[dir=rtl] .team-section .team-stats .stat-card .stat-number,[dir=rtl] .team-section .team-stats .stat-card .stat-label,[dir=rtl] .team-section .join-cta .cta-content .cta-title,[dir=rtl] .team-section .join-cta .cta-content .cta-description{text-align:center!important}[dir=rtl] .team-section .join-cta .cta-buttons{justify-content:center!important}[dir=rtl] .team-section .team-background .circle-1{right:auto!important;left:-100px!important}[dir=rtl] .team-section .team-background .circle-2{left:auto!important;right:-150px!important}[dir=rtl] .team-section .team-background .circle-3{right:auto!important;left:10%!important}[dir=ltr] .team-section .team-card .card-back .back-header .back-title-section,[dir=ltr] .team-section .team-card .card-back .back-content .member-bio,[dir=ltr] .team-section .team-card .card-back .back-content .skills-section .skills-list .skill-item .skill-header .skill-name{text-align:left!important}@media(max-width:768px){[dir=rtl] .team-section .role-filter .filter-btn{padding:.6rem 1.2rem}[dir=rtl] .team-section .role-filter .filter-btn .filter-icon{margin-left:.5rem!important}[dir=rtl] .team-section .team-card .member-stats .stat-item .stat-value,[dir=rtl] .team-section .team-card .member-stats .stat-item .stat-label{text-align:center!important}[dir=rtl] .team-section .team-card .card-back .back-header .back-title-section{text-align:right!important}}@media(max-width:480px){[dir=rtl] .team-section .team-card .member-stats .stat-item .stat-value,[dir=rtl] .team-section .team-card .member-stats .stat-item .stat-label{text-align:center!important}[dir=rtl] .team-section .team-card .card-back .back-header{flex-direction:column!important;align-items:center!important;text-align:center!important}[dir=rtl] .team-section .team-card .card-back .back-header .back-title-section{text-align:center!important;margin:1rem 0}[dir=rtl] .team-section .team-card .card-back .back-header .close-back{position:absolute!important;top:1rem;left:1rem!important;right:auto!important}[dir=rtl] .team-section .team-card .card-back .back-content .skills-section .skills-list .skill-item .skill-header .skill-name{text-align:right!important}}.dark[dir=rtl] .team-section .team-card .member-info .member-role{color:#a0a0a0!important}.dark[dir=rtl] .team-section .team-card .card-back .back-header .back-title-section .back-role{color:#fdcd37!important}[dir=rtl] .team-section .active-indicator{right:auto!important;left:5px!important}.testimonials-section{padding:clamp(3rem,5vw,6rem) clamp(1rem,3vw,2rem);position:relative;overflow:hidden;background:linear-gradient(135deg,#fff,#fff9f0)}.testimonials-section .testimonials-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.5}@media(max-width:768px){.testimonials-section .testimonials-background{opacity:.2}}.testimonials-section .testimonials-background .quote-mark{position:absolute;font-size:clamp(5rem,15vw,20rem);font-weight:900;color:#ff751f0d;line-height:1;-webkit-user-select:none;user-select:none}.testimonials-section .testimonials-background .quote-mark.quote-mark-1{top:5%;left:3%;transform:rotate(15deg)}@media(max-width:768px){.testimonials-section .testimonials-background .quote-mark.quote-mark-1{top:2%;left:2%;font-size:8rem}}.testimonials-section .testimonials-background .quote-mark.quote-mark-2{bottom:5%;right:3%;transform:rotate(-15deg)}@media(max-width:768px){.testimonials-section .testimonials-background .quote-mark.quote-mark-2{bottom:2%;right:2%;font-size:8rem}}.testimonials-section .testimonials-container{max-width:min(1400px,95vw);margin:0 auto;position:relative;z-index:1}.testimonials-section .section-header{text-align:center;margin-bottom:clamp(2rem,4vw,4rem)}.testimonials-section .section-header .section-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ff751f1a;padding:.5rem 1.5rem;border-radius:50px;margin-bottom:clamp(1rem,2vw,1.5rem);border:1px solid rgba(255,117,31,.2)}.testimonials-section .section-header .section-badge .badge-icon{color:#ff751f;font-size:1rem}.testimonials-section .section-header .section-badge .badge-text{color:#ff751f;font-weight:600;font-size:clamp(.85rem,1.5vw,.95rem);letter-spacing:.5px}.testimonials-section .section-header .section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2;margin-bottom:clamp(1rem,2vw,1.5rem);color:#1a1a1a;padding:0 clamp(.5rem,2vw,1rem)}.testimonials-section .section-header .section-title .highlight{background:linear-gradient(135deg,#ff751f,#fe9e1f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;display:inline-block}.testimonials-section .section-header .section-title .highlight:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ff751f,#fdcd37);border-radius:2px}.testimonials-section .section-header .section-description{font-size:clamp(.95rem,1.5vw,1.1rem);line-height:1.6;color:#555;max-width:min(700px,90vw);margin:0 auto;padding:0 clamp(.5rem,2vw,1rem)}.testimonials-section .project-filter{display:flex;justify-content:center;gap:clamp(.5rem,1.5vw,1rem);margin-bottom:clamp(2rem,3vw,3rem);flex-wrap:wrap;padding:0 clamp(.5rem,2vw,1rem)}.testimonials-section .project-filter .filter-btn{display:flex;align-items:center;gap:clamp(.25rem,.75vw,.75rem);background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:clamp(.5rem,1vw,.75rem) clamp(1rem,1.5vw,1.5rem);font-size:clamp(.875rem,1.25vw,1rem);font-weight:500;color:#666;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #0000000d;flex:0 1 auto;min-width:fit-content}.testimonials-section .project-filter .filter-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #ff751f1a;border-color:#ff751f}.testimonials-section .project-filter .filter-btn.active{background:linear-gradient(135deg,#ff751f,#fe9e1f);color:#fff;border-color:transparent;box-shadow:0 5px 20px #ff751f33}.testimonials-section .project-filter .filter-btn .filter-label{white-space:nowrap}.testimonials-section .project-filter .filter-btn .filter-count{background:#fff3;padding:.25rem .5rem;border-radius:10px;font-size:clamp(.75rem,1vw,.85rem);font-weight:600}.testimonials-section .main-testimonial-wrapper{display:grid;grid-template-columns:1fr 2fr;gap:clamp(1.5rem,3vw,3rem);margin-bottom:clamp(2rem,4vw,4rem)}@media(max-width:1024px){.testimonials-section .main-testimonial-wrapper{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.testimonials-section .main-testimonial-wrapper{gap:1.5rem}}@media(max-width:1024px){.testimonials-section .client-info-side{display:flex;flex-direction:column;align-items:center;text-align:center}}.testimonials-section .client-info-side .client-avatar-wrapper{position:relative;margin-bottom:clamp(1.5rem,2vw,2rem)}.testimonials-section .client-info-side .client-avatar-wrapper .client-avatar-container{width:clamp(100px,12vw,140px);height:clamp(100px,12vw,140px);border-radius:50%;margin:0 auto clamp(1rem,1.5vw,1.5rem);box-shadow:0 10px 30px #ff751f33;position:relative;overflow:hidden;border:4px solid white}.testimonials-section .client-info-side .client-avatar-wrapper .client-avatar-container:after{content:"";position:absolute;inset:0;border-radius:50%;box-shadow:inset 0 0 0 2px #ffffff80;transition:all .3s ease;pointer-events:none}.testimonials-section .client-info-side .client-avatar-wrapper .client-avatar-container .client-avatar-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.testimonials-section .client-info-side .client-avatar-wrapper .client-avatar-container .avatar-overlay{position:absolute;inset:0;border-radius:50%;opacity:.2;mix-blend-mode:overlay;transition:opacity .3s ease;pointer-events:none}.testimonials-section .client-info-side .client-avatar-wrapper .client-avatar-container:hover .client-avatar-image{transform:scale(1.05)}.testimonials-section .client-info-side .client-avatar-wrapper .client-avatar-container:hover .avatar-overlay{opacity:.3}.testimonials-section .client-info-side .client-avatar-wrapper .client-avatar-container .avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;border-radius:50%}.testimonials-section .client-info-side .client-avatar-wrapper .client-avatar-container .avatar-placeholder .placeholder-initials{font-size:32px;font-weight:700;z-index:2}.testimonials-section .client-info-side .client-avatar-wrapper .client-avatar-container .avatar-placeholder .placeholder-icon{position:absolute;font-size:48px;opacity:.2;z-index:1}.testimonials-section .client-info-side .client-avatar-wrapper .client-avatar-container .avatar-placeholder .placeholder-gradient{position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,currentColor 0%,transparent 70%);opacity:.3;border-radius:50%}.testimonials-section .client-info-side .client-avatar-wrapper .video-indicator{position:absolute;top:10px;right:calc(50% - clamp(50px,6vw,70px))}@media(max-width:768px){.testimonials-section .client-info-side .client-avatar-wrapper .video-indicator{right:calc(50% - 55px)}}.testimonials-section .client-info-side .client-avatar-wrapper .video-indicator .video-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:35px;height:35px;border-radius:50%;background:#ff751f;animation:pulse 2s infinite;opacity:.3}@media(max-width:768px){.testimonials-section .client-info-side .client-avatar-wrapper .video-indicator .video-pulse{width:30px;height:30px}}.testimonials-section .client-info-side .client-avatar-wrapper .video-indicator .video-icon{position:relative;width:28px;height:28px;background:#ff751f;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem;z-index:1;box-shadow:0 2px 10px #ff751f4d}@media(max-width:768px){.testimonials-section .client-info-side .client-avatar-wrapper .video-indicator .video-icon{width:25px;height:25px;font-size:.7rem}}.testimonials-section .client-info-side .client-avatar-wrapper .client-rating{text-align:center}.testimonials-section .client-info-side .client-avatar-wrapper .client-rating .stars-row{display:flex;justify-content:center;gap:.25rem;margin-bottom:.5rem;flex-wrap:wrap}.testimonials-section .client-info-side .client-avatar-wrapper .client-rating .stars-row .star{font-size:clamp(1rem,1.5vw,1.2rem)}.testimonials-section .client-info-side .client-avatar-wrapper .client-rating .stars-row .star.filled{color:#fdcd37}.testimonials-section .client-info-side .client-avatar-wrapper .client-rating .stars-row .star.empty{color:#e5e7eb}.testimonials-section .client-info-side .client-avatar-wrapper .client-rating .rating-text{font-size:clamp(.8rem,1.25vw,.9rem);color:#666;font-weight:500}.testimonials-section .client-info-side .client-details .client-name{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;color:#1a1a1a;margin-bottom:.25rem;text-align:center;word-break:break-word}.testimonials-section .client-info-side .client-details .client-role{font-size:clamp(.9rem,1.25vw,1rem);color:#666;text-align:center;margin-bottom:clamp(1rem,1.5vw,1.5rem)}.testimonials-section .client-info-side .client-details .company-info{display:flex;align-items:center;gap:clamp(.75rem,1.5vw,1rem);margin-bottom:clamp(1rem,1.5vw,1.5rem);padding:clamp(.75rem,1.25vw,1rem);background:#f8f9fa;border-radius:12px;max-width:400px;margin-left:auto;margin-right:auto}@media(max-width:768px){.testimonials-section .client-info-side .client-details .company-info{flex-direction:column;text-align:center;gap:.5rem}}.testimonials-section .client-info-side .client-details .company-info .company-logo{width:clamp(40px,5vw,48px);height:clamp(40px,5vw,48px);border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:clamp(1.25rem,2vw,1.5rem);color:#666;box-shadow:0 2px 8px #0000001a;flex-shrink:0}.testimonials-section .client-info-side .client-details .company-info .company-details{flex:1;min-width:0}.testimonials-section .client-info-side .client-details .company-info .company-details .company-name{font-weight:600;color:#333;margin-bottom:.25rem;word-break:break-word}.testimonials-section .client-info-side .client-details .company-info .company-details .project-name{font-size:clamp(.8rem,1.25vw,.9rem);color:#ff751f;font-weight:500;word-break:break-word}.testimonials-section .client-info-side .client-details .social-links{display:flex;justify-content:center;gap:clamp(.5rem,1vw,.75rem);margin-bottom:clamp(1rem,1.5vw,1.5rem);flex-wrap:wrap}.testimonials-section .client-info-side .client-details .social-links .social-link{width:clamp(35px,4vw,40px);height:clamp(35px,4vw,40px);border-radius:50%;background:#f8f9fa;display:flex;align-items:center;justify-content:center;color:#666;transition:all .3s ease;flex-shrink:0;text-decoration:none}.testimonials-section .client-info-side .client-details .social-links .social-link:hover{background:#ff751f;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #ff751f4d}.testimonials-section .client-info-side .client-details .social-links .social-link svg{font-size:clamp(.875rem,1.25vw,1rem)}.testimonials-section .client-info-side .client-details .project-stats{display:flex;justify-content:space-around;background:#f8f9fa;border-radius:12px;padding:clamp(.75rem,1.25vw,1rem);max-width:400px;margin:0 auto}@media(max-width:480px){.testimonials-section .client-info-side .client-details .project-stats{flex-direction:column;gap:.5rem}}.testimonials-section .client-info-side .client-details .project-stats .stat-item{text-align:center;flex:1}@media(max-width:480px){.testimonials-section .client-info-side .client-details .project-stats .stat-item{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0}}.testimonials-section .client-info-side .client-details .project-stats .stat-item .stat-value{font-size:clamp(1rem,1.5vw,1.1rem);font-weight:700;color:#ff751f;margin-bottom:.25rem}@media(max-width:480px){.testimonials-section .client-info-side .client-details .project-stats .stat-item .stat-value{margin-bottom:0}}.testimonials-section .client-info-side .client-details .project-stats .stat-item .stat-label{font-size:clamp(.75rem,1vw,.8rem);color:#888}.testimonials-section .client-info-side .client-details .project-stats .stat-divider{width:1px;height:30px;background:#e5e7eb;align-self:center}@media(max-width:480px){.testimonials-section .client-info-side .client-details .project-stats .stat-divider{display:none}}.testimonials-section .testimonial-content-side .testimonial-carousel{position:relative;min-height:clamp(250px,40vh,300px);margin-bottom:clamp(1.5rem,2vw,2rem)}.testimonials-section .testimonial-content-side .testimonial-carousel .testimonial-card{background:#fff;border-radius:20px;padding:clamp(1.5rem,3vw,3rem);box-shadow:0 10px 40px #0000001a;position:relative;border:1px solid #f0f0f0;height:100%;display:flex;flex-direction:column;justify-content:center}.testimonials-section .testimonial-content-side .testimonial-carousel .testimonial-card .quote-icon{position:absolute;top:-20px;left:clamp(20px,3vw,30px);width:clamp(40px,6vw,60px);height:clamp(40px,6vw,60px);background:linear-gradient(135deg,#ff751f,#fe9e1f);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:clamp(1rem,1.5vw,1.5rem);box-shadow:0 5px 20px #ff751f4d}.testimonials-section .testimonial-content-side .testimonial-carousel .testimonial-card .testimonial-text{font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.6;color:#333;margin-bottom:clamp(1.5rem,2vw,2rem)}.testimonials-section .testimonial-content-side .testimonial-carousel .testimonial-card .testimonial-text p{margin:0}.testimonials-section .testimonial-content-side .testimonial-carousel .testimonial-card .video-review-btn{display:inline-flex;align-items:center;gap:clamp(.5rem,1vw,.75rem);background:#ff751f1a;border:2px solid rgba(255,117,31,.3);border-radius:50px;padding:clamp(.5rem,1vw,.75rem) clamp(1rem,1.5vw,1.5rem);font-size:clamp(.875rem,1.25vw,1rem);font-weight:600;color:#ff751f;cursor:pointer;transition:all .3s ease;align-self:flex-start;white-space:nowrap}@media(max-width:480px){.testimonials-section .testimonial-content-side .testimonial-carousel .testimonial-card .video-review-btn{width:100%;justify-content:center}}.testimonials-section .testimonial-content-side .testimonial-carousel .testimonial-card .video-review-btn:hover{background:#ff751f;color:#fff;transform:translateY(-2px);box-shadow:0 5px 20px #ff751f33}.testimonials-section .testimonial-content-side .testimonial-carousel .testimonial-card .video-review-btn .play-icon{font-size:clamp(.75rem,1vw,.9rem)}.testimonials-section .testimonial-content-side .carousel-controls{display:flex;flex-direction:column;gap:1rem}@media(min-width:769px){.testimonials-section .testimonial-content-side .carousel-controls{flex-direction:row;align-items:center;justify-content:space-between}}.testimonials-section .testimonial-content-side .carousel-controls .controls-row{display:flex;align-items:center;justify-content:center;gap:clamp(1rem,2vw,2rem);width:100%}@media(max-width:768px){.testimonials-section .testimonial-content-side .carousel-controls .controls-row{gap:1rem}}.testimonials-section .testimonial-content-side .carousel-controls .controls-row .control-btn{width:clamp(40px,5vw,50px);height:clamp(40px,5vw,50px);border-radius:50%;background:#fff;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#666;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #0000000d;flex-shrink:0}.testimonials-section .testimonial-content-side .carousel-controls .controls-row .control-btn:hover{background:#ff751f;border-color:#ff751f;color:#fff;transform:scale(1.1);box-shadow:0 5px 20px #ff751f33}@media(max-width:768px){.testimonials-section .testimonial-content-side .carousel-controls .controls-row .control-btn.prev-btn,.testimonials-section .testimonial-content-side .carousel-controls .controls-row .control-btn.next-btn{width:45px;height:45px}}.testimonials-section .testimonial-content-side .carousel-controls .controls-row .carousel-indicators{display:flex;gap:clamp(.25rem,.5vw,.5rem);flex-wrap:wrap;justify-content:center}.testimonials-section .testimonial-content-side .carousel-controls .controls-row .carousel-indicators .indicator{width:clamp(30px,4vw,40px);height:4px;background:#e5e7eb;border:none;border-radius:2px;cursor:pointer;padding:0;position:relative;overflow:hidden}.testimonials-section .testimonial-content-side .carousel-controls .controls-row .carousel-indicators .indicator.active{background:#f0f0f0}.testimonials-section .testimonial-content-side .carousel-controls .controls-row .carousel-indicators .indicator .indicator-progress{position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden}.testimonials-section .testimonial-content-side .carousel-controls .controls-row .carousel-indicators .indicator .indicator-progress .progress-bar{height:100%;background:linear-gradient(90deg,#ff751f,#fe9e1f);border-radius:2px}.testimonials-section .testimonial-content-side .carousel-controls .play-control-row{display:flex;justify-content:center}@media(min-width:769px){.testimonials-section .testimonial-content-side .carousel-controls .play-control-row{justify-content:flex-end;min-width:120px}}.testimonials-section .testimonial-content-side .carousel-controls .play-control-row .play-btn{width:auto;height:auto;padding:.5rem 1.25rem;border-radius:50px;display:flex;align-items:center;gap:.5rem;background:#f8f9fa;border:2px solid #e5e7eb;color:#666}.testimonials-section .testimonial-content-side .carousel-controls .play-control-row .play-btn:hover{background:#ff751f;border-color:#ff751f;color:#fff}.testimonials-section .testimonial-content-side .carousel-controls .play-control-row .play-btn .play-label{font-size:.875rem;font-weight:500}@media(max-width:768px){.testimonials-section .testimonial-content-side .carousel-controls .play-control-row .play-btn .play-label{display:block}}.testimonials-section .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:clamp(1rem,2vw,2rem);margin-bottom:clamp(3rem,4vw,4rem);padding:0 clamp(.5rem,1vw,1rem)}@media(max-width:480px){.testimonials-section .testimonials-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}}.testimonials-section .testimonials-grid .testimonial-mini-card{background:#fff;border-radius:16px;padding:clamp(1rem,1.5vw,1.5rem);cursor:pointer;transition:all .3s ease;border:1px solid #f0f0f0;box-shadow:0 5px 20px #0000000d;height:100%;display:flex;flex-direction:column}.testimonials-section .testimonials-grid .testimonial-mini-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #ff751f26;border-color:#ff751f}.testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header{display:flex;align-items:center;gap:clamp(.75rem,1.5vw,1rem);margin-bottom:clamp(.75rem,1.5vw,1rem)}.testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-avatar-container{width:clamp(45px,6vw,55px);height:clamp(45px,6vw,55px);border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid white;box-shadow:0 3px 10px #0000001a}.testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-avatar-container .mini-avatar-image{width:100%;height:100%;object-fit:cover}.testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-avatar-container .mini-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%;position:relative}.testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-avatar-container .mini-avatar-placeholder .mini-placeholder-initials{font-size:16px;font-weight:700;z-index:2}.testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-avatar-container .mini-avatar-placeholder .mini-placeholder-icon{position:absolute;font-size:24px;opacity:.2;z-index:1}.testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-client-info{flex:1;min-width:0}.testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-client-info .mini-name{font-weight:600;color:#333;margin-bottom:.25rem;font-size:clamp(.9rem,1.25vw,1rem);word-break:break-word}.testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-client-info .mini-company{font-size:clamp(.75rem,1vw,.85rem);color:#666;word-break:break-word}.testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-rating{flex-shrink:0}.testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-rating .star{font-size:clamp(.8rem,1vw,.9rem)}.testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-rating .star.filled{color:#fdcd37}.testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-rating .star.empty{color:#e5e7eb}.testimonials-section .testimonials-grid .testimonial-mini-card .mini-content{font-size:clamp(.85rem,1.25vw,.95rem);line-height:1.5;color:#555;margin-bottom:clamp(.75rem,1.5vw,1rem);flex:1;word-break:break-word}.testimonials-section .testimonials-grid .testimonial-mini-card .mini-footer{display:flex;justify-content:space-between;align-items:center;padding-top:clamp(.75rem,1.5vw,1rem);border-top:1px solid #f0f0f0;flex-wrap:wrap;gap:.5rem}.testimonials-section .testimonials-grid .testimonial-mini-card .mini-footer .mini-project{font-size:clamp(.75rem,1vw,.85rem);color:#ff751f;font-weight:500;word-break:break-word}.testimonials-section .testimonials-grid .testimonial-mini-card .mini-footer .mini-date{font-size:clamp(.7rem,1vw,.8rem);color:#888;white-space:nowrap}.testimonials-section .stats-cards-container{margin-bottom:clamp(3rem,5vw,5rem)}.testimonials-section .stats-cards-container .stats-header{text-align:center;margin-bottom:clamp(2rem,3vw,3rem)}.testimonials-section .stats-cards-container .stats-header .stats-title{font-size:clamp(1.75rem,2.5vw,2.25rem);font-weight:700;color:#1a1a1a;margin-bottom:.75rem;background:linear-gradient(135deg,#ff751f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.testimonials-section .stats-cards-container .stats-header .stats-subtitle{font-size:clamp(.95rem,1.25vw,1.1rem);color:#666;max-width:600px;margin:0 auto;line-height:1.6}.testimonials-section .stats-cards-container .stats-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));gap:clamp(1.25rem,2vw,1.75rem);padding:0 clamp(.5rem,1.5vw,1rem)}@media(max-width:640px){.testimonials-section .stats-cards-container .stats-cards-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.testimonials-section .stats-cards-container .stats-cards-grid{grid-template-columns:1fr;max-width:320px;margin:0 auto}}.testimonials-section .stats-cards-container .stats-cards-grid .stats-card{background:#fff;border-radius:20px;padding:clamp(1.25rem,1.5vw,1.75rem);box-shadow:0 5px 30px #00000014;border:1px solid #f0f0f0;transition:all .3s ease;position:relative;overflow:hidden}.testimonials-section .stats-cards-container .stats-cards-grid .stats-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px #ff751f26;border-color:#ff751f}.testimonials-section .stats-cards-container .stats-cards-grid .stats-card:hover .stats-card-icon{transform:scale(1.1) rotate(5deg)}.testimonials-section .stats-cards-container .stats-cards-grid .stats-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#ff751f,#fdcd37);opacity:0;transition:opacity .3s ease}.testimonials-section .stats-cards-container .stats-cards-grid .stats-card:hover:before{opacity:1}.testimonials-section .stats-cards-container .stats-cards-grid .stats-card .stats-card-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:1.25rem;transition:all .3s ease}@media(max-width:768px){.testimonials-section .stats-cards-container .stats-cards-grid .stats-card .stats-card-icon{width:50px;height:50px;font-size:1.5rem;margin-bottom:1rem}}.testimonials-section .stats-cards-container .stats-cards-grid .stats-card .stats-card-content .stats-card-value{font-size:clamp(2rem,2.5vw,2.5rem);font-weight:800;line-height:1.2;margin-bottom:.5rem}.testimonials-section .stats-cards-container .stats-cards-grid .stats-card .stats-card-content .stats-card-label{font-size:clamp(1rem,1.1vw,1.1rem);font-weight:600;color:#333;margin-bottom:.5rem}.testimonials-section .stats-cards-container .stats-cards-grid .stats-card .stats-card-content .stats-card-description{font-size:clamp(.8rem,.95vw,.9rem);color:#666;line-height:1.4}.testimonials-section .testimonials-cta{background:linear-gradient(135deg,#ff751f1a,#fdcd371a);border:2px dashed #ff751f;border-radius:24px;padding:clamp(1.5rem,3vw,3rem);text-align:center;margin:0 clamp(.5rem,2vw,1rem)}.testimonials-section .testimonials-cta .cta-content{margin-bottom:clamp(1.5rem,2vw,2rem)}.testimonials-section .testimonials-cta .cta-content .cta-title{font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:700;color:#1a1a1a;margin-bottom:clamp(.75rem,1.5vw,1rem);line-height:1.3}.testimonials-section .testimonials-cta .cta-content .cta-description{font-size:clamp(.95rem,1.5vw,1.1rem);color:#555;max-width:min(700px,90vw);margin:0 auto;line-height:1.6}.testimonials-section .testimonials-cta .cta-buttons{display:flex;gap:clamp(.75rem,1.5vw,1rem);justify-content:center;flex-wrap:wrap}.testimonials-section .testimonials-cta .cta-buttons .cta-btn{padding:clamp(.75rem,1.25vw,.875rem) clamp(1.5rem,2.5vw,2rem);border-radius:12px;font-size:clamp(.875rem,1.25vw,1rem);font-weight:600;cursor:pointer;transition:all .3s ease;min-width:clamp(140px,20vw,180px);flex:0 1 auto}@media(max-width:480px){.testimonials-section .testimonials-cta .cta-buttons .cta-btn{width:100%;max-width:300px}}.testimonials-section .testimonials-cta .cta-buttons .cta-btn.primary{background:linear-gradient(135deg,#ff751f,#fe9e1f);color:#fff;border:none}.testimonials-section .testimonials-cta .cta-buttons .cta-btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff751f4d}.testimonials-section .testimonials-cta .cta-buttons .cta-btn.secondary{background:transparent;color:#ff751f;border:2px solid #ff751f}.testimonials-section .testimonials-cta .cta-buttons .cta-btn.secondary:hover{background:#ff751f1a}.dark .testimonials-section{background:linear-gradient(135deg,#1a1a1a,#2a2a2a)}.dark .testimonials-section .testimonials-background .quote-mark{color:#fdcd370d}.dark .testimonials-section .section-header .section-badge{background:#fdcd371a;border-color:#fdcd3733}.dark .testimonials-section .section-header .section-badge .badge-icon,.dark .testimonials-section .section-header .section-badge .badge-text{color:#fdcd37}.dark .testimonials-section .section-header .section-title{color:#fff}.dark .testimonials-section .section-header .section-title .highlight{background:linear-gradient(135deg,#fdcd37,#fe9e1f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .testimonials-section .section-header .section-description{color:#b0b0b0}.dark .testimonials-section .project-filter .filter-btn{background:#2a2a2a;border-color:#444;color:#b0b0b0;box-shadow:0 2px 10px #0003}.dark .testimonials-section .project-filter .filter-btn:hover{border-color:#fdcd37;box-shadow:0 5px 20px #fdcd371a}.dark .testimonials-section .project-filter .filter-btn.active{background:linear-gradient(135deg,#fdcd37,#fe9e1f);color:#1a1a1a;border-color:transparent;box-shadow:0 5px 20px #fdcd3733}.dark .testimonials-section .client-info-side .client-avatar-wrapper .client-avatar-container{border-color:#444}.dark .testimonials-section .client-info-side .client-avatar-wrapper .client-rating .rating-text{color:#a0a0a0}.dark .testimonials-section .client-info-side .client-details .client-name{color:#fff}.dark .testimonials-section .client-info-side .client-details .client-role{color:#a0a0a0}.dark .testimonials-section .client-info-side .client-details .company-info{background:#333}.dark .testimonials-section .client-info-side .client-details .company-info .company-logo{background:#2a2a2a;color:#a0a0a0}.dark .testimonials-section .client-info-side .client-details .company-info .company-details .company-name{color:#fff}.dark .testimonials-section .client-info-side .client-details .company-info .company-details .project-name{color:#fdcd37}.dark .testimonials-section .client-info-side .client-details .social-links .social-link{background:#333;color:#a0a0a0}.dark .testimonials-section .client-info-side .client-details .social-links .social-link:hover{background:#fdcd37;color:#1a1a1a}.dark .testimonials-section .client-info-side .client-details .project-stats{background:#333}.dark .testimonials-section .client-info-side .client-details .project-stats .stat-item .stat-value{color:#fdcd37}.dark .testimonials-section .client-info-side .client-details .project-stats .stat-item .stat-label{color:#888}.dark .testimonials-section .client-info-side .client-details .project-stats .stat-divider{background:#444}.dark .testimonials-section .testimonial-content-side .testimonial-carousel .testimonial-card{background:#2a2a2a;border-color:#444;box-shadow:0 10px 40px #0003}.dark .testimonials-section .testimonial-content-side .testimonial-carousel .testimonial-card .quote-icon{background:linear-gradient(135deg,#fdcd37,#fe9e1f);box-shadow:0 5px 20px #fdcd374d}.dark .testimonials-section .testimonial-content-side .testimonial-carousel .testimonial-card .testimonial-text{color:#d0d0d0}.dark .testimonials-section .testimonial-content-side .testimonial-carousel .testimonial-card .video-review-btn{background:#fdcd371a;border-color:#fdcd374d;color:#fdcd37}.dark .testimonials-section .testimonial-content-side .testimonial-carousel .testimonial-card .video-review-btn:hover{background:#fdcd37;color:#1a1a1a;box-shadow:0 5px 20px #fdcd3733}.dark .testimonials-section .testimonial-content-side .carousel-controls .control-btn{background:#2a2a2a;border-color:#444;color:#b0b0b0}.dark .testimonials-section .testimonial-content-side .carousel-controls .control-btn:hover{background:#fdcd37;border-color:#fdcd37;color:#1a1a1a;box-shadow:0 5px 20px #fdcd3733}.dark .testimonials-section .testimonial-content-side .carousel-controls .control-btn.play-btn{background:#2a2a2a;border-color:#444}.dark .testimonials-section .testimonials-grid .testimonial-mini-card{background:#2a2a2a;border-color:#444;box-shadow:0 5px 20px #0003}.dark .testimonials-section .testimonials-grid .testimonial-mini-card:hover{box-shadow:0 15px 40px #fdcd371a;border-color:#fdcd37}.dark .testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-avatar-container{border-color:#444}.dark .testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-client-info .mini-name{color:#fff}.dark .testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-client-info .mini-company{color:#a0a0a0}.dark .testimonials-section .testimonials-grid .testimonial-mini-card .mini-content{color:#b0b0b0}.dark .testimonials-section .testimonials-grid .testimonial-mini-card .mini-footer{border-color:#444}.dark .testimonials-section .testimonials-grid .testimonial-mini-card .mini-footer .mini-project{color:#fdcd37}.dark .testimonials-section .testimonials-grid .testimonial-mini-card .mini-footer .mini-date{color:#888}.dark .testimonials-section .stats-cards-container .stats-header .stats-title{background:linear-gradient(135deg,#fdcd37,#fe9e1f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .testimonials-section .stats-cards-container .stats-header .stats-subtitle{color:#b0b0b0}.dark .testimonials-section .stats-cards-container .stats-cards-grid .stats-card{background:#2a2a2a;border-color:#444;box-shadow:0 5px 30px #0003}.dark .testimonials-section .stats-cards-container .stats-cards-grid .stats-card:hover{border-color:#fdcd37;box-shadow:0 15px 50px #fdcd371a}.dark .testimonials-section .stats-cards-container .stats-cards-grid .stats-card:before{background:linear-gradient(90deg,#fdcd37,#fe9e1f)}.dark .testimonials-section .stats-cards-container .stats-cards-grid .stats-card .stats-card-content .stats-card-label{color:#fff}.dark .testimonials-section .stats-cards-container .stats-cards-grid .stats-card .stats-card-content .stats-card-description{color:#a0a0a0}.dark .testimonials-section .testimonials-cta{background:linear-gradient(135deg,#fdcd371a,#fe9e1f1a);border-color:#fdcd3780}.dark .testimonials-section .testimonials-cta .cta-content .cta-title{color:#fff}.dark .testimonials-section .testimonials-cta .cta-content .cta-description{color:#b0b0b0}.dark .testimonials-section .testimonials-cta .cta-buttons .cta-btn.primary{background:linear-gradient(135deg,#fdcd37,#fe9e1f);color:#1a1a1a}.dark .testimonials-section .testimonials-cta .cta-buttons .cta-btn.primary:hover{box-shadow:0 10px 30px #fdcd374d}.dark .testimonials-section .testimonials-cta .cta-buttons .cta-btn.secondary{color:#fdcd37;border-color:#fdcd37}.dark .testimonials-section .testimonials-cta .cta-buttons .cta-btn.secondary:hover{background:#fdcd371a}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.8);opacity:.3}70%{transform:translate(-50%,-50%) scale(1.2);opacity:0}to{transform:translate(-50%,-50%) scale(.8);opacity:0}}@media(max-width:768px){.testimonials-section .carousel-controls .controls-row .carousel-indicators{order:1;width:100%;margin-bottom:1rem}.testimonials-section .carousel-controls .controls-row .prev-btn,.testimonials-section .carousel-controls .controls-row .next-btn{position:relative;z-index:2}.testimonials-section .carousel-controls .play-control-row .play-btn{margin-top:.5rem}}@media(max-width:480px){.testimonials-section .section-header .section-title{font-size:1.75rem}.testimonials-section .client-info-side .client-avatar-wrapper .client-avatar-container{width:100px;height:100px}.testimonials-section .testimonial-content-side .testimonial-carousel .testimonial-card{padding:1.5rem 1.25rem}.testimonials-section .testimonial-content-side .testimonial-carousel .testimonial-card .quote-icon{top:-15px;left:20px;width:50px;height:50px;font-size:1.25rem}.testimonials-section .stats-cards-container .stats-cards-grid .stats-card{padding:1.25rem}.testimonials-section .stats-cards-container .stats-cards-grid .stats-card .stats-card-icon{width:45px;height:45px;font-size:1.25rem}}[dir=rtl] .testimonials-section{direction:rtl}[dir=rtl] .testimonials-section .section-header{text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important}[dir=rtl] .testimonials-section .section-header .section-badge{flex-direction:row-reverse!important;gap:.5rem!important;justify-content:center!important;display:inline-flex!important;width:auto!important;margin:0 auto 1.5rem!important;text-align:center!important}[dir=rtl] .testimonials-section .section-header .section-badge .badge-icon{margin:0!important}[dir=rtl] .testimonials-section .section-header .section-badge .badge-text{text-align:center!important;display:block!important}[dir=rtl] .testimonials-section .section-header .section-title{text-align:center!important;display:block!important;width:100%!important;margin-left:auto!important;margin-right:auto!important}[dir=rtl] .testimonials-section .section-header .section-title .highlight{display:inline-block!important;text-align:center!important}[dir=rtl] .testimonials-section .section-header .section-description{text-align:center!important;display:block!important;width:100%!important;max-width:700px!important;margin-left:auto!important;margin-right:auto!important;direction:rtl!important}[dir=rtl] .testimonials-section .project-filter .filter-btn,[dir=rtl] .testimonials-section .project-filter .filter-btn .filter-label{text-align:center!important}@media(min-width:1025px){[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side{text-align:right!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-avatar-wrapper .client-avatar-container{margin-left:auto!important;margin-right:auto!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-avatar-wrapper .client-rating{text-align:center!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-avatar-wrapper .client-rating .stars-row{justify-content:center!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-avatar-wrapper .client-rating .rating-text,[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .client-name,[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .client-role{text-align:center!important;display:block!important;margin-left:auto!important;margin-right:auto!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .company-info{flex-direction:row-reverse!important;text-align:right!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .company-info .company-details,[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .company-info .company-details .company-name,[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .company-info .company-details .project-name{text-align:right!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .social-links{justify-content:flex-end!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .project-stats,[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .project-stats .stat-item .stat-value,[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .project-stats .stat-item .stat-label,[dir=rtl] .testimonials-section .main-testimonial-wrapper .testimonial-content-side .testimonial-carousel .testimonial-card .testimonial-text,[dir=rtl] .testimonials-section .main-testimonial-wrapper .testimonial-content-side .testimonial-carousel .testimonial-card .testimonial-text p{text-align:right!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .testimonial-content-side .testimonial-carousel .testimonial-card .video-review-btn{align-self:flex-end!important}}@media(max-width:1024px){[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side{text-align:center!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-avatar-wrapper .client-avatar-container{margin-left:auto!important;margin-right:auto!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-avatar-wrapper .client-rating{text-align:center!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-avatar-wrapper .client-rating .stars-row{justify-content:center!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .client-name,[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .client-role{text-align:center!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .company-info{justify-content:center!important;text-align:center!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .social-links{justify-content:center!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .project-stats{justify-content:center!important;text-align:center!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .project-stats .stat-item .stat-value,[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .project-stats .stat-item .stat-label,[dir=rtl] .testimonials-section .main-testimonial-wrapper .testimonial-content-side .testimonial-carousel .testimonial-card .testimonial-text{text-align:center!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .testimonial-content-side .testimonial-carousel .testimonial-card .video-review-btn{align-self:center!important}}[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card{text-align:right!important}[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header{flex-direction:row!important}[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-avatar-container{order:1}[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-client-info{order:2;text-align:right!important;flex:1;min-width:0}[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-client-info .mini-name,[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-client-info .mini-company{text-align:right!important}[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-rating{order:3;flex-shrink:0;margin-top:0!important;width:auto!important;justify-content:flex-end!important;display:flex!important}[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-rating .star.filled{color:#fdcd37!important}[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-rating .star.empty{color:#e5e7eb!important}[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-content{text-align:right!important}[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-footer{flex-direction:row!important;justify-content:space-between!important}[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-footer .mini-project{text-align:right!important}[dir=rtl] .testimonials-section .stats-cards-container .stats-header .stats-title,[dir=rtl] .testimonials-section .stats-cards-container .stats-header .stats-subtitle{text-align:center!important}[dir=rtl] .testimonials-section .stats-cards-container .stats-cards-grid .stats-card{display:flex;flex-direction:row-reverse!important;gap:1rem;text-align:right!important}[dir=rtl] .testimonials-section .stats-cards-container .stats-cards-grid .stats-card .stats-card-content{flex:1;text-align:right!important}[dir=rtl] .testimonials-section .stats-cards-container .stats-cards-grid .stats-card .stats-card-content .stats-card-label,[dir=rtl] .testimonials-section .stats-cards-container .stats-cards-grid .stats-card .stats-card-content .stats-card-description{text-align:right!important}[dir=rtl] .testimonials-section .stats-cards-container .stats-cards-grid .stats-card .stats-card-icon{flex-shrink:0;margin-bottom:0}[dir=rtl] .testimonials-section .testimonials-cta .cta-content .cta-title,[dir=rtl] .testimonials-section .testimonials-cta .cta-content .cta-description{text-align:center!important}[dir=rtl] .testimonials-section .testimonials-cta .cta-buttons{justify-content:center!important}@media(max-width:768px){[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .project-stats{flex-direction:row!important;gap:1rem!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .project-stats .stat-item{text-align:center!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .project-stats .stat-divider{display:block!important}[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header{flex-wrap:nowrap!important}[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-client-info{text-align:right!important}[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-rating{justify-content:flex-end!important}}@media(max-width:480px){[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .project-stats{flex-direction:column!important;gap:.75rem!important}[dir=rtl] .testimonials-section .main-testimonial-wrapper .client-info-side .client-details .project-stats .stat-divider{display:none!important}[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header{flex-wrap:wrap!important}[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-avatar-container{width:50px!important;height:50px!important}[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-rating{margin-top:.5rem!important;width:100%!important;justify-content:flex-end!important}}.dark[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-client-info .mini-name{color:#fff!important}.dark[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-card-header .mini-client-info .mini-company{color:#a0a0a0!important}.dark[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-content{color:#b0b0b0!important}.dark[dir=rtl] .testimonials-section .testimonials-grid .testimonial-mini-card .mini-footer .mini-project{color:#fdcd37!important}[dir=rtl] .testimonials-section .quote-icon{right:clamp(20px,3vw,30px)!important;left:auto!important}[dir=rtl] .testimonials-section .video-indicator{right:auto!important;left:calc(50% - clamp(50px,6vw,70px))!important}.image-gallery{padding:clamp(3rem,5vw,5rem) clamp(1rem,3vw,2rem);background:linear-gradient(135deg,#fff,#fef9f3);position:relative;overflow:hidden;min-height:100vh;width:100%}.image-gallery.fullscreen{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;z-index:9999!important;padding:0!important;margin:0!important;background:#000000f2!important;display:flex!important;align-items:center!important;justify-content:center!important}.image-gallery.fullscreen .close-fullscreen{position:fixed!important;top:clamp(1rem,3vw,1.5rem)!important;right:clamp(1rem,3vw,1.5rem)!important;width:auto!important;height:auto!important;min-width:120px!important;min-height:44px!important;background:#ffffff26!important;border:2px solid rgba(255,255,255,.3)!important;border-radius:50px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;padding:.75rem 1.25rem!important;color:#fff!important;font-size:clamp(.9rem,1.5vw,1rem)!important;cursor:pointer!important;z-index:10001!important;transition:all .3s ease!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;box-shadow:0 4px 20px #0000004d!important;font-weight:600!important}.image-gallery.fullscreen .close-fullscreen:hover{background:#ff751f!important;border-color:#ff751f!important;transform:scale(1.05)!important}.image-gallery.fullscreen .close-fullscreen:active{transform:scale(.95)!important}.image-gallery.fullscreen .close-fullscreen svg{font-size:1rem!important}.image-gallery.fullscreen .close-fullscreen span{font-size:clamp(.85rem,1.25vw,.95rem)!important;font-weight:500!important}@media(max-width:768px){.image-gallery.fullscreen .close-fullscreen{top:1rem!important;right:1rem!important;padding:.75rem 1rem!important;min-width:100px!important;font-size:.9rem!important}.image-gallery.fullscreen .close-fullscreen span{font-size:.85rem!important}}@media(max-width:480px){.image-gallery.fullscreen .close-fullscreen{top:.75rem!important;right:.75rem!important;padding:.6rem .85rem!important;min-width:90px!important;font-size:.85rem!important}.image-gallery.fullscreen .close-fullscreen span{font-size:.8rem!important}}.image-gallery.fullscreen .gallery-container{width:100%!important;height:100%!important;max-width:none!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;padding:0!important;margin:0!important}.image-gallery.fullscreen .section-header{position:fixed!important;top:clamp(1rem,3vw,1.5rem)!important;left:clamp(1rem,3vw,1.5rem)!important;z-index:10000!important;text-align:left!important;margin-bottom:0!important}.image-gallery.fullscreen .section-header .section-title{color:#fff!important;font-size:clamp(1.5rem,3vw,2rem)!important;margin-bottom:.25rem!important}.image-gallery.fullscreen .section-header .section-description{color:#ffffffd9!important;font-size:clamp(.9rem,1.5vw,1rem)!important;max-width:500px!important;opacity:.9!important}@media(max-width:768px){.image-gallery.fullscreen .section-header{top:1rem!important;left:1rem!important;max-width:70%!important}.image-gallery.fullscreen .section-header .section-title{font-size:1.25rem!important}.image-gallery.fullscreen .section-header .section-description{font-size:.85rem!important;display:none!important}}.image-gallery.fullscreen .gallery-main{width:90%!important;height:70vh!important;margin:auto!important}@media(max-width:768px){.image-gallery.fullscreen .gallery-main{width:95%!important;height:60vh!important}}.image-gallery.fullscreen .gallery-main .nav-arrow{width:clamp(40px,5vw,50px)!important;height:clamp(40px,5vw,50px)!important;background:#fff3!important;border-color:#ffffff4d!important;color:#fff!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.image-gallery.fullscreen .gallery-main .nav-arrow:hover{background:#ff751f!important;border-color:#ff751f!important}.image-gallery.fullscreen .gallery-main .image-display{height:100%!important;border-radius:clamp(8px,1.5vw,12px)!important}.image-gallery.fullscreen .gallery-main .image-display .image-wrapper{height:100%!important}.image-gallery.fullscreen .gallery-main .image-display .image-wrapper .gallery-image{height:100%!important;object-fit:contain!important}.image-gallery.fullscreen .gallery-controls{position:fixed!important;bottom:clamp(1rem,3vw,2rem)!important;left:50%!important;transform:translate(-50%)!important;width:90%!important;max-width:800px!important;background:#000000b3!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border:1px solid rgba(255,255,255,.1)!important;padding:clamp(.75rem,1.5vw,1rem)!important;border-radius:20px!important;z-index:10000!important}.image-gallery.fullscreen .gallery-controls .control-btn{background:#ffffff1a!important;border-color:#fff3!important;color:#fff!important}.image-gallery.fullscreen .gallery-controls .control-btn:hover{background:#ff751f!important;border-color:#ff751f!important}.image-gallery.fullscreen .gallery-controls .image-indicators .indicator{background:#fff3!important}.image-gallery.fullscreen .gallery-controls .image-indicators .indicator:hover{background:#ffffff4d!important}.image-gallery.fullscreen .gallery-controls .image-indicators .indicator.active .indicator-bar{background:#ffffff1a!important}.image-gallery.fullscreen .gallery-controls .image-indicators .indicator .progress-bar{background:linear-gradient(90deg,#ff751f,#fdcd37)!important}@media(max-width:768px){.image-gallery.fullscreen .gallery-controls{bottom:1rem!important;width:95%!important;padding:.75rem!important}.image-gallery.fullscreen .gallery-controls .control-btn{padding:.5rem 1rem!important;font-size:.85rem!important}}.image-gallery.fullscreen .image-thumbnails{position:fixed!important;bottom:clamp(4.5rem,8vw,6rem)!important;left:50%!important;transform:translate(-50%)!important;width:90%!important;max-width:800px!important;background:#000000b3!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border:1px solid rgba(255,255,255,.1)!important;padding:clamp(.5rem,1vw,.75rem)!important;border-radius:16px!important;z-index:10000!important;display:flex!important;justify-content:center!important;flex-wrap:nowrap!important;overflow-x:auto!important;max-height:100px!important}.image-gallery.fullscreen .image-thumbnails::-webkit-scrollbar{height:4px!important}.image-gallery.fullscreen .image-thumbnails::-webkit-scrollbar-track{background:#ffffff1a!important;border-radius:2px!important}.image-gallery.fullscreen .image-thumbnails::-webkit-scrollbar-thumb{background:#ff751f!important;border-radius:2px!important}@media(max-width:768px){.image-gallery.fullscreen .image-thumbnails{bottom:4rem!important;width:95%!important;padding:.5rem!important;max-height:80px!important}}.image-gallery.fullscreen .image-thumbnails .thumbnail .thumbnail-image{border-color:#fff3!important}.image-gallery.fullscreen .image-thumbnails .thumbnail .thumbnail-image:hover{border-color:#ff751f!important}.image-gallery.fullscreen .image-thumbnails .thumbnail.active{background:#ff751f33!important}.image-gallery .gallery-container{max-width:min(1200px,95vw);margin:0 auto;position:relative}.image-gallery .section-header{text-align:center;margin-bottom:clamp(2rem,3vw,3rem);padding:0 clamp(.5rem,2vw,1rem)}.image-gallery .section-header .section-title{font-size:clamp(2rem,3.5vw,2.5rem);font-weight:800;color:#1a1a1a;margin-bottom:.75rem;line-height:1.2}.image-gallery .section-header .section-title .highlight{background:linear-gradient(135deg,#ff751f,#fe9e1f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;display:inline-block}.image-gallery .section-header .section-title .highlight:after{content:"";position:absolute;bottom:-3px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#ff751f,#fdcd37);border-radius:1px}.image-gallery .section-header .section-description{font-size:clamp(.95rem,1.5vw,1.1rem);color:#666;max-width:min(600px,90vw);margin:0 auto;line-height:1.6}.image-gallery .gallery-main{display:flex;align-items:center;gap:clamp(1rem,2vw,1.5rem);margin-bottom:clamp(1.5rem,3vw,2rem);position:relative}@media(max-width:768px){.image-gallery .gallery-main{gap:.5rem}}.image-gallery .gallery-main .nav-arrow{width:clamp(40px,5vw,50px);height:clamp(40px,5vw,50px);border-radius:50%;background:#fff;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#666;cursor:pointer;transition:all .3s ease;flex-shrink:0;box-shadow:0 4px 15px #0000001a;z-index:10;position:relative}.image-gallery .gallery-main .nav-arrow:hover{background:#ff751f;border-color:#ff751f;color:#fff;transform:scale(1.1)}@media(max-width:768px){.image-gallery .gallery-main .nav-arrow.prev{position:absolute;left:clamp(.5rem,2vw,.75rem);top:50%;transform:translateY(-50%);z-index:20;width:35px;height:35px;background:#ffffffe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}@media(max-width:768px){.image-gallery .gallery-main .nav-arrow.next{position:absolute;right:clamp(.5rem,2vw,.75rem);top:50%;transform:translateY(-50%);z-index:20;width:35px;height:35px;background:#ffffffe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}.image-gallery .gallery-main .image-display{flex:1;height:clamp(250px,50vh,500px);border-radius:clamp(12px,2vw,20px);overflow:hidden;position:relative;box-shadow:0 20px 60px #00000026;min-width:0}@media(max-width:768px){.image-gallery .gallery-main .image-display{height:clamp(200px,40vh,350px);border-radius:12px}}@media(max-width:480px){.image-gallery .gallery-main .image-display{height:clamp(180px,35vh,250px)}}.image-gallery .gallery-main .image-display .image-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.image-gallery .gallery-main .image-display .image-wrapper .gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.image-gallery .gallery-main .image-display .image-wrapper .gallery-image.loaded{opacity:1}.image-gallery .gallery-main .image-display .image-wrapper .gallery-image.loading{opacity:0}.image-gallery .gallery-main .image-display .image-wrapper .image-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff751f1a,#fdcd371a);border-radius:inherit}.image-gallery .gallery-main .image-display .image-wrapper .image-placeholder .placeholder-content{position:relative;text-align:center;z-index:1}.image-gallery .gallery-main .image-display .image-wrapper .image-placeholder .placeholder-icon{font-size:4rem;color:#ff751f;margin-bottom:1rem}.image-gallery .gallery-main .image-display .image-wrapper .image-placeholder .placeholder-title{display:block;color:#ff751f;font-weight:600;background:#fffc;padding:.5rem 1rem;border-radius:20px;font-size:1.1rem}.image-gallery .gallery-main .image-display .image-wrapper .image-placeholder .placeholder-gradient{position:absolute;inset:0;background:radial-gradient(circle at center,transparent 40%,rgba(255,117,31,.2) 100%)}.image-gallery .gallery-main .image-display .image-wrapper .image-placeholder.thumb-placeholder .placeholder-icon{font-size:2rem}.image-gallery .gallery-main .image-display .image-wrapper .image-placeholder.thumb-placeholder .placeholder-title{font-size:.8rem;padding:.25rem .5rem}.image-gallery .gallery-main .image-display .image-wrapper:hover .gallery-image:not(.loading){transform:scale(1.05)}.image-gallery .gallery-main .image-display .image-wrapper:hover .image-overlay{opacity:1}.image-gallery .gallery-main .image-display .image-wrapper .image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent 70%);padding:clamp(1rem,2vw,2rem);opacity:.9;transition:opacity .3s ease}@media(max-width:768px){.image-gallery .gallery-main .image-display .image-wrapper .image-overlay{padding:1rem}}.image-gallery .gallery-main .image-display .image-wrapper .image-overlay .overlay-content{color:#fff;max-width:800px}.image-gallery .gallery-main .image-display .image-wrapper .image-overlay .overlay-content .overlay-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ff751f33;padding:.25rem .75rem;border-radius:50px;margin-bottom:.75rem;border:1px solid rgba(255,117,31,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.image-gallery .gallery-main .image-display .image-wrapper .image-overlay .overlay-content .overlay-badge svg{font-size:.8rem}.image-gallery .gallery-main .image-display .image-wrapper .image-overlay .overlay-content .overlay-badge span{font-size:.8rem;font-weight:500}.image-gallery .gallery-main .image-display .image-wrapper .image-overlay .overlay-content .image-title{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;margin-bottom:.5rem;line-height:1.2}@media(max-width:768px){.image-gallery .gallery-main .image-display .image-wrapper .image-overlay .overlay-content .image-title{font-size:1.1rem}}.image-gallery .gallery-main .image-display .image-wrapper .image-overlay .overlay-content .image-description{font-size:clamp(.9rem,1.25vw,1rem);opacity:.9;margin-bottom:1rem;line-height:1.4}@media(max-width:768px){.image-gallery .gallery-main .image-display .image-wrapper .image-overlay .overlay-content .image-description{font-size:.85rem;margin-bottom:.75rem}}.image-gallery .gallery-main .image-display .image-wrapper .image-overlay .overlay-content .image-counter{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff26;padding:.5rem 1rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:600}.image-gallery .gallery-main .image-display .image-wrapper .image-overlay .overlay-content .image-counter .current{font-size:1.1rem;color:#ff751f}.image-gallery .gallery-main .image-display .image-wrapper .image-overlay .overlay-content .image-counter .separator{color:#ffffffb3}.image-gallery .gallery-main .image-display .image-wrapper .image-overlay .overlay-content .image-counter .total{color:#ffffffe6}.image-gallery .gallery-main .image-display .image-wrapper .fullscreen-btn{position:absolute;top:clamp(.5rem,1vw,1rem);right:clamp(.5rem,1vw,1rem);width:clamp(35px,4vw,40px);height:clamp(35px,4vw,40px);background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}.image-gallery .gallery-main .image-display .image-wrapper .fullscreen-btn:hover{background:#ff751f;border-color:#ff751f;transform:scale(1.1)}@media(max-width:768px){.image-gallery .gallery-main .image-display .image-wrapper .fullscreen-btn{display:none}}.image-gallery .gallery-controls{display:flex;align-items:center;justify-content:space-between;gap:clamp(1rem,2vw,2rem);margin-bottom:clamp(1.5rem,3vw,2rem);flex-wrap:wrap;padding:0 clamp(.5rem,1vw,1rem)}@media(max-width:768px){.image-gallery .gallery-controls{flex-direction:column;gap:1rem}}.image-gallery .gallery-controls .control-btn{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:25px;padding:clamp(.5rem,.75vw,.5rem) clamp(1rem,1.5vw,1.25rem);font-size:clamp(.85rem,1.1vw,.95rem);font-weight:500;color:#666;cursor:pointer;transition:all .3s ease;flex-shrink:0;white-space:nowrap}.image-gallery .gallery-controls .control-btn:hover{background:#ff751f;border-color:#ff751f;color:#fff;transform:translateY(-2px)}.image-gallery .gallery-controls .control-btn.play-btn,.image-gallery .gallery-controls .control-btn.fs-btn{min-width:clamp(120px,15vw,140px);justify-content:center}@media(max-width:768px){.image-gallery .gallery-controls .control-btn.play-btn,.image-gallery .gallery-controls .control-btn.fs-btn{min-width:100%;justify-content:center;padding:.75rem}}.image-gallery .gallery-controls .image-indicators{display:flex;gap:clamp(.25rem,.5vw,.5rem);flex-wrap:wrap;justify-content:center;flex:1;min-width:0}@media(max-width:768px){.image-gallery .gallery-controls .image-indicators{order:-1;width:100%;margin-bottom:.5rem}}.image-gallery .gallery-controls .image-indicators .indicator{flex:1;min-width:clamp(25px,3vw,40px);max-width:60px;height:3px;background:#e5e7eb;border:none;border-radius:2px;cursor:pointer;padding:0;position:relative;overflow:hidden}.image-gallery .gallery-controls .image-indicators .indicator:hover{background:#ddd}.image-gallery .gallery-controls .image-indicators .indicator.active .indicator-bar{background:#f0f0f0}.image-gallery .gallery-controls .image-indicators .indicator .indicator-bar{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px}.image-gallery .gallery-controls .image-indicators .indicator .indicator-bar .progress-bar{height:100%;background:linear-gradient(90deg,#ff751f,#fdcd37);border-radius:2px}.image-gallery .image-thumbnails{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(150px,100%),1fr));gap:clamp(.75rem,1.5vw,1rem);padding:clamp(.75rem,1.5vw,1rem);background:#fff;border-radius:clamp(12px,2vw,20px);box-shadow:0 5px 20px #0000000d;border:1px solid #f0f0f0;max-height:180px;overflow-y:auto}@media(max-width:768px){.image-gallery .image-thumbnails{grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.75rem;max-height:150px}}@media(max-width:480px){.image-gallery .image-thumbnails{grid-template-columns:repeat(2,1fr)}}.image-gallery .image-thumbnails::-webkit-scrollbar{width:6px;height:6px}.image-gallery .image-thumbnails::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.image-gallery .image-thumbnails::-webkit-scrollbar-thumb{background:#ff751f;border-radius:3px}.image-gallery .image-thumbnails .thumbnail{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:12px;transition:all .3s ease;min-width:0}.image-gallery .image-thumbnails .thumbnail:hover{background:#f8f9fa;transform:translateY(-2px)}.image-gallery .image-thumbnails .thumbnail:hover .thumbnail-image{border-color:#ff751f}.image-gallery .image-thumbnails .thumbnail.active{background:#ff751f1a}.image-gallery .image-thumbnails .thumbnail.active .thumbnail-image{border-color:#ff751f;transform:scale(1.05)}.image-gallery .image-thumbnails .thumbnail.active .thumbnail-info .thumbnail-title{color:#ff751f;font-weight:600}.image-gallery .image-thumbnails .thumbnail .thumbnail-image{width:100%;height:clamp(60px,8vw,80px);border-radius:8px;overflow:hidden;border:2px solid #e5e7eb;transition:all .3s ease;position:relative}@media(max-width:768px){.image-gallery .image-thumbnails .thumbnail .thumbnail-image{height:50px}}.image-gallery .image-thumbnails .thumbnail .thumbnail-image .thumbnail-loading{position:absolute;inset:0;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:6px}.image-gallery .image-thumbnails .thumbnail .thumbnail-image img{width:100%;height:100%;object-fit:cover;display:block}.image-gallery .image-thumbnails .thumbnail .thumbnail-image img.loaded{opacity:1}.image-gallery .image-thumbnails .thumbnail .thumbnail-image img.loading{opacity:0}.image-gallery .image-thumbnails .thumbnail .thumbnail-image .thumbnail-active-indicator{position:absolute;inset:0;background:#ff751f33;border:2px solid #ff751f;border-radius:6px;pointer-events:none}.image-gallery .image-thumbnails .thumbnail .thumbnail-info{display:flex;flex-direction:column;align-items:center;width:100%;min-width:0}.image-gallery .image-thumbnails .thumbnail .thumbnail-info .thumbnail-title{font-size:clamp(.7rem,.9vw,.8rem);color:#666;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;font-weight:500}.image-gallery .image-thumbnails .thumbnail .thumbnail-info .thumbnail-category{font-size:.7rem;color:#888;text-align:center;margin-top:.25rem;padding:.1rem .4rem;background:#f0f0f0;border-radius:10px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;line-height:1.2}@media(max-width:768px){.image-gallery .image-thumbnails .thumbnail .thumbnail-info .thumbnail-category{display:none}}.dark .image-gallery{background:linear-gradient(135deg,#1a1a1a,#2a2a2a)}.dark .image-gallery .section-header .section-title{color:#fff}.dark .image-gallery .section-header .section-description{color:#b0b0b0}.dark .image-gallery .gallery-main .nav-arrow{background:#2a2a2a;border-color:#444;color:#b0b0b0}.dark .image-gallery .gallery-main .nav-arrow:hover{background:#fdcd37;border-color:#fdcd37;color:#1a1a1a}.dark .image-gallery .gallery-main .image-display .image-wrapper .image-placeholder{background:linear-gradient(135deg,#fdcd371a,#fe9e1f1a)}.dark .image-gallery .gallery-main .image-display .image-wrapper .image-placeholder .placeholder-icon{color:#fdcd37}.dark .image-gallery .gallery-main .image-display .image-wrapper .image-placeholder .placeholder-title{color:#fdcd37;background:#000c}.dark .image-gallery .gallery-main .image-display .image-wrapper .fullscreen-btn{background:#00000080;border-color:#fff3}.dark .image-gallery .gallery-main .image-display .image-wrapper .fullscreen-btn:hover{background:#fdcd37;border-color:#fdcd37;color:#1a1a1a}.dark .image-gallery .gallery-main .image-display .image-wrapper .image-overlay .overlay-content .overlay-badge{background:#fdcd3733;border-color:#fdcd374d}.dark .image-gallery .gallery-main .image-display .image-wrapper .image-overlay .overlay-content .image-counter{background:#ffffff1a}.dark .image-gallery .gallery-main .image-display .image-wrapper .image-overlay .overlay-content .image-counter .current{color:#fdcd37}.dark .image-gallery .gallery-controls .control-btn{background:#2a2a2a;border-color:#444;color:#b0b0b0}.dark .image-gallery .gallery-controls .control-btn:hover{background:#fdcd37;border-color:#fdcd37;color:#1a1a1a}.dark .image-gallery .gallery-controls .image-indicators .indicator{background:#444}.dark .image-gallery .gallery-controls .image-indicators .indicator:hover{background:#555}.dark .image-gallery .gallery-controls .image-indicators .indicator.active .indicator-bar{background:#333}.dark .image-gallery .gallery-controls .image-indicators .indicator .progress-bar{background:linear-gradient(90deg,#fdcd37,#fe9e1f)}.dark .image-gallery .image-thumbnails{background:#2a2a2a;border-color:#444}.dark .image-gallery .image-thumbnails::-webkit-scrollbar-track{background:#333}.dark .image-gallery .image-thumbnails::-webkit-scrollbar-thumb{background:#fdcd37}.dark .image-gallery .image-thumbnails .thumbnail:hover{background:#333}.dark .image-gallery .image-thumbnails .thumbnail:hover .thumbnail-image{border-color:#fdcd37}.dark .image-gallery .image-thumbnails .thumbnail.active{background:#fdcd371a}.dark .image-gallery .image-thumbnails .thumbnail.active .thumbnail-image{border-color:#fdcd37}.dark .image-gallery .image-thumbnails .thumbnail.active .thumbnail-info .thumbnail-title{color:#fdcd37}.dark .image-gallery .image-thumbnails .thumbnail .thumbnail-image{border-color:#444;background:#333}.dark .image-gallery .image-thumbnails .thumbnail .thumbnail-image .thumbnail-loading{background:linear-gradient(90deg,#333 25%,#444,#333 75%)}.dark .image-gallery .image-thumbnails .thumbnail .thumbnail-image .thumbnail-active-indicator{border-color:#fdcd37;background:#fdcd3733}.dark .image-gallery .image-thumbnails .thumbnail .thumbnail-info .thumbnail-title{color:#a0a0a0}.dark .image-gallery .image-thumbnails .thumbnail .thumbnail-info .thumbnail-category{color:#888;background:#333}.dark .image-gallery.fullscreen .close-fullscreen:hover,.dark .image-gallery.fullscreen .gallery-controls .control-btn:hover{background:#fdcd37;border-color:#fdcd37;color:#1a1a1a}.image-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000000b3;z-index:2;border-radius:inherit}.image-loading .loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#ff751f;animation:spin 1s ease-in-out infinite;margin-bottom:10px}.image-loading p{color:#fff;font-size:14px;margin:0}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.gallery-image,.thumbnail-image img{transition:opacity .3s ease}.gallery-image.loaded,.thumbnail-image img.loaded{opacity:1}.gallery-image.loading,.thumbnail-image img.loading{opacity:0}@media(max-width:640px){.image-gallery .gallery-controls .image-indicators .indicator{min-width:20px}.image-gallery .image-thumbnails{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.image-gallery{padding:2.5rem 1rem}.image-gallery .section-header .section-title{font-size:1.75rem}.image-gallery .section-header .section-description{font-size:.9rem}.image-gallery .gallery-main .image-display{height:220px}.image-gallery .image-thumbnails{grid-template-columns:1fr;max-height:200px}}@supports (-webkit-touch-callout: none){.image-gallery.fullscreen .close-fullscreen{background:#ffffff40!important}}[dir=rtl] .image-gallery{direction:rtl}[dir=rtl] .image-gallery .section-header,[dir=rtl] .image-gallery .section-header .section-title,[dir=rtl] .image-gallery .section-header .section-description{text-align:center!important}@media(max-width:768px){[dir=rtl] .image-gallery .gallery-main .nav-arrow.prev{right:clamp(.5rem,2vw,.75rem)!important;left:auto!important}}@media(max-width:768px){[dir=rtl] .image-gallery .gallery-main .nav-arrow.next{left:clamp(.5rem,2vw,.75rem)!important;right:auto!important}}[dir=rtl] .image-gallery .gallery-main .image-overlay .overlay-content{text-align:right!important}[dir=rtl] .image-gallery .gallery-main .image-overlay .overlay-content .overlay-badge{flex-direction:row-reverse!important;gap:.5rem}[dir=rtl] .image-gallery .gallery-main .image-overlay .overlay-content .image-title,[dir=rtl] .image-gallery .gallery-main .image-overlay .overlay-content .image-description{text-align:right!important}[dir=rtl] .image-gallery .gallery-main .image-overlay .overlay-content .image-counter{flex-direction:row-reverse!important}@media(max-width:768px){[dir=rtl] .image-gallery .gallery-controls{flex-direction:row-reverse!important}[dir=rtl] .image-gallery .gallery-controls .play-btn{order:3!important}[dir=rtl] .image-gallery .gallery-controls .fs-btn{order:1!important}[dir=rtl] .image-gallery .gallery-controls .image-indicators{order:2!important}}[dir=rtl] .image-gallery .gallery-controls .control-btn{flex-direction:row-reverse!important;gap:.5rem}[dir=rtl] .image-gallery .image-thumbnails{direction:rtl}[dir=rtl] .image-gallery .image-thumbnails .thumbnail .thumbnail-info{text-align:right!important}[dir=rtl] .image-gallery .image-thumbnails .thumbnail .thumbnail-info .thumbnail-title,[dir=rtl] .image-gallery .image-thumbnails .thumbnail .thumbnail-info .thumbnail-category{text-align:right!important;display:block;width:100%}[dir=rtl] .image-gallery.fullscreen .close-fullscreen{flex-direction:row-reverse!important;gap:.5rem!important;right:auto!important;left:clamp(1rem,3vw,1.5rem)!important}@media(max-width:768px){[dir=rtl] .image-gallery.fullscreen .close-fullscreen{left:1rem!important;right:auto!important}}@media(max-width:480px){[dir=rtl] .image-gallery.fullscreen .close-fullscreen{left:.75rem!important;right:auto!important}}[dir=rtl] .image-gallery.fullscreen .section-header{text-align:right!important;right:clamp(1rem,3vw,1.5rem)!important;left:auto!important}@media(max-width:768px){[dir=rtl] .image-gallery.fullscreen .section-header{right:1rem!important;left:auto!important;max-width:70%!important;text-align:right!important}}[dir=rtl] .image-gallery.fullscreen .gallery-controls .control-btn{flex-direction:row-reverse!important}[dir=rtl] .image-gallery.fullscreen .image-thumbnails{direction:rtl!important}[dir=rtl] .image-gallery.fullscreen .image-thumbnails .thumbnail .thumbnail-info{text-align:center!important}@media(max-width:768px){[dir=ltr] .image-gallery .gallery-controls .play-btn{order:1!important}[dir=ltr] .image-gallery .gallery-controls .fs-btn{order:3!important}[dir=ltr] .image-gallery .gallery-controls .image-indicators{order:2!important}}[dir=ltr] .image-gallery.fullscreen .close-fullscreen{flex-direction:row!important}[dir=ltr] .image-gallery.fullscreen .section-header{text-align:left!important}[dir=rtl] .image-gallery .image-loading p{text-align:center}[dir=rtl] .image-gallery .placeholder-title{text-align:center!important}[dir=rtl] .image-gallery .fullscreen-btn{left:clamp(.5rem,1vw,1rem)!important;right:auto!important}@media(max-width:768px){[dir=rtl] .image-gallery .thumbnail-title{text-align:center!important}}.dark[dir=rtl] .image-gallery .image-overlay .overlay-content .overlay-badge{background:#fdcd3733!important;border-color:#fdcd374d!important}.contact-cta{padding:6rem 2rem;position:relative;overflow:hidden;background:linear-gradient(135deg,#fff,#fffaf0)}.contact-cta .background-elements{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}.contact-cta .background-elements .bg-circle{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15}.contact-cta .background-elements .circle-1{width:400px;height:400px;background:radial-gradient(circle at 50% 50%,#ff751f,#fe9e1f);top:-200px;right:-100px}.contact-cta .background-elements .circle-2{width:500px;height:500px;background:radial-gradient(circle at 50% 50%,#fdcd37,#fe9e1f);bottom:-250px;left:-150px}.contact-cta .background-elements .circle-3{width:300px;height:300px;background:radial-gradient(circle at 50% 50%,#ff751f,#fdcd37);top:50%;right:10%}.contact-cta .background-elements .floating-shapes{position:absolute;inset:0}.contact-cta .background-elements .floating-shapes .floating-shape{position:absolute;border-radius:20%}.contact-cta .background-elements .floating-shapes .floating-shape:nth-child(1){top:10%;left:15%}.contact-cta .background-elements .floating-shapes .floating-shape:nth-child(2){top:25%;left:65%}.contact-cta .background-elements .floating-shapes .floating-shape:nth-child(3){top:45%;left:20%}.contact-cta .background-elements .floating-shapes .floating-shape:nth-child(4){top:60%;left:75%}.contact-cta .background-elements .floating-shapes .floating-shape:nth-child(5){top:15%;left:40%}.contact-cta .background-elements .floating-shapes .floating-shape:nth-child(6){top:70%;left:30%}.contact-cta .background-elements .floating-shapes .floating-shape:nth-child(7){top:35%;left:55%}.contact-cta .background-elements .floating-shapes .floating-shape:nth-child(8){top:80%;left:60%}.contact-cta .background-elements .floating-shapes .floating-shape:nth-child(1){width:45px;height:45px;background:#fe9e1f20;animation:floatShape 12s ease-in-out infinite}.contact-cta .background-elements .floating-shapes .floating-shape:nth-child(2){width:50px;height:50px;background:#fdcd3720;animation:floatShape 14s ease-in-out infinite}.contact-cta .background-elements .floating-shapes .floating-shape:nth-child(3){width:55px;height:55px;background:#ff751f20;animation:floatShape 16s ease-in-out infinite}.contact-cta .background-elements .floating-shapes .floating-shape:nth-child(4){width:60px;height:60px;background:#fe9e1f20;animation:floatShape 18s ease-in-out infinite}.contact-cta .background-elements .floating-shapes .floating-shape:nth-child(5){width:65px;height:65px;background:#fdcd3720;animation:floatShape 20s ease-in-out infinite}.contact-cta .background-elements .floating-shapes .floating-shape:nth-child(6){width:70px;height:70px;background:#ff751f20;animation:floatShape 22s ease-in-out infinite}.contact-cta .background-elements .floating-shapes .floating-shape:nth-child(7){width:75px;height:75px;background:#fe9e1f20;animation:floatShape 24s ease-in-out infinite}.contact-cta .background-elements .floating-shapes .floating-shape:nth-child(8){width:80px;height:80px;background:#fdcd3720;animation:floatShape 26s ease-in-out infinite}.contact-cta .contact-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.contact-cta .section-header{text-align:center;margin-bottom:4rem}.contact-cta .section-header .section-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ff751f1a;padding:.5rem 1.5rem;border-radius:50px;margin-bottom:1.5rem;border:1px solid rgba(255,117,31,.2)}.contact-cta .section-header .section-badge .badge-icon{color:#ff751f;font-size:1rem}.contact-cta .section-header .section-badge .badge-text{color:#ff751f;font-weight:600;font-size:.95rem;letter-spacing:.5px}.contact-cta .section-header .section-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#1a1a1a}.contact-cta .section-header .section-title .highlight{background:linear-gradient(135deg,#ff751f,#fe9e1f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.contact-cta .section-header .section-title .highlight:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ff751f,#fdcd37);border-radius:2px}@media(max-width:768px){.contact-cta .section-header .section-title{font-size:2.2rem}}.contact-cta .section-header .section-description{font-size:1.1rem;line-height:1.6;color:#555;max-width:700px;margin:0 auto}@media(max-width:768px){.contact-cta .section-header .section-description{font-size:1rem}}.contact-cta .contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}@media(max-width:1024px){.contact-cta .contact-content{grid-template-columns:1fr;gap:3rem}}.contact-cta .form-section .form-card{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 60px #00000014;border:1px solid #f0f0f0;height:100%}@media(max-width:768px){.contact-cta .form-section .form-card{padding:2rem}}.contact-cta .form-section .form-card .form-header{margin-bottom:2.5rem}.contact-cta .form-section .form-card .form-header .form-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}@media(max-width:768px){.contact-cta .form-section .form-card .form-header .form-title{font-size:1.6rem}}.contact-cta .form-section .form-card .form-header .form-subtitle{font-size:1.05rem;color:#666;line-height:1.5;margin:0}.contact-cta .form-section .form-card .contact-form .success-message{background:linear-gradient(135deg,#4caf501a,#4caf500d);border:1px solid rgba(76,175,80,.3);border-radius:16px;padding:1.5rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.contact-cta .form-section .form-card .contact-form .success-message .success-icon{color:#4caf50;font-size:1.5rem;flex-shrink:0}.contact-cta .form-section .form-card .contact-form .success-message .success-content h4{font-size:1.2rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.contact-cta .form-section .form-card .contact-form .success-message .success-content p{font-size:.95rem;color:#666;margin:0;line-height:1.4}.contact-cta .form-section .form-card .contact-form .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2.5rem}@media(max-width:768px){.contact-cta .form-section .form-card .contact-form .form-grid{grid-template-columns:1fr;gap:1rem}}.contact-cta .form-section .form-card .contact-form .form-grid .form-group.full-width{grid-column:1/-1}.contact-cta .form-section .form-card .contact-form .form-grid .form-group label{display:block;font-size:.95rem;font-weight:600;color:#333;margin-bottom:.5rem}.contact-cta .form-section .form-card .contact-form .form-grid .form-group label .required-star{color:#ff4757;margin-left:.25rem;font-weight:700}.contact-cta .form-section .form-card .contact-form .form-grid .form-group input,.contact-cta .form-section .form-card .contact-form .form-grid .form-group select,.contact-cta .form-section .form-card .contact-form .form-grid .form-group textarea{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#333;background:#fff;transition:all .3s ease}.contact-cta .form-section .form-card .contact-form .form-grid .form-group input:focus,.contact-cta .form-section .form-card .contact-form .form-grid .form-group select:focus,.contact-cta .form-section .form-card .contact-form .form-grid .form-group textarea:focus{outline:none;border-color:#ff751f;box-shadow:0 0 0 3px #ff751f1a}.contact-cta .form-section .form-card .contact-form .form-grid .form-group input:disabled,.contact-cta .form-section .form-card .contact-form .form-grid .form-group select:disabled,.contact-cta .form-section .form-card .contact-form .form-grid .form-group textarea:disabled{background:#f8f9fa;cursor:not-allowed;opacity:.7}.contact-cta .form-section .form-card .contact-form .form-grid .form-group input::placeholder,.contact-cta .form-section .form-card .contact-form .form-grid .form-group select::placeholder,.contact-cta .form-section .form-card .contact-form .form-grid .form-group textarea::placeholder{color:#999}.contact-cta .form-section .form-card .contact-form .form-grid .form-group textarea{resize:vertical;min-height:120px}.contact-cta .form-section .form-card .contact-form .service-options-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-top:.5rem}@media(max-width:768px){.contact-cta .form-section .form-card .contact-form .service-options-grid{grid-template-columns:1fr}}.contact-cta .form-section .form-card .contact-form .service-options-grid .service-option{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:1.25rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.contact-cta .form-section .form-card .contact-form .service-options-grid .service-option:hover{border-color:#ff751f;box-shadow:0 5px 20px #ff751f1a}.contact-cta .form-section .form-card .contact-form .service-options-grid .service-option:hover .service-icon{transform:scale(1.1)}.contact-cta .form-section .form-card .contact-form .service-options-grid .service-option.selected{border-color:#ff751f;background:linear-gradient(135deg,#ff751f0d,#fe9e1f05);box-shadow:0 10px 30px #ff751f26}.contact-cta .form-section .form-card .contact-form .service-options-grid .service-option.selected:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ff751f,#fe9e1f);border-radius:2px 2px 0 0}.contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-option-content{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-icon-wrapper{position:relative;flex-shrink:0}.contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-icon-wrapper .service-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .3s ease}.contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-icon-wrapper .service-selected-indicator{position:absolute;top:-5px;right:-5px;width:20px;height:20px;background:#4caf50;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.7rem;border:2px solid white;z-index:2}.contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-text{flex:1}.contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-text .service-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 .25rem}.contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-text .service-description{font-size:.85rem;color:#666;margin:0;line-height:1.4}.contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-radio{display:flex;justify-content:flex-end}.contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-radio .radio-dot{width:20px;height:20px;border:2px solid #ddd;border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-radio .radio-dot.active{border-color:#ff751f;background:#ff751f}.contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-radio .radio-dot .radio-inner-dot{width:8px;height:8px;background:#fff;border-radius:50%}.contact-cta .form-section .form-card .contact-form .submit-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#ff751f,#fe9e1f);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease}.contact-cta .form-section .form-card .contact-form .submit-btn:disabled{opacity:.7;cursor:not-allowed}.contact-cta .form-section .form-card .contact-form .submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #ff751f4d}.contact-cta .form-section .form-card .contact-form .submit-btn .spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s linear infinite}.contact-cta .info-section{display:flex;flex-direction:column;gap:2.5rem}.contact-cta .info-section .contact-methods .methods-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.contact-cta .info-section .contact-methods .methods-grid{display:grid;grid-template-columns:1fr;gap:1rem}.contact-cta .info-section .contact-methods .methods-grid .method-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:1.25rem;display:flex;align-items:center;gap:1rem;text-decoration:none;transition:all .3s ease}.contact-cta .info-section .contact-methods .methods-grid .method-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000001a;border-color:#ff751f}.contact-cta .info-section .contact-methods .methods-grid .method-card .method-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.contact-cta .info-section .contact-methods .methods-grid .method-card .method-info{flex:1}.contact-cta .info-section .contact-methods .methods-grid .method-card .method-info .method-title{font-size:1rem;font-weight:600;color:#333;margin:0 0 .25rem}.contact-cta .info-section .contact-methods .methods-grid .method-card .method-info .method-details{font-size:.95rem;color:#666;margin:0}.contact-cta .info-section .office-info .office-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.contact-cta .info-section .office-info .office-card{background:linear-gradient(135deg,#ff751f1a,#fdcd370d);border:1px solid rgba(255,117,31,.2);border-radius:16px;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem}.contact-cta .info-section .office-info .office-card .office-icon{width:50px;height:50px;background:#ff751f;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;flex-shrink:0}.contact-cta .info-section .office-info .office-card .office-details h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.contact-cta .info-section .office-info .office-card .office-details p{font-size:.95rem;color:#666;margin:0;line-height:1.5}.contact-cta .info-section .support-features .features-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.contact-cta .info-section .support-features .features-grid{display:grid;grid-template-columns:1fr;gap:1rem}.contact-cta .info-section .support-features .features-grid .feature-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:1.25rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.contact-cta .info-section .support-features .features-grid .feature-card:hover{border-color:#ff751f;box-shadow:0 5px 20px #ff751f1a}.contact-cta .info-section .support-features .features-grid .feature-card .feature-icon{width:50px;height:50px;background:linear-gradient(135deg,#ff751f,#fdcd37);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;flex-shrink:0}.contact-cta .info-section .support-features .features-grid .feature-card .feature-content h4{font-size:1rem;font-weight:600;color:#333;margin:0 0 .25rem}.contact-cta .info-section .support-features .features-grid .feature-card .feature-content p{font-size:.9rem;color:#666;margin:0;line-height:1.4}.contact-cta .info-section .social-links .social-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;text-align:center}.contact-cta .info-section .social-links .social-icons{display:flex;gap:1rem;justify-content:center}.contact-cta .info-section .social-links .social-icons .social-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff;transition:all .3s ease}.contact-cta .info-section .social-links .social-icons .social-icon.linkedin{background:#0077b5}.contact-cta .info-section .social-links .social-icons .social-icon.whatsapp{background:#25d366}.contact-cta .info-section .social-links .social-icons .social-icon.telegram{background:#08c}.contact-cta .info-section .social-links .social-icons .social-icon.email{background:#ff751f}.contact-cta .info-section .social-links .social-icons .social-icon:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0003}.contact-cta .info-section .cta-card{background:linear-gradient(135deg,#ff751f,#fe9e1f);border-radius:20px;padding:2.5rem;text-align:center;margin-top:1rem}.contact-cta .info-section .cta-card .cta-content .cta-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem}.contact-cta .info-section .cta-card .cta-content .cta-description{font-size:1rem;color:#ffffffe6;margin-bottom:1.5rem;line-height:1.5}.contact-cta .info-section .cta-card .cta-content .emergency-btn{display:inline-flex;align-items:center;gap:.75rem;background:#fff;color:#ff751f;border:none;border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.contact-cta .info-section .cta-card .cta-content .emergency-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #fff3}.contact-cta .quick-stats{margin-top:4rem}.contact-cta .quick-stats .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:1200px){.contact-cta .quick-stats .stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:640px){.contact-cta .quick-stats .stats-grid{grid-template-columns:1fr;gap:1rem}}.contact-cta .quick-stats .stats-grid .stat-card{background:#fff;border-radius:20px;padding:2.5rem 2rem;display:flex;align-items:center;gap:1.5rem;box-shadow:0 10px 40px #00000014;border:1px solid rgba(255,117,31,.1);transition:all .3s ease;position:relative;overflow:hidden}.contact-cta .quick-stats .stats-grid .stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;transition:all .3s ease}.contact-cta .quick-stats .stats-grid .stat-card.support:before{background:linear-gradient(90deg,#ff751f,#fe9e1f)}.contact-cta .quick-stats .stats-grid .stat-card.response:before{background:linear-gradient(90deg,#fe9e1f,#fdcd37)}.contact-cta .quick-stats .stats-grid .stat-card.satisfaction:before{background:linear-gradient(90deg,#fdcd37,#ff751f)}.contact-cta .quick-stats .stats-grid .stat-card.projects:before{background:linear-gradient(90deg,#ff751f,#fdcd37,#fe9e1f)}.contact-cta .quick-stats .stats-grid .stat-card:hover{box-shadow:0 20px 60px #ff751f26;transform:translateY(-5px)}.contact-cta .quick-stats .stats-grid .stat-card:hover .stat-icon-circle{transform:rotate(15deg) scale(1.1)}.contact-cta .quick-stats .stats-grid .stat-card .stat-icon-wrapper{position:relative;flex-shrink:0}.contact-cta .quick-stats .stats-grid .stat-card .stat-icon-wrapper .stat-icon-circle{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;transition:all .4s ease}.contact-cta .quick-stats .stats-grid .stat-card .stat-icon-wrapper .stat-icon-circle .stat-icon{position:relative;z-index:1}.contact-cta .quick-stats .stats-grid .stat-card .stat-icon-wrapper .stat-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border-radius:50%;animation:pulse 2s infinite}.contact-cta .quick-stats .stats-grid .stat-card .stat-icon-wrapper .stat-pulse:before,.contact-cta .quick-stats .stats-grid .stat-card .stat-icon-wrapper .stat-pulse:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:2px solid currentColor;opacity:0;animation:ripple 2s infinite}.contact-cta .quick-stats .stats-grid .stat-card .stat-icon-wrapper .stat-pulse:after{animation-delay:.5s}.contact-cta .quick-stats .stats-grid .stat-card.support .stat-icon-circle{background:linear-gradient(135deg,#ff751f1a,#fe9e1f33);color:#ff751f;border:2px solid rgba(255,117,31,.3)}.contact-cta .quick-stats .stats-grid .stat-card.support .stat-pulse{background:#ff751f1a}.contact-cta .quick-stats .stats-grid .stat-card.response .stat-icon-circle{background:linear-gradient(135deg,#fe9e1f1a,#fdcd3733);color:#fe9e1f;border:2px solid rgba(254,158,31,.3)}.contact-cta .quick-stats .stats-grid .stat-card.satisfaction .stat-icon-circle{background:linear-gradient(135deg,#fdcd371a,#ff751f33);color:#fdcd37;border:2px solid rgba(253,205,55,.3)}.contact-cta .quick-stats .stats-grid .stat-card.projects .stat-icon-circle{background:linear-gradient(135deg,#ff751f1a,#fe9e1f1a,#fdcd3733);color:#ff751f;border:2px solid rgba(255,117,31,.2)}.contact-cta .quick-stats .stats-grid .stat-card .stat-content{flex:1}.contact-cta .quick-stats .stats-grid .stat-card .stat-content .stat-number{font-size:2.8rem;font-weight:800;line-height:1;margin-bottom:.5rem;background:linear-gradient(135deg,#ff751f,#fdcd37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;align-items:baseline;gap:.1rem}.contact-cta .quick-stats .stats-grid .stat-card .stat-content .stat-number .stat-unit{font-size:1.5rem;font-weight:600}.contact-cta .quick-stats .stats-grid .stat-card .stat-content .stat-number .stat-plus{font-size:1.8rem;font-weight:700;color:#ff751f}.contact-cta .quick-stats .stats-grid .stat-card .stat-content .stat-label{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.contact-cta .quick-stats .stats-grid .stat-card .stat-content .stat-description{font-size:.9rem;color:#666;line-height:1.4;margin:0}.dark .contact-cta{background:linear-gradient(135deg,#1a1a1a,#2a2a2a)}.dark .contact-cta .section-header .section-badge{background:#fdcd371a;border-color:#fdcd3733}.dark .contact-cta .section-header .section-badge .badge-icon,.dark .contact-cta .section-header .section-badge .badge-text{color:#fdcd37}.dark .contact-cta .section-header .section-title{color:#fff}.dark .contact-cta .section-header .section-title .highlight{background:linear-gradient(135deg,#fdcd37,#fe9e1f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .contact-cta .section-header .section-description{color:#b0b0b0}.dark .contact-cta .form-section .form-card{background:#2a2a2a;border-color:#444;box-shadow:0 20px 60px #0003}.dark .contact-cta .form-section .form-card .form-header .form-title{color:#fff}.dark .contact-cta .form-section .form-card .form-header .form-subtitle{color:#a0a0a0}.dark .contact-cta .form-section .form-card .contact-form .success-message{background:linear-gradient(135deg,#4caf501a,#4caf500d);border-color:#4caf504d}.dark .contact-cta .form-section .form-card .contact-form .success-message .success-content h4{color:#fff}.dark .contact-cta .form-section .form-card .contact-form .success-message .success-content p{color:#b0b0b0}.dark .contact-cta .form-section .form-card .contact-form .form-grid .form-group label{color:#d0d0d0}.dark .contact-cta .form-section .form-card .contact-form .form-grid .form-group input,.dark .contact-cta .form-section .form-card .contact-form .form-grid .form-group select,.dark .contact-cta .form-section .form-card .contact-form .form-grid .form-group textarea{background:#333;border-color:#444;color:#fff}.dark .contact-cta .form-section .form-card .contact-form .form-grid .form-group input:focus,.dark .contact-cta .form-section .form-card .contact-form .form-grid .form-group select:focus,.dark .contact-cta .form-section .form-card .contact-form .form-grid .form-group textarea:focus{border-color:#fdcd37;box-shadow:0 0 0 3px #fdcd371a}.dark .contact-cta .form-section .form-card .contact-form .form-grid .form-group input:disabled,.dark .contact-cta .form-section .form-card .contact-form .form-grid .form-group select:disabled,.dark .contact-cta .form-section .form-card .contact-form .form-grid .form-group textarea:disabled{background:#3a3a3a}.dark .contact-cta .form-section .form-card .contact-form .form-grid .form-group input::placeholder,.dark .contact-cta .form-section .form-card .contact-form .form-grid .form-group select::placeholder,.dark .contact-cta .form-section .form-card .contact-form .form-grid .form-group textarea::placeholder{color:#777}.dark .contact-cta .form-section .form-card .contact-form .service-options-grid .service-option{background:#2a2a2a;border-color:#444}.dark .contact-cta .form-section .form-card .contact-form .service-options-grid .service-option:hover{border-color:#fdcd37}.dark .contact-cta .form-section .form-card .contact-form .service-options-grid .service-option.selected{background:linear-gradient(135deg,#fdcd371a,#fe9e1f0d);border-color:#fdcd37}.dark .contact-cta .form-section .form-card .contact-form .service-options-grid .service-option.selected:before{background:linear-gradient(90deg,#fdcd37,#fe9e1f)}.dark .contact-cta .form-section .form-card .contact-form .service-options-grid .service-option.selected .service-icon{background:#fdcd37;color:#1a1a1a}.dark .contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-text .service-title{color:#fff}.dark .contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-text .service-description{color:#b0b0b0}.dark .contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-radio .radio-dot.active{border-color:#fdcd37;background:#fdcd37}.dark .contact-cta .info-section .contact-methods .methods-title{color:#fff}.dark .contact-cta .info-section .contact-methods .methods-grid .method-card{background:#2a2a2a;border-color:#444}.dark .contact-cta .info-section .contact-methods .methods-grid .method-card:hover{border-color:#fdcd37;box-shadow:0 10px 30px #0000004d}.dark .contact-cta .info-section .contact-methods .methods-grid .method-card .method-info .method-title{color:#fff}.dark .contact-cta .info-section .contact-methods .methods-grid .method-card .method-info .method-details{color:#a0a0a0}.dark .contact-cta .info-section .office-info .office-title{color:#fff}.dark .contact-cta .info-section .office-info .office-card{background:linear-gradient(135deg,#fdcd371a,#fe9e1f0d);border-color:#fdcd3733}.dark .contact-cta .info-section .office-info .office-card .office-details h4{color:#fff}.dark .contact-cta .info-section .office-info .office-card .office-details p{color:#b0b0b0}.dark .contact-cta .info-section .support-features .features-title{color:#fff}.dark .contact-cta .info-section .support-features .features-grid .feature-card{background:#2a2a2a;border-color:#444}.dark .contact-cta .info-section .support-features .features-grid .feature-card:hover{border-color:#fdcd37;box-shadow:0 5px 20px #0000004d}.dark .contact-cta .info-section .support-features .features-grid .feature-card .feature-content h4{color:#fff}.dark .contact-cta .info-section .support-features .features-grid .feature-card .feature-content p{color:#a0a0a0}.dark .contact-cta .info-section .social-links .social-title{color:#fff}.dark .contact-cta .quick-stats .stats-grid .stat-card{background:#2a2a2a;border-color:#fdcd371a;box-shadow:0 10px 40px #0000004d}.dark .contact-cta .quick-stats .stats-grid .stat-card:hover{box-shadow:0 20px 60px #fdcd3726}.dark .contact-cta .quick-stats .stats-grid .stat-card .stat-content .stat-number{background:linear-gradient(135deg,#fdcd37,#fe9e1f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .contact-cta .quick-stats .stats-grid .stat-card .stat-content .stat-number .stat-plus{color:#fdcd37}.dark .contact-cta .quick-stats .stats-grid .stat-card .stat-content .stat-label{color:#fff}.dark .contact-cta .quick-stats .stats-grid .stat-card .stat-content .stat-description{color:#b0b0b0}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(.9);opacity:.7}50%{transform:translate(-50%,-50%) scale(1);opacity:.4}}@keyframes ripple{0%{width:0;height:0;opacity:0}50%{opacity:.3}to{width:100px;height:100px;opacity:0}}@keyframes floatShape{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1024px){.quick-stats{margin-top:3rem}.quick-stats .stats-grid .stat-card{padding:2rem 1.5rem}.quick-stats .stats-grid .stat-card .stat-icon-wrapper .stat-icon-circle{width:70px;height:70px;font-size:1.8rem}.quick-stats .stats-grid .stat-card .stat-content .stat-number{font-size:2.5rem}.quick-stats .stats-grid .stat-card .stat-content .stat-number .stat-unit{font-size:1.3rem}.quick-stats .stats-grid .stat-card .stat-content .stat-number .stat-plus{font-size:1.6rem}}@media(max-width:768px){.contact-cta{padding:4rem 1rem}.contact-cta .section-header .section-title{font-size:2rem}.contact-cta .contact-content{gap:2rem}.contact-cta .info-section .contact-methods .methods-title,.contact-cta .info-section .contact-methods .office-title,.contact-cta .info-section .contact-methods .features-title,.contact-cta .info-section .contact-methods .social-title,.contact-cta .info-section .office-info .methods-title,.contact-cta .info-section .office-info .office-title,.contact-cta .info-section .office-info .features-title,.contact-cta .info-section .office-info .social-title,.contact-cta .info-section .support-features .methods-title,.contact-cta .info-section .support-features .office-title,.contact-cta .info-section .support-features .features-title,.contact-cta .info-section .support-features .social-title,.contact-cta .info-section .social-links .methods-title,.contact-cta .info-section .social-links .office-title,.contact-cta .info-section .social-links .features-title,.contact-cta .info-section .social-links .social-title{font-size:1.3rem}.contact-cta .info-section .cta-card{padding:2rem}.contact-cta .info-section .cta-card .cta-content .cta-title{font-size:1.3rem}.contact-cta .info-section .cta-card .cta-content .cta-description{font-size:.95rem}.contact-cta .info-section .cta-card .cta-content .emergency-btn{padding:.875rem 1.5rem;font-size:1rem}.contact-cta .quick-stats .stats-grid .stat-card{padding:1.75rem 1.5rem}.contact-cta .quick-stats .stats-grid .stat-card .stat-icon-wrapper .stat-icon-circle{width:60px;height:60px;font-size:1.5rem}.contact-cta .quick-stats .stats-grid .stat-card .stat-content .stat-number{font-size:2.2rem}.contact-cta .quick-stats .stats-grid .stat-card .stat-content .stat-label{font-size:1rem}.contact-cta .quick-stats .stats-grid .stat-card .stat-content .stat-description{font-size:.85rem}}@media(max-width:480px){.contact-cta .quick-stats .stats-grid .stat-card{padding:1.5rem;gap:1.25rem}.contact-cta .quick-stats .stats-grid .stat-card .stat-icon-wrapper .stat-icon-circle{width:55px;height:55px;font-size:1.3rem}.contact-cta .quick-stats .stats-grid .stat-card .stat-content .stat-number{font-size:2rem}}[dir=rtl] .contact-cta{direction:rtl}[dir=rtl] .contact-cta .section-header{text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important}[dir=rtl] .contact-cta .section-header .section-badge{flex-direction:row-reverse!important;gap:.5rem!important;justify-content:center!important;display:inline-flex!important;width:auto!important;margin:0 auto 1.5rem!important;text-align:center!important}[dir=rtl] .contact-cta .section-header .section-badge .badge-icon{margin:0!important}[dir=rtl] .contact-cta .section-header .section-badge .badge-text{text-align:center!important;display:block!important}[dir=rtl] .contact-cta .section-header .section-title{text-align:center!important;display:block!important;width:100%!important;margin-left:auto!important;margin-right:auto!important}[dir=rtl] .contact-cta .section-header .section-title .highlight{display:inline-block!important;text-align:center!important;background:linear-gradient(135deg,#ff751f,#fe9e1f,#fdcd37)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}[dir=rtl] .contact-cta .section-header .section-description{text-align:center!important;display:block!important;width:100%!important;max-width:700px!important;margin-left:auto!important;margin-right:auto!important;direction:rtl!important}[dir=rtl] .contact-cta .form-section .form-card .form-header .form-title,[dir=rtl] .contact-cta .form-section .form-card .form-header .form-subtitle{text-align:right!important}[dir=rtl] .contact-cta .form-section .form-card .contact-form .success-message{flex-direction:row-reverse!important}[dir=rtl] .contact-cta .form-section .form-card .contact-form .success-message .success-content,[dir=rtl] .contact-cta .form-section .form-card .contact-form .success-message .success-content h4,[dir=rtl] .contact-cta .form-section .form-card .contact-form .success-message .success-content p{text-align:right!important}[dir=rtl] .contact-cta .form-section .form-card .contact-form .form-grid .form-group{text-align:right}[dir=rtl] .contact-cta .form-section .form-card .contact-form .form-grid .form-group label{text-align:right!important;display:block;justify-content:flex-end}[dir=rtl] .contact-cta .form-section .form-card .contact-form .form-grid .form-group input,[dir=rtl] .contact-cta .form-section .form-card .contact-form .form-grid .form-group textarea{text-align:right!important}[dir=rtl] .contact-cta .form-section .form-card .contact-form .form-grid .form-group input::placeholder,[dir=rtl] .contact-cta .form-section .form-card .contact-form .form-grid .form-group textarea::placeholder{text-align:right!important;direction:rtl}[dir=rtl] .contact-cta .form-section .form-card .contact-form .form-grid .form-group #email,[dir=rtl] .contact-cta .form-section .form-card .contact-form .form-grid .form-group #phone{direction:ltr!important;text-align:left!important}[dir=rtl] .contact-cta .form-section .form-card .contact-form .form-grid .form-group #email::placeholder,[dir=rtl] .contact-cta .form-section .form-card .contact-form .form-grid .form-group #phone::placeholder{direction:ltr!important;text-align:left!important}[dir=rtl] .contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-option-content{flex-direction:row-reverse}[dir=rtl] .contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-icon-wrapper .service-selected-indicator{right:auto;left:-5px}[dir=rtl] .contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-text,[dir=rtl] .contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-text .service-title,[dir=rtl] .contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-text .service-description{text-align:right!important}[dir=rtl] .contact-cta .form-section .form-card .contact-form .service-options-grid .service-option .service-radio{justify-content:flex-start}[dir=rtl] .contact-cta .form-section .form-card .contact-form .submit-btn{flex-direction:row-reverse!important}[dir=rtl] .contact-cta .info-section .contact-methods .methods-title,[dir=rtl] .contact-cta .info-section .contact-methods .office-title,[dir=rtl] .contact-cta .info-section .contact-methods .features-title,[dir=rtl] .contact-cta .info-section .office-info .methods-title,[dir=rtl] .contact-cta .info-section .office-info .office-title,[dir=rtl] .contact-cta .info-section .office-info .features-title,[dir=rtl] .contact-cta .info-section .support-features .methods-title,[dir=rtl] .contact-cta .info-section .support-features .office-title,[dir=rtl] .contact-cta .info-section .support-features .features-title{text-align:right!important}[dir=rtl] .contact-cta .info-section .method-card,[dir=rtl] .contact-cta .info-section .office-card,[dir=rtl] .contact-cta .info-section .feature-card{flex-direction:row-reverse!important}[dir=rtl] .contact-cta .info-section .method-card .method-info,[dir=rtl] .contact-cta .info-section .method-card .office-details,[dir=rtl] .contact-cta .info-section .method-card .feature-content,[dir=rtl] .contact-cta .info-section .office-card .method-info,[dir=rtl] .contact-cta .info-section .office-card .office-details,[dir=rtl] .contact-cta .info-section .office-card .feature-content,[dir=rtl] .contact-cta .info-section .feature-card .method-info,[dir=rtl] .contact-cta .info-section .feature-card .office-details,[dir=rtl] .contact-cta .info-section .feature-card .feature-content{text-align:right!important;width:100%}[dir=rtl] .contact-cta .info-section .method-card .method-info h4,[dir=rtl] .contact-cta .info-section .method-card .office-details h4,[dir=rtl] .contact-cta .info-section .method-card .feature-content h4,[dir=rtl] .contact-cta .info-section .office-card .method-info h4,[dir=rtl] .contact-cta .info-section .office-card .office-details h4,[dir=rtl] .contact-cta .info-section .office-card .feature-content h4,[dir=rtl] .contact-cta .info-section .feature-card .method-info h4,[dir=rtl] .contact-cta .info-section .feature-card .office-details h4,[dir=rtl] .contact-cta .info-section .feature-card .feature-content h4{text-align:right!important;margin-bottom:.25rem}[dir=rtl] .contact-cta .info-section .method-card .method-info p,[dir=rtl] .contact-cta .info-section .method-card .office-details p,[dir=rtl] .contact-cta .info-section .method-card .feature-content p,[dir=rtl] .contact-cta .info-section .office-card .method-info p,[dir=rtl] .contact-cta .info-section .office-card .office-details p,[dir=rtl] .contact-cta .info-section .office-card .feature-content p,[dir=rtl] .contact-cta .info-section .feature-card .method-info p,[dir=rtl] .contact-cta .info-section .feature-card .office-details p,[dir=rtl] .contact-cta .info-section .feature-card .feature-content p{text-align:right!important;margin:0;line-height:1.5}[dir=rtl] .contact-cta .info-section .social-links .social-title{text-align:center!important}[dir=rtl] .contact-cta .info-section .social-links .social-icons{justify-content:center!important}[dir=rtl] .contact-cta .info-section .cta-card .cta-content,[dir=rtl] .contact-cta .info-section .cta-card .cta-content .cta-title,[dir=rtl] .contact-cta .info-section .cta-card .cta-content .cta-description{text-align:center!important}[dir=rtl] .contact-cta .info-section .cta-card .cta-content .emergency-btn{flex-direction:row-reverse!important;justify-content:center!important}[dir=rtl] .contact-cta .quick-stats .stats-grid .stat-card{flex-direction:row-reverse!important}[dir=rtl] .contact-cta .quick-stats .stats-grid .stat-card .stat-icon-wrapper{margin-right:0!important;margin-left:1.5rem!important}[dir=rtl] .contact-cta .quick-stats .stats-grid .stat-card .stat-content,[dir=rtl] .contact-cta .quick-stats .stats-grid .stat-card .stat-content .stat-number,[dir=rtl] .contact-cta .quick-stats .stats-grid .stat-card .stat-content .stat-label,[dir=rtl] .contact-cta .quick-stats .stats-grid .stat-card .stat-content .stat-description{text-align:right!important}[dir=rtl] .form-group{position:relative}[dir=rtl] .form-group label[for=name]:after,[dir=rtl] .form-group label[for=email]:after,[dir=rtl] .form-group label[for=message]:after{content:"*"!important;color:#ff4757!important;margin-left:0!important;margin-right:.25rem!important;font-weight:700!important}[dir=ltr] .contact-cta .contact-content .form-section{order:1}[dir=ltr] .contact-cta .contact-content .info-section{order:2}[dir=ltr] .contact-cta .method-card,[dir=ltr] .contact-cta .office-card,[dir=ltr] .contact-cta .feature-card,[dir=ltr] .contact-cta .stat-card{flex-direction:row!important}[dir=ltr] .contact-cta .method-card .method-info,[dir=ltr] .contact-cta .method-card .office-details,[dir=ltr] .contact-cta .method-card .feature-content,[dir=ltr] .contact-cta .method-card .stat-content,[dir=ltr] .contact-cta .office-card .method-info,[dir=ltr] .contact-cta .office-card .office-details,[dir=ltr] .contact-cta .office-card .feature-content,[dir=ltr] .contact-cta .office-card .stat-content,[dir=ltr] .contact-cta .feature-card .method-info,[dir=ltr] .contact-cta .feature-card .office-details,[dir=ltr] .contact-cta .feature-card .feature-content,[dir=ltr] .contact-cta .feature-card .stat-content,[dir=ltr] .contact-cta .stat-card .method-info,[dir=ltr] .contact-cta .stat-card .office-details,[dir=ltr] .contact-cta .stat-card .feature-content,[dir=ltr] .contact-cta .stat-card .stat-content{text-align:left!important}.method-card,.office-card,.feature-card{display:flex;align-items:center;gap:1rem}.method-card .method-info,.method-card .office-details,.method-card .feature-content,.office-card .method-info,.office-card .office-details,.office-card .feature-content,.feature-card .method-info,.feature-card .office-details,.feature-card .feature-content{flex:1}.office-card .office-details h4{margin-bottom:.5rem}.office-card .office-details p{line-height:1.5}.feature-card .feature-content h4{margin-bottom:.25rem}.feature-card .feature-content p{font-size:.9rem;line-height:1.4}@media(max-width:1024px){[dir=rtl] .contact-cta .contact-content .form-section,[dir=rtl] .contact-cta .contact-content .info-section{order:initial}}.dark[dir=rtl] .contact-cta .method-card .method-info h4,.dark[dir=rtl] .contact-cta .method-card .office-details h4,.dark[dir=rtl] .contact-cta .method-card .feature-content h4,.dark[dir=rtl] .contact-cta .office-card .method-info h4,.dark[dir=rtl] .contact-cta .office-card .office-details h4,.dark[dir=rtl] .contact-cta .office-card .feature-content h4,.dark[dir=rtl] .contact-cta .feature-card .method-info h4,.dark[dir=rtl] .contact-cta .feature-card .office-details h4,.dark[dir=rtl] .contact-cta .feature-card .feature-content h4{color:#fff!important}.dark[dir=rtl] .contact-cta .method-card .method-info p,.dark[dir=rtl] .contact-cta .method-card .office-details p,.dark[dir=rtl] .contact-cta .method-card .feature-content p,.dark[dir=rtl] .contact-cta .office-card .method-info p,.dark[dir=rtl] .contact-cta .office-card .office-details p,.dark[dir=rtl] .contact-cta .office-card .feature-content p,.dark[dir=rtl] .contact-cta .feature-card .method-info p,.dark[dir=rtl] .contact-cta .feature-card .office-details p,.dark[dir=rtl] .contact-cta .feature-card .feature-content p{color:#b0b0b0!important}:root{--salmon: #ff751f;--yellow: #fdcd37;--orange: #fe9e1f;--gradient-primary: linear-gradient(135deg, var(--salmon), var(--orange), var(--yellow));--gradient-light: linear-gradient(135deg, #ffffff, #ffe2a3);--text-primary: #333333;--text-secondary: #666666;--text-light: #ffffff;--text-dark: #000000;--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-dark: #1a1a1a;--bg-light: #ffffff;--border-light: #e0e0e0;--border-dark: #333333;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .12);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .15);--shadow-xl: 0 20px 40px rgba(0, 0, 0, .2);--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease}.dark{--text-primary: #ffffff;--text-secondary: #b0b0b0;--bg-primary: #1a1a1a;--bg-secondary: #2a2a2a;--border-light: #444444}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary);transition:var(--transition-normal);overflow-x:hidden}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}::selection{background:var(--salmon);color:#fff}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--gradient-primary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--salmon)}:focus-visible{outline:2px solid var(--salmon);outline-offset:2px}.container{max-width:1400px;margin:0 auto;padding:0 var(--spacing-xl)}@media(max-width:768px){.container{padding:0 var(--spacing-md)}}.text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-gradient{background:var(--gradient-primary);color:#fff;border:none;padding:var(--spacing-md) var(--spacing-xl);border-radius:var(--radius-full);font-weight:600;cursor:pointer;transition:var(--transition-normal)}.btn-gradient:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}[dir=rtl]{text-align:right;font-family:Segoe UI,Tahoma,Arial,sans-serif}.fade-enter-active{opacity:1;transition:opacity var(--transition-normal)}.fade-exit-active{opacity:0;transition:opacity var(--transition-normal)}:root{--primary-salmon: #ff751f;--primary-yellow: #fdcd37;--primary-orange: #fe9e1f;--gradient-light: radial-gradient(circle at 50% 50%, #ffffff, #ffe2a3);--gradient-primary: linear-gradient(135deg, #ff751f, #fe9e1f, #fdcd37);--light-bg: #ffffff;--dark-bg: #1a1a1a;--light-text: #333333;--dark-text: #ffffff;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--breakpoint-xs: 480px;--breakpoint-sm: 640px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1536px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden;transition:all .3s ease;min-height:100vh}body.light{background:var(--gradient-light);color:var(--light-text)}body.dark{background:var(--dark-bg);color:var(--dark-text)}[dir=rtl]{text-align:right;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3,[dir=rtl] h4,[dir=rtl] h5,[dir=rtl] h6,[dir=rtl] p,[dir=rtl] li,[dir=rtl] span,[dir=rtl] div{text-align:right}[dir=rtl] .text-left{text-align:right!important}[dir=rtl] .text-right{text-align:left!important}[dir=rtl] .text-start{text-align:right!important}[dir=rtl] .text-end{text-align:left!important}[dir=rtl] .flex-row{flex-direction:row-reverse!important}[dir=rtl] .flex-row.flex-row-reverse{flex-direction:row!important}[dir=rtl].rtl h1,[dir=rtl].rtl h2,[dir=rtl].rtl h3,[dir=rtl].rtl h4,[dir=rtl].rtl h5,[dir=rtl].rtl h6{font-weight:600;letter-spacing:0}[dir=rtl].rtl p,[dir=rtl].rtl li,[dir=rtl].rtl span{line-height:1.8}.fade-enter{opacity:0}.fade-enter-active{opacity:1;transition:opacity .3s ease-in}.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity .3s ease-out}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}@media(min-width:1280px){.container{padding:0 2.5rem}}.text-gradient{background:linear-gradient(135deg,var(--primary-salmon),var(--primary-orange),var(--primary-yellow));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-gradient{background:linear-gradient(135deg,var(--primary-salmon),var(--primary-orange));color:#fff;border:none;padding:.75rem 2rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-gradient:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ff751f4d}.btn-gradient:disabled{opacity:.6;cursor:not-allowed;transform:none}[dir=rtl] .btn-gradient{padding:.75rem 2rem}@media(max-width:768px){.mobile-hidden{display:none!important}[dir=rtl] .mobile-rtl-adjust{text-align:right!important}}@media(min-width:769px){.desktop-hidden{display:none!important}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--primary-salmon),var(--primary-orange));border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,var(--primary-orange),var(--primary-yellow))}::selection{background-color:#ff751f4d;color:inherit}:focus-visible{outline:2px solid var(--primary-salmon);outline-offset:2px}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}[dir=rtl] *{text-align:right}[dir=rtl] .section-title,[dir=rtl] .card-title,[dir=rtl] .service-title,[dir=rtl] .team-name,[dir=rtl] .testimonial-text,[dir=rtl] .contact-form,[dir=rtl] .input-group,[dir=rtl] .form-control,[dir=rtl] .btn,[dir=rtl] .nav-link,[dir=rtl] .footer-link,[dir=rtl] .newsletter-input{text-align:right!important}[dir=rtl] .row,[dir=rtl] .flex-row{flex-direction:row-reverse}[dir=rtl] .justify-content-start{justify-content:flex-end}[dir=rtl] .justify-content-end{justify-content:flex-start}[dir=rtl] .me-auto{margin-left:auto!important;margin-right:0!important}[dir=rtl] .ms-auto{margin-right:auto!important;margin-left:0!important}[dir=rtl] .pe-3{padding-left:1rem!important;padding-right:0!important}[dir=rtl] .ps-3{padding-right:1rem!important;padding-left:0!important}[dir=rtl] input,[dir=rtl] textarea,[dir=rtl] select{text-align:right;direction:rtl}[dir=rtl] input::placeholder,[dir=rtl] textarea::placeholder,[dir=rtl] select::placeholder{text-align:right;direction:rtl}[dir=rtl] .icon-left{margin-right:0;margin-left:.5rem}[dir=rtl] .icon-right{margin-left:0;margin-right:.5rem}.rtl-text-right{text-align:right!important}.rtl-text-left{text-align:left!important}[dir=ltr] .rtl-ml-auto{margin-left:auto!important}[dir=rtl] .rtl-ml-auto,[dir=ltr] .rtl-mr-auto{margin-right:auto!important}[dir=rtl] .rtl-mr-auto{margin-left:auto!important}[dir=ltr] .rtl-flex-row{flex-direction:row}[dir=rtl] .rtl-flex-row,[dir=ltr] .rtl-flex-row-reverse{flex-direction:row-reverse}[dir=rtl] .rtl-flex-row-reverse{flex-direction:row}@media(max-width:768px){[dir=rtl] .mobile-rtl{text-align:right}[dir=rtl] .mobile-rtl.flex-row{flex-direction:column-reverse}}body.light #home,body.light #services,body.light #portfolio,body.light #process,body.light #team,body.light #testimonials,body.light #gallery,body.light #contact{position:relative;z-index:1;overflow:hidden;background:linear-gradient(145deg,var(--light-bg) 0%,rgba(255,255,255,.98) 50%,rgba(255,255,255,.95) 100%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;margin:3rem 0;padding:3rem 2rem;box-shadow:0 8px 40px #ff751f14,0 4px 16px #fe9e1f0d,inset 0 1px #ffffffe6,0 0 40px #ff751f05;transform:translateY(0);transition:all .4s cubic-bezier(.175,.885,.32,1.1)}body.light #home:hover,body.light #services:hover,body.light #portfolio:hover,body.light #process:hover,body.light #team:hover,body.light #testimonials:hover,body.light #gallery:hover,body.light #contact:hover{transform:translateY(-4px);box-shadow:0 12px 50px #ff751f1f,0 6px 20px #fe9e1f14,inset 0 1px #ffffffe6,0 0 60px #ff751f0a}body.light #home:before,body.light #services:before,body.light #portfolio:before,body.light #process:before,body.light #team:before,body.light #testimonials:before,body.light #gallery:before,body.light #contact:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-salmon) 0%,var(--primary-yellow) 50%,var(--primary-orange) 100%);border-radius:20px 20px 0 0;opacity:.8;z-index:2}body.light #home:after,body.light #services:after,body.light #portfolio:after,body.light #process:after,body.light #team:after,body.light #testimonials:after,body.light #gallery:after,body.light #contact:after{content:"";position:absolute;top:4px;left:20%;right:20%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);z-index:3}body.light #home .corner-accent-top,body.light #services .corner-accent-top,body.light #portfolio .corner-accent-top,body.light #process .corner-accent-top,body.light #team .corner-accent-top,body.light #testimonials .corner-accent-top,body.light #gallery .corner-accent-top,body.light #contact .corner-accent-top{position:absolute;top:20px;right:20px;width:50px;height:50px;background:linear-gradient(135deg,#ff751f26,#fdcd371a);border-radius:0 12px 0 0;border:1px solid rgba(255,117,31,.2);border-bottom:none;border-left:none;z-index:1}body.light #home .corner-accent-top:after,body.light #services .corner-accent-top:after,body.light #portfolio .corner-accent-top:after,body.light #process .corner-accent-top:after,body.light #team .corner-accent-top:after,body.light #testimonials .corner-accent-top:after,body.light #gallery .corner-accent-top:after,body.light #contact .corner-accent-top:after{content:"";position:absolute;top:2px;right:2px;width:8px;height:8px;background:#fff9;border-radius:2px}body.light #home .corner-accent-bottom,body.light #services .corner-accent-bottom,body.light #portfolio .corner-accent-bottom,body.light #process .corner-accent-bottom,body.light #team .corner-accent-bottom,body.light #testimonials .corner-accent-bottom,body.light #gallery .corner-accent-bottom,body.light #contact .corner-accent-bottom{position:absolute;bottom:20px;left:20px;width:50px;height:50px;background:linear-gradient(-45deg,#fe9e1f26,#fdcd371a);border-radius:0 0 0 12px;border:1px solid rgba(254,158,31,.2);border-top:none;border-right:none;z-index:1}body.light #home .corner-accent-bottom:after,body.light #services .corner-accent-bottom:after,body.light #portfolio .corner-accent-bottom:after,body.light #process .corner-accent-bottom:after,body.light #team .corner-accent-bottom:after,body.light #testimonials .corner-accent-bottom:after,body.light #gallery .corner-accent-bottom:after,body.light #contact .corner-accent-bottom:after{content:"";position:absolute;bottom:2px;left:2px;width:8px;height:8px;background:#fff9;border-radius:2px}body.light #home .section-glow,body.light #services .section-glow,body.light #portfolio .section-glow,body.light #process .section-glow,body.light #team .section-glow,body.light #testimonials .section-glow,body.light #gallery .section-glow,body.light #contact .section-glow{position:absolute;inset:-50%;background:radial-gradient(circle at 50% 50%,rgba(255,117,31,.03) 0%,rgba(254,158,31,.02) 30%,transparent 70%);z-index:-1;animation:pulseGlow 15s ease-in-out infinite}body.light #home:nth-child(odd):before,body.light #services:nth-child(odd):before,body.light #portfolio:nth-child(odd):before,body.light #process:nth-child(odd):before,body.light #team:nth-child(odd):before,body.light #testimonials:nth-child(odd):before,body.light #gallery:nth-child(odd):before,body.light #contact:nth-child(odd):before{background:linear-gradient(90deg,var(--primary-orange) 0%,var(--primary-yellow) 50%,var(--primary-salmon) 100%)}body.light #home:nth-child(odd) .corner-accent-top,body.light #services:nth-child(odd) .corner-accent-top,body.light #portfolio:nth-child(odd) .corner-accent-top,body.light #process:nth-child(odd) .corner-accent-top,body.light #team:nth-child(odd) .corner-accent-top,body.light #testimonials:nth-child(odd) .corner-accent-top,body.light #gallery:nth-child(odd) .corner-accent-top,body.light #contact:nth-child(odd) .corner-accent-top{background:linear-gradient(135deg,#fe9e1f26,#fdcd371a);border-color:#fe9e1f33}body.light #home:nth-child(odd) .corner-accent-bottom,body.light #services:nth-child(odd) .corner-accent-bottom,body.light #portfolio:nth-child(odd) .corner-accent-bottom,body.light #process:nth-child(odd) .corner-accent-bottom,body.light #team:nth-child(odd) .corner-accent-bottom,body.light #testimonials:nth-child(odd) .corner-accent-bottom,body.light #gallery:nth-child(odd) .corner-accent-bottom,body.light #contact:nth-child(odd) .corner-accent-bottom{background:linear-gradient(-45deg,#ff751f26,#fdcd371a);border-color:#ff751f33}body.light #home#home,body.light #services#home,body.light #portfolio#home,body.light #process#home,body.light #team#home,body.light #testimonials#home,body.light #gallery#home,body.light #contact#home{margin-top:0;border-radius:0 0 24px 24px}body.light #home#home:before,body.light #services#home:before,body.light #portfolio#home:before,body.light #process#home:before,body.light #team#home:before,body.light #testimonials#home:before,body.light #gallery#home:before,body.light #contact#home:before{height:6px;opacity:1;background:linear-gradient(90deg,var(--primary-salmon),var(--primary-yellow),var(--primary-orange),var(--primary-yellow),var(--primary-salmon));background-size:200% 100%;animation:shimmer 3s infinite linear}body.light #home#home .corner-accent-top,body.light #home#home .corner-accent-bottom,body.light #services#home .corner-accent-top,body.light #services#home .corner-accent-bottom,body.light #portfolio#home .corner-accent-top,body.light #portfolio#home .corner-accent-bottom,body.light #process#home .corner-accent-top,body.light #process#home .corner-accent-bottom,body.light #team#home .corner-accent-top,body.light #team#home .corner-accent-bottom,body.light #testimonials#home .corner-accent-top,body.light #testimonials#home .corner-accent-bottom,body.light #gallery#home .corner-accent-top,body.light #gallery#home .corner-accent-bottom,body.light #contact#home .corner-accent-top,body.light #contact#home .corner-accent-bottom{opacity:.7}body.light #home#services,body.light #services#services,body.light #portfolio#services,body.light #process#services,body.light #team#services,body.light #testimonials#services,body.light #gallery#services,body.light #contact#services{background:linear-gradient(145deg,var(--light-bg) 0%,rgba(255,226,163,.1) 50%,var(--light-bg) 100%)}body.light #home#portfolio,body.light #services#portfolio,body.light #portfolio#portfolio,body.light #process#portfolio,body.light #team#portfolio,body.light #testimonials#portfolio,body.light #gallery#portfolio,body.light #contact#portfolio{position:relative}body.light #home#portfolio:before,body.light #services#portfolio:before,body.light #portfolio#portfolio:before,body.light #process#portfolio:before,body.light #team#portfolio:before,body.light #testimonials#portfolio:before,body.light #gallery#portfolio:before,body.light #contact#portfolio:before{opacity:.9}body.light #home#portfolio .section-glow,body.light #services#portfolio .section-glow,body.light #portfolio#portfolio .section-glow,body.light #process#portfolio .section-glow,body.light #team#portfolio .section-glow,body.light #testimonials#portfolio .section-glow,body.light #gallery#portfolio .section-glow,body.light #contact#portfolio .section-glow{background:radial-gradient(circle at 30% 30%,rgba(253,205,55,.05) 0%,transparent 50%)}body.light #home#contact,body.light #services#contact,body.light #portfolio#contact,body.light #process#contact,body.light #team#contact,body.light #testimonials#contact,body.light #gallery#contact,body.light #contact#contact{background:linear-gradient(135deg,var(--light-bg) 0%,rgba(255,226,163,.15) 100%);box-shadow:0 10px 50px #ff751f1a,0 5px 20px #fe9e1f0f,inset 0 1px #ffffffe6,0 0 50px #fdcd3708}[dir=rtl] body.light #home,[dir=rtl] body.light #services,[dir=rtl] body.light #portfolio,[dir=rtl] body.light #process,[dir=rtl] body.light #team,[dir=rtl] body.light #testimonials,[dir=rtl] body.light #gallery,[dir=rtl] body.light #contact{text-align:right}[dir=rtl] body.light #home .corner-accent-top,[dir=rtl] body.light #services .corner-accent-top,[dir=rtl] body.light #portfolio .corner-accent-top,[dir=rtl] body.light #process .corner-accent-top,[dir=rtl] body.light #team .corner-accent-top,[dir=rtl] body.light #testimonials .corner-accent-top,[dir=rtl] body.light #gallery .corner-accent-top,[dir=rtl] body.light #contact .corner-accent-top{right:auto;left:20px;border-radius:12px 0 0;border-right:1px solid;border-left:none;background:linear-gradient(-135deg,#ff751f26,#fdcd371a)}[dir=rtl] body.light #home .corner-accent-top:after,[dir=rtl] body.light #services .corner-accent-top:after,[dir=rtl] body.light #portfolio .corner-accent-top:after,[dir=rtl] body.light #process .corner-accent-top:after,[dir=rtl] body.light #team .corner-accent-top:after,[dir=rtl] body.light #testimonials .corner-accent-top:after,[dir=rtl] body.light #gallery .corner-accent-top:after,[dir=rtl] body.light #contact .corner-accent-top:after{right:auto;left:2px}[dir=rtl] body.light #home .corner-accent-bottom,[dir=rtl] body.light #services .corner-accent-bottom,[dir=rtl] body.light #portfolio .corner-accent-bottom,[dir=rtl] body.light #process .corner-accent-bottom,[dir=rtl] body.light #team .corner-accent-bottom,[dir=rtl] body.light #testimonials .corner-accent-bottom,[dir=rtl] body.light #gallery .corner-accent-bottom,[dir=rtl] body.light #contact .corner-accent-bottom{left:auto;right:20px;border-radius:0 0 12px;border-left:1px solid;border-right:none;background:linear-gradient(45deg,#fe9e1f26,#fdcd371a)}[dir=rtl] body.light #home .corner-accent-bottom:after,[dir=rtl] body.light #services .corner-accent-bottom:after,[dir=rtl] body.light #portfolio .corner-accent-bottom:after,[dir=rtl] body.light #process .corner-accent-bottom:after,[dir=rtl] body.light #team .corner-accent-bottom:after,[dir=rtl] body.light #testimonials .corner-accent-bottom:after,[dir=rtl] body.light #gallery .corner-accent-bottom:after,[dir=rtl] body.light #contact .corner-accent-bottom:after{left:auto;right:2px}[dir=rtl] body.light #home:nth-child(odd) .corner-accent-top,[dir=rtl] body.light #services:nth-child(odd) .corner-accent-top,[dir=rtl] body.light #portfolio:nth-child(odd) .corner-accent-top,[dir=rtl] body.light #process:nth-child(odd) .corner-accent-top,[dir=rtl] body.light #team:nth-child(odd) .corner-accent-top,[dir=rtl] body.light #testimonials:nth-child(odd) .corner-accent-top,[dir=rtl] body.light #gallery:nth-child(odd) .corner-accent-top,[dir=rtl] body.light #contact:nth-child(odd) .corner-accent-top{background:linear-gradient(-135deg,#fe9e1f26,#fdcd371a)}[dir=rtl] body.light #home:nth-child(odd) .corner-accent-bottom,[dir=rtl] body.light #services:nth-child(odd) .corner-accent-bottom,[dir=rtl] body.light #portfolio:nth-child(odd) .corner-accent-bottom,[dir=rtl] body.light #process:nth-child(odd) .corner-accent-bottom,[dir=rtl] body.light #team:nth-child(odd) .corner-accent-bottom,[dir=rtl] body.light #testimonials:nth-child(odd) .corner-accent-bottom,[dir=rtl] body.light #gallery:nth-child(odd) .corner-accent-bottom,[dir=rtl] body.light #contact:nth-child(odd) .corner-accent-bottom{background:linear-gradient(45deg,#ff751f26,#fdcd371a)}@media(max-width:768px){body.light #home,body.light #services,body.light #portfolio,body.light #process,body.light #team,body.light #testimonials,body.light #gallery,body.light #contact{margin:2rem 0;padding:2rem 1.25rem;border-radius:16px}body.light #home .corner-accent-top,body.light #home .corner-accent-bottom,body.light #services .corner-accent-top,body.light #services .corner-accent-bottom,body.light #portfolio .corner-accent-top,body.light #portfolio .corner-accent-bottom,body.light #process .corner-accent-top,body.light #process .corner-accent-bottom,body.light #team .corner-accent-top,body.light #team .corner-accent-bottom,body.light #testimonials .corner-accent-top,body.light #testimonials .corner-accent-bottom,body.light #gallery .corner-accent-top,body.light #gallery .corner-accent-bottom,body.light #contact .corner-accent-top,body.light #contact .corner-accent-bottom{width:40px;height:40px;inset:15px}[dir=rtl] body.light #home .corner-accent-top,[dir=rtl] body.light #services .corner-accent-top,[dir=rtl] body.light #portfolio .corner-accent-top,[dir=rtl] body.light #process .corner-accent-top,[dir=rtl] body.light #team .corner-accent-top,[dir=rtl] body.light #testimonials .corner-accent-top,[dir=rtl] body.light #gallery .corner-accent-top,[dir=rtl] body.light #contact .corner-accent-top{left:15px;right:auto}[dir=rtl] body.light #home .corner-accent-bottom,[dir=rtl] body.light #services .corner-accent-bottom,[dir=rtl] body.light #portfolio .corner-accent-bottom,[dir=rtl] body.light #process .corner-accent-bottom,[dir=rtl] body.light #team .corner-accent-bottom,[dir=rtl] body.light #testimonials .corner-accent-bottom,[dir=rtl] body.light #gallery .corner-accent-bottom,[dir=rtl] body.light #contact .corner-accent-bottom{right:15px;left:auto}}@media(max-width:480px){body.light #home,body.light #services,body.light #portfolio,body.light #process,body.light #team,body.light #testimonials,body.light #gallery,body.light #contact{margin:1.5rem 0;padding:1.5rem 1rem;border-radius:12px}body.light #home:before,body.light #services:before,body.light #portfolio:before,body.light #process:before,body.light #team:before,body.light #testimonials:before,body.light #gallery:before,body.light #contact:before{height:3px}body.light #home .corner-accent-top,body.light #home .corner-accent-bottom,body.light #services .corner-accent-top,body.light #services .corner-accent-bottom,body.light #portfolio .corner-accent-top,body.light #portfolio .corner-accent-bottom,body.light #process .corner-accent-top,body.light #process .corner-accent-bottom,body.light #team .corner-accent-top,body.light #team .corner-accent-bottom,body.light #testimonials .corner-accent-top,body.light #testimonials .corner-accent-bottom,body.light #gallery .corner-accent-top,body.light #gallery .corner-accent-bottom,body.light #contact .corner-accent-top,body.light #contact .corner-accent-bottom{width:30px;height:30px;display:none}}body.light .section-connector{position:relative;height:2px;background:linear-gradient(90deg,transparent,rgba(255,117,31,.1),rgba(254,158,31,.1),rgba(255,117,31,.1),transparent);margin:0 auto;width:80%;max-width:600px}body.light .section-connector:before,body.light .section-connector:after{content:"";position:absolute;top:-2px;width:8px;height:8px;background:var(--primary-salmon);border-radius:50%;animation:connectorPulse 2s infinite}body.light .section-connector:before{left:0}body.light .section-connector:after{right:0}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulseGlow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.02)}}@keyframes connectorPulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.2);opacity:1}}
