@import url(https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Cairo:wght@200..1000&family=Noto+Sans+Arabic:wght@100..900&display=swap);@font-face{font-family:LamaSans;src:url(../fonts/LamaSans-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal}:root{--primary:#ff5e00;--primary-dark:#e35d0f;--primary-gradient:linear-gradient(135deg, #ff5e00 0%, #e35d0f 100%);--dark:#1e1e1e;--gray:#f9f9f9;--border:#d9d9d9;--white:#ffffff;--text-dark:#1e1e1e;--text-gray:#666666}.navbar{border-bottom:1px solid var(--border);padding:1.5rem 0;background:#fff!important}.navbar .navbar-brand .logo-text{font-weight:700;font-size:2rem;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}.navbar .navbar-collapse{justify-content:center}.navbar .nav-link{font-family:Cairo,sans-serif;font-weight:600;color:var(--text-dark);margin:0 .5rem;font-size:1rem;position:relative}.navbar .nav-link::before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0%;height:2px;background:var(--primary);opacity:0;transition:all .3s ease;border-radius:10px}.navbar .nav-link::after{display:none}.navbar .nav-link:hover{color:var(--primary)}.navbar .nav-link:hover::before{opacity:1;width:100%}.navbar .nav-link.dropdown-toggle svg{transition:transform .3s ease}.navbar .nav-link.dropdown-toggle[aria-expanded=true]{color:var(--primary)}.navbar .nav-link.dropdown-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.navbar .nav-link.dropdown-toggle[aria-expanded=true] svg path{fill:var(--primary)}@media (min-width:1024px){.navbar .navbar-actions{display:none!important}}.navbar .btn-search{background:var(--primary);border:none;width:45px;height:45px;border-radius:10px;color:#fff;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(255,94,0,.2);cursor:pointer}.navbar .btn-search::before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.25);transform:translate(-50%,-50%);transition:width .5s ease,height .5s ease}.navbar .btn-search::after{content:"";position:absolute;inset:0;background:var(--primary-gradient);opacity:0;transition:opacity .3s ease;z-index:-1}.navbar .btn-search img{width:28px;height:28px;position:relative;z-index:1;transition:transform .3s ease}.navbar .btn-search:hover{transform:translateY(-2px) scale(1.05);background:var(--primary-dark);box-shadow:0 8px 20px rgba(255,94,0,.4)}.navbar .btn-search:hover::before{width:200px;height:200px}.navbar .btn-search:hover::after{opacity:1}.navbar .btn-search:hover img{transform:scale(1.1) rotate(5deg)}.navbar .btn-search:active{transform:translateY(0) scale(.95);box-shadow:0 2px 8px rgba(255,94,0,.3)}.navbar .btn-primary{background:var(--primary);border:2px solid var(--primary);border-radius:10px;padding:.75rem 1.5rem;font-weight:700;color:#fff;text-decoration:none;font-size:1rem;margin-inline-start:10px;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(255,94,0,.2)}.navbar .btn-primary::before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.2);transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.navbar .btn-primary::after{content:"";position:absolute;inset:0;background:var(--primary-gradient);opacity:0;transition:opacity .3s ease;z-index:-1}.navbar .btn-primary:hover{transform:translateY(-2px) scale(1.02);background:var(--primary-dark);border-color:var(--primary-dark);box-shadow:0 8px 20px rgba(255,94,0,.35)}.navbar .btn-primary:hover::before{width:300px;height:300px}.navbar .btn-primary:hover::after{opacity:1}.navbar .btn-primary:active{transform:translateY(0) scale(.98);box-shadow:0 2px 8px rgba(255,94,0,.25)}.navbar .btn-outline-primary{color:var(--primary);border:2px solid var(--primary);border-radius:10px;padding:.75rem 1.5rem;font-weight:700;background:0 0;text-decoration:none;font-size:1rem;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1;display:inline-block}.navbar .btn-outline-primary::before{content:"";position:absolute;top:0;right:-100%;width:100%;height:100%;background:var(--primary-gradient);transition:right .4s cubic-bezier(.4,0,.2,1);z-index:-1}.navbar .btn-outline-primary:hover{transform:translateY(-2px) scale(1.02);color:#fff;border-color:var(--primary);box-shadow:0 6px 16px rgba(255,94,0,.3)}.navbar .btn-outline-primary:hover::before{right:0}.navbar .btn-outline-primary:active{transform:translateY(0) scale(.98);box-shadow:0 2px 8px rgba(255,94,0,.2)}.navbar .nav-dropdown{position:relative}@media (min-width:1024px){.navbar .nav-dropdown .dropdown-menu.show{left:50%!important;transform:translateX(-50%)!important}}.navbar .nav-dropdown .dropdown-menu{background:#fff;border:none;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:.75rem 0;margin-top:1rem;min-width:220px;overflow:hidden;animation:dropdownFadeIn .3s ease-out;transform-origin:top center}@keyframes dropdownFadeIn{from{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.navbar .nav-dropdown .dropdown-menu .dropdown-item-wrapper{padding:0 .5rem;margin:.25rem 0}.navbar .nav-dropdown .dropdown-menu .dropdown-item-wrapper .dropdown-item{font-family:Cairo,sans-serif;font-weight:500;font-size:1rem;color:var(--text-dark);padding:.875rem 1.25rem;border-radius:8px;transition:all .2s ease;position:relative;display:block;text-decoration:none;background:0 0;border:none;width:100%;text-align:right}.navbar .nav-dropdown .dropdown-menu .dropdown-item-wrapper .dropdown-item::before{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:var(--primary-gradient);border-radius:0 4px 4px 0;transition:height .2s ease}.navbar .nav-dropdown .dropdown-menu .dropdown-item-wrapper .dropdown-item:focus,.navbar .nav-dropdown .dropdown-menu .dropdown-item-wrapper .dropdown-item:hover{background:linear-gradient(90deg,rgba(255,94,0,.08) 0,rgba(227,93,15,.05) 100%);color:var(--primary);padding-right:1.5rem;transform:translateX(-4px)}.navbar .nav-dropdown .dropdown-menu .dropdown-item-wrapper .dropdown-item:focus::before,.navbar .nav-dropdown .dropdown-menu .dropdown-item-wrapper .dropdown-item:hover::before{height:60%}.navbar .nav-dropdown .dropdown-menu .dropdown-item-wrapper .dropdown-item:active{background:linear-gradient(90deg,rgba(255,94,0,.12) 0,rgba(227,93,15,.08) 100%);color:var(--primary-dark)}@media (max-width:768px){.navbar{padding:.75rem 0;border-bottom:1px solid var(--border)}.navbar .container{padding:0 1rem}.navbar .navbar-brand{margin:0}.navbar .navbar-brand .logo-text{font-size:1.5rem}.navbar .navbar-toggler{border:1px solid var(--border);border-radius:8px;padding:.5rem .75rem;background:var(--gray);transition:all .3s ease}.navbar .navbar-toggler:focus,.navbar .navbar-toggler:hover{background:var(--primary);border-color:var(--primary);box-shadow:0 2px 8px rgba(255,94,0,.2)}.navbar .navbar-toggler:focus .navbar-toggler-icon,.navbar .navbar-toggler:hover .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar .navbar-toggler .navbar-toggler-icon{width:1.25rem;height:1.25rem;background-size:100%}.navbar .navbar-collapse{margin-top:1rem;padding:1rem;background:var(--gray);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05);overflow:hidden}.navbar .navbar-collapse .navbar-nav{gap:.5rem;margin-bottom:1rem}.navbar .navbar-collapse .navbar-nav .nav-item .nav-link{font-size:.95rem;padding:.75rem 1rem;border-radius:8px;margin:0;transition:all .3s ease}.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover{background:rgba(255,94,0,.1);color:var(--primary);transform:translateX(-4px)}.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before{display:none}.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle{display:flex;align-items:center;justify-content:space-between}.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle svg{margin-right:.5rem;transition:transform .3s ease}.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle[aria-expanded=true]{background:rgba(255,94,0,.15);color:var(--primary)}.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.navbar .navbar-actions{gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);flex-wrap:wrap;width:100%;justify-content:center}.navbar .navbar-actions .btn-search{width:40px;height:40px;min-width:40px;padding:0;flex-shrink:0}.navbar .navbar-actions .btn-search img{width:20px;height:20px}.navbar .navbar-actions .btn-outline-primary,.navbar .navbar-actions .btn-primary{padding:.625rem 1rem;font-size:.875rem;white-space:nowrap;flex:1;min-width:0;text-align:center;max-width:calc(50% - .25rem)}.navbar .navbar-actions .btn-outline-primary{order:2}.navbar .navbar-actions .btn-primary{order:3}.navbar .navbar-actions-desktop{gap:.5rem}.navbar .nav-dropdown{position:relative;width:100%}.navbar .nav-dropdown .dropdown-menu{position:static!important;transform:none!important;width:100%!important;margin-top:.5rem!important;margin-bottom:0!important;margin-left:0!important;margin-right:0!important;border:1px solid var(--border)!important;box-shadow:0 2px 8px rgba(0,0,0,.05)!important;background:#fff!important;border-radius:8px!important;padding:.5rem 0!important;left:auto!important;right:auto!important;top:auto!important;float:none!important;display:none;clear:both;min-width:auto!important;max-width:100%!important}.navbar .nav-dropdown .dropdown-menu.show{display:block!important;animation:slideDown .3s ease}@keyframes slideDown{from{opacity:0;transform:translateY(-10px);max-height:0}to{opacity:1;transform:translateY(0);max-height:500px}}.navbar .nav-dropdown .dropdown-menu .dropdown-item-wrapper{margin:0;padding:0;width:100%;display:block}.navbar .nav-dropdown .dropdown-menu .dropdown-item-wrapper .dropdown-item{padding:.75rem 1.25rem;font-size:.9rem;border-radius:0;display:block;width:100%;text-align:right;border-bottom:1px solid var(--gray);box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar .nav-dropdown .dropdown-menu .dropdown-item-wrapper .dropdown-item:last-child{border-bottom:none}.navbar .nav-dropdown .dropdown-menu .dropdown-item-wrapper .dropdown-item:focus,.navbar .nav-dropdown .dropdown-menu .dropdown-item-wrapper .dropdown-item:hover{transform:none;padding-right:1.5rem;background:rgba(255,94,0,.08);color:var(--primary)}.navbar .nav-dropdown .dropdown-menu .dropdown-item-wrapper .dropdown-item:active{background:rgba(255,94,0,.12)}}@media (max-width:576px){.navbar{padding:.625rem 0}.navbar .container{padding:0 .75rem}.navbar .navbar-brand .logo-text{font-size:1.25rem}.navbar .navbar-toggler{padding:.4rem .6rem}.navbar .navbar-toggler .navbar-toggler-icon{width:1.1rem;height:1.1rem}.navbar .navbar-collapse{margin-top:.75rem;padding:.75rem}.navbar .navbar-collapse .navbar-nav .nav-item .nav-link{font-size:.875rem;padding:.625rem .875rem}.navbar .navbar-actions{width:100%;justify-content:space-between;margin-top:.75rem;gap:.5rem;padding-top:.75rem}.navbar .navbar-actions .btn-search{width:38px;height:38px;min-width:38px}.navbar .navbar-actions .btn-search img{width:18px;height:18px}.navbar .navbar-actions .btn-outline-primary,.navbar .navbar-actions .btn-primary{padding:.5rem .75rem;font-size:.8rem;flex:1;max-width:calc(50% - .25rem)}.navbar .nav-dropdown .dropdown-menu{margin-top:.5rem!important;border-radius:8px!important}.navbar .nav-dropdown .dropdown-menu .dropdown-item-wrapper .dropdown-item{padding:.625rem 1rem;font-size:.85rem}}.search-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.search-overlay.active{opacity:1;visibility:visible}.search-overlay.active .search-overlay-backdrop{opacity:1}.search-overlay.active .search-overlay-content{transform:translateY(0);opacity:1}.search-overlay .search-overlay-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transition:opacity .3s ease}.search-overlay .search-overlay-content{position:relative;z-index:1;padding:3rem 0;transform:translateY(-20px);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s ease}.search-overlay .search-overlay-content .search-overlay-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.search-overlay .search-overlay-content .search-overlay-header .search-overlay-title{font-family:Cairo,sans-serif;font-size:2rem;font-weight:700;color:#fff;margin:0}.search-overlay .search-overlay-content .search-overlay-header .search-overlay-close{background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.2);border-radius:12px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-overlay .search-overlay-content .search-overlay-header .search-overlay-close:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3);transform:rotate(90deg) scale(1.1)}.search-overlay .search-overlay-content .search-overlay-header .search-overlay-close:active{transform:rotate(90deg) scale(.95)}.search-overlay .search-overlay-content .search-overlay-header .search-overlay-close svg{width:24px;height:24px}.search-overlay .search-overlay-content .search-input-wrapper{max-width:900px;margin:0 auto}.search-overlay .search-overlay-content .search-input-wrapper .search-input-container{position:relative;background:#fff;border-radius:16px;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 8px 32px rgba(0,0,0,.3);transition:all .3s ease;border:2px solid transparent}.search-overlay .search-overlay-content .search-input-wrapper .search-input-container:focus-within{transform:translateY(-2px);box-shadow:0 12px 40px rgba(255,94,0,.4);border-color:var(--primary)}.search-overlay .search-overlay-content .search-input-wrapper .search-input-container:focus-within .search-icon{color:var(--primary);transform:scale(1.1)}.search-overlay .search-overlay-content .search-input-wrapper .search-input-container .search-icon{color:var(--text-gray);flex-shrink:0;transition:all .3s ease}.search-overlay .search-overlay-content .search-input-wrapper .search-input-container .search-input{flex:1;border:none;outline:0;font-family:Cairo,sans-serif;font-size:1.125rem;font-weight:500;color:var(--text-dark);background:0 0}.search-overlay .search-overlay-content .search-input-wrapper .search-input-container .search-input::-moz-placeholder{color:var(--text-gray);font-weight:400}.search-overlay .search-overlay-content .search-input-wrapper .search-input-container .search-input::placeholder{color:var(--text-gray);font-weight:400}.search-overlay .search-overlay-content .search-input-wrapper .search-input-container .search-clear-btn{background:0 0;border:none;color:var(--text-gray);cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease;opacity:0;visibility:hidden;transform:scale(.8)}.search-overlay .search-overlay-content .search-input-wrapper .search-input-container .search-clear-btn.show{opacity:1;visibility:visible;transform:scale(1)}.search-overlay .search-overlay-content .search-input-wrapper .search-input-container .search-clear-btn:hover{background:var(--gray);color:var(--text-dark);transform:scale(1.1)}.search-overlay .search-overlay-content .search-input-wrapper .search-input-container .search-clear-btn:active{transform:scale(.9)}.search-overlay .search-overlay-content .search-input-wrapper .search-suggestions{margin-top:2rem;animation:fadeInUp .5s ease .2s both}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.search-overlay .search-overlay-content .search-input-wrapper .search-suggestions .search-suggestions-title{font-family:Cairo,sans-serif;font-size:1rem;font-weight:600;color:rgba(255,255,255,.8);margin-bottom:1rem}.search-overlay .search-overlay-content .search-input-wrapper .search-suggestions .search-suggestions-tags{display:flex;flex-wrap:wrap;gap:.75rem}.search-overlay .search-overlay-content .search-input-wrapper .search-suggestions .search-suggestions-tags .suggestion-tag{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:.625rem 1.25rem;font-family:Cairo,sans-serif;font-size:.9rem;font-weight:500;color:#fff;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-overlay .search-overlay-content .search-input-wrapper .search-suggestions .search-suggestions-tags .suggestion-tag:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,94,0,.3)}.search-overlay .search-overlay-content .search-input-wrapper .search-suggestions .search-suggestions-tags .suggestion-tag:active{transform:translateY(0)}@media (max-width:768px){.search-overlay .search-overlay-content{padding:1.5rem 1rem}.search-overlay .search-overlay-content .search-overlay-header{margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.search-overlay .search-overlay-content .search-overlay-header .search-overlay-title{font-size:1.5rem;flex:1;min-width:0}.search-overlay .search-overlay-content .search-overlay-header .search-overlay-close{width:40px;height:40px;flex-shrink:0}.search-overlay .search-overlay-content .search-overlay-header .search-overlay-close svg{width:20px;height:20px}.search-overlay .search-overlay-content .search-input-wrapper .search-input-container{padding:1rem 1.25rem;border-radius:12px}.search-overlay .search-overlay-content .search-input-wrapper .search-input-container .search-icon{width:20px;height:20px}.search-overlay .search-overlay-content .search-input-wrapper .search-input-container .search-input{font-size:1rem;padding:0}.search-overlay .search-overlay-content .search-input-wrapper .search-input-container .search-clear-btn{padding:.4rem}.search-overlay .search-overlay-content .search-input-wrapper .search-input-container .search-clear-btn svg{width:18px;height:18px}.search-overlay .search-overlay-content .search-input-wrapper .search-suggestions{margin-top:1.5rem}.search-overlay .search-overlay-content .search-input-wrapper .search-suggestions .search-suggestions-title{font-size:.9rem;margin-bottom:.75rem}.search-overlay .search-overlay-content .search-input-wrapper .search-suggestions .search-suggestions-tags{gap:.5rem}.search-overlay .search-overlay-content .search-input-wrapper .search-suggestions .search-suggestions-tags .suggestion-tag{font-size:.85rem;padding:.5rem .875rem;border-radius:8px}}@media (max-width:576px){.search-overlay .search-overlay-content{padding:1.25rem .75rem}.search-overlay .search-overlay-content .search-overlay-header{margin-bottom:1.25rem}.search-overlay .search-overlay-content .search-overlay-header .search-overlay-title{font-size:1.25rem}.search-overlay .search-overlay-content .search-overlay-header .search-overlay-close{width:36px;height:36px}.search-overlay .search-overlay-content .search-overlay-header .search-overlay-close svg{width:18px;height:18px}.search-overlay .search-overlay-content .search-input-wrapper .search-input-container{padding:.875rem 1rem;border-radius:10px}.search-overlay .search-overlay-content .search-input-wrapper .search-input-container .search-icon{width:18px;height:18px}.search-overlay .search-overlay-content .search-input-wrapper .search-input-container .search-input{font-size:.9rem}.search-overlay .search-overlay-content .search-input-wrapper .search-suggestions{margin-top:1.25rem}.search-overlay .search-overlay-content .search-input-wrapper .search-suggestions .search-suggestions-title{font-size:.85rem;margin-bottom:.625rem}.search-overlay .search-overlay-content .search-input-wrapper .search-suggestions .search-suggestions-tags{gap:.5rem}.search-overlay .search-overlay-content .search-input-wrapper .search-suggestions .search-suggestions-tags .suggestion-tag{font-size:.8rem;padding:.5rem .75rem}}.footer{background:#252525!important;padding:4rem 0 2rem}.footer .logo-text{font-weight:700;font-size:2rem;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.footer .footer-description{font-family:Cairo,sans-serif;font-weight:500;font-size:.8rem;color:#fff;line-height:1.6;margin-bottom:2rem}.footer .footer-title{font-family:Cairo,sans-serif;font-weight:600;font-size:1.3rem;color:#fff;margin-bottom:1.5rem}.footer .footer-links{list-style:none;padding:0;margin:0}.footer .footer-links li{margin-bottom:.85rem}.footer .footer-links li a{font-family:Cairo,sans-serif;font-weight:400;font-size:1rem;color:#fff;text-decoration:none;transition:color .3s ease}.footer .footer-links li a:hover{color:var(--primary)}.footer .social-links{display:flex;gap:1rem}.footer .social-links .social-link{width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}.footer .social-links .social-link:hover{background:var(--primary);transform:translateY(-2px)}.footer .footer-bottom{border-top:2px solid var(--border);margin-top:3rem;padding-top:2rem}.footer .footer-bottom .copyright{font-weight:500;font-size:1rem;color:#fff;margin:0}.hero-section{padding:1rem 0;background:#fff;position:relative}.hero-section .hero-swiper{width:100%;height:100%;padding-bottom:3rem}.hero-section .hero-swiper .swiper-slide{height:auto;display:flex;align-items:center}.hero-section .hero-swiper .hero-title{font-weight:700;font-size:clamp(36px,3vw,48px);color:var(--text-dark);max-width:600px;margin-bottom:2rem}.hero-section .hero-swiper .hero-title .text-primary{color:var(--primary)!important}.hero-section .hero-swiper .hero-subtitle{font-family:Cairo,sans-serif;font-weight:500;font-size:1.5rem;color:var(--text-dark);margin-bottom:3rem;line-height:1.4}.hero-section .hero-swiper .btn-primary{background:var(--primary);border:none;border-radius:10px;padding:1.25rem 4.5rem;font-size:1.2rem;font-weight:700;margin-bottom:2rem;color:#fff;text-decoration:none;display:inline-block}.hero-section .hero-swiper .btn-primary:hover{background:var(--primary-dark);color:#fff}.hero-section .hero-swiper .hero-image{text-align:end}.hero-section .hero-swiper .hero-image img{border-radius:50px;max-width:100%;height:auto;width:555px;height:555px;-o-object-fit:cover;object-fit:cover}.hero-section .hero-swiper .hero-pagination{position:relative;bottom:0;margin-top:2rem;display:flex;justify-content:center;gap:.5rem}.hero-section .hero-swiper .hero-pagination .swiper-pagination-bullet{width:40px;height:6px;border-radius:3px;background:var(--border);opacity:1;transition:all .3s ease}.hero-section .hero-swiper .hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--text-dark);width:40px}.services-overview{padding:3rem 0;background:var(--gray)}.services-overview .section-title{font-family:Cairo,sans-serif;font-weight:700;font-size:clamp(34px,3vw,40px);color:#000;margin-bottom:3rem}.services-overview .service-item{margin-bottom:2rem;max-width:432px}.services-overview .service-item h3{font-family:Cairo,sans-serif;font-weight:700;font-size:clamp(17px,2vw,24px);color:#000;margin-bottom:1rem}.services-overview .service-item p{font-family:Cairo,sans-serif;font-weight:500;font-size:clamp(13px,1vw,16px);color:#000;margin-bottom:0}.services-overview .services-image{border-radius:50px!important;width:100%;height:auto;max-width:637px;max-height:440px;overflow:hidden}@media (max-width:768px){.services-overview .services-image{max-width:100%;max-height:200px;border-radius:20px!important}}.services-overview .services-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .5s ease}.services-overview .services-image img:hover{transform:scale(1.05)}.service-categories{padding:4rem 0;background:#fff}.service-categories .section-title{font-family:Cairo,sans-serif;font-weight:700;font-size:2rem;color:var(--primary);margin-bottom:3rem;line-height:1.2}.service-categories .category-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:2rem;text-align:center;height:317px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease;margin-bottom:2rem;position:relative;overflow:hidden}.service-categories .category-card::before{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid transparent;background:linear-gradient(135deg,rgba(255,94,0,.018),rgba(0,0,0,.018));opacity:0;transform:scale(.96);transition:opacity .3s ease,transform .3s ease;z-index:-1}.service-categories .category-card:hover{transform:translateY(-6px);background:linear-gradient(135deg,#fff,#fff7f2)}.service-categories .category-card:hover::before{opacity:1;transform:scale(1)}.service-categories .category-card:hover .category-icon img{transform:translateY(-4px) scale(1.05)}.service-categories .category-card:hover h3{color:var(--primary)}.service-categories .category-card .category-icon{width:120px;height:120px;margin-bottom:2rem;display:flex;align-items:center;justify-content:center}.service-categories .category-card .category-icon img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.service-categories .category-card h3{font-family:Cairo,sans-serif;font-weight:700;font-size:1.4rem;color:var(--text-dark);margin:0;line-height:1.3}.service-categories .btn-outline-primary{color:var(--primary);border:none;background:0 0;padding:0 2rem;font-weight:700;font-size:2rem;text-decoration:none;display:inline-flex;align-items:center;gap:2rem;transition:all .3s ease}.service-categories .btn-outline-primary:hover{color:var(--primary-dark);gap:1rem}.service-categories .btn-outline-primary i{font-size:1.5rem}.how-it-works{padding:4rem 0;background:var(--gray)}@media (max-width:768px){.how-it-works .steps-content{text-align:center}}.how-it-works .section-title{font-family:Cairo,sans-serif;font-weight:700;font-size:clamp(36px,3vw,48px);color:var(--text-dark);margin-bottom:3rem}.how-it-works .section-title .text-primary{color:var(--primary)!important}.how-it-works .step-item{display:flex;align-items:flex-start;margin-bottom:3rem;position:relative}.how-it-works .step-item .step-number{width:60px;height:60px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Cairo,sans-serif;font-weight:700;font-size:2.6rem;color:#fff;margin-left:2rem;flex-shrink:0;position:relative;z-index:2}.how-it-works .step-item .step-content{flex:1;padding-top:.5rem}.how-it-works .step-item .step-content h3{font-family:Cairo,sans-serif;font-weight:700;font-size:2rem;color:#000;margin-bottom:1rem;line-height:1.3}.how-it-works .step-item .step-content p{font-family:Cairo,sans-serif;font-weight:500;font-size:1.25rem;color:#000;line-height:1.6;margin:0}.how-it-works .steps-image{text-align:end}@media (max-width:768px){.how-it-works .steps-image{margin:auto;text-align:center}}.how-it-works .steps-image img{max-width:100%;height:auto;width:500px;height:500px;-o-object-fit:contain;object-fit:contain}@media (max-width:768px){.how-it-works .steps-image img{width:100%;height:auto;margin:auto;max-width:200px;max-height:300px}}.features-section{padding:4rem 0}.features-section .section-title{font-family:Cairo,sans-serif;font-weight:700;font-size:2rem;color:var(--primary);margin-bottom:1.5rem;line-height:1.2}.features-section .section-subtitle{font-family:Cairo,sans-serif;font-weight:600;font-size:1rem;color:var(--text-dark);margin-bottom:3rem;max-width:737px;margin-left:auto;margin-right:auto;line-height:1.6}.features-section .feature-card{background:#fff;border-radius:20px;padding:2rem;text-align:center;height:309px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease;margin-bottom:2rem}.features-section .feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.028)}.features-section .feature-card .feature-icon{width:120px;height:120px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.features-section .feature-card .feature-icon img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.features-section .feature-card h3{font-family:Cairo,sans-serif;font-weight:700;font-size:1rem;color:var(--primary);margin-bottom:1.5rem;line-height:1.3}.features-section .feature-card p{font-family:Cairo,sans-serif;font-weight:500;font-size:.875rem;color:var(--text-dark);line-height:1.4;margin:0}.faq-section{padding:4rem 0;background:var(--gray)}.faq-section .section-title{font-family:Cairo,sans-serif;font-weight:700;font-size:clamp(36px,3vw,44px);color:var(--primary);margin-bottom:3.5rem;text-align:start}.faq-section .faq-item{border:none;margin-bottom:2.5rem}.faq-section .faq-item .faq-question{padding:0;cursor:default;pointer-events:none;transition:all .3s ease}.faq-section .faq-item .faq-question h3{font-family:Cairo,sans-serif;font-weight:700;font-size:clamp(22px,2.3vw,28px);color:#000;margin:0;line-height:1.4}.faq-section .faq-item .faq-question i{display:none}.faq-section .faq-item .faq-answer{padding-top:.75rem;padding-bottom:0;display:block}.faq-section .faq-item .faq-answer p{font-family:Cairo,sans-serif;font-weight:500;font-size:clamp(14px,1.4vw,18px);color:#555;line-height:1.7;margin:0}.faq-section .btn-outline-primary{color:var(--primary);border:none;background:0 0;padding:0 2rem;font-weight:700;font-size:2rem;text-decoration:none;display:inline-flex;align-items:center;gap:2rem;transition:all .3s ease}.faq-section .btn-outline-primary:hover{color:var(--primary-dark);gap:1rem}.faq-section .btn-outline-primary i{font-size:1.5rem}.cta-section{padding:4rem 0;background:var(--primary-gradient);color:#fff}.cta-section h2{font-family:Cairo,sans-serif;font-weight:700;font-size:2.25rem;line-height:1.6;margin-bottom:2rem;max-width:762px;margin-left:auto;margin-right:auto}.cta-section .btn-light{background:#fff;border:none;border-radius:90px;padding:1.6rem 3.5rem;font-family:Cairo,sans-serif;font-weight:700;font-size:1.5rem;color:var(--text-dark);text-decoration:none;display:inline-block;margin-top:1rem}.cta-section .btn-light:hover{background:#f8f9fa;color:var(--text-dark)}@media (max-width:768px){.hero-section{padding:2rem 0}.hero-section .hero-swiper{padding-bottom:2rem}.hero-section .hero-swiper .hero-title{font-size:2rem!important;margin-bottom:1rem}.hero-section .hero-swiper .hero-subtitle{font-size:1.25rem!important;margin-bottom:1.5rem}.hero-section .hero-swiper .hero-image img{width:100%;height:auto;max-width:400px}.hero-section .hero-swiper .hero-pagination{margin-top:1.5rem}.hero-section .hero-swiper .hero-pagination .swiper-pagination-bullet{width:30px;height:5px}.hero-section .hero-swiper .hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:30px}.services-overview{padding:2rem 0}.services-overview .section-title{margin-bottom:1.5rem}.services-overview .service-item{margin-bottom:1.5rem}.service-categories{padding:2rem 0}.service-categories .section-title{font-size:1.75rem!important;margin-bottom:2rem}.service-categories .category-card{height:auto;padding:1.5rem;margin-bottom:1rem}.service-categories .category-card .category-icon{width:100px;height:100px;margin-bottom:1rem}.service-categories .category-card h3{font-size:1.25rem!important}.how-it-works{padding:2rem 20px}.how-it-works .section-title{margin-top:20px}.how-it-works .step-item{flex-direction:column;text-align:center;align-items:center;margin-bottom:2rem}.how-it-works .step-item .step-number{margin-left:0;margin-bottom:1rem;width:40px;height:40px;font-size:1rem}.how-it-works .step-item .step-content h3{font-size:1.2rem!important}.how-it-works .step-item .step-content p{font-size:.9rem!important}.features-section{padding:2rem 0}.features-section .section-title{font-size:1.75rem!important}.features-section .section-subtitle{font-size:.9rem!important;margin-bottom:2rem}.features-section .feature-card{height:auto;padding:1.5rem;margin-bottom:1rem}.features-section .feature-card .feature-icon{width:100px;height:100px;margin-bottom:1rem}.features-section .feature-card h3{font-size:.9rem!important;margin-bottom:1rem}.features-section .feature-card p{font-size:.8rem!important}.faq-section{padding:2rem 0}.faq-section .section-title{font-size:2rem!important;margin-bottom:2rem}.faq-section .faq-question h3{font-size:1.25rem!important}.faq-section .faq-answer p{font-size:1rem!important}.cta-section{padding:2rem 0}.cta-section h2{font-size:1.5rem!important;margin-bottom:1.5rem}.cta-section .btn-light{padding:1rem 2rem;font-size:1.25rem}}@media (max-width:576px){.hero-section{padding:0}.hero-section .hero-swiper .hero-content{text-align:center;padding:0 1rem}.hero-section .hero-swiper .hero-title{font-size:1.5rem!important;text-align:center}.hero-section .hero-swiper .hero-subtitle{font-size:.9rem!important;text-align:center}.hero-section .hero-swiper .btn{margin:auto;padding:.8rem 3.5rem;font-size:1rem}.hero-section .hero-swiper .hero-pagination{margin-top:1rem;gap:.375rem}.hero-section .hero-swiper .hero-pagination .swiper-pagination-bullet{width:25px;height:4px}.hero-section .hero-swiper .hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:25px}.section-title{font-size:1.5rem!important}.cta-section h2{font-size:1.25rem!important}.step-item .step-number{width:50px;height:50px;font-size:1.5rem}}.account-type-page{background:var(--white)}.account-type-section{padding:5rem 0 6rem;background:var(--white)}.account-type-section .account-type-title{font-family:Cairo,sans-serif;font-weight:700;font-size:clamp(30px,3vw,36px);color:var(--primary);text-align:center;margin-bottom:3.5rem;line-height:1.5}.account-type-section .account-type-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:3rem 2.5rem;text-align:center;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .5s ease}.account-type-section .account-type-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.034)}.account-type-section .account-type-card__title{font-family:Cairo,sans-serif;font-weight:700;font-size:1.5rem;color:#000;margin-bottom:1.25rem;line-height:1.4}.account-type-section .account-type-card__subtitle{font-family:Cairo,sans-serif;font-weight:600;font-size:1rem;color:#000;margin-bottom:2.25rem;line-height:1.7;max-width:320px}.account-type-section .account-type-card__btn{display:inline-block;background:var(--primary);border-radius:20px;padding:1.25rem 3.5rem;font-family:Cairo,sans-serif;font-weight:700;font-size:1.1rem;color:#fff;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 24px rgba(255,94,0,.3)}.account-type-section .account-type-card__btn:hover{background:var(--primary-dark);color:#fff;transform:translateY(-2px);box-shadow:0 12px 32px rgba(255,94,0,.4)}.account-type-section .account-type-card__btn:active{transform:translateY(0);box-shadow:0 4px 14px rgba(255,94,0,.3)}@media (max-width:992px){.account-type-section{padding:4rem 0 5rem}.account-type-section .account-type-card{margin-bottom:1.5rem}}@media (max-width:576px){.account-type-section{padding:3rem 0 4rem}.account-type-section .account-type-title{font-size:1.5rem;margin-bottom:2.5rem}.account-type-section .account-type-card{padding:2.5rem 1.5rem}.account-type-section .account-type-card__title{font-size:1.25rem}.account-type-section .account-type-card__subtitle{font-size:.9rem;margin-bottom:2rem}.account-type-section .account-type-card__btn{padding:1rem 3rem;font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}html{width:100%;overflow-x:hidden;margin:0;padding:0}body{direction:rtl;text-align:right;font-family:Cairo,sans-serif;overflow-x:hidden;margin:0;padding:0}::-webkit-scrollbar{width:8px;height:5px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#147a99}