@import"https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700&family=Tajawal:wght@300;400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap";.navbar{position:fixed;top:0;left:0;width:100%;padding:20px 0;z-index:100;transition:all .4s cubic-bezier(.175,.885,.32,1.275);background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(51,51,51,.1)}.navbar.scrolled{background-color:#fffffffa;padding:15px 0;box-shadow:0 8px 32px #00000014;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(51,51,51,.15)}.navbar.rtl{direction:rtl;text-align:right}.navbar.rtl .navbar-content{direction:rtl}.navbar.rtl .nav-item{margin-left:0;margin-right:30px}@media (max-width: 1200px){.navbar.rtl .nav-item{margin-right:25px}}@media (max-width: 992px){.navbar.rtl .nav-item{margin-right:0}}.navbar.rtl .mobile-menu-toggle i{transform:scaleX(-1)}@media (max-width: 992px){.navbar.rtl .nav{right:auto;left:-100%}.navbar.rtl .nav.open{right:auto;left:0}}.navbar.rtl .mobile-menu-close{right:auto;left:20px}.navbar.rtl .language-button i{margin-right:0;margin-left:8px}.navbar.rtl .desktop-language-toggle{margin-left:0;margin-right:30px}@media (max-width: 1200px){.navbar.rtl .desktop-language-toggle{margin-right:25px}}@media (max-width: 768px){.navbar.rtl .desktop-language-toggle{margin-right:20px}}.navbar .container{width:92%;max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 992px){.navbar .container{width:94%;padding:0 18px}}@media (max-width: 768px){.navbar .container{width:95%;padding:0 15px}}@media (max-width: 576px){.navbar .container{width:96%;padding:0 12px}}@media (max-width: 350px){.navbar .container{width:98%;padding:0 10px}}.navbar .navbar-content{display:flex;justify-content:space-between;align-items:center}.navbar .logo{display:flex;align-items:center;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;direction:ltr;transition:all .3s ease;position:relative}.navbar .logo:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,#00c853,#0d47a1);transition:width .4s cubic-bezier(.175,.885,.32,1.275)}.navbar .logo:hover:after{width:100%}.navbar .logo img{object-fit:contain;height:60px;transition:all .3s ease}@media (max-width: 768px){.navbar .logo img{height:55px}}@media (max-width: 576px){.navbar .logo img{height:50px}}.navbar .logo:hover img{transform:translateY(-1px)}.navbar .mobile-menu-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;cursor:pointer;z-index:101;border-radius:12px;background-color:#0d47a10d;border:2px solid rgba(13,71,161,.1);transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}@media (min-width: 992px){.navbar .mobile-menu-toggle{display:none}}@media (max-width: 576px){.navbar .mobile-menu-toggle{width:40px;height:40px}}.navbar .mobile-menu-toggle:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(13,71,161,.2),transparent 70%);border-radius:50%;transform:translate(-50%,-50%);transition:all .3s ease}.navbar .mobile-menu-toggle i{font-size:1.4rem;color:#0d47a1;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;z-index:1}@media (max-width: 576px){.navbar .mobile-menu-toggle i{font-size:1.3rem}}.navbar .mobile-menu-toggle.active{background-color:#0d47a11a;border-color:#0d47a133;transform:scale(1.05)}.navbar .mobile-menu-toggle.active:before{width:100%;height:100%}.navbar .mobile-menu-toggle.active i{color:#0d47a1;transform:rotate(90deg)}.navbar .mobile-menu-toggle:hover{background-color:#0d47a114;border-color:#0d47a126;transform:translateY(-2px);box-shadow:0 4px 12px #0d47a126}.navbar .mobile-menu-toggle:hover:before{width:80%;height:80%}@media (max-width: 576px){.navbar .mobile-menu-toggle:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0d47a11f}}.navbar .mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0006,#3339);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:99;opacity:0;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.navbar .mobile-menu-overlay.active{display:block;opacity:1}@media (min-width: 992px){.navbar .nav{display:block}}@media (max-width: 992px){.navbar .nav{position:fixed;top:0;right:-100%;width:85%;max-width:420px;height:100dvh;background:linear-gradient(135deg,#fff,#fffffffa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .4s cubic-bezier(.175,.885,.32,1.275);z-index:100;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto;border-left:1px solid rgba(51,51,51,.1)}.navbar .nav.open{right:0;box-shadow:-8px 0 32px #00000026}}@media (max-width: 992px) and (max-width: 768px){.navbar .nav{width:90%;max-width:380px}}@media (max-width: 992px) and (max-width: 576px){.navbar .nav{width:100%;max-width:none;border-left:none}}.navbar .nav .mobile-menu-header{display:none}@media (max-width: 992px){.navbar .nav .mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:25px 20px;background:linear-gradient(135deg,#0d47a105,#00c85305);border-bottom:1px solid rgba(51,51,51,.08);position:relative}.navbar .nav .mobile-menu-header:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:2px;background:linear-gradient(90deg,#00c853,#0d47a1)}}@media (max-width: 768px){.navbar .nav .mobile-menu-header{padding:22px 18px}}@media (max-width: 576px){.navbar .nav .mobile-menu-header{padding:20px 15px}}.navbar .nav .mobile-menu-header .mobile-logo{display:flex;align-items:center;font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:700;color:#333;transition:all .3s ease}.navbar .nav .mobile-menu-header .mobile-logo img{height:65px}@media (max-width: 576px){.navbar .nav .mobile-menu-header .mobile-logo img{height:55px}}.navbar .nav .mobile-menu-header .mobile-logo:hover{color:#0d47a1}.navbar .nav .mobile-menu-header .mobile-menu-close{display:none}.navbar .nav .nav-list{display:flex;list-style:none;margin:0;padding:0;align-items:center}@media (max-width: 992px){.navbar .nav .nav-list{flex-direction:column;padding:30px 20px;align-items:stretch}}@media (max-width: 768px){.navbar .nav .nav-list{padding:25px 18px}}@media (max-width: 576px){.navbar .nav .nav-list{padding:20px 15px}}.navbar .nav .nav-item{display:flex;margin-left:30px;position:relative}@media (max-width: 1200px){.navbar .nav .nav-item{margin-left:25px}}@media (max-width: 992px){.navbar .nav .nav-item{display:block;margin:0 0 15px}.navbar .nav .nav-item:last-of-type{margin-bottom:0}}.navbar .nav .nav-item a{color:#333;font-family:Poppins,sans-serif;font-weight:500;font-size:1rem;padding:8px 12px;border-bottom:2px solid transparent;border-radius:4px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-block;position:relative;overflow:hidden}@media (max-width: 1200px){.navbar .nav .nav-item a{font-size:.95rem;padding:7px 10px}}@media (max-width: 992px){.navbar .nav .nav-item a{font-size:1.1rem;display:block;padding:15px 20px;border-radius:8px;border-bottom:none;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(51,51,51,.08);margin-bottom:8px;position:relative}.navbar .nav .nav-item a:before{content:"";position:absolute;top:50%;left:0;width:0;height:60%;background:linear-gradient(90deg,#00C853,transparent);transform:translateY(-50%);transition:width .3s ease;border-radius:0 4px 4px 0}}@media (max-width: 768px){.navbar .nav .nav-item a{font-size:1.05rem;padding:14px 18px}}@media (max-width: 576px){.navbar .nav .nav-item a{font-size:1rem;padding:12px 16px}}.navbar .nav .nav-item a:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2px;background:linear-gradient(90deg,#00c853,#0d47a1);transform:translate(-50%);transition:width .3s cubic-bezier(.175,.885,.32,1.275)}@media (max-width: 992px){.navbar .nav .nav-item a:after{display:none}}.navbar .nav .nav-item a:hover,.navbar .nav .nav-item a.active{color:#0d47a1;background:#0d47a10d}@media (min-width: 992px){.navbar .nav .nav-item a:hover,.navbar .nav .nav-item a.active{transform:translateY(-2px)}.navbar .nav .nav-item a:hover:after,.navbar .nav .nav-item a.active:after{width:100%}}@media (max-width: 992px){.navbar .nav .nav-item a:hover,.navbar .nav .nav-item a.active{background:linear-gradient(135deg,#0d47a114,#00c85308);border-color:#0d47a126;transform:translate(5px);box-shadow:0 4px 12px #0d47a11a}.navbar .nav .nav-item a:hover:before,.navbar .nav .nav-item a.active:before{width:4px}}.navbar .nav .mobile-menu-footer{display:none}@media (max-width: 992px){.navbar .nav .mobile-menu-footer{display:flex;flex-direction:column;padding:25px 20px;background:linear-gradient(135deg,#0d47a105,#00c85305);border-top:1px solid rgba(51,51,51,.08);position:relative}.navbar .nav .mobile-menu-footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60px;height:2px;background:linear-gradient(90deg,#00c853,#0d47a1)}}@media (max-width: 768px){.navbar .nav .mobile-menu-footer{padding:22px 18px}}@media (max-width: 576px){.navbar .nav .mobile-menu-footer{padding:20px 15px}}.navbar .nav .mobile-menu-footer .language-button{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0d47a1,#093272);color:#fff;border:none;border-radius:50px;padding:14px 24px;font-size:1rem;font-weight:600;font-family:Poppins,sans-serif;width:100%;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 6px 20px #0d47a140;position:relative;overflow:hidden;margin-bottom:25px}@media (max-width: 768px){.navbar .nav .mobile-menu-footer .language-button{padding:13px 22px;font-size:.95rem;margin-bottom:22px}}@media (max-width: 576px){.navbar .nav .mobile-menu-footer .language-button{padding:12px 20px;font-size:.9rem;margin-bottom:20px}}.navbar .nav .mobile-menu-footer .language-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.navbar .nav .mobile-menu-footer .language-button:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(255,255,255,.3),transparent 70%);border-radius:50%;transform:translate(-50%,-50%);transition:all .3s ease}.navbar .nav .mobile-menu-footer .language-button:hover{box-shadow:0 8px 30px #0d47a159;transform:translateY(-3px);background:linear-gradient(135deg,#0b3d89,#07285a)}.navbar .nav .mobile-menu-footer .language-button:hover:before{left:100%}.navbar .nav .mobile-menu-footer .language-button:hover:after{width:120px;height:120px}.navbar .nav .mobile-menu-footer .language-button:active{transform:translateY(-1px);box-shadow:0 4px 15px #0d47a14d}.navbar .nav .mobile-menu-footer .language-button i{margin-right:10px;font-size:1.1rem;position:relative;z-index:1}@media (max-width: 576px){.navbar .nav .mobile-menu-footer .language-button i{margin-right:8px;font-size:1rem}}.navbar .nav .mobile-menu-footer .mobile-social{display:flex;justify-content:center;gap:15px}.navbar .nav .mobile-menu-footer .mobile-social a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#0d47a11a,#00c8530d);color:#0d47a1;border:1px solid rgba(13,71,161,.15);transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}@media (max-width: 576px){.navbar .nav .mobile-menu-footer .mobile-social a{width:40px;height:40px}}.navbar .nav .mobile-menu-footer .mobile-social a:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:linear-gradient(135deg,#0d47a1,#00c853);border-radius:50%;transform:translate(-50%,-50%);transition:all .4s ease;z-index:0}.navbar .nav .mobile-menu-footer .mobile-social a i{position:relative;z-index:1;transition:all .3s ease}.navbar .nav .mobile-menu-footer .mobile-social a:hover{color:#fff;transform:translateY(-4px) scale(1.1);box-shadow:0 8px 20px #0d47a14d;border-color:transparent}.navbar .nav .mobile-menu-footer .mobile-social a:hover:before{width:100%;height:100%}.navbar .nav .mobile-menu-footer .mobile-social a:active{transform:translateY(-2px) scale(1.05)}.navbar .desktop-language-toggle{display:flex;align-items:center;margin-left:30px}@media (max-width: 1200px){.navbar .desktop-language-toggle{margin-left:25px}}@media (max-width: 992px){.navbar .desktop-language-toggle{margin-left:20px}}@media (max-width: 576px){.navbar .desktop-language-toggle{display:none}}.navbar .desktop-language-toggle .language-button{display:flex;align-items:center;background:linear-gradient(135deg,#0d47a1,#093272);color:#fff;border:none;border-radius:50px;padding:10px 18px;font-size:.9rem;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 12px #0d47a140;position:relative;overflow:hidden}@media (max-width: 1200px){.navbar .desktop-language-toggle .language-button{padding:9px 16px;font-size:.85rem}}@media (max-width: 992px){.navbar .desktop-language-toggle .language-button{padding:8px 14px;font-size:.8rem}}.navbar .desktop-language-toggle .language-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.navbar .desktop-language-toggle .language-button:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(255,255,255,.3),transparent 70%);border-radius:50%;transform:translate(-50%,-50%);transition:all .3s ease}.navbar .desktop-language-toggle .language-button:hover{box-shadow:0 6px 20px #0d47a159;transform:translateY(-3px);background:linear-gradient(135deg,#0b3d89,#07285a)}.navbar .desktop-language-toggle .language-button:hover:before{left:100%}.navbar .desktop-language-toggle .language-button:hover:after{width:80px;height:80px}.navbar .desktop-language-toggle .language-button:active{transform:translateY(-1px);box-shadow:0 4px 15px #0d47a14d}.navbar .desktop-language-toggle .language-button i{margin-right:8px;font-size:1rem;position:relative;z-index:1}@media (max-width: 992px){.navbar .desktop-language-toggle .language-button i{margin-right:6px;font-size:.9rem}}html[dir=rtl] .navbar .logo,html[dir=rtl] .navbar .mobile-logo,html[dir=rtl] .navbar .nav-item a,html[dir=rtl] .navbar .language-button{font-family:Cairo,Tajawal,IBM Plex Sans Arabic,sans-serif}html[dir=rtl] .navbar .language-button{font-weight:600}.footer{background-color:#093272;color:#fff;padding:80px 0 0}@media (max-width: 992px){.footer{padding:70px 0 0}}@media (max-width: 768px){.footer{padding:60px 0 0}}@media (max-width: 576px){.footer{padding:50px 0 0}}@media (max-width: 480px){.footer{padding:40px 0 0}}@media (max-width: 350px){.footer{padding:35px 0 0}}.footer.rtl{direction:rtl;text-align:right}.footer.rtl .footer-logo .logo .logo-accent{margin-left:0;margin-right:5px}.footer.rtl .footer-col ul li a:hover{transform:translate(-5px)}.footer.rtl .footer-newsletter .newsletter-form .form-group input{padding-right:15px;padding-left:55px}@media (max-width: 576px){.footer.rtl .footer-newsletter .newsletter-form .form-group input{padding-left:50px}}@media (max-width: 480px){.footer.rtl .footer-newsletter .newsletter-form .form-group input{padding-left:45px}}.footer.rtl .footer-newsletter .newsletter-form .form-group button{right:auto;left:5px}@media (max-width: 480px){.footer.rtl .footer-newsletter .newsletter-form .form-group button{left:3px}}.footer .container{width:92%;max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 992px){.footer .container{width:94%;padding:0 18px}}@media (max-width: 768px){.footer .container{width:95%;padding:0 15px}}@media (max-width: 576px){.footer .container{width:96%;padding:0 12px}}@media (max-width: 350px){.footer .container{width:98%;padding:0 10px}}.footer .footer-content{display:grid;grid-template-columns:1fr;gap:50px;padding-bottom:60px;border-bottom:1px solid rgba(255,255,255,.1)}@media (max-width: 992px){.footer .footer-content{gap:45px;padding-bottom:55px}}@media (max-width: 768px){.footer .footer-content{grid-template-columns:repeat(2,1fr);gap:40px;padding-bottom:50px}}@media (max-width: 576px){.footer .footer-content{grid-template-columns:1fr;gap:35px;padding-bottom:40px}}@media (max-width: 480px){.footer .footer-content{gap:30px;padding-bottom:35px}}@media (max-width: 350px){.footer .footer-content{gap:25px;padding-bottom:30px}}@media (min-width: 993px){.footer .footer-content{grid-template-columns:2fr 3fr 2fr}}.footer .footer-logo{text-align:center}@media (min-width: 993px){.footer .footer-logo{text-align:left}}.footer .footer-logo .logo{display:inline-block;margin-bottom:25px;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700}@media (max-width: 768px){.footer .footer-logo .logo{margin-bottom:20px}}@media (max-width: 576px){.footer .footer-logo .logo{margin-bottom:18px}}@media (max-width: 480px){.footer .footer-logo .logo{margin-bottom:15px}}.footer .footer-logo .logo img{height:100px}@media (max-width: 992px){.footer .footer-logo .logo img{height:90px}}@media (max-width: 768px){.footer .footer-logo .logo img{height:80px}}@media (max-width: 576px){.footer .footer-logo .logo img{height:70px}}@media (max-width: 480px){.footer .footer-logo .logo img{height:60px}}@media (max-width: 350px){.footer .footer-logo .logo img{height:55px}}.footer .footer-logo p{margin-bottom:30px;line-height:1.7;color:#fffc;font-size:1rem;font-family:Montserrat,sans-serif}@media (max-width: 992px){.footer .footer-logo p{font-size:.95rem;margin-bottom:28px}}@media (max-width: 768px){.footer .footer-logo p{font-size:.9rem;margin-bottom:25px;line-height:1.6}}@media (max-width: 576px){.footer .footer-logo p{font-size:.88rem;margin-bottom:22px;line-height:1.5}}@media (max-width: 480px){.footer .footer-logo p{font-size:.85rem;margin-bottom:20px;line-height:1.4}}@media (max-width: 350px){.footer .footer-logo p{font-size:.8rem;margin-bottom:18px}}.footer .footer-logo .footer-social{display:flex;gap:15px;justify-content:center}@media (min-width: 993px){.footer .footer-logo .footer-social{justify-content:flex-start}}@media (max-width: 576px){.footer .footer-logo .footer-social{gap:12px}}@media (max-width: 480px){.footer .footer-logo .footer-social{gap:10px}}.footer .footer-logo .footer-social a{width:40px;height:40px;background-color:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;font-size:1rem}@media (max-width: 576px){.footer .footer-logo .footer-social a{width:36px;height:36px;font-size:.9rem}}@media (max-width: 480px){.footer .footer-logo .footer-social a{width:32px;height:32px;font-size:.85rem}}@media (max-width: 350px){.footer .footer-logo .footer-social a{width:30px;height:30px;font-size:.8rem}}.footer .footer-logo .footer-social a:hover{background-color:#00c853;transform:translateY(-2px);box-shadow:0 4px 15px #00c8534d}@media (max-width: 576px){.footer .footer-logo .footer-social a:hover{transform:translateY(-1px);box-shadow:0 3px 10px #00c8534d}}.footer .footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:40px}@media (max-width: 992px){.footer .footer-links{gap:35px}}@media (max-width: 768px){.footer .footer-links{grid-template-columns:repeat(3,1fr);gap:30px}}@media (max-width: 576px){.footer .footer-links{grid-template-columns:1fr;gap:25px;text-align:center}}@media (max-width: 480px){.footer .footer-links{gap:20px}}.footer .footer-links .footer-col h3{color:#fff;font-size:1.2rem;margin-bottom:25px;position:relative;padding-bottom:12px;font-family:Poppins,sans-serif;font-weight:700}@media (max-width: 992px){.footer .footer-links .footer-col h3{font-size:1.15rem;margin-bottom:22px}}@media (max-width: 768px){.footer .footer-links .footer-col h3{font-size:1.1rem;margin-bottom:20px;padding-bottom:10px}}@media (max-width: 576px){.footer .footer-links .footer-col h3{font-size:1.05rem;margin-bottom:18px;padding-bottom:8px}}@media (max-width: 480px){.footer .footer-links .footer-col h3{font-size:1rem;margin-bottom:15px}}@media (max-width: 350px){.footer .footer-links .footer-col h3{font-size:.95rem;margin-bottom:12px}}.footer .footer-links .footer-col h3:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background-color:#00c853;border-radius:1px}@media (max-width: 576px){.footer .footer-links .footer-col h3:after{left:50%;transform:translate(-50%);width:25px}}@media (max-width: 480px){.footer .footer-links .footer-col h3:after{width:20px}}.footer .footer-links .footer-col ul{list-style:none;padding:0;margin:0}.footer .footer-links .footer-col ul li{margin-bottom:15px}@media (max-width: 768px){.footer .footer-links .footer-col ul li{margin-bottom:12px}}@media (max-width: 576px){.footer .footer-links .footer-col ul li{margin-bottom:10px}}@media (max-width: 480px){.footer .footer-links .footer-col ul li{margin-bottom:8px}}.footer .footer-links .footer-col ul li:last-child{margin-bottom:0}.footer .footer-links .footer-col ul li a{color:#ffffffb3;transition:all .3s ease;display:block;font-size:.95rem;font-family:Montserrat,sans-serif}@media (max-width: 992px){.footer .footer-links .footer-col ul li a{font-size:.9rem}}@media (max-width: 768px){.footer .footer-links .footer-col ul li a{font-size:.88rem}}@media (max-width: 576px){.footer .footer-links .footer-col ul li a{font-size:.85rem}}@media (max-width: 480px){.footer .footer-links .footer-col ul li a{font-size:.8rem}}@media (max-width: 350px){.footer .footer-links .footer-col ul li a{font-size:.75rem}}.footer .footer-links .footer-col ul li a:hover{color:#00c853;transform:translate(5px)}@media (max-width: 576px){.footer .footer-links .footer-col ul li a:hover{transform:translateY(-2px)}}.footer .footer-newsletter{text-align:center}@media (min-width: 993px){.footer .footer-newsletter{text-align:left}}.footer .footer-newsletter h3{color:#fff;font-size:1.2rem;margin-bottom:25px;position:relative;padding-bottom:12px;font-family:Poppins,sans-serif;font-weight:700}@media (max-width: 992px){.footer .footer-newsletter h3{font-size:1.15rem;margin-bottom:22px}}@media (max-width: 768px){.footer .footer-newsletter h3{font-size:1.1rem;margin-bottom:20px;padding-bottom:10px}}@media (max-width: 576px){.footer .footer-newsletter h3{font-size:1.05rem;margin-bottom:18px;padding-bottom:8px}}@media (max-width: 480px){.footer .footer-newsletter h3{font-size:1rem;margin-bottom:15px}}@media (max-width: 350px){.footer .footer-newsletter h3{font-size:.95rem;margin-bottom:12px}}.footer .footer-newsletter h3:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background-color:#00c853;border-radius:1px}@media (max-width: 576px){.footer .footer-newsletter h3:after{left:50%;transform:translate(-50%);width:25px}}@media (max-width: 480px){.footer .footer-newsletter h3:after{width:20px}}.footer .footer-newsletter p{margin-bottom:25px;color:#fffc;font-size:.95rem;line-height:1.6;font-family:Montserrat,sans-serif}@media (max-width: 992px){.footer .footer-newsletter p{font-size:.9rem;margin-bottom:22px}}@media (max-width: 768px){.footer .footer-newsletter p{font-size:.88rem;margin-bottom:20px;line-height:1.5}}@media (max-width: 576px){.footer .footer-newsletter p{font-size:.85rem;margin-bottom:18px;line-height:1.4}}@media (max-width: 480px){.footer .footer-newsletter p{font-size:.8rem;margin-bottom:15px}}@media (max-width: 350px){.footer .footer-newsletter p{font-size:.75rem;margin-bottom:12px}}.footer .footer-newsletter .newsletter-form .form-group{position:relative;display:flex;align-items:center;max-width:350px;margin:0 auto}@media (min-width: 993px){.footer .footer-newsletter .newsletter-form .form-group{margin:0}}@media (max-width: 576px){.footer .footer-newsletter .newsletter-form .form-group{max-width:100%}}.footer .footer-newsletter .newsletter-form .form-group input{width:100%;padding:18px 55px 18px 20px;border-radius:50px;border:none;background-color:#ffffff1a;color:#fff;font-size:.9rem;font-family:Montserrat,sans-serif;transition:all .3s ease}@media (max-width: 992px){.footer .footer-newsletter .newsletter-form .form-group input{padding:16px 50px 16px 18px;font-size:.88rem}}@media (max-width: 768px){.footer .footer-newsletter .newsletter-form .form-group input{padding:15px 48px 15px 16px;font-size:.85rem}}@media (max-width: 576px){.footer .footer-newsletter .newsletter-form .form-group input{padding:14px 45px 14px 15px;font-size:.82rem}}@media (max-width: 480px){.footer .footer-newsletter .newsletter-form .form-group input{padding:12px 42px 12px 14px;font-size:.8rem}}@media (max-width: 350px){.footer .footer-newsletter .newsletter-form .form-group input{padding:10px 38px 10px 12px;font-size:.75rem}}.footer .footer-newsletter .newsletter-form .form-group input::placeholder{color:#ffffff80;font-family:Montserrat,sans-serif}.footer .footer-newsletter .newsletter-form .form-group input:focus{outline:none;background-color:#fff3;box-shadow:0 0 0 2px #00c8534d}.footer .footer-newsletter .newsletter-form .form-group button{position:absolute;right:5px;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background-color:#00c853;border:none;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:.9rem}@media (max-width: 992px){.footer .footer-newsletter .newsletter-form .form-group button{width:36px;height:36px;font-size:.85rem;right:4px}}@media (max-width: 768px){.footer .footer-newsletter .newsletter-form .form-group button{width:34px;height:34px;font-size:.8rem}}@media (max-width: 576px){.footer .footer-newsletter .newsletter-form .form-group button{width:32px;height:32px;font-size:.75rem;right:3px}}@media (max-width: 480px){.footer .footer-newsletter .newsletter-form .form-group button{width:30px;height:30px;font-size:.7rem}}@media (max-width: 350px){.footer .footer-newsletter .newsletter-form .form-group button{width:28px;height:28px;font-size:.65rem;right:2px}}.footer .footer-newsletter .newsletter-form .form-group button:hover{background-color:#00953e;transform:translateY(-50%) scale(1.05);box-shadow:0 4px 15px #00c85366}@media (max-width: 576px){.footer .footer-newsletter .newsletter-form .form-group button:hover{transform:translateY(-50%) scale(1.02);box-shadow:0 3px 10px #00c85366}}.footer .footer-newsletter .newsletter-form .form-group button:active{transform:translateY(-50%) scale(.95)}.footer .footer-bottom{padding:30px 0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}@media (max-width: 992px){.footer .footer-bottom{padding:25px 0}}@media (max-width: 768px){.footer .footer-bottom{padding:22px 0;flex-direction:row;justify-content:space-between;gap:0}}@media (max-width: 576px){.footer .footer-bottom{padding:20px 0;flex-direction:column;gap:8px}}@media (max-width: 480px){.footer .footer-bottom{padding:18px 0;gap:6px}}@media (max-width: 350px){.footer .footer-bottom{padding:15px 0;gap:4px}}.footer .footer-bottom p{color:#ffffffb3;font-size:.9rem;margin:0;font-family:Montserrat,sans-serif}@media (max-width: 992px){.footer .footer-bottom p{font-size:.88rem}}@media (max-width: 768px){.footer .footer-bottom p{font-size:.85rem}}@media (max-width: 576px){.footer .footer-bottom p{font-size:.82rem}}@media (max-width: 480px){.footer .footer-bottom p{font-size:.8rem}}@media (max-width: 350px){.footer .footer-bottom p{font-size:.75rem}}.footer .footer-bottom p i{color:#ff6b6b;margin:0 2px}html[dir=rtl] .footer .footer-logo p,html[dir=rtl] .footer .footer-col h3,html[dir=rtl] .footer .footer-col ul li a,html[dir=rtl] .footer .footer-newsletter h3,html[dir=rtl] .footer .footer-newsletter p,html[dir=rtl] .footer .footer-newsletter input,html[dir=rtl] .footer .footer-bottom p{font-family:Cairo,Tajawal,IBM Plex Sans Arabic,sans-serif}html[dir=rtl]{text-align:right}html[dir=rtl] .ml-auto{margin-left:0!important;margin-right:auto!important}html[dir=rtl] .mr-auto{margin-right:0!important;margin-left:auto!important}html[dir=rtl] .flex-row{flex-direction:row-reverse}html[dir=rtl] .arrow-right:before{transform:rotate(180deg)}html[dir=rtl] .arrow-left:before{transform:rotate(180deg)}html[dir=rtl] input,html[dir=rtl] textarea{text-align:right}html[dir=rtl] .offset-right{margin-right:0!important;margin-left:auto!important}html[dir=rtl] .float-left{float:right!important}html[dir=rtl] .float-right{float:left!important}html[dir=rtl] body{font-family:Cairo,Tajawal,sans-serif}.app{min-height:100vh;display:flex;flex-direction:column;position:relative;background-color:#f8f9fc}.app .app-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.app .app-background .grid-pattern{width:100%;height:100%;background-image:linear-gradient(rgba(51,51,51,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(51,51,51,.06) 1px,transparent 1px);background-size:50px 50px;animation:gridFloat 20s ease-in-out infinite}@media (max-width: 576px){.app .app-background .grid-pattern{background-size:30px 30px}}.app nav{position:relative;z-index:10;background:transparent}.app footer{position:relative;z-index:10}.app main{flex:1;position:relative;z-index:1;background:transparent}.app main section{background:transparent!important}.app main .hero,.app main .services,.app main .about,.app main .portfolio,.app main .contact,.app main .testimonials{background:transparent!important}@keyframes gridFloat{0%,to{transform:translate(0)}25%{transform:translate(-2px,-2px)}50%{transform:translate(2px,-2px)}75%{transform:translate(-2px,2px)}}.project-detail{margin-top:80px;overflow-x:hidden}@media (max-width: 576px){.project-detail{margin-top:70px}}.project-detail.rtl{direction:rtl;text-align:right;font-family:Cairo,Tajawal,sans-serif}.project-detail.rtl .project-info .info-item p a{display:flex}.project-detail.rtl .project-info .info-item p a i{margin-left:0;margin-right:8px;transition:transform .3s ease}.project-detail.rtl .project-info .info-item p a:hover i{transform:translate(-3px)}.project-detail.rtl .project-details .details-section h2:after{left:auto;right:0}.project-detail.rtl .project-details .features-list li i{margin-right:0;margin-left:15px}@media (max-width: 768px){.project-detail.rtl .project-details .features-list li i{margin-left:12px}}@media (max-width: 576px){.project-detail.rtl .project-details .features-list li i{margin-left:10px}}.project-detail.rtl .project-details .tech-tags .tech-tag{border-left:none;border-right:3px solid #0D47A1}.project-detail.rtl .project-details .tech-tags .tech-tag:hover{border-right-color:#00c853}@media (max-width: 576px){.project-detail.rtl .project-details .tech-tags .tech-tag{border-right-width:2px}}.project-detail.rtl .project-navigation a i.fa-arrow-right{margin-left:10px;margin-right:0}.project-detail.rtl .project-navigation a i.fa-external-link-alt{margin-left:0;margin-right:10px}.project-detail .container{width:92%;max-width:1200px;margin:0 auto;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (max-width: 576px){.project-detail .container{width:95%}}.project-detail.loading{height:70vh;width:100vw;display:flex;align-items:center;justify-content:center}.project-detail.loading .loader{width:60px;height:60px;border:5px solid rgba(13,71,161,.1);border-top-color:#00c853;border-radius:50%;animation:spin 1.2s infinite cubic-bezier(.45,.05,.55,.95)}@media (max-width: 576px){.project-detail.loading .loader{width:50px;height:50px;border-width:4px}}@keyframes spin{to{transform:rotate(360deg)}}.project-detail.not-found{height:70vh;display:flex;align-items:center;justify-content:center;text-align:center}.project-detail.not-found h2{font-size:2.5rem;background:linear-gradient(90deg,#0d47a1,#00c853);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1.5rem}@media (max-width: 768px){.project-detail.not-found h2{font-size:2rem}}@media (max-width: 576px){.project-detail.not-found h2{font-size:1.8rem}}.project-detail.not-found p{font-size:1.1rem;color:#333c;margin-bottom:2rem;max-width:600px}@media (max-width: 576px){.project-detail.not-found p{font-size:1rem}}.project-detail.not-found .btn-primary{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(90deg,#0d47a1,#00c853);color:#fff;padding:14px 30px;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 8px 20px #0d47a133}.project-detail.not-found .btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 25px #0d47a14d}@media (max-width: 768px){.project-detail.not-found .btn-primary{padding:12px 25px}}@media (max-width: 576px){.project-detail.not-found .btn-primary{padding:10px 20px;font-size:.95rem}}.project-detail .project-hero{position:relative;height:60vh;min-height:450px;background-size:cover;background-position:center;display:flex;align-items:center;color:#fff}@media (max-width: 768px){.project-detail .project-hero{height:50vh;min-height:350px}}@media (max-width: 576px){.project-detail .project-hero{height:40vh;min-height:300px}}.project-detail .project-hero .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0d47a1e6,#0d47a1b3,#0d47a199)}.project-detail .project-hero .container{position:relative;z-index:1;text-align:center;padding:0 20px}.project-detail .project-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.2);animation:fadeInDown 1s ease-out}@media (max-width: 768px){.project-detail .project-hero h1{font-size:2.8rem}}@media (max-width: 576px){.project-detail .project-hero h1{font-size:2.2rem;margin-bottom:1rem}}.project-detail .project-hero p{font-size:1.3rem;opacity:.95;max-width:800px;margin:0 auto;line-height:1.6;animation:fadeInUp 1s ease-out}@media (max-width: 768px){.project-detail .project-hero p{font-size:1.2rem}}@media (max-width: 576px){.project-detail .project-hero p{font-size:1rem;line-height:1.5}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.project-detail .project-content{display:grid;grid-template-columns:1fr;gap:40px;margin:80px 0}@media (min-width: 992px){.project-detail .project-content{grid-template-columns:1fr 3fr;gap:50px}}@media (max-width: 768px){.project-detail .project-content{margin:60px 0;gap:30px}}@media (max-width: 576px){.project-detail .project-content{margin:40px 0;gap:25px}}.project-detail .project-info{background-color:#fff;padding:35px;border-radius:20px;height:fit-content;box-shadow:0 15px 40px #00000014;position:sticky;top:100px;transition:box-shadow .3s ease}.project-detail .project-info:hover{box-shadow:0 20px 50px #0000001f}@media (max-width: 768px){.project-detail .project-info{padding:30px;border-radius:15px;position:static}}@media (max-width: 576px){.project-detail .project-info{padding:25px;border-radius:12px}}.project-detail .project-info .info-item{margin-bottom:25px;position:relative;padding-bottom:15px;border-bottom:1px solid rgba(51,51,51,.1)}@media (max-width: 768px){.project-detail .project-info .info-item{margin-bottom:20px;padding-bottom:12px}}@media (max-width: 576px){.project-detail .project-info .info-item{margin-bottom:15px;padding-bottom:10px}}.project-detail .project-info .info-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.project-detail .project-info .info-item h3{font-size:1.1rem;color:#0d47a1;margin-bottom:8px;font-weight:600;font-family:Cairo,Tajawal,sans-serif}@media (max-width: 576px){.project-detail .project-info .info-item h3{font-size:1rem;margin-bottom:6px}}.project-detail .project-info .info-item p{font-size:1.05rem;color:#333c;line-height:1.5}@media (max-width: 576px){.project-detail .project-info .info-item p{font-size:.95rem}}.project-detail .project-info .info-item p a{color:#00c853;display:flex;align-items:center;text-decoration:none;transition:all .3s ease}.project-detail .project-info .info-item p a:hover{color:#0d47a1}.project-detail .project-info .info-item p a i{margin-left:8px;font-size:.8rem;transition:transform .3s ease}.project-detail .project-info .info-item p a:hover i{transform:translate(3px)}.project-detail .project-details .details-section{margin-bottom:50px;animation:fadeIn .8s ease-out;animation-fill-mode:both}.project-detail .project-details .details-section:nth-child(1){animation-delay:.1s}.project-detail .project-details .details-section:nth-child(2){animation-delay:.2s}.project-detail .project-details .details-section:nth-child(3){animation-delay:.3s}.project-detail .project-details .details-section:nth-child(4){animation-delay:.4s}.project-detail .project-details .details-section:nth-child(5){animation-delay:.5s}@media (max-width: 768px){.project-detail .project-details .details-section{margin-bottom:40px}}@media (max-width: 576px){.project-detail .project-details .details-section{margin-bottom:30px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.project-detail .project-details .details-section h2{color:#0d47a1;font-size:1.8rem;margin-bottom:25px;position:relative;padding-bottom:15px;display:inline-block;background:linear-gradient(90deg,#0d47a1,#00c853);-webkit-background-clip:text;background-clip:text;color:transparent;font-family:Cairo,Tajawal,sans-serif}@media (max-width: 768px){.project-detail .project-details .details-section h2{font-size:1.6rem;margin-bottom:20px;padding-bottom:12px}}@media (max-width: 576px){.project-detail .project-details .details-section h2{font-size:1.4rem;margin-bottom:15px;padding-bottom:10px}}.project-detail .project-details .details-section h2:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#0d47a1,#00c853);border-radius:3px}@media (max-width: 576px){.project-detail .project-details .details-section h2:after{width:40px;height:2px}}.project-detail .project-details .details-section p{font-size:1.05rem;line-height:1.8;color:#333333d9}@media (max-width: 768px){.project-detail .project-details .details-section p{font-size:1rem;line-height:1.7}}@media (max-width: 576px){.project-detail .project-details .details-section p{font-size:.95rem;line-height:1.6}}.project-detail .project-details .details-section .tech-tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:5px}@media (max-width: 576px){.project-detail .project-details .details-section .tech-tags{gap:8px}}.project-detail .project-details .details-section .tech-tags .tech-tag{background-color:#f8f9fc;color:#0d47a1;padding:10px 20px;border-radius:50px;font-size:.9rem;font-weight:500;box-shadow:0 4px 10px #0000000d;border-left:3px solid #0D47A1;transition:all .3s ease}.project-detail .project-details .details-section .tech-tags .tech-tag:hover{transform:translateY(-3px);box-shadow:0 6px 15px #00000014;background-color:#fff;border-left-color:#00c853}@media (max-width: 768px){.project-detail .project-details .details-section .tech-tags .tech-tag{padding:8px 16px}}@media (max-width: 576px){.project-detail .project-details .details-section .tech-tags .tech-tag{padding:6px 14px;font-size:.85rem;border-left-width:2px}}.project-detail .project-details .details-section .features-list{list-style:none;padding:0;margin:15px 0 0}@media (max-width: 576px){.project-detail .project-details .details-section .features-list{margin-top:10px}}.project-detail .project-details .details-section .features-list li{margin-bottom:15px;display:flex;align-items:center;background-color:#fff;padding:15px 20px;border-radius:12px;box-shadow:0 5px 15px #0000000d;transition:all .3s ease}.project-detail .project-details .details-section .features-list li:hover{transform:translateY(-3px)}@media (max-width: 768px){.project-detail .project-details .details-section .features-list li{padding:12px 15px;margin-bottom:12px;border-radius:10px}}@media (max-width: 576px){.project-detail .project-details .details-section .features-list li{padding:10px 12px;margin-bottom:10px;border-radius:8px}}.project-detail .project-details .details-section .features-list li i{color:#00c853;margin-right:15px;background-color:#00c8531a;width:28px;height:28px;min-width:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}@media (max-width: 768px){.project-detail .project-details .details-section .features-list li i{margin-right:12px;width:24px;height:24px;min-width:24px;font-size:.9rem}}@media (max-width: 576px){.project-detail .project-details .details-section .features-list li i{margin-right:10px;width:22px;height:22px;min-width:22px;font-size:.8rem}}.project-detail .project-navigation{display:flex;width:100%;justify-content:space-between;margin:60px 0;flex-direction:column;gap:20px}@media (min-width: 768px){.project-detail .project-navigation{flex-direction:row}}@media (max-width: 768px){.project-detail .project-navigation{margin:50px 0}}@media (max-width: 576px){.project-detail .project-navigation{margin:40px 0;gap:15px}}.project-detail .project-navigation a{display:flex;align-items:center;justify-content:center;padding:14px 30px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease}@media (max-width: 768px){.project-detail .project-navigation a{padding:12px 25px;font-size:.95rem}}@media (max-width: 576px){.project-detail .project-navigation a{padding:10px 20px;font-size:.9rem}}.project-detail .project-navigation a.btn-primary{background:linear-gradient(90deg,#0d47a1,#093272);color:#fff;box-shadow:0 8px 15px #0d47a133}.project-detail .project-navigation a.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 20px #0d47a14d}@media (max-width: 576px){.project-detail .project-navigation a.btn-primary:hover{transform:translateY(-2px)}}.project-detail .project-navigation a.btn-secondary{background-color:transparent;color:#0d47a1;border:2px solid #0D47A1}.project-detail .project-navigation a.btn-secondary:hover{background-color:#0d47a10d;transform:translateY(-3px)}@media (max-width: 576px){.project-detail .project-navigation a.btn-secondary:hover{transform:translateY(-2px)}}.project-detail .project-navigation a i.fa-arrow-left{margin-right:10px}.project-detail .project-navigation a i.fa-external-link-alt{margin-left:10px}@media (max-width: 350px){.project-detail .project-hero{min-height:250px}.project-detail .project-hero h1{font-size:1.8rem}.project-detail .project-hero p{font-size:.9rem}.project-detail .project-info{padding:20px}.project-detail .project-details .details-section h2{font-size:1.3rem}.project-detail .tech-tag{padding:5px 10px!important;font-size:.8rem!important}.project-detail .project-navigation a{padding:8px 16px;font-size:.85rem}}.about{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 0 100px;overflow:hidden;color:#333}@media (max-width: 992px){.about{padding:100px 0 80px}}@media (max-width: 768px){.about{padding:80px 0 60px;min-height:auto}}@media (max-width: 576px){.about{padding:60px 0 40px}}.about.rtl .section-header{direction:rtl;text-align:center}.about.rtl .about-content{direction:rtl;text-align:right}@media (min-width: 576px){.about.rtl .mission-header .mission-icon,.about.rtl .mission-header .values-icon,.about.rtl .values-header .mission-icon,.about.rtl .values-header .values-icon{margin-right:0!important;margin-left:20px}}@media (min-width: 576px) and (max-width: 768px){.about.rtl .mission-header .mission-icon,.about.rtl .mission-header .values-icon,.about.rtl .values-header .mission-icon,.about.rtl .values-header .values-icon{margin-left:15px}}.about.rtl .value-card .value-icon{margin-right:0!important;margin-left:15px}@media (max-width: 576px){.about.rtl .value-card .value-icon{margin-left:0;margin-bottom:12px}}.about .container{position:relative;z-index:1;width:92%;max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 992px){.about .container{width:94%;padding:0 18px}}@media (max-width: 768px){.about .container{width:95%;padding:0 15px}}@media (max-width: 576px){.about .container{width:96%;padding:0 12px}}@media (max-width: 350px){.about .container{width:98%;padding:0 10px}}.about .section-header{text-align:center;margin-bottom:4rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}@media (max-width: 992px){.about .section-header{margin-bottom:3.5rem}}@media (max-width: 768px){.about .section-header{margin-bottom:3rem}}@media (max-width: 576px){.about .section-header{margin-bottom:2.5rem}}.about .section-header.animate{opacity:1;transform:translateY(0)}.about .section-header .section-title{font-size:2.5rem;font-weight:800;font-family:Poppins,sans-serif;margin-bottom:1.5rem;color:#333;position:relative;display:inline-block}@media (max-width: 1200px){.about .section-header .section-title{font-size:2.3rem}}@media (max-width: 992px){.about .section-header .section-title{font-size:2.1rem}}@media (max-width: 768px){.about .section-header .section-title{font-size:1.9rem;margin-bottom:1.2rem}}@media (max-width: 576px){.about .section-header .section-title{font-size:1.6rem;margin-bottom:1rem}}@media (max-width: 350px){.about .section-header .section-title{font-size:1.4rem}}.about .section-header .section-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#3333;border-radius:1px;animation:titleUnderline 2s ease-out}@media (max-width: 768px){.about .section-header .section-title:after{width:50px;height:2px;bottom:-12px}}@media (max-width: 576px){.about .section-header .section-title:after{width:40px;bottom:-8px}}.about .about-content{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}.about .about-content.animate{opacity:1;transform:translateY(0)}.about .about-mission{display:flex;flex-direction:column}@media (max-width: 768px){.about .about-mission{gap:2rem}}@media (max-width: 576px){.about .about-mission{gap:1.8rem}}.about .mission-header,.about .values-header{display:flex;align-items:center;margin-bottom:1.5rem}@media (max-width: 768px){.about .mission-header,.about .values-header{margin-bottom:1.2rem}}@media (max-width: 576px){.about .mission-header,.about .values-header{margin-bottom:1rem;flex-direction:column;text-align:center}}.about .mission-header .mission-icon,.about .mission-header .values-icon,.about .values-header .mission-icon,.about .values-header .values-icon{position:relative;width:70px;height:70px;border-radius:10px;background:linear-gradient(135deg,#0d47a1,#07285a);display:flex;align-items:center;justify-content:center;margin-right:2rem;box-shadow:0 12px 35px #0d47a14d;overflow:hidden}@media (max-width: 992px){.about .mission-header .mission-icon,.about .mission-header .values-icon,.about .values-header .mission-icon,.about .values-header .values-icon{width:65px;height:65px}}@media (max-width: 768px){.about .mission-header .mission-icon,.about .mission-header .values-icon,.about .values-header .mission-icon,.about .values-header .values-icon{width:60px;height:60px;margin-right:1.5rem}}@media (max-width: 576px){.about .mission-header .mission-icon,.about .mission-header .values-icon,.about .values-header .mission-icon,.about .values-header .values-icon{margin-right:0;margin-bottom:1rem;width:55px;height:55px}}.about .mission-header .mission-icon i,.about .mission-header .values-icon i,.about .values-header .mission-icon i,.about .values-header .values-icon i{font-size:1.8rem;color:#fff;position:relative;z-index:2;animation:iconFloat 3s ease-in-out infinite}@media (max-width: 768px){.about .mission-header .mission-icon i,.about .mission-header .values-icon i,.about .values-header .mission-icon i,.about .values-header .values-icon i{font-size:1.6rem}}@media (max-width: 576px){.about .mission-header .mission-icon i,.about .mission-header .values-icon i,.about .values-header .mission-icon i,.about .values-header .values-icon i{font-size:1.4rem}}.about .mission-header .mission-icon .icon-background,.about .mission-header .values-icon .icon-background,.about .values-header .mission-icon .icon-background,.about .values-header .values-icon .icon-background{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .8s ease}.about .mission-header .mission-icon:hover .icon-background,.about .mission-header .values-icon:hover .icon-background,.about .values-header .mission-icon:hover .icon-background,.about .values-header .values-icon:hover .icon-background{left:100%}.about .mission-header .header-content,.about .values-header .header-content{flex:1}.about .mission-header .header-content h3,.about .values-header .header-content h3{font-size:1.8rem;font-weight:700;font-family:Poppins,sans-serif;color:#0d47a1;margin:0}@media (max-width: 992px){.about .mission-header .header-content h3,.about .values-header .header-content h3{font-size:1.7rem}}@media (max-width: 768px){.about .mission-header .header-content h3,.about .values-header .header-content h3{font-size:1.5rem}}@media (max-width: 576px){.about .mission-header .header-content h3,.about .values-header .header-content h3{font-size:1.3rem}}@media (max-width: 350px){.about .mission-header .header-content h3,.about .values-header .header-content h3{font-size:1.2rem}}.about .mission-description{font-size:1.15rem;font-family:Montserrat,sans-serif;line-height:1.7;color:#333333d9;margin:0 0 1.5rem}@media (max-width: 992px){.about .mission-description{font-size:1.1rem}}@media (max-width: 768px){.about .mission-description{font-size:1.05rem;line-height:1.6}}@media (max-width: 576px){.about .mission-description{font-size:1rem;text-align:center}}@media (max-width: 350px){.about .mission-description{font-size:.95rem}}.about .values-section{display:flex;flex-direction:column}.about .values-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-top:0}@media (min-width: 768px){.about .values-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}}@media (max-width: 576px){.about .values-grid{gap:1rem}}.about .values-grid .value-card{position:relative;background:linear-gradient(135deg,#fffffff2,#fffc,#f6f8fde6);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:8px;padding:1.5rem;display:flex;align-items:flex-start;transition:all .5s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(51,51,51,.06);overflow:hidden}@media (max-width: 768px){.about .values-grid .value-card{padding:1.3rem}}@media (max-width: 576px){.about .values-grid .value-card{padding:1.2rem;flex-direction:column;align-items:center;text-align:center;border-radius:6px}}.about .values-grid .value-card .value-line{position:absolute;bottom:0;left:0;width:0;height:3px;background:linear-gradient(90deg,#00c853,#0d47a1);transition:width .4s ease;border-radius:0 0 4px 4px}.about .values-grid .value-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,200,83,.1),transparent);transition:left .6s ease}.about .values-grid .value-card:hover{transform:translateY(-8px) scale(1.02);background:#fff;box-shadow:0 20px 50px #0000001f;border-color:#00c8534d}.about .values-grid .value-card:hover:before{left:100%}.about .values-grid .value-card:hover .value-line{width:100%}.about .values-grid .value-card:hover .value-icon{transform:scale(1.2) rotate(5deg);background:linear-gradient(135deg,#0d47a1,#093272)}.about .values-grid .value-card:hover .value-icon i{color:#fff}.about .values-grid .value-card:hover .value-icon .value-glow{opacity:1;transform:scale(1.8)}@media (max-width: 576px){.about .values-grid .value-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 12px 30px #0000001a}}.about .values-grid .value-card .value-icon{position:relative;width:50px;height:50px;border-radius:6px;background:linear-gradient(135deg,#0d47a126,#0d47a114);display:flex;align-items:center;justify-content:center;margin-right:1.5rem;flex-shrink:0;box-shadow:0 6px 20px #0d47a140;transition:all .4s ease;overflow:hidden}@media (max-width: 768px){.about .values-grid .value-card .value-icon{width:45px;height:45px;margin-right:1.2rem}}@media (max-width: 576px){.about .values-grid .value-card .value-icon{width:40px;height:40px;margin-right:0;margin-bottom:1rem}}.about .values-grid .value-card .value-icon i{color:#0d47a1;font-size:1.3rem;z-index:2;position:relative;transition:all .3s ease}@media (max-width: 768px){.about .values-grid .value-card .value-icon i{font-size:1.2rem}}@media (max-width: 576px){.about .values-grid .value-card .value-icon i{font-size:1.1rem}}.about .values-grid .value-card .value-icon .value-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;background:radial-gradient(circle,rgba(13,71,161,.4),transparent);border-radius:50%;opacity:0;transition:all .4s ease}.about .values-grid .value-card .value-content{flex:1}.about .values-grid .value-card .value-content h4{font-size:1.2rem;font-weight:700;font-family:Poppins,sans-serif;color:#0d47a1;margin:0 0 .8rem}@media (max-width: 768px){.about .values-grid .value-card .value-content h4{font-size:1.15rem}}@media (max-width: 576px){.about .values-grid .value-card .value-content h4{font-size:1.1rem;margin-bottom:.6rem}}@media (max-width: 350px){.about .values-grid .value-card .value-content h4{font-size:1rem}}.about .values-grid .value-card .value-content p{margin:0;font-size:1rem;font-family:Montserrat,sans-serif;color:#333c;line-height:1.6}@media (max-width: 768px){.about .values-grid .value-card .value-content p{font-size:.95rem}}@media (max-width: 576px){.about .values-grid .value-card .value-content p{font-size:.9rem}}@media (max-width: 350px){.about .values-grid .value-card .value-content p{font-size:.85rem}}html[dir=rtl] .about .section-title,html[dir=rtl] .about .mission-description,html[dir=rtl] .about .mission-header h3,html[dir=rtl] .about .values-header h3,html[dir=rtl] .about .value-card h4,html[dir=rtl] .about .value-card p{font-family:Cairo,Tajawal,IBM Plex Sans Arabic,sans-serif}@media (max-width: 350px){.about .section-header .section-title{font-size:1.4rem}.about .mission-header .mission-icon,.about .mission-header .values-icon,.about .values-header .mission-icon,.about .values-header .values-icon{width:50px;height:50px}.about .mission-header .header-content h3,.about .values-header .header-content h3{font-size:1.1rem}.about .value-card .value-icon{width:35px;height:35px}.about .value-card .value-icon i{font-size:1rem}.about .value-card .value-content h4{font-size:.95rem}.about .value-card .value-content p{font-size:.8rem}}.contact{position:relative;padding:120px 0 100px;overflow:hidden;background:linear-gradient(135deg,#fffffff2,#f8faffe6,#fffffff2)}@media (max-width: 992px){.contact{padding:100px 0 80px}}@media (max-width: 768px){.contact{padding:80px 0 60px}}@media (max-width: 576px){.contact{padding:60px 0 40px}}@media (max-width: 480px){.contact{padding:50px 0 30px}}.contact.rtl{direction:rtl;text-align:right}.contact.rtl .section-title,.contact.rtl .section-subtitle{text-align:center;font-family:Cairo,Tajawal,sans-serif}.contact.rtl .info-item i{margin-right:0;margin-left:20px}@media (max-width: 768px){.contact.rtl .info-item i{margin-left:15px}}@media (max-width: 576px){.contact.rtl .info-item i{margin-left:10px}}.contact.rtl .info-item p{direction:ltr}.contact.rtl .social-links h3:after{left:auto;right:0}.contact.rtl .form-group label:after{left:auto;right:0}.contact.rtl .form-group .error-message{padding-left:0;padding-right:5px;border-left:none;border-right:2px solid #ff3860}@media (max-width: 576px){.contact.rtl .form-group .error-message{padding-right:4px}}.contact .container{position:relative;z-index:1;width:92%;max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 992px){.contact .container{width:94%;padding:0 18px}}@media (max-width: 768px){.contact .container{width:95%;padding:0 15px}}@media (max-width: 576px){.contact .container{width:96%;padding:0 12px}}@media (max-width: 350px){.contact .container{width:98%;padding:0 10px}}.contact .section-header{text-align:center;margin-bottom:4rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}@media (max-width: 992px){.contact .section-header{margin-bottom:3.5rem}}@media (max-width: 768px){.contact .section-header{margin-bottom:3rem}}@media (max-width: 576px){.contact .section-header{margin-bottom:2.5rem}}@media (max-width: 480px){.contact .section-header{margin-bottom:2rem}}.contact .section-header.animate{opacity:1;transform:translateY(0)}.contact .section-title{font-size:2.5rem;font-weight:800;font-family:Poppins,sans-serif;margin-bottom:1.5rem;color:#333;position:relative;display:inline-block}@media (max-width: 1200px){.contact .section-title{font-size:2.3rem}}@media (max-width: 992px){.contact .section-title{font-size:2.1rem}}@media (max-width: 768px){.contact .section-title{font-size:1.9rem;margin-bottom:1.2rem}}@media (max-width: 576px){.contact .section-title{font-size:1.6rem;margin-bottom:1rem}}@media (max-width: 350px){.contact .section-title{font-size:1.4rem}}@media (max-width: 320px){.contact .section-title{font-size:1.3rem}}.contact .section-subtitle{font-size:1.1rem;font-family:Montserrat,sans-serif;line-height:1.6;color:#333c;max-width:700px;margin:0 auto}@media (max-width: 1200px){.contact .section-subtitle{font-size:1.08rem}}@media (max-width: 992px){.contact .section-subtitle{font-size:1.05rem;max-width:600px}}@media (max-width: 768px){.contact .section-subtitle{font-size:1rem;max-width:550px}}@media (max-width: 576px){.contact .section-subtitle{font-size:.95rem;max-width:100%;padding:0 10px;line-height:1.5}}@media (max-width: 350px){.contact .section-subtitle{font-size:.9rem;padding:0 5px}}.contact .contact-container{display:flex;flex-direction:column;gap:40px;position:relative}@media (min-width: 992px){.contact .contact-container{flex-direction:row;align-items:stretch}}@media (max-width: 768px){.contact .contact-container{gap:30px}}.contact .contact-info{flex:1;position:relative;z-index:1;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;gap:.5rem}.contact .contact-info.animate{opacity:1;transform:translateY(0)}@media (min-width: 992px){.contact .contact-info{padding-right:50px;justify-content:space-between;gap:.2rem}.rtl .contact .contact-info{padding-right:0;padding-left:50px}}@media (max-width: 768px){.contact .contact-info{padding-right:0}.rtl .contact .contact-info{padding-left:0}}.contact .contact-info .info-item{display:flex;align-items:center;padding:20px;background:linear-gradient(135deg,#fffffff2,#ffffffe6,#f8fafff2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:8px;border:1px solid rgba(13,71,161,.08);box-shadow:0 10px 30px #0d47a11a;transition:all .5s cubic-bezier(.175,.885,.32,1.275);opacity:0;transform:translate(-30px);flex:1}@media (min-width: 992px){.contact .contact-info .info-item{margin-bottom:0;min-height:80px}}.contact .contact-info .info-item.animate{opacity:1;transform:translate(0)}@media (max-width: 768px){.contact .contact-info .info-item{padding:15px;border-radius:6px}}@media (max-width: 576px){.contact .contact-info .info-item{padding:12px;border-radius:4px}}@media (max-width: 480px){.contact .contact-info .info-item{padding:10px}}.contact .contact-info .info-item:hover{transform:translateY(-8px);box-shadow:0 20px 45px #0d47a126;border-color:#0d47a133}@media (max-width: 576px){.contact .contact-info .info-item:hover{transform:translateY(-4px);box-shadow:0 12px 25px #0d47a11f}}.contact .contact-info .info-item:hover i{background:linear-gradient(135deg,#0d47a1,#00c853);color:#fff;transform:scale(1.1)}.contact .contact-info .info-item i{font-size:1.5rem;color:#0d47a1;margin-right:20px;width:50px;height:50px;background:linear-gradient(135deg,#0d47a11a,#0d47a10d);border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .4s ease;flex-shrink:0}@media (max-width: 768px){.contact .contact-info .info-item i{font-size:1.3rem;width:45px;height:45px;margin-right:15px;border-radius:4px}}@media (max-width: 576px){.contact .contact-info .info-item i{font-size:1.1rem;width:40px;height:40px;margin-right:10px;border-radius:3.2px}}@media (max-width: 480px){.contact .contact-info .info-item i{font-size:1rem;width:35px;height:35px;margin-right:8px}}.contact .contact-info .info-item div{flex:1;display:flex;flex-direction:column;justify-content:center}.contact .contact-info .info-item h3{font-size:1.2rem;margin-bottom:5px;color:#0d47a1;font-weight:700;font-family:Poppins,sans-serif}@media (max-width: 768px){.contact .contact-info .info-item h3{font-size:1.1rem;margin-bottom:4px}}@media (max-width: 576px){.contact .contact-info .info-item h3{font-size:1rem;margin-bottom:3px}}@media (max-width: 480px){.contact .contact-info .info-item h3{font-size:.95rem}}.contact .contact-info .info-item p{color:#333c;font-size:1rem;line-height:1.6;font-family:Montserrat,sans-serif}@media (max-width: 768px){.contact .contact-info .info-item p{font-size:.95rem;line-height:1.5}}@media (max-width: 576px){.contact .contact-info .info-item p{font-size:.9rem;line-height:1.4}}@media (max-width: 480px){.contact .contact-info .info-item p{font-size:.85rem}}.contact .contact-info .social-links{background:linear-gradient(135deg,#fffffff2,#ffffffe6,#f8fafff2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:8px;border:1px solid rgba(13,71,161,.08);padding:25px;box-shadow:0 10px 30px #0d47a11a;transition:all .5s cubic-bezier(.175,.885,.32,1.275);opacity:0;transform:translate(-30px);margin-top:auto}@media (min-width: 992px){.contact .contact-info .social-links{flex-shrink:0}}.contact .contact-info .social-links.animate{opacity:1;transform:translate(0)}@media (max-width: 768px){.contact .contact-info .social-links{padding:20px;border-radius:6px}}@media (max-width: 576px){.contact .contact-info .social-links{padding:15px;border-radius:4px}}@media (max-width: 480px){.contact .contact-info .social-links{padding:12px}}.contact .contact-info .social-links:hover{transform:translateY(-8px);box-shadow:0 20px 45px #0d47a126;border-color:#0d47a133}@media (max-width: 576px){.contact .contact-info .social-links:hover{transform:translateY(-4px);box-shadow:0 12px 25px #0d47a11f}}.contact .contact-info .social-links h3{font-size:1.2rem;margin-bottom:20px;color:#0d47a1;font-weight:700;font-family:Poppins,sans-serif;position:relative;padding-bottom:10px}@media (max-width: 768px){.contact .contact-info .social-links h3{font-size:1.1rem;margin-bottom:15px;padding-bottom:8px}}@media (max-width: 576px){.contact .contact-info .social-links h3{font-size:1rem;margin-bottom:12px;padding-bottom:6px}}@media (max-width: 480px){.contact .contact-info .social-links h3{font-size:.95rem;margin-bottom:10px}}.contact .contact-info .social-links h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(90deg,#0d47a1,#00c853);border-radius:1px}@media (max-width: 576px){.contact .contact-info .social-links h3:after{width:30px;height:1px}}.contact .contact-form{flex:1.5;background:linear-gradient(135deg,#fffffff2,#ffffffe6,#f8fafff2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:40px;border-radius:10px;border:1px solid rgba(13,71,161,.08);box-shadow:0 15px 40px #0d47a11f;transition:all .5s cubic-bezier(.175,.885,.32,1.275);position:relative;z-index:10;opacity:0;transform:translateY(30px);display:flex;flex-direction:column}.contact .contact-form.animate{opacity:1;transform:translateY(0)}@media (max-width: 768px){.contact .contact-form{padding:30px;border-radius:8px}}@media (max-width: 576px){.contact .contact-form{padding:20px;border-radius:6px;box-shadow:0 10px 30px #0d47a11a}}@media (max-width: 480px){.contact .contact-form{padding:15px}}.contact .contact-form:hover{box-shadow:0 25px 60px #0d47a12e;border-color:#0d47a126}@media (max-width: 576px){.contact .contact-form:hover{box-shadow:0 15px 35px #0d47a126}}.contact .contact-form .success-message{text-align:center;padding:50px 20px;font-family:Poppins,sans-serif;flex:1;display:flex;flex-direction:column;justify-content:center}@media (max-width: 768px){.contact .contact-form .success-message{padding:40px 15px}}@media (max-width: 576px){.contact .contact-form .success-message{padding:30px 10px}}@media (max-width: 480px){.contact .contact-form .success-message{padding:25px 8px}}.contact .contact-form .success-message i{font-size:4rem;color:#00c853;margin-bottom:20px;display:inline-block;animation:success-bounce 1s ease}@media (max-width: 768px){.contact .contact-form .success-message i{font-size:3.5rem;margin-bottom:15px}}@media (max-width: 576px){.contact .contact-form .success-message i{font-size:3rem;margin-bottom:12px}}@media (max-width: 480px){.contact .contact-form .success-message i{font-size:2.5rem;margin-bottom:10px}}.contact .contact-form .success-message h3{font-size:1.8rem;color:#0d47a1;margin-bottom:15px;font-weight:700}@media (max-width: 768px){.contact .contact-form .success-message h3{font-size:1.6rem;margin-bottom:12px}}@media (max-width: 576px){.contact .contact-form .success-message h3{font-size:1.4rem;margin-bottom:10px}}@media (max-width: 480px){.contact .contact-form .success-message h3{font-size:1.2rem}}.contact .contact-form .success-message p{font-size:1.1rem;color:#333c;max-width:500px;margin:0 auto;font-family:Montserrat,sans-serif}@media (max-width: 768px){.contact .contact-form .success-message p{font-size:1rem}}@media (max-width: 576px){.contact .contact-form .success-message p{font-size:.9rem}}@media (max-width: 480px){.contact .contact-form .success-message p{font-size:.85rem}}@keyframes success-bounce{0%,20%,60%,to{transform:translateY(0)}40%{transform:translateY(-20px)}80%{transform:translateY(-10px)}}.contact .contact-form form{flex:1;display:flex;flex-direction:column}.contact .contact-form form .form-row{display:flex;flex-direction:column;gap:20px}@media (max-width: 576px){.contact .contact-form form .form-row{gap:15px}}@media (min-width: 768px){.contact .contact-form form .form-row{flex-direction:row}.contact .contact-form form .form-row .form-group{flex:1}}.contact .contact-form form .form-group{margin-bottom:25px}@media (max-width: 768px){.contact .contact-form form .form-group{margin-bottom:20px}}@media (max-width: 576px){.contact .contact-form form .form-group{margin-bottom:15px}}@media (max-width: 480px){.contact .contact-form form .form-group{margin-bottom:12px}}.contact .contact-form form .form-group label{display:block;margin-bottom:10px;font-weight:600;color:#0d47a1;font-size:1rem;position:relative;font-family:Poppins,sans-serif}@media (max-width: 768px){.contact .contact-form form .form-group label{margin-bottom:8px;font-size:.95rem}}@media (max-width: 576px){.contact .contact-form form .form-group label{margin-bottom:6px;font-size:.9rem}}@media (max-width: 480px){.contact .contact-form form .form-group label{font-size:.85rem;margin-bottom:5px}}.contact .contact-form form .form-group label:after{content:"";position:absolute;bottom:-4px;left:0;width:20px;height:2px;background:#00c853}@media (max-width: 576px){.contact .contact-form form .form-group label:after{bottom:-3px;width:15px;height:1px}}.contact .contact-form form .form-group input,.contact .contact-form form .form-group select,.contact .contact-form form .form-group textarea{width:100%;padding:15px;border:1px solid rgba(13,71,161,.1);border-radius:6px;font-family:Montserrat,sans-serif;font-size:1rem;transition:all .3s ease;background:#fffc}@media (max-width: 768px){.contact .contact-form form .form-group input,.contact .contact-form form .form-group select,.contact .contact-form form .form-group textarea{padding:12px;border-radius:4px;font-size:.95rem}}@media (max-width: 576px){.contact .contact-form form .form-group input,.contact .contact-form form .form-group select,.contact .contact-form form .form-group textarea{padding:10px;border-radius:3.2px;font-size:.9rem}}@media (max-width: 480px){.contact .contact-form form .form-group input,.contact .contact-form form .form-group select,.contact .contact-form form .form-group textarea{padding:8px;font-size:.85rem}}.contact .contact-form form .form-group input:focus,.contact .contact-form form .form-group select:focus,.contact .contact-form form .form-group textarea:focus{outline:none;border-color:#0d47a1;background:#fffffff2;box-shadow:0 5px 15px #0d47a126}@media (max-width: 576px){.contact .contact-form form .form-group input:focus,.contact .contact-form form .form-group select:focus,.contact .contact-form form .form-group textarea:focus{box-shadow:0 4px 10px #0d47a11a}}.contact .contact-form form .form-group input.error,.contact .contact-form form .form-group select.error,.contact .contact-form form .form-group textarea.error{border-color:#ff3860;background:#ff38600d}.contact .contact-form form .form-group textarea{min-height:150px;resize:vertical;flex:1}@media (max-width: 768px){.contact .contact-form form .form-group textarea{min-height:130px}}@media (max-width: 576px){.contact .contact-form form .form-group textarea{min-height:100px}}@media (max-width: 480px){.contact .contact-form form .form-group textarea{min-height:80px}}.contact .contact-form form .form-group:last-of-type{flex:1;display:flex;flex-direction:column}.contact .contact-form form .form-group:last-of-type textarea{flex:1;min-height:120px}.contact .contact-form form .form-group .error-message{color:#ff3860;font-size:.85rem;margin-top:8px;display:block;padding-left:5px;border-left:2px solid #ff3860;font-family:Montserrat,sans-serif}@media (max-width: 768px){.contact .contact-form form .form-group .error-message{font-size:.8rem;margin-top:6px}}@media (max-width: 576px){.contact .contact-form form .form-group .error-message{font-size:.75rem;margin-top:5px;padding-left:4px}}@media (max-width: 480px){.contact .contact-form form .form-group .error-message{font-size:.7rem;margin-top:4px}}.contact .contact-form form select{height:57px;color:#333333b3}@media (max-width: 768px){.contact .contact-form form select{height:49px}}@media (max-width: 576px){.contact .contact-form form select{height:43px}}@media (max-width: 480px){.contact .contact-form form select{height:39px}}.contact .contact-form form button{width:100%;padding:16px;font-size:1rem;font-weight:600;font-family:Poppins,sans-serif;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#0d47a1,#00c853);color:#fff;box-shadow:0 8px 20px #0d47a14d;position:relative;overflow:hidden;margin-top:auto}@media (max-width: 768px){.contact .contact-form form button{padding:14px;font-size:.95rem;border-radius:4px}}@media (max-width: 576px){.contact .contact-form form button{padding:12px;font-size:.9rem;border-radius:3.2px;box-shadow:0 6px 15px #0d47a140}}@media (max-width: 480px){.contact .contact-form form button{padding:10px;font-size:.85rem;box-shadow:0 5px 12px #0d47a133}}.contact .contact-form form button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .6s ease}.contact .contact-form form button:hover{transform:translateY(-3px);box-shadow:0 12px 25px #0d47a166}@media (max-width: 576px){.contact .contact-form form button:hover{transform:translateY(-2px);box-shadow:0 8px 18px #0d47a14d}}@media (max-width: 480px){.contact .contact-form form button:hover{transform:translateY(-1px);box-shadow:0 6px 15px #0d47a140}}.contact .contact-form form button:hover:before{left:100%}.contact .contact-form form button:active{transform:translateY(0)}.contact .contact-form form button:disabled{opacity:.7;cursor:not-allowed;transform:none}.contact .links{display:flex;gap:15px}@media (max-width: 576px){.contact .links{gap:10px}}@media (max-width: 480px){.contact .links{gap:8px}}.contact .links a{width:50px;height:50px;background:linear-gradient(135deg,#0d47a11a,#0d47a10d);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#0d47a1;font-size:1.2rem;transition:all .3s ease;text-decoration:none}@media (max-width: 768px){.contact .links a{width:45px;height:45px;border-radius:4px;font-size:1.1rem}}@media (max-width: 576px){.contact .links a{width:40px;height:40px;border-radius:3.2px;font-size:1rem}}@media (max-width: 480px){.contact .links a{width:35px;height:35px;font-size:.9rem}}.contact .links a:hover{background:linear-gradient(135deg,#0d47a1,#00c853);color:#fff;transform:translateY(-5px);box-shadow:0 8px 20px #0d47a14d}@media (max-width: 576px){.contact .links a:hover{transform:translateY(-3px);box-shadow:0 6px 15px #0d47a140}}@media (max-width: 480px){.contact .links a:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0d47a133}}html[dir=rtl] .contact .section-title,html[dir=rtl] .contact .section-subtitle,html[dir=rtl] .contact .info-item h3,html[dir=rtl] .contact .info-item p,html[dir=rtl] .contact .social-links h3,html[dir=rtl] .contact .form-group label,html[dir=rtl] .contact .success-message h3,html[dir=rtl] .contact .success-message p,html[dir=rtl] .contact button{font-family:Cairo,Tajawal,IBM Plex Sans Arabic,sans-serif}@media (max-width: 350px){.contact .section-title{font-size:1.4rem}.contact .section-subtitle{font-size:.9rem}.contact .info-item i{font-size:1rem;width:30px;height:30px;margin-right:6px}.contact .info-item h3{font-size:.9rem}.contact .info-item p{font-size:.8rem}.contact .social-links h3{font-size:.9rem}.contact .social-links .links a{width:30px;height:30px;font-size:.8rem}.contact .contact-form{padding:12px}.contact .contact-form form .form-group label{font-size:.8rem}.contact .contact-form form .form-group input,.contact .contact-form form .form-group select,.contact .contact-form form .form-group textarea{padding:6px;font-size:.8rem}.contact .contact-form button{padding:8px;font-size:.8rem}}@media (max-width: 320px){.contact .contact-form{padding:10px}.contact .info-item{padding:8px}.contact .social-links{padding:10px}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;color:#333;overflow:hidden;padding:120px 0 100px}@media (max-width: 992px){.hero{padding:110px 0 80px}}@media (max-width: 768px){.hero{padding:100px 0 0;min-height:70vh}}.hero.rtl .hero-content{direction:rtl}.hero.rtl .rotating-text-box{margin:0 10px 0 20px}@media (max-width: 992px){.hero.rtl .rotating-text-box{margin:10px 15px}}@media (max-width: 768px){.hero.rtl .rotating-text-box{margin:8px 10px}}@media (max-width: 576px){.hero.rtl .rotating-text-box{margin:5px 0}}.hero.rtl .cursor{right:-2px;left:auto}.hero .container{position:relative;z-index:1;width:92%;max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 992px){.hero .container{width:94%;padding:0 18px}}@media (max-width: 768px){.hero .container{width:95%;padding:50px 15px}}@media (max-width: 576px){.hero .container{width:96%;padding:40px 12px}}@media (max-width: 350px){.hero .container{width:98%;padding:0 10px}}.hero .hero-content{text-align:center;max-width:800px;margin:0 auto}@media (max-width: 992px){.hero .hero-content{max-width:700px}}@media (max-width: 768px){.hero .hero-content{max-width:600px}}@media (max-width: 576px){.hero .hero-content{max-width:100%}}.hero .status-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#00c8531a;border:1px solid rgba(0,200,83,.2);border-radius:50px;font-size:.875rem;font-weight:500;color:#00c853;margin-bottom:2rem;opacity:0;transform:translateY(-20px);transition:all .6s cubic-bezier(.175,.885,.32,1.275)}@media (max-width: 992px){.hero .status-badge{font-size:.825rem;padding:7px 14px}}@media (max-width: 768px){.hero .status-badge{font-size:.8rem;padding:6px 12px;margin-bottom:1.5rem}}@media (max-width: 576px){.hero .status-badge{font-size:.75rem;padding:5px 10px;margin-bottom:1.2rem;gap:6px}}@media (max-width: 350px){.hero .status-badge{font-size:.7rem;padding:4px 8px;margin-bottom:1rem}}.hero .status-badge.animate{opacity:1;transform:translateY(0)}.hero .status-badge .status-dot{width:8px;height:8px;background:#00c853;border-radius:50%;animation:pulse 2s ease-in-out infinite}@media (max-width: 576px){.hero .status-badge .status-dot{width:6px;height:6px}}@media (max-width: 350px){.hero .status-badge .status-dot{width:5px;height:5px}}.hero .hero-title-container{margin-bottom:2rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}@media (max-width: 768px){.hero .hero-title-container{margin-bottom:1.5rem}}@media (max-width: 576px){.hero .hero-title-container{margin-bottom:1.2rem}}@media (max-width: 350px){.hero .hero-title-container{margin-bottom:1rem}}.hero .hero-title-container.animate{opacity:1;transform:translateY(0)}.hero .hero-title{font-size:2.5rem;font-weight:800;font-family:Poppins,sans-serif;line-height:1.2;color:#333;margin:0;display:flex;flex-direction:column!important;align-items:center;gap:1rem}@media (max-width: 1200px){.hero .hero-title{font-size:2.3rem;gap:.9rem}}@media (max-width: 992px){.hero .hero-title{font-size:2.1rem;gap:.8rem}}@media (max-width: 768px){.hero .hero-title{font-size:1.8rem;gap:.7rem}}@media (max-width: 576px){.hero .hero-title{font-size:1.5rem;gap:.6rem;line-height:1.3}}@media (max-width: 350px){.hero .hero-title{font-size:1.3rem;gap:.5rem}}@media (min-width: 1200px){.hero .hero-title{font-size:3rem;flex-direction:row;justify-content:center;flex-wrap:wrap}}.hero .hero-title .rotating-text-box{position:relative;display:inline-block;padding:12px 24px;border:2px solid #0D47A1;border-radius:8px;background:#0d47a10d;cursor:pointer;transition:all .3s ease;margin:0 20px 0 10px;display:flex}@media (max-width: 1200px){.hero .hero-title .rotating-text-box{padding:11px 22px;margin:0 18px 0 8px}}@media (max-width: 992px){.hero .hero-title .rotating-text-box{padding:10px 20px;margin:10px 15px}}@media (max-width: 768px){.hero .hero-title .rotating-text-box{padding:8px 16px;margin:8px 10px;border-radius:6px}}@media (max-width: 576px){.hero .hero-title .rotating-text-box{padding:6px 12px;margin:5px 0;border-radius:4px;border-width:1.5px}}@media (max-width: 350px){.hero .hero-title .rotating-text-box{padding:5px 10px;margin:3px 0;border-width:1px}}.hero .hero-title .rotating-text-box:hover{background:#0d47a11a;border-color:#0d47a1;transform:scale(1.05);box-shadow:0 4px 6px #0000001a}@media (max-width: 576px){.hero .hero-title .rotating-text-box:hover{transform:scale(1.03);box-shadow:0 4px 12px #0d47a126}}@media (max-width: 350px){.hero .hero-title .rotating-text-box:hover{transform:scale(1.02)}}.hero .hero-title .rotating-text-box .rotating-text{position:relative;display:inline-block;font-weight:700;font-family:Poppins,sans-serif;color:#0d47a1;min-height:1.2em;min-width:180px;text-align:center;font-size:1rem}@media (max-width: 1200px){.hero .hero-title .rotating-text-box .rotating-text{min-width:170px;font-size:.98rem}}@media (max-width: 992px){.hero .hero-title .rotating-text-box .rotating-text{min-width:160px;font-size:.95rem}}@media (max-width: 768px){.hero .hero-title .rotating-text-box .rotating-text{min-width:140px;font-size:.9rem}}@media (max-width: 576px){.hero .hero-title .rotating-text-box .rotating-text{min-width:120px;font-size:.85rem}}@media (max-width: 350px){.hero .hero-title .rotating-text-box .rotating-text{min-width:100px;font-size:.8rem}}.hero .hero-title .rotating-text-box .cursor{position:absolute;right:-2px;top:0;bottom:0;width:2px;background:#0d47a1;animation:blink 1s step-end infinite}@media (max-width: 576px){.hero .hero-title .rotating-text-box .cursor{width:1.5px;right:-1.5px}}@media (max-width: 350px){.hero .hero-title .rotating-text-box .cursor{width:1px;right:-1px}}.hero .hero-description-container{margin-bottom:3rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}@media (max-width: 992px){.hero .hero-description-container{margin-bottom:2.7rem}}@media (max-width: 768px){.hero .hero-description-container{margin-bottom:2.5rem}}@media (max-width: 576px){.hero .hero-description-container{margin-bottom:2rem}}@media (max-width: 350px){.hero .hero-description-container{margin-bottom:1.8rem}}.hero .hero-description-container.animate{opacity:1;transform:translateY(0)}.hero .hero-description{font-size:1.1rem;font-family:Montserrat,sans-serif;line-height:1.6;color:#333c;max-width:600px;margin:0 auto}@media (max-width: 1200px){.hero .hero-description{font-size:1.08rem;max-width:580px}}@media (max-width: 992px){.hero .hero-description{font-size:1.05rem;max-width:550px}}@media (max-width: 768px){.hero .hero-description{font-size:1rem;max-width:500px;line-height:1.5}}@media (max-width: 576px){.hero .hero-description{font-size:.95rem;max-width:100%;line-height:1.4;padding:0 10px}}@media (max-width: 350px){.hero .hero-description{font-size:.9rem;line-height:1.4;padding:0 5px}}.hero .hero-cta{margin-bottom:4rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}@media (max-width: 992px){.hero .hero-cta{margin-bottom:3.5rem}}@media (max-width: 768px){.hero .hero-cta{margin-bottom:3rem}}@media (max-width: 576px){.hero .hero-cta{margin-bottom:2.5rem}}@media (max-width: 350px){.hero .hero-cta{margin-bottom:2rem}}.hero .hero-cta.animate{opacity:1;transform:translateY(0)}.hero .cta-button{position:relative;padding:16px 32px;background:#0d47a1;color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;overflow:hidden;transition:all .3s ease;min-width:200px;height:56px}@media (max-width: 1200px){.hero .cta-button{padding:15px 30px;min-width:190px;height:54px;font-size:.98rem}}@media (max-width: 992px){.hero .cta-button{padding:14px 28px;min-width:180px;height:52px;font-size:.95rem}}@media (max-width: 768px){.hero .cta-button{padding:12px 24px;min-width:160px;height:48px;font-size:.9rem}}@media (max-width: 576px){.hero .cta-button{padding:10px 20px;min-width:140px;height:44px;font-size:.85rem}}@media (max-width: 350px){.hero .cta-button{padding:8px 16px;min-width:120px;height:40px;font-size:.8rem}}.hero .cta-button:hover{background:#093272;transform:translateY(-2px);box-shadow:0 10px 25px #0d47a14d}@media (max-width: 576px){.hero .cta-button:hover{transform:translateY(-1px);box-shadow:0 6px 15px #0d47a14d}}@media (max-width: 350px){.hero .cta-button:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0d47a140}}.hero .cta-button .button-text,.hero .cta-button .button-text-hover{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .4s cubic-bezier(.175,.885,.32,1.275);white-space:nowrap}.hero .cta-button .button-text.flip-out{transform:translate(-50%,-100%);opacity:0}.hero .cta-button .button-text.flip-in{transform:translate(-50%,-50%);opacity:1}.hero .cta-button .button-text-hover.flip-out{transform:translate(-50%,100%);opacity:0}.hero .cta-button .button-text-hover.flip-in{transform:translate(-50%,-50%);opacity:1}.hero .hero-features{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}@media (max-width: 1200px){.hero .hero-features{gap:2.8rem}}@media (max-width: 992px){.hero .hero-features{gap:2.5rem}}@media (max-width: 768px){.hero .hero-features{gap:2rem}}@media (max-width: 576px){.hero .hero-features{gap:1.5rem;flex-direction:column}}@media (max-width: 350px){.hero .hero-features{gap:1rem}}.hero .hero-features.animate{opacity:1;transform:translateY(0)}.hero .feature-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;color:#333c;font-weight:500;font-size:.9rem;font-family:Montserrat,sans-serif;flex:1;min-width:120px;max-width:200px}@media (max-width: 1200px){.hero .feature-item{font-size:.88rem;gap:.7rem}}@media (max-width: 992px){.hero .feature-item{font-size:.85rem;gap:.6rem}}@media (max-width: 768px){.hero .feature-item{font-size:.8rem;gap:.5rem;min-width:100px;max-width:180px}}@media (max-width: 576px){.hero .feature-item{font-size:.9rem;gap:.75rem;min-width:150px;max-width:250px}}@media (max-width: 350px){.hero .feature-item{font-size:.85rem;gap:.6rem;min-width:120px;max-width:200px}}.hero .feature-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#0d47a11a;border-radius:12px;position:relative;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}@media (max-width: 992px){.hero .feature-icon{width:46px;height:46px}}@media (max-width: 768px){.hero .feature-icon{width:44px;height:44px}}@media (max-width: 576px){.hero .feature-icon{width:40px;height:40px}}@media (max-width: 350px){.hero .feature-icon{width:36px;height:36px}}.hero .feature-icon:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0d47a126}@media (max-width: 576px){.hero .feature-icon:hover{transform:translateY(-1px);box-shadow:0 6px 15px #0d47a11f}}.hero .clock-icon .clock-face{width:24px;height:24px;border:2px solid #0D47A1;border-radius:50%;position:relative}@media (max-width: 768px){.hero .clock-icon .clock-face{width:22px;height:22px}}@media (max-width: 350px){.hero .clock-icon .clock-face{width:20px;height:20px}}.hero .clock-icon .clock-hand{position:absolute;background:#0d47a1;border-radius:2px;transform-origin:bottom center;left:50%}.hero .clock-icon .hour-hand{width:2px;height:8px;top:4px;margin-left:-1px;animation:clockHour 8s linear infinite}@media (max-width: 350px){.hero .clock-icon .hour-hand{height:7px;top:3px}}.hero .clock-icon .minute-hand{width:1px;height:10px;top:2px;margin-left:-.5px;animation:clockMinute 2s linear infinite}@media (max-width: 350px){.hero .clock-icon .minute-hand{height:9px;top:1px}}.hero .dashboard-icon .dashboard-bars{display:flex;align-items:end;gap:3px;height:20px}@media (max-width: 350px){.hero .dashboard-icon .dashboard-bars{height:18px;gap:2px}}.hero .dashboard-icon .bar{width:4px;background:#00c853;border-radius:2px}@media (max-width: 350px){.hero .dashboard-icon .bar{width:3px}}.hero .dashboard-icon .bar1{height:60%;animation:barGrow1 2s ease-in-out infinite}.hero .dashboard-icon .bar2{height:100%;animation:barGrow2 2s ease-in-out infinite .3s}.hero .dashboard-icon .bar3{height:80%;animation:barGrow3 2s ease-in-out infinite .6s}.hero .refresh-icon .refresh-arrow{width:20px;height:20px;border:2px solid #FF6D00;border-top-color:transparent;border-radius:50%;animation:rotate 1.5s linear infinite}@media (max-width: 350px){.hero .refresh-icon .refresh-arrow{width:18px;height:18px}}.hero .refresh-icon .refresh-arrow:after{content:"";position:absolute;top:-6px;right:-2px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:6px solid #FF6D00}@media (max-width: 350px){.hero .refresh-icon .refresh-arrow:after{border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:5px solid #FF6D00;top:-5px}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes clockHour{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes clockMinute{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes barGrow1{0%,to{transform:scaleY(.6)}50%{transform:scaleY(1)}}@keyframes barGrow2{0%,to{transform:scaleY(1)}50%{transform:scaleY(.7)}}@keyframes barGrow3{0%,to{transform:scaleY(.8)}50%{transform:scaleY(1.2)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html[dir=rtl] .hero .hero-title,html[dir=rtl] .hero .hero-description,html[dir=rtl] .hero .status-badge,html[dir=rtl] .hero .feature-item{font-family:Cairo,Tajawal,IBM Plex Sans Arabic,sans-serif}html[dir=rtl] .hero .cta-button{font-family:Cairo,Tajawal,IBM Plex Sans Arabic,sans-serif;font-weight:600}.portfolio{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 0 100px;overflow:hidden;color:#333}@media (max-width: 992px){.portfolio{padding:100px 0 80px}}@media (max-width: 768px){.portfolio{padding:80px 0 60px;min-height:auto}}@media (max-width: 576px){.portfolio{padding:60px 0 40px}}.portfolio.rtl .section-header{direction:rtl;text-align:center}.portfolio.rtl .portfolio-details-wrapper{direction:ltr}.portfolio.rtl .portfolio-details-wrapper .portfolio-details{direction:rtl;text-align:right}@media (max-width: 576px){.portfolio.rtl .portfolio-details-wrapper .portfolio-details .coming-soon-description{text-align:right}}.portfolio.rtl .portfolio-categories-display .category-display-item{flex-direction:row-reverse}.portfolio.rtl .portfolio-categories-display .category-display-item .category-icon{margin-left:12px;margin-right:0}@media (max-width: 768px){.portfolio.rtl .portfolio-categories-display .category-display-item .category-icon{margin-left:10px}}@media (max-width: 576px){.portfolio.rtl .portfolio-categories-display .category-display-item .category-icon{margin-left:8px}}.portfolio.rtl .progress-text{text-align:right}.portfolio .container{position:relative;z-index:1;width:92%;max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 992px){.portfolio .container{width:94%;padding:0 18px}}@media (max-width: 768px){.portfolio .container{width:95%;padding:0 15px}}@media (max-width: 576px){.portfolio .container{width:96%;padding:0 12px}}@media (max-width: 350px){.portfolio .container{width:98%;padding:0 10px}}.portfolio .section-header{text-align:center;margin-bottom:4rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}@media (max-width: 992px){.portfolio .section-header{margin-bottom:3.5rem}}@media (max-width: 768px){.portfolio .section-header{margin-bottom:3rem}}@media (max-width: 576px){.portfolio .section-header{margin-bottom:2.5rem}}.portfolio .section-header.animate{opacity:1;transform:translateY(0)}.portfolio .section-header .section-title{font-size:2.5rem;font-weight:800;font-family:Poppins,sans-serif;margin-bottom:1.5rem;color:#333;position:relative;display:inline-block}@media (max-width: 1200px){.portfolio .section-header .section-title{font-size:2.3rem}}@media (max-width: 992px){.portfolio .section-header .section-title{font-size:2.1rem}}@media (max-width: 768px){.portfolio .section-header .section-title{font-size:1.9rem;margin-bottom:1.2rem}}@media (max-width: 576px){.portfolio .section-header .section-title{font-size:1.6rem;margin-bottom:1rem}}@media (max-width: 350px){.portfolio .section-header .section-title{font-size:1.4rem}}.portfolio .section-header .section-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#3333;border-radius:1px;animation:titleUnderline 2s ease-out}@media (max-width: 768px){.portfolio .section-header .section-title:after{width:50px;height:2px;bottom:-12px}}@media (max-width: 576px){.portfolio .section-header .section-title:after{width:40px;bottom:-8px}}.portfolio .section-header .section-subtitle{font-size:1.1rem;font-family:Montserrat,sans-serif;line-height:1.6;color:#333c;max-width:700px;margin:0 auto}@media (max-width: 1200px){.portfolio .section-header .section-subtitle{font-size:1.08rem}}@media (max-width: 992px){.portfolio .section-header .section-subtitle{font-size:1.05rem;max-width:600px}}@media (max-width: 768px){.portfolio .section-header .section-subtitle{font-size:1rem;max-width:550px}}@media (max-width: 576px){.portfolio .section-header .section-subtitle{font-size:.95rem;max-width:100%;padding:0 10px}}@media (max-width: 350px){.portfolio .section-header .section-subtitle{font-size:.9rem}}.portfolio .portfolio-carousel{display:flex;flex-direction:column;gap:2rem}@media (min-width: 992px){.portfolio .portfolio-carousel{flex-direction:row;align-items:stretch;gap:2.5rem}}@media (max-width: 576px){.portfolio .portfolio-carousel{gap:1.5rem}}.portfolio .portfolio-details-container{flex:1;overflow:hidden;border-radius:12px;background:#fffffff2;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);box-shadow:0 25px 70px #0000001f;border:1px solid rgba(51,51,51,.08);position:relative;opacity:0;transform:translate(30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}@media (max-width: 768px){.portfolio .portfolio-details-container{border-radius:10px;box-shadow:0 20px 50px #0000001a}}@media (max-width: 576px){.portfolio .portfolio-details-container{border-radius:8px;box-shadow:0 15px 40px #00000014}}.portfolio .portfolio-details-container.animate{opacity:1;transform:translate(0)}.portfolio .portfolio-details-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d,#0d47a105);pointer-events:none;border-radius:inherit}.portfolio .portfolio-details-wrapper{display:flex;transition:transform .7s cubic-bezier(.175,.885,.32,1.275);height:100%;position:relative;z-index:1}.portfolio .portfolio-details{min-width:100%;display:flex;flex-direction:column;height:100%}.portfolio .coming-soon-container{display:flex;justify-content:center;align-items:center;flex:1;min-height:60vh}@media (max-width: 576px){.portfolio .coming-soon-container{min-height:50vh}}.portfolio .coming-soon-content{padding:3rem;text-align:center;max-width:800px;width:100%;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px}@media (max-width: 992px){.portfolio .coming-soon-content{padding:2.5rem}}@media (max-width: 768px){.portfolio .coming-soon-content{padding:2.2rem;gap:25px}}@media (max-width: 576px){.portfolio .coming-soon-content{padding:2rem 1rem;gap:20px}}@media (max-width: 350px){.portfolio .coming-soon-content{padding:1.8rem .9rem}}.portfolio .coming-soon-content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#00c85305,#0d47a105);z-index:-1}.portfolio .coming-soon-icon{position:relative;display:inline-block;width:100%;margin:20px 0 40px}.portfolio .coming-soon-icon .icon-wrapper{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#00c853,#0d47a1);display:flex;align-items:center;justify-content:center;position:relative;z-index:2;animation:iconBounce 3s infinite ease-in-out;margin:0 auto}@media (max-width: 768px){.portfolio .coming-soon-icon .icon-wrapper{width:100px;height:100px}}@media (max-width: 576px){.portfolio .coming-soon-icon .icon-wrapper{width:80px;height:80px}}.portfolio .coming-soon-icon .icon-wrapper i{font-size:48px;color:#fff;animation:iconFloat 3s ease-in-out infinite}@media (max-width: 768px){.portfolio .coming-soon-icon .icon-wrapper i{font-size:40px}}@media (max-width: 576px){.portfolio .coming-soon-icon .icon-wrapper i{font-size:32px}}.portfolio .coming-soon-icon .pulse-rings{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.portfolio .coming-soon-icon .pulse-rings .pulse-ring{position:absolute;border:3px solid rgba(0,200,83,.3);border-radius:50%;animation:pulse 2s infinite}.portfolio .coming-soon-icon .pulse-rings .pulse-ring.ring-1{width:140px;height:140px;top:-70px;left:-70px;animation-delay:0s}@media (max-width: 768px){.portfolio .coming-soon-icon .pulse-rings .pulse-ring.ring-1{width:120px;height:120px;top:-60px;left:-60px}}@media (max-width: 576px){.portfolio .coming-soon-icon .pulse-rings .pulse-ring.ring-1{width:100px;height:100px;top:-50px;left:-50px}}.portfolio .coming-soon-icon .pulse-rings .pulse-ring.ring-2{width:170px;height:170px;top:-85px;left:-85px;animation-delay:.7s}@media (max-width: 768px){.portfolio .coming-soon-icon .pulse-rings .pulse-ring.ring-2{width:150px;height:150px;top:-75px;left:-75px}}@media (max-width: 576px){.portfolio .coming-soon-icon .pulse-rings .pulse-ring.ring-2{width:130px;height:130px;top:-65px;left:-65px}}.portfolio .coming-soon-icon .pulse-rings .pulse-ring.ring-3{width:200px;height:200px;top:-100px;left:-100px;animation-delay:1.4s}@media (max-width: 768px){.portfolio .coming-soon-icon .pulse-rings .pulse-ring.ring-3{width:180px;height:180px;top:-90px;left:-90px}}@media (max-width: 576px){.portfolio .coming-soon-icon .pulse-rings .pulse-ring.ring-3{width:160px;height:160px;top:-80px;left:-80px}}.portfolio .coming-soon-title{font-size:2rem;font-weight:700;font-family:Poppins,sans-serif;color:#0d47a1;margin:0}@media (max-width: 992px){.portfolio .coming-soon-title{font-size:1.9rem}}@media (max-width: 768px){.portfolio .coming-soon-title{font-size:1.7rem}}@media (max-width: 576px){.portfolio .coming-soon-title{font-size:1.5rem}}@media (max-width: 350px){.portfolio .coming-soon-title{font-size:1.4rem}}.portfolio .coming-soon-description{font-size:1.15rem;font-family:Montserrat,sans-serif;line-height:1.7;color:#333333d9;max-width:600px;margin:0 auto}@media (max-width: 992px){.portfolio .coming-soon-description{font-size:1.1rem}}@media (max-width: 768px){.portfolio .coming-soon-description{font-size:1.05rem;line-height:1.6}}@media (max-width: 576px){.portfolio .coming-soon-description{font-size:1rem}}@media (max-width: 350px){.portfolio .coming-soon-description{font-size:.95rem}}.portfolio .portfolio-categories-display{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.2rem;justify-content:center;width:100%;max-width:600px;margin:0 auto}@media (min-width: 1200px){.portfolio .portfolio-categories-display{grid-template-columns:repeat(2,1fr);max-width:600px}}@media (max-width: 992px) and (min-width: 768px){.portfolio .portfolio-categories-display{grid-template-columns:repeat(2,1fr);max-width:500px;gap:1rem}}@media (max-width: 768px) and (min-width: 576px){.portfolio .portfolio-categories-display{grid-template-columns:repeat(2,1fr);max-width:450px;gap:1rem}}@media (max-width: 576px){.portfolio .portfolio-categories-display{grid-template-columns:1fr;gap:.8rem}}.portfolio .portfolio-categories-display .category-display-item{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;padding:1rem 1.5rem;background:linear-gradient(135deg,#fffffff2,#fffc,#f6f8fde6);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:8px;transition:all .5s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(51,51,51,.06);overflow:hidden;min-height:60px;width:100%}@media (max-width: 768px){.portfolio .portfolio-categories-display .category-display-item{padding:.9rem 1.3rem;gap:10px;min-height:55px}}@media (max-width: 576px){.portfolio .portfolio-categories-display .category-display-item{padding:.8rem 1.1rem;gap:8px;min-height:50px;justify-content:flex-start}}.portfolio .portfolio-categories-display .category-display-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,200,83,.1),transparent);transition:left .6s ease}.portfolio .portfolio-categories-display .category-display-item:hover{transform:translateY(-5px) scale(1.03);background:#fff;box-shadow:0 15px 40px #0000001f;border-color:#00c8534d}.portfolio .portfolio-categories-display .category-display-item:hover:before{left:100%}.portfolio .portfolio-categories-display .category-display-item:hover .category-icon{transform:scale(1.1) rotate(5deg)}@media (max-width: 576px){.portfolio .portfolio-categories-display .category-display-item:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 10px 25px #0000001a}}.portfolio .portfolio-categories-display .category-display-item .category-icon{width:32px;height:32px;border-radius:6px;background:linear-gradient(135deg,#0d47a126,#0d47a114);display:flex;align-items:center;justify-content:center;transition:all .4s ease;box-shadow:0 4px 15px #0d47a133;flex-shrink:0}@media (max-width: 768px){.portfolio .portfolio-categories-display .category-display-item .category-icon{width:28px;height:28px}}@media (max-width: 576px){.portfolio .portfolio-categories-display .category-display-item .category-icon{width:24px;height:24px}}.portfolio .portfolio-categories-display .category-display-item .category-icon i{font-size:14px;color:#0d47a1}@media (max-width: 768px){.portfolio .portfolio-categories-display .category-display-item .category-icon i{font-size:13px}}@media (max-width: 576px){.portfolio .portfolio-categories-display .category-display-item .category-icon i{font-size:12px}}.portfolio .portfolio-categories-display .category-display-item span{font-size:1rem;font-weight:600;font-family:Poppins,sans-serif;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;text-align:center}@media (min-width: 1200px){.portfolio .portfolio-categories-display .category-display-item span{white-space:normal;overflow:visible}}@media (max-width: 768px){.portfolio .portfolio-categories-display .category-display-item span{font-size:.95rem}}@media (max-width: 576px){.portfolio .portfolio-categories-display .category-display-item span{font-size:.9rem;text-align:left}}@media (max-width: 350px){.portfolio .portfolio-categories-display .category-display-item span{font-size:.85rem}}.portfolio .progress-indicator{width:100%}.portfolio .progress-indicator .progress-bar{width:100%;max-width:400px;height:8px;background-color:#0d47a11a;border-radius:10px;overflow:hidden;margin:0 auto 15px;position:relative}@media (max-width: 576px){.portfolio .progress-indicator .progress-bar{height:6px;margin-bottom:12px}}.portfolio .progress-indicator .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#00c853,#0d47a1);border-radius:10px;width:0%;animation:progressLoad 3s ease-in-out infinite;position:relative}.portfolio .progress-indicator .progress-bar .progress-fill:after{content:"";position:absolute;top:0;right:0;width:20px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3));animation:shimmer 2s infinite}.portfolio .progress-indicator .progress-text{font-size:1rem;font-family:Montserrat,sans-serif;color:#333333b3;font-weight:500}@media (max-width: 576px){.portfolio .progress-indicator .progress-text{font-size:.9rem}}@keyframes pulse{0%{transform:scale(.8);opacity:1}to{transform:scale(1.2);opacity:0}}@keyframes iconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes progressLoad{0%{width:0%}50%{width:75%}to{width:0%}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}html[dir=rtl] .portfolio .section-title,html[dir=rtl] .portfolio .section-subtitle,html[dir=rtl] .portfolio .portfolio-selector h3,html[dir=rtl] .portfolio .coming-soon-title,html[dir=rtl] .portfolio .coming-soon-description,html[dir=rtl] .portfolio .category-display-item span,html[dir=rtl] .portfolio .progress-text{font-family:Cairo,Tajawal,IBM Plex Sans Arabic,sans-serif}@media (max-width: 350px){.portfolio .section-header .section-title{font-size:1.4rem}.portfolio .coming-soon-title{font-size:1.3rem}}.services{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 0 100px;overflow:hidden;color:#333}@media (max-width: 992px){.services{padding:100px 0 80px}}@media (max-width: 768px){.services{padding:80px 0 60px;min-height:auto}}@media (max-width: 576px){.services{padding:60px 0 40px}}.services.rtl .section-header{direction:rtl;text-align:center}.services.rtl .service-details-wrapper{direction:ltr}.services.rtl .service-details-wrapper .service-details{direction:rtl;text-align:right}@media (max-width: 576px){.services.rtl .service-details-wrapper .service-details .service-description{text-align:right}}@media (max-width: 576px){.services.rtl .service-details-wrapper .service-details .service-cta{justify-content:flex-start}}@media (min-width: 992px){.services.rtl .service-selectors .service-selector{text-align:right}.services.rtl .service-selectors .service-selector .selector-icon{margin:0 0 0 15px}}@media (min-width: 576px){.services.rtl .service-header .service-icon{margin-right:0!important;margin-left:20px}}@media (min-width: 576px) and (max-width: 768px){.services.rtl .service-header .service-icon{margin-left:15px}}.services.rtl .feature-card .feature-icon{margin-right:0!important;margin-left:15px}@media (max-width: 576px){.services.rtl .feature-card .feature-icon{margin-left:12px}}.services .container{position:relative;z-index:1;width:92%;max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 992px){.services .container{width:94%;padding:0 18px}}@media (max-width: 768px){.services .container{width:95%;padding:0 15px}}@media (max-width: 576px){.services .container{width:96%;padding:0 12px}}@media (max-width: 350px){.services .container{width:98%;padding:0 10px}}.services .section-header{text-align:center;margin-bottom:4rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}@media (max-width: 992px){.services .section-header{margin-bottom:3.5rem}}@media (max-width: 768px){.services .section-header{margin-bottom:3rem}}@media (max-width: 576px){.services .section-header{margin-bottom:2.5rem}}.services .section-header.animate{opacity:1;transform:translateY(0)}.services .section-header .section-title{font-size:2.5rem;font-weight:800;font-family:Poppins,sans-serif;margin-bottom:1.5rem;color:#333;position:relative;display:inline-block}@media (max-width: 1200px){.services .section-header .section-title{font-size:2.3rem}}@media (max-width: 992px){.services .section-header .section-title{font-size:2.1rem}}@media (max-width: 768px){.services .section-header .section-title{font-size:1.9rem;margin-bottom:1.2rem}}@media (max-width: 576px){.services .section-header .section-title{font-size:1.6rem;margin-bottom:1rem}}@media (max-width: 350px){.services .section-header .section-title{font-size:1.4rem}}.services .section-header .section-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#3333;border-radius:1px;animation:titleUnderline 2s ease-out}@media (max-width: 768px){.services .section-header .section-title:after{width:50px;height:2px;bottom:-12px}}@media (max-width: 576px){.services .section-header .section-title:after{width:40px;bottom:-8px}}.services .section-header .section-subtitle{font-size:1.1rem;font-family:Montserrat,sans-serif;line-height:1.6;color:#333c;max-width:700px;margin:0 auto}@media (max-width: 1200px){.services .section-header .section-subtitle{font-size:1.08rem}}@media (max-width: 992px){.services .section-header .section-subtitle{font-size:1.05rem;max-width:600px}}@media (max-width: 768px){.services .section-header .section-subtitle{font-size:1rem;max-width:550px}}@media (max-width: 576px){.services .section-header .section-subtitle{font-size:.95rem;max-width:100%;padding:0 10px}}@media (max-width: 350px){.services .section-header .section-subtitle{font-size:.9rem}}.services .services-carousel{display:flex;flex-direction:column;gap:2rem}@media (min-width: 992px){.services .services-carousel{flex-direction:row;align-items:stretch;gap:2.5rem}}@media (max-width: 576px){.services .services-carousel{gap:1.5rem}}.services .service-selectors{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;opacity:0;transform:translate(-30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}@media (min-width: 992px){.services .service-selectors{flex-direction:column;justify-content:flex-start;width:320px;flex-wrap:nowrap;flex-shrink:0;gap:1.5rem}}@media (max-width: 768px){.services .service-selectors{gap:.8rem}}@media (max-width: 576px){.services .service-selectors{gap:.6rem}}.services .service-selectors.animate{opacity:1;transform:translate(0)}.services .service-selectors .service-selector{position:relative;padding:1.2rem 1.4rem;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:10px;text-align:center;cursor:pointer;transition:all .5s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 32px #00000014;border:2px solid rgba(51,51,51,.05);flex:1;min-width:140px;max-width:220px;overflow:hidden}@media (min-width: 992px){.services .service-selectors .service-selector{display:flex;align-items:center;text-align:left;padding:1.5rem 1.8rem;max-width:none;min-width:auto}}@media (max-width: 768px){.services .service-selectors .service-selector{padding:1rem 1.2rem;min-width:140px;max-width:200px}}@media (max-width: 576px){.services .service-selectors .service-selector{padding:.9rem 1rem;min-width:140px;max-width:180px}}@media (max-width: 350px){.services .service-selectors .service-selector{min-width:48%;max-width:48%;padding:.8rem .9rem}}.services .service-selectors .service-selector:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);transition:left .8s ease}.services .service-selectors .service-selector:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 20px 50px #00000026;border-color:#0d47a126}.services .service-selectors .service-selector:hover:before{left:100%}.services .service-selectors .service-selector:hover .selector-icon{transform:scale(1.1) rotate(5deg)}@media (max-width: 576px){.services .service-selectors .service-selector:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 12px 30px #0000001f}}.services .service-selectors .service-selector.active{border-color:#00c853;background:linear-gradient(135deg,#00c8531f,#0d47a114,#ffffffe6);box-shadow:0 20px 50px #00c85340;transform:translateY(-5px) scale(1.02)}.services .service-selectors .service-selector.active .selector-icon{background:linear-gradient(135deg,#0d47a1,#093272);box-shadow:0 8px 25px #0d47a166;transform:scale(1.1)}.services .service-selectors .service-selector.active .selector-icon i{color:#fff}.services .service-selectors .service-selector.active .selector-icon .icon-glow{display:none}.services .service-selectors .service-selector.active .selector-content h3{color:#0d47a1;font-weight:700}.services .service-selectors .service-selector.active .selector-indicator{width:100%;background:linear-gradient(90deg,#00c853,#0d47a1)}.services .service-selectors .service-selector .selector-icon{position:relative;width:56px;height:56px;border-radius:8px;background:linear-gradient(135deg,#0d47a11a,#0d47a10d);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;transition:all .5s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 6px 20px #00000014}@media (min-width: 992px){.services .service-selectors .service-selector .selector-icon{margin:0 1rem 0 0;width:52px;height:52px}}@media (max-width: 768px){.services .service-selectors .service-selector .selector-icon{width:48px;height:48px;margin-bottom:.8rem}}@media (max-width: 576px){.services .service-selectors .service-selector .selector-icon{width:44px;height:44px;margin-bottom:.7rem}}@media (max-width: 350px){.services .service-selectors .service-selector .selector-icon{width:40px;height:40px}}.services .service-selectors .service-selector .selector-icon i{font-size:1.3rem;color:#0d47a1;transition:all .3s ease;z-index:2;position:relative}@media (max-width: 576px){.services .service-selectors .service-selector .selector-icon i{font-size:1.2rem}}@media (max-width: 350px){.services .service-selectors .service-selector .selector-icon i{font-size:1.1rem}}.services .service-selectors .service-selector .selector-icon .icon-glow{display:none}.services .service-selectors .service-selector .selector-content{flex:1}.services .service-selectors .service-selector .selector-content h3{font-size:1.1rem;font-weight:600;font-family:Poppins,sans-serif;transition:all .3s ease;color:#333;margin:0 0 .5rem}@media (min-width: 992px){.services .service-selectors .service-selector .selector-content h3{font-size:1.15rem}}@media (max-width: 768px){.services .service-selectors .service-selector .selector-content h3{font-size:1.05rem}}@media (max-width: 576px){.services .service-selectors .service-selector .selector-content h3{font-size:1rem}}@media (max-width: 350px){.services .service-selectors .service-selector .selector-content h3{font-size:.95rem}}.services .service-selectors .service-selector .selector-content .selector-indicator{width:0;height:3px;background:linear-gradient(90deg,#00c8534d,#0d47a14d);border-radius:2px;transition:width .4s ease;margin:0 auto}@media (min-width: 992px){.services .service-selectors .service-selector .selector-content .selector-indicator{margin:0}}.services .service-details-container{flex:1;overflow:hidden;border-radius:12px;background:#fffffff2;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);box-shadow:0 25px 70px #0000001f;border:1px solid rgba(51,51,51,.08);position:relative;opacity:0;transform:translate(30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}@media (max-width: 768px){.services .service-details-container{border-radius:10px;box-shadow:0 20px 50px #0000001a}}@media (max-width: 576px){.services .service-details-container{border-radius:8px;box-shadow:0 15px 40px #00000014}}.services .service-details-container.animate{opacity:1;transform:translate(0)}.services .service-details-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d,#0d47a105);pointer-events:none;border-radius:inherit}.services .service-details-wrapper{display:flex;transition:transform .7s cubic-bezier(.175,.885,.32,1.275);height:100%;position:relative;z-index:1}.services .service-details{min-width:100%;padding:3rem;display:flex;flex-direction:column}@media (max-width: 992px){.services .service-details{padding:2.5rem}}@media (max-width: 768px){.services .service-details{padding:2.2rem}}@media (max-width: 576px){.services .service-details{padding:2rem 1rem}}@media (max-width: 350px){.services .service-details{padding:1.8rem .9rem}}.services .service-details .service-header{display:flex;align-items:center;margin-bottom:2.5rem;position:relative}@media (max-width: 768px){.services .service-details .service-header{margin-bottom:2rem}}@media (max-width: 576px){.services .service-details .service-header{margin-bottom:1.8rem;flex-direction:column;text-align:center}}.services .service-details .service-header .service-icon{position:relative;width:80px;height:80px;border-radius:10px;background:linear-gradient(135deg,#0d47a1,#07285a);display:flex;align-items:center;justify-content:center;margin-right:2rem;box-shadow:0 15px 40px #0d47a14d;overflow:hidden}@media (max-width: 992px){.services .service-details .service-header .service-icon{width:75px;height:75px}}@media (max-width: 768px){.services .service-details .service-header .service-icon{width:70px;height:70px;margin-right:1.5rem}}@media (max-width: 576px){.services .service-details .service-header .service-icon{margin-right:0;margin-bottom:1.2rem}}@media (max-width: 350px){.services .service-details .service-header .service-icon{width:65px;height:65px}}.services .service-details .service-header .service-icon i{font-size:2rem;color:#fff;position:relative;z-index:2;animation:iconFloat 3s ease-in-out infinite}@media (max-width: 768px){.services .service-details .service-header .service-icon i{font-size:1.8rem}}@media (max-width: 350px){.services .service-details .service-header .service-icon i{font-size:1.6rem}}.services .service-details .service-header .service-icon .icon-background{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .8s ease}.services .service-details .service-header .service-icon:hover .icon-background{left:100%}.services .service-details .service-header .header-content{flex:1}.services .service-details .service-header .header-content h3{font-size:2rem;font-weight:700;font-family:Poppins,sans-serif;color:#0d47a1;margin:0}@media (max-width: 992px){.services .service-details .service-header .header-content h3{font-size:1.9rem}}@media (max-width: 768px){.services .service-details .service-header .header-content h3{font-size:1.7rem}}@media (max-width: 576px){.services .service-details .service-header .header-content h3{font-size:1.5rem}}@media (max-width: 350px){.services .service-details .service-header .header-content h3{font-size:1.4rem}}.services .service-details .service-description{font-size:1.15rem;font-family:Montserrat,sans-serif;line-height:1.7;color:#333333d9;margin-bottom:2.5rem}@media (max-width: 992px){.services .service-details .service-description{font-size:1.1rem;margin-bottom:2.2rem}}@media (max-width: 768px){.services .service-details .service-description{font-size:1.05rem;line-height:1.6;margin-bottom:2rem}}@media (max-width: 576px){.services .service-details .service-description{text-align:center;margin-bottom:1.8rem;font-size:1rem}}@media (max-width: 350px){.services .service-details .service-description{font-size:.95rem}}.services .service-details .service-features-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-bottom:2.5rem}@media (min-width: 768px) and (max-width: 1200px){.services .service-details .service-features-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}}@media (min-width: 1200px){.services .service-details .service-features-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem}}@media (max-width: 576px){.services .service-details .service-features-grid{grid-template-columns:repeat(1,1fr);margin-bottom:2rem;gap:1rem}}.services .service-details .service-features-grid .feature-card{position:relative;background:linear-gradient(135deg,#fffffff2,#fffc,#f6f8fde6);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:8px;padding:1.2rem;display:flex;align-items:center;transition:all .5s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(51,51,51,.06);overflow:hidden}@media (max-width: 768px){.services .service-details .service-features-grid .feature-card{padding:1.1rem}}@media (max-width: 576px){.services .service-details .service-features-grid .feature-card{padding:1rem;border-radius:6px}}.services .service-details .service-features-grid .feature-card .feature-line{position:absolute;bottom:0;left:0;width:0;height:3px;background:linear-gradient(90deg,#00c853,#0d47a1);transition:width .4s ease;border-radius:0 0 4px 4px}.services .service-details .service-features-grid .feature-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,200,83,.1),transparent);transition:left .6s ease}.services .service-details .service-features-grid .feature-card:hover{transform:translateY(-8px) scale(1.03);background:#fff;box-shadow:0 20px 50px #0000001f;border-color:#00c8534d}.services .service-details .service-features-grid .feature-card:hover:before{left:100%}.services .service-details .service-features-grid .feature-card:hover .feature-line{width:100%}.services .service-details .service-features-grid .feature-card:hover .feature-icon{transform:scale(1.2) rotate(5deg)}.services .service-details .service-features-grid .feature-card:hover .feature-icon .feature-glow{opacity:1;transform:scale(1.8)}@media (max-width: 576px){.services .service-details .service-features-grid .feature-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 12px 30px #0000001a}}.services .service-details .service-features-grid .feature-card .feature-icon{position:relative;width:44px;height:44px;border-radius:6px;background:linear-gradient(135deg,#00c85326,#00c85314);display:flex;align-items:center;justify-content:center;margin-right:1.2rem;flex-shrink:0;box-shadow:0 6px 20px #00c85340;transition:all .4s ease;overflow:hidden}@media (max-width: 768px){.services .service-details .service-features-grid .feature-card .feature-icon{width:40px;height:40px;margin-right:1rem}}@media (max-width: 576px){.services .service-details .service-features-grid .feature-card .feature-icon{width:36px;height:36px;margin-right:.9rem}}.services .service-details .service-features-grid .feature-card .feature-icon i{color:#00c853;font-size:1.1rem;z-index:2;position:relative}@media (max-width: 576px){.services .service-details .service-features-grid .feature-card .feature-icon i{font-size:1rem}}.services .service-details .service-features-grid .feature-card .feature-icon .feature-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;background:radial-gradient(circle,rgba(0,200,83,.4),transparent);border-radius:50%;opacity:0;transition:all .4s ease}.services .service-details .service-features-grid .feature-card p{margin:0;font-weight:500;font-family:Montserrat,sans-serif;color:#333;font-size:1rem;flex:1}@media (max-width: 576px){.services .service-details .service-features-grid .feature-card p{font-size:.95rem}}@media (max-width: 350px){.services .service-details .service-features-grid .feature-card p{font-size:.9rem}}.services .service-details .service-cta{margin-top:auto;display:flex;gap:1.2rem;flex-wrap:wrap}@media (max-width: 576px){.services .service-details .service-cta{justify-content:center;gap:1rem}}@media (max-width: 350px){.services .service-details .service-cta{flex-direction:column;gap:1rem}}.services .service-details .service-cta a{position:relative;display:inline-block;padding:16px 32px;border-radius:50px;font-weight:600;font-family:Poppins,sans-serif;text-decoration:none;cursor:pointer;transition:all .5s cubic-bezier(.175,.885,.32,1.275);text-align:center;font-size:1rem;overflow:hidden}@media (max-width: 768px){.services .service-details .service-cta a{padding:14px 28px;font-size:.95rem}}@media (max-width: 576px){.services .service-details .service-cta a{padding:12px 24px;font-size:.9rem}}@media (max-width: 350px){.services .service-details .service-cta a{padding:11px 22px}}.services .service-details .service-cta a .button-text{position:relative;z-index:2;transition:all .3s ease}.services .service-details .service-cta a .button-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.3),transparent);transition:all .4s ease;opacity:0}.services .service-details .service-cta a.btn-primary{background:linear-gradient(135deg,#0d47a1,#093272);color:#fff;box-shadow:0 12px 30px #0d47a14d}.services .service-details .service-cta a.btn-primary:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 20px 40px #0d47a166;background:linear-gradient(135deg,#0b3d89,#07285a)}.services .service-details .service-cta a.btn-primary:hover .button-glow{opacity:1;transform:translate(-50%,-50%) scale(2)}@media (max-width: 576px){.services .service-details .service-cta a.btn-primary:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 15px 30px #0d47a159}}.services .service-details .service-cta a.btn-secondary{background:#ffffffe6;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#0d47a1;border:2px solid rgba(13,71,161,.3);box-shadow:0 12px 30px #00000014}.services .service-details .service-cta a.btn-secondary:hover{background:#0d47a114;transform:translateY(-5px) scale(1.05);border-color:#0d47a1;box-shadow:0 20px 40px #0d47a133}@media (max-width: 576px){.services .service-details .service-cta a.btn-secondary:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 15px 30px #0d47a126}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}html[dir=rtl] .services .section-title,html[dir=rtl] .services .section-subtitle,html[dir=rtl] .services .service-selector h3,html[dir=rtl] .services .service-details h3,html[dir=rtl] .services .service-description,html[dir=rtl] .services .feature-card p,html[dir=rtl] .services .service-cta a{font-family:Cairo,Tajawal,IBM Plex Sans Arabic,sans-serif}html[dir=rtl] .services .service-cta a{font-weight:600}@media (max-width: 350px){.services .section-header .section-title{font-size:1.4rem}.services .service-selectors .service-selector{min-width:100%;max-width:100%}.services .service-details .service-header h3{font-size:1.3rem}}.testimonials{position:relative;padding:120px 0;overflow:hidden;background:linear-gradient(135deg,#0d47a1,#00c853ab)}.testimonials .testimonials-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.testimonials .testimonials-background .shape{position:absolute;border-radius:50%;opacity:.05}.testimonials .testimonials-background .shape-1{top:10%;right:10%;width:150px;height:150px;background:#fff;animation:float 15s infinite alternate ease-in-out}.testimonials .testimonials-background .shape-2{bottom:15%;left:5%;width:200px;height:200px;background:#fff;animation:float 20s infinite alternate-reverse ease-in-out}.testimonials .testimonials-background .shape-3{top:50%;right:20%;width:100px;height:100px;background:#fff;animation:float 12s infinite alternate ease-in-out}.testimonials .testimonials-background .shape-4{bottom:30%;right:40%;width:80px;height:80px;background:#fff;animation:float 18s infinite alternate-reverse ease-in-out}@keyframes float{0%{transform:translateY(0) scale(1)}to{transform:translateY(30px) scale(1.05)}}.testimonials .container{position:relative;z-index:1}.testimonials .section-title{font-size:3rem;font-weight:700;margin-bottom:50px;color:#fff;text-align:center;position:relative}@media (max-width: 768px){.testimonials .section-title{font-size:2.5rem;margin-bottom:50px}}@media (max-width: 576px){.testimonials .section-title{font-size:2rem;margin-bottom:40px}}.testimonials .section-title:after{content:"";position:absolute;width:80px;height:4px;background:linear-gradient(90deg,#00c853,#7ed4a4);bottom:-15px;left:50%;transform:translate(-50%);border-radius:2px}.testimonials .testimonials-carousel{position:relative;max-width:800px;margin:0 auto;overflow:visible}.testimonials .testimonials-wrapper{display:flex;transition:transform .5s ease}.testimonials .testimonial-item{min-width:100%;padding:20px;display:flex;flex-direction:column;transform-origin:center bottom;transition:all .5s ease;opacity:.7;transform:scale(.9)}@media (max-width: 768px){.testimonials .testimonial-item{padding:5px}}.testimonials .testimonial-item.active{opacity:1;transform:scale(1)}.testimonials .testimonial-content{background-color:#fff;padding:40px;border-radius:20px;box-shadow:0 15px 40px #00000026;position:relative;margin-bottom:40px;transition:all .3s ease}.testimonials .testimonial-content:hover{transform:translateY(-5px);box-shadow:0 20px 50px #0003}.testimonials .testimonial-content:after{content:"";position:absolute;bottom:-15px;left:50px;width:30px;height:30px;background-color:#fff;transform:rotate(45deg);box-shadow:5px 5px 10px #00000014}.testimonials .testimonial-content .quote-icon{position:absolute;top:-20px;left:40px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0d47a1,#00c853);color:#fff;border-radius:50%;font-size:1.5rem;box-shadow:0 5px 15px #0d47a14d}.testimonials .testimonial-content p{font-style:italic;margin:10px 0 20px;line-height:1.8;color:#333333e6;font-size:1.05rem}.testimonials .testimonial-content .testimonial-rating{display:flex;margin-top:15px}.testimonials .testimonial-content .testimonial-rating i{color:#ddd;font-size:1.2rem;margin-right:5px;transition:all .3s ease}.testimonials .testimonial-content .testimonial-rating i.active{color:gold}.testimonials .testimonial-author{display:flex;align-items:center;padding-left:50px}.testimonials .testimonial-author .author-image{width:70px;height:70px;border-radius:50%;overflow:hidden;margin-right:20px;border:4px solid #ffffff;box-shadow:0 5px 15px #0000001a;transition:all .3s ease}.testimonials .testimonial-author .author-image:hover{transform:scale(1.1);border-color:#00c853}.testimonials .testimonial-author .author-image img{width:100%;height:100%;object-fit:cover}.testimonials .testimonial-author .author-info h4{margin-bottom:5px;color:#fff;font-size:1.2rem;font-weight:600}.testimonials .testimonial-author .author-info p{font-size:.9rem;color:#fffc}.testimonials .carousel-controls{display:flex;flex-direction:column;align-items:center;margin-top:50px;position:relative}.testimonials .carousel-dots{display:flex;justify-content:center;gap:15px;margin-bottom:30px;position:relative;z-index:1}.testimonials .carousel-dots .dot{width:40px;height:8px;border-radius:4px;background-color:#fff3;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.testimonials .carousel-dots .dot:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#00c853,#16ff76);transform:translate(-100%);transition:transform .4s ease}.testimonials .carousel-dots .dot.active{width:60px}.testimonials .carousel-dots .dot.active:after{transform:translate(0)}.testimonials .carousel-dots .dot:hover:not(.active){background-color:#fff6;transform:scaleY(1.5)}.testimonials .carousel-arrows{display:flex;justify-content:center;gap:20px;margin-top:20px;z-index:1;position:relative}.testimonials .carousel-arrows button{width:60px;height:60px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.testimonials .carousel-arrows button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0d47a1,#00c853);opacity:0;transition:opacity .3s ease;z-index:-1}.testimonials .carousel-arrows button i{position:relative;z-index:2;transition:all .3s ease}.testimonials .carousel-arrows button:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0003}.testimonials .carousel-arrows button:hover:before{opacity:1}.testimonials .carousel-arrows button:hover i{transform:scale(1.2)}.testimonials .carousel-arrows button:active{transform:translateY(0)}.testimonials .carousel-arrows button.arrow-next{animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #00c85366}70%{box-shadow:0 0 0 10px #00c85300}to{box-shadow:0 0 #00c85300}}.process{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 0 100px;overflow:hidden;color:#333}@media (max-width: 992px){.process{padding:100px 0 80px}}@media (max-width: 768px){.process{padding:80px 0 60px;min-height:auto}}@media (max-width: 576px){.process{padding:60px 0 40px}}@media (max-width: 480px){.process{padding:50px 0 30px}}.process.rtl .section-header{direction:rtl;text-align:center}.process.rtl .process-content{direction:rtl}.process.rtl .process-step .step-content .step-header .step-icon{margin-right:0;margin-left:1.5rem}@media (max-width: 768px){.process.rtl .process-step .step-content .step-header .step-icon{margin-left:1.2rem}}@media (max-width: 576px){.process.rtl .process-step .step-content .step-header .step-icon{margin-left:0;margin-bottom:.8rem}}.process.rtl .process-step .step-content .step-deliverables li i{margin-right:0;margin-left:.8rem}.process.rtl .step-connector{right:2.75rem;left:auto}@media (max-width: 576px){.process.rtl .step-connector{right:50%;left:auto;transform:translate(50%)}}.process.rtl .step-number{margin-right:0;margin-left:2rem}@media (max-width: 576px){.process.rtl .step-number{margin-left:0;margin-bottom:1.5rem}}.process .container{position:relative;z-index:1;width:92%;max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 992px){.process .container{width:94%;padding:0 18px}}@media (max-width: 768px){.process .container{width:95%;padding:0 15px}}@media (max-width: 576px){.process .container{width:96%;padding:0 12px}}@media (max-width: 350px){.process .container{width:98%;padding:0 10px}}.process .section-header{text-align:center;margin-bottom:4rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}@media (max-width: 992px){.process .section-header{margin-bottom:3.5rem}}@media (max-width: 768px){.process .section-header{margin-bottom:3rem}}@media (max-width: 576px){.process .section-header{margin-bottom:2.5rem}}@media (max-width: 480px){.process .section-header{margin-bottom:2rem}}.process .section-header.animate{opacity:1;transform:translateY(0)}.process .section-header .section-title{font-size:2.5rem;font-weight:800;font-family:Poppins,sans-serif;margin-bottom:1.5rem;color:#333;position:relative;display:inline-block}@media (max-width: 1200px){.process .section-header .section-title{font-size:2.3rem}}@media (max-width: 992px){.process .section-header .section-title{font-size:2.1rem}}@media (max-width: 768px){.process .section-header .section-title{font-size:1.9rem;margin-bottom:1.2rem}}@media (max-width: 576px){.process .section-header .section-title{font-size:1.6rem;margin-bottom:1rem}}@media (max-width: 350px){.process .section-header .section-title{font-size:1.4rem}}@media (max-width: 320px){.process .section-header .section-title{font-size:1.3rem}}.process .section-header .section-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#3333;border-radius:1px;animation:titleUnderline 2s ease-out}@media (max-width: 768px){.process .section-header .section-title:after{width:50px;bottom:-12px}}@media (max-width: 576px){.process .section-header .section-title:after{width:40px;bottom:-8px}}.process .section-header .section-subtitle{font-size:1.1rem;font-family:Montserrat,sans-serif;line-height:1.6;color:#333c;max-width:700px;margin:0 auto}@media (max-width: 1200px){.process .section-header .section-subtitle{font-size:1.08rem}}@media (max-width: 992px){.process .section-header .section-subtitle{font-size:1.05rem;max-width:600px}}@media (max-width: 768px){.process .section-header .section-subtitle{font-size:1rem;max-width:550px}}@media (max-width: 576px){.process .section-header .section-subtitle{font-size:.95rem;max-width:100%;padding:0 10px;line-height:1.5}}@media (max-width: 350px){.process .section-header .section-subtitle{font-size:.9rem;padding:0 5px}}.process .process-content{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}.process .process-content.animate{opacity:1;transform:translateY(0)}.process .process-timeline{position:relative;max-width:900px;margin:0 auto}.process .process-step{position:relative;display:flex;align-items:flex-start;margin-bottom:3rem}@media (max-width: 768px){.process .process-step{margin-bottom:2.5rem}}@media (max-width: 576px){.process .process-step{flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem;position:relative}}@media (max-width: 480px){.process .process-step{margin-bottom:1.8rem}}.process .process-step:last-child{margin-bottom:0}.process .process-step:last-child .step-connector{display:none}.process .process-step .step-connector{position:absolute;left:2.75rem;top:5.5rem;width:2px;height:calc(100% + 2rem);background:linear-gradient(180deg,#00c853,#00c8534d);z-index:1}@media (max-width: 576px){.process .process-step .step-connector{left:50%;top:4.5rem;transform:translate(-50%);height:2rem;width:3px;background:linear-gradient(180deg,#00c853,#00c853b3);border-radius:2px;z-index:1}}@media (max-width: 480px){.process .process-step .step-connector{height:1.8rem;top:4.2rem}}.process .process-step .step-connector:before{content:"";position:absolute;top:0;left:-3px;width:8px;height:8px;background:#00c853;border-radius:50%;animation:pulse 2s infinite}@media (max-width: 576px){.process .process-step .step-connector:before{display:none}}@media (max-width: 576px){.process .process-step .step-connector:after{content:"";position:absolute;top:0;left:-1px;width:5px;height:10px;background:linear-gradient(180deg,rgba(255,255,255,.8),transparent);border-radius:3px;animation:flowDown 2s ease-in-out infinite}}.process .process-step .step-number{position:relative;width:5.5rem;height:5.5rem;border-radius:50%;background:linear-gradient(135deg,#0d47a1,#093272);display:flex;align-items:center;justify-content:center;margin-right:2rem;flex-shrink:0;box-shadow:0 12px 30px #0d47a14d;z-index:2;overflow:hidden}@media (max-width: 768px){.process .process-step .step-number{width:4.5rem;height:4.5rem;margin-right:1.5rem}}@media (max-width: 576px){.process .process-step .step-number{margin-right:0;margin-bottom:1.5rem;width:4rem;height:4rem;z-index:3}}@media (max-width: 480px){.process .process-step .step-number{width:3.5rem;height:3.5rem;margin-bottom:1.2rem;box-shadow:0 8px 20px #0d47a14d}}.process .process-step .step-number span{font-size:1.5rem;font-weight:800;color:#fff;z-index:2;position:relative}@media (max-width: 768px){.process .process-step .step-number span{font-size:1.3rem}}@media (max-width: 576px){.process .process-step .step-number span{font-size:1.2rem}}@media (max-width: 480px){.process .process-step .step-number span{font-size:1.1rem}}.process .process-step .step-number .number-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.3),transparent);border-radius:50%;opacity:0;transition:all .4s ease}.process .process-step .step-number:hover .number-glow{opacity:1;transform:translate(-50%,-50%) scale(1.2)}.process .process-step .step-content{flex:1;background:linear-gradient(135deg,#fffffff2,#fffc,#f6f8fde6);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:8px;padding:2rem;border:1px solid rgba(51,51,51,.06);transition:all .5s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}@media (max-width: 768px){.process .process-step .step-content{padding:1.7rem}}@media (max-width: 576px){.process .process-step .step-content{padding:1.5rem;width:100%;z-index:2}}@media (max-width: 480px){.process .process-step .step-content{padding:1.2rem;border-radius:6px}}@media (max-width: 350px){.process .process-step .step-content{padding:1rem}}.process .process-step .step-content:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,200,83,.1),transparent);transition:left .6s ease}.process .process-step .step-content:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f;border-color:#00c8534d}@media (max-width: 576px){.process .process-step .step-content:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}}.process .process-step .step-content:hover:before{left:100%}.process .process-step .step-content:hover .step-icon{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#00c853,#00953e)}@media (max-width: 576px){.process .process-step .step-content:hover .step-icon{transform:scale(1.05) rotate(2deg)}}.process .process-step .step-content:hover .step-icon i{color:#fff}.process .process-step .step-content .step-header{display:flex;align-items:center;margin-bottom:1.5rem}@media (max-width: 576px){.process .process-step .step-content .step-header{flex-direction:column;text-align:center;margin-bottom:1.2rem}}@media (max-width: 480px){.process .process-step .step-content .step-header{margin-bottom:1rem}}.process .process-step .step-content .step-header .step-icon{width:3.5rem;height:3.5rem;border-radius:6px;background:linear-gradient(135deg,#0d47a126,#0d47a114);display:flex;align-items:center;justify-content:center;margin-right:1.5rem;transition:all .4s ease;box-shadow:0 6px 20px #0d47a133}@media (max-width: 768px){.process .process-step .step-content .step-header .step-icon{width:3rem;height:3rem;margin-right:1.2rem}}@media (max-width: 576px){.process .process-step .step-content .step-header .step-icon{margin-right:0;margin-bottom:.8rem;width:2.5rem;height:2.5rem}}@media (max-width: 480px){.process .process-step .step-content .step-header .step-icon{width:2.2rem;height:2.2rem;margin-bottom:.6rem;box-shadow:0 4px 12px #0d47a133}}.process .process-step .step-content .step-header .step-icon i{font-size:1.3rem;color:#0d47a1;transition:all .3s ease}@media (max-width: 768px){.process .process-step .step-content .step-header .step-icon i{font-size:1.2rem}}@media (max-width: 576px){.process .process-step .step-content .step-header .step-icon i{font-size:1.1rem}}@media (max-width: 480px){.process .process-step .step-content .step-header .step-icon i{font-size:1rem}}.process .process-step .step-content .step-header .step-icon .icon-background{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .8s ease}.process .process-step .step-content .step-header .step-icon:hover .icon-background{left:100%}.process .process-step .step-content .step-header .header-info{flex:1}.process .process-step .step-content .step-header .header-info h3{font-size:1.4rem;font-weight:700;font-family:Poppins,sans-serif;color:#0d47a1;margin:0 0 .3rem}@media (max-width: 768px){.process .process-step .step-content .step-header .header-info h3{font-size:1.3rem}}@media (max-width: 576px){.process .process-step .step-content .step-header .header-info h3{font-size:1.2rem}}@media (max-width: 480px){.process .process-step .step-content .step-header .header-info h3{font-size:1.1rem;margin-bottom:.2rem}}@media (max-width: 350px){.process .process-step .step-content .step-header .header-info h3{font-size:1rem}}.process .process-step .step-content .step-description{font-size:1rem;line-height:1.6;color:#333c;margin-bottom:1.2rem;font-family:Montserrat,sans-serif}@media (max-width: 768px){.process .process-step .step-content .step-description{font-size:.95rem}}@media (max-width: 576px){.process .process-step .step-content .step-description{font-size:.9rem;margin-bottom:1rem;line-height:1.5}}@media (max-width: 480px){.process .process-step .step-content .step-description{font-size:.85rem;margin-bottom:.8rem;line-height:1.4}}@media (max-width: 350px){.process .process-step .step-content .step-description{font-size:.8rem}}.process .process-step .step-content .step-deliverables{list-style:none;padding:0;margin:0}.process .process-step .step-content .step-deliverables li{display:flex;align-items:center;margin-bottom:.6rem;font-size:.9rem;color:#333333b3;font-family:Montserrat,sans-serif}@media (max-width: 576px){.process .process-step .step-content .step-deliverables li{font-size:.85rem;justify-content:flex-start;margin-bottom:.5rem}}@media (max-width: 480px){.process .process-step .step-content .step-deliverables li{font-size:.8rem;margin-bottom:.4rem;align-items:flex-start}}@media (max-width: 350px){.process .process-step .step-content .step-deliverables li{font-size:.75rem}}.process .process-step .step-content .step-deliverables li:last-child{margin-bottom:0}.process .process-step .step-content .step-deliverables li i{color:#00c853;margin-right:.8rem;font-size:.8rem;flex-shrink:0}@media (max-width: 480px){.process .process-step .step-content .step-deliverables li i{margin-right:.6rem;font-size:.7rem;margin-top:.1rem}}.process .process-step .step-content .step-deliverables li span{flex:1;line-height:1.4}@media (max-width: 480px){.process .process-step .step-content .step-deliverables li span{line-height:1.3}}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes flowDown{0%{top:0;opacity:0}30%{opacity:1}70%{opacity:.8}to{top:100%;opacity:0}}html[dir=rtl] .process .section-title,html[dir=rtl] .process .section-subtitle,html[dir=rtl] .process .step-header h3,html[dir=rtl] .process .step-description,html[dir=rtl] .process .step-deliverables li span{font-family:Cairo,Tajawal,IBM Plex Sans Arabic,sans-serif}@media (max-width: 350px){.process .section-header .section-title{font-size:1.4rem}.process .step-number{width:3rem;height:3rem}.process .step-number span{font-size:1rem}.process .step-content .step-header .step-icon{width:2rem;height:2rem}.process .step-content .step-header .step-icon i{font-size:.9rem}.process .step-content .step-header .header-info h3{font-size:.95rem}}@media (max-width: 320px){.process .step-content{padding:.8rem}.process .step-deliverables li{font-size:.7rem}.process .step-deliverables li span{line-height:1.2}}.commitment{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 0 100px;overflow:hidden;color:#333}@media (max-width: 992px){.commitment{padding:100px 0 80px}}@media (max-width: 768px){.commitment{padding:80px 0 60px;min-height:auto}}@media (max-width: 576px){.commitment{padding:60px 0 40px}}.commitment.rtl .section-header{direction:rtl;text-align:center}.commitment.rtl .commitment-content{direction:rtl}.commitment.rtl .commitment-card .commitment-icon{margin-right:0;margin-left:1.5rem}@media (max-width: 576px){.commitment.rtl .commitment-card .commitment-icon{margin-left:0;margin-bottom:1rem}}.commitment.rtl .commitment-card .commitment-highlight i{margin-right:0;margin-left:.5rem}.commitment.rtl .guarantees-header{direction:rtl;text-align:center}.commitment.rtl .guarantee-item .guarantee-check{margin-right:0;margin-left:1.2rem}@media (max-width: 576px){.commitment.rtl .guarantee-item .guarantee-check{margin-left:0;margin-bottom:.8rem}}.commitment .container{position:relative;z-index:1;width:92%;max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 992px){.commitment .container{width:94%;padding:0 18px}}@media (max-width: 768px){.commitment .container{width:95%;padding:0 15px}}@media (max-width: 576px){.commitment .container{width:96%;padding:0 12px}}@media (max-width: 350px){.commitment .container{width:98%;padding:0 10px}}.commitment .section-header{text-align:center;margin-bottom:4rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}@media (max-width: 992px){.commitment .section-header{margin-bottom:3.5rem}}@media (max-width: 768px){.commitment .section-header{margin-bottom:3rem}}@media (max-width: 576px){.commitment .section-header{margin-bottom:2.5rem}}.commitment .section-header.animate{opacity:1;transform:translateY(0)}.commitment .section-header .section-title{font-size:2.5rem;font-weight:800;font-family:Poppins,sans-serif;margin-bottom:1.5rem;color:#333;position:relative;display:inline-block}@media (max-width: 1200px){.commitment .section-header .section-title{font-size:2.3rem}}@media (max-width: 992px){.commitment .section-header .section-title{font-size:2.1rem}}@media (max-width: 768px){.commitment .section-header .section-title{font-size:1.9rem;margin-bottom:1.2rem}}@media (max-width: 576px){.commitment .section-header .section-title{font-size:1.6rem;margin-bottom:1rem}}@media (max-width: 350px){.commitment .section-header .section-title{font-size:1.4rem}}.commitment .section-header .section-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#3333;border-radius:1px;animation:titleUnderline 2s ease-out}@media (max-width: 768px){.commitment .section-header .section-title:after{width:50px;bottom:-12px}}@media (max-width: 576px){.commitment .section-header .section-title:after{width:40px;bottom:-8px}}.commitment .section-header .section-subtitle{font-size:1.1rem;font-family:Montserrat,sans-serif;line-height:1.6;color:#333c;max-width:700px;margin:0 auto}@media (max-width: 1200px){.commitment .section-header .section-subtitle{font-size:1.08rem}}@media (max-width: 992px){.commitment .section-header .section-subtitle{font-size:1.05rem;max-width:600px}}@media (max-width: 768px){.commitment .section-header .section-subtitle{font-size:1rem;max-width:550px}}@media (max-width: 576px){.commitment .section-header .section-subtitle{font-size:.95rem;max-width:100%;padding:0 10px}}@media (max-width: 350px){.commitment .section-header .section-subtitle{font-size:.9rem}}.commitment .commitment-content{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;gap:4rem}@media (max-width: 768px){.commitment .commitment-content{gap:3rem}}@media (max-width: 576px){.commitment .commitment-content{gap:2.5rem}}.commitment .commitment-content.animate{opacity:1;transform:translateY(0)}.commitment .commitments-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width: 768px){.commitment .commitments-grid{grid-template-columns:repeat(2,1fr);gap:1.8rem}}@media (min-width: 992px){.commitment .commitments-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.commitment .commitments-grid .commitment-card{position:relative;background:linear-gradient(135deg,#fffffff2,#fffc,#f6f8fde6);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:8px;padding:2rem;border:1px solid rgba(51,51,51,.06);transition:all .5s cubic-bezier(.175,.885,.32,1.275);overflow:hidden;text-align:center;display:flex;flex-direction:column;min-height:320px}@media (max-width: 768px){.commitment .commitments-grid .commitment-card{padding:1.7rem;min-height:300px}}@media (max-width: 576px){.commitment .commitments-grid .commitment-card{padding:1.5rem;min-height:280px}}@media (max-width: 350px){.commitment .commitments-grid .commitment-card{min-height:260px}}.commitment .commitments-grid .commitment-card .commitment-line{position:absolute;bottom:0;left:0;width:0;height:3px;background:linear-gradient(90deg,#00c853,#0d47a1);transition:width .4s ease;border-radius:0 0 4px 4px}.commitment .commitments-grid .commitment-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,200,83,.1),transparent);transition:left .6s ease}.commitment .commitments-grid .commitment-card:hover{transform:translateY(-8px) scale(1.02);background:#fff;box-shadow:0 20px 50px #0000001f;border-color:#00c8534d}.commitment .commitments-grid .commitment-card:hover:before{left:100%}.commitment .commitments-grid .commitment-card:hover .commitment-line{width:100%}.commitment .commitments-grid .commitment-card:hover .commitment-icon{transform:scale(1.15) rotate(5deg);background:linear-gradient(135deg,#00c853,#00953e)}.commitment .commitments-grid .commitment-card:hover .commitment-icon i{color:#fff}.commitment .commitments-grid .commitment-card:hover .commitment-icon .icon-glow{opacity:1;transform:scale(1.8)}@media (max-width: 576px){.commitment .commitments-grid .commitment-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 12px 30px #0000001a}}.commitment .commitments-grid .commitment-card .commitment-icon{width:4rem;height:4rem;border-radius:8px;background:linear-gradient(135deg,#0d47a126,#0d47a114);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 8px 25px #0d47a133;transition:all .4s ease;position:relative;overflow:hidden;flex-shrink:0}@media (max-width: 768px){.commitment .commitments-grid .commitment-card .commitment-icon{width:3.5rem;height:3.5rem;margin-bottom:1.2rem}}@media (max-width: 576px){.commitment .commitments-grid .commitment-card .commitment-icon{width:3rem;height:3rem;margin-bottom:1rem}}.commitment .commitments-grid .commitment-card .commitment-icon i{font-size:1.6rem;color:#0d47a1;z-index:2;position:relative;transition:all .3s ease}@media (max-width: 768px){.commitment .commitments-grid .commitment-card .commitment-icon i{font-size:1.4rem}}@media (max-width: 576px){.commitment .commitments-grid .commitment-card .commitment-icon i{font-size:1.3rem}}.commitment .commitments-grid .commitment-card .commitment-icon .icon-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;background:radial-gradient(circle,rgba(0,200,83,.4),transparent);border-radius:50%;opacity:0;transition:all .4s ease}.commitment .commitments-grid .commitment-card .commitment-content-inner{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.commitment .commitments-grid .commitment-card .commitment-content-inner .commitment-text{flex-grow:1;margin-bottom:1.2rem}.commitment .commitments-grid .commitment-card .commitment-content-inner .commitment-text h3{font-size:1.3rem;font-weight:700;font-family:Poppins,sans-serif;color:#0d47a1;margin:0 0 1rem}@media (max-width: 768px){.commitment .commitments-grid .commitment-card .commitment-content-inner .commitment-text h3{font-size:1.2rem}}@media (max-width: 576px){.commitment .commitments-grid .commitment-card .commitment-content-inner .commitment-text h3{font-size:1.15rem;margin-bottom:.8rem}}.commitment .commitments-grid .commitment-card .commitment-content-inner .commitment-text p{font-size:1rem;font-family:Montserrat,sans-serif;color:#333c;line-height:1.6;margin:0}@media (max-width: 768px){.commitment .commitments-grid .commitment-card .commitment-content-inner .commitment-text p{font-size:.95rem}}@media (max-width: 576px){.commitment .commitments-grid .commitment-card .commitment-content-inner .commitment-text p{font-size:.9rem}}.commitment .commitments-grid .commitment-card .commitment-highlight{display:flex;align-items:center;justify-content:center;padding:.8rem 1rem;background:#00c8531a;border-radius:4px;border:1px solid rgba(0,200,83,.2);margin-top:auto;flex-shrink:0}@media (max-width: 576px){.commitment .commitments-grid .commitment-card .commitment-highlight{padding:.7rem .8rem}}.commitment .commitments-grid .commitment-card .commitment-highlight i{color:#00c853;margin-right:.5rem;font-size:.9rem}.commitment .commitments-grid .commitment-card .commitment-highlight span{font-size:.9rem;font-weight:600;color:#0d47a1;font-family:Poppins,sans-serif}@media (max-width: 576px){.commitment .commitments-grid .commitment-card .commitment-highlight span{font-size:.85rem}}.commitment .guarantees-section{display:flex;flex-direction:column;gap:2rem}@media (max-width: 768px){.commitment .guarantees-section{gap:1.5rem}}.commitment .guarantees-section .guarantees-header{text-align:center;margin-bottom:2rem}@media (max-width: 992px){.commitment .guarantees-section .guarantees-header{margin-bottom:1.8rem}}@media (max-width: 768px){.commitment .guarantees-section .guarantees-header{margin-bottom:1.5rem}}@media (max-width: 576px){.commitment .guarantees-section .guarantees-header{margin-bottom:1.2rem}}.commitment .guarantees-section .guarantees-header .header-content h3{font-size:2.5rem;font-weight:800;font-family:Poppins,sans-serif;color:#333;margin:0 0 1rem;position:relative;display:inline-block}@media (max-width: 1200px){.commitment .guarantees-section .guarantees-header .header-content h3{font-size:2.3rem}}@media (max-width: 992px){.commitment .guarantees-section .guarantees-header .header-content h3{font-size:2.1rem}}@media (max-width: 768px){.commitment .guarantees-section .guarantees-header .header-content h3{font-size:1.9rem;margin-bottom:.8rem}}@media (max-width: 576px){.commitment .guarantees-section .guarantees-header .header-content h3{font-size:1.6rem;margin-bottom:.6rem}}@media (max-width: 350px){.commitment .guarantees-section .guarantees-header .header-content h3{font-size:1.4rem}}.commitment .guarantees-section .guarantees-header .header-content h3:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#3333;border-radius:1px;animation:titleUnderline 2s ease-out}@media (max-width: 768px){.commitment .guarantees-section .guarantees-header .header-content h3:after{width:50px;bottom:-12px}}@media (max-width: 576px){.commitment .guarantees-section .guarantees-header .header-content h3:after{width:40px;bottom:-8px}}.commitment .guarantees-section .guarantees-header .header-content p{font-size:1.1rem;font-family:Montserrat,sans-serif;color:#333c;max-width:700px;margin:0 auto}@media (max-width: 768px){.commitment .guarantees-section .guarantees-header .header-content p{font-size:1rem;max-width:550px}}@media (max-width: 576px){.commitment .guarantees-section .guarantees-header .header-content p{font-size:.95rem;max-width:100%;padding:0 10px}}@media (max-width: 350px){.commitment .guarantees-section .guarantees-header .header-content p{font-size:.9rem}}.commitment .guarantees-section .guarantees-list{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media (min-width: 768px){.commitment .guarantees-section .guarantees-list{grid-template-columns:repeat(2,1fr);gap:1.2rem}}.commitment .guarantees-section .guarantees-list .guarantee-item{display:flex;align-items:flex-start;padding:1.5rem;background:#fffc;border-radius:6px;border:1px solid rgba(13,71,161,.15);transition:all .3s ease}@media (max-width: 768px){.commitment .guarantees-section .guarantees-list .guarantee-item{padding:1.3rem}}@media (max-width: 576px){.commitment .guarantees-section .guarantees-list .guarantee-item{padding:1.2rem;flex-direction:column;text-align:center;align-items:center}}.commitment .guarantees-section .guarantees-list .guarantee-item:hover{background:#fff;border-color:#0d47a14d;transform:translateY(-3px);box-shadow:0 8px 25px #00000014}.commitment .guarantees-section .guarantees-list .guarantee-item:hover .guarantee-check{background:linear-gradient(135deg,#0d47a1,#093272)}.commitment .guarantees-section .guarantees-list .guarantee-item:hover .guarantee-check i{color:#fff}.commitment .guarantees-section .guarantees-list .guarantee-item:hover .guarantee-check .check-glow{opacity:1;transform:scale(1.5)}.commitment .guarantees-section .guarantees-list .guarantee-item .guarantee-check{width:2.5rem;height:2.5rem;border-radius:4px;background:linear-gradient(135deg,#0d47a126,#0d47a114);display:flex;align-items:center;justify-content:center;margin-right:1.2rem;flex-shrink:0;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 4px 15px #0d47a133}@media (max-width: 576px){.commitment .guarantees-section .guarantees-list .guarantee-item .guarantee-check{margin-right:0;margin-bottom:.8rem;width:2.2rem;height:2.2rem}}.commitment .guarantees-section .guarantees-list .guarantee-item .guarantee-check i{color:#0d47a1;font-size:1rem;z-index:2;position:relative}@media (max-width: 576px){.commitment .guarantees-section .guarantees-list .guarantee-item .guarantee-check i{font-size:.9rem}}.commitment .guarantees-section .guarantees-list .guarantee-item .guarantee-check .check-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;background:radial-gradient(circle,rgba(13,71,161,.4),transparent);border-radius:50%;opacity:0;transition:all .4s ease}.commitment .guarantees-section .guarantees-list .guarantee-item .guarantee-content{flex:1}.commitment .guarantees-section .guarantees-list .guarantee-item .guarantee-content h4{font-size:1.1rem;font-weight:600;font-family:Poppins,sans-serif;color:#0d47a1;margin:0 0 .5rem}@media (max-width: 576px){.commitment .guarantees-section .guarantees-list .guarantee-item .guarantee-content h4{font-size:1.05rem}}.commitment .guarantees-section .guarantees-list .guarantee-item .guarantee-content p{font-size:.95rem;font-family:Montserrat,sans-serif;color:#333c;line-height:1.5;margin:0}@media (max-width: 576px){.commitment .guarantees-section .guarantees-list .guarantee-item .guarantee-content p{font-size:.9rem}}@keyframes titleUnderline{0%{width:0;opacity:0}50%{opacity:1}to{width:60px;opacity:1}}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}html[dir=rtl] .commitment .section-title,html[dir=rtl] .commitment .section-subtitle,html[dir=rtl] .commitment .commitment-card h3,html[dir=rtl] .commitment .commitment-card p,html[dir=rtl] .commitment .commitment-highlight span,html[dir=rtl] .commitment .guarantees-header h3,html[dir=rtl] .commitment .guarantees-header p,html[dir=rtl] .commitment .guarantee-item h4,html[dir=rtl] .commitment .guarantee-item p{font-family:Cairo,Tajawal,IBM Plex Sans Arabic,sans-serif}@media (max-width: 350px){.commitment .section-header .section-title{font-size:1.4rem}.commitment .commitment-card{padding:1.2rem}.commitment .commitment-card .commitment-icon{width:2.5rem;height:2.5rem}.commitment .commitment-card .commitment-icon i{font-size:1.1rem}.commitment .commitment-card .commitment-content-inner .commitment-text h3{font-size:1.05rem}.commitment .guarantees-header .header-content h3{font-size:1.4rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;line-height:1.6;color:#333}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;line-height:1.2;margin-bottom:1rem}a{text-decoration:none;color:#0d47a1;transition:all .3s ease}a:hover{color:#00c853}img{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:60px 0}@media (min-width: 768px){.section{padding:80px 0}}@media (min-width: 992px){.section{padding:100px 0}}.section-title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background-color:#00c853}.btn-primary{display:inline-block;padding:12px 24px;background-color:#0d47a1;color:#fff;border:none;border-radius:4px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.btn-primary:hover{background-color:#093272}.btn-secondary{display:inline-block;padding:12px 24px;background-color:#00c853;color:#fff;border:none;border-radius:4px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background-color:#00953e}.btn-tertiary{display:inline-block;padding:12px 24px;background-color:#ff6d00;color:#fff;border:none;border-radius:4px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.btn-tertiary:hover{background-color:#cc5700}
