.navigation{background:white;box-shadow:0 2px 10px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000}.nav-content{display:flex;align-items:center;justify-content:space-between;padding:0 20px;min-height:80px}.navs-logo .logo-image{width:100px!important;height:100px!important;object-fit:contain;border-radius:0}.navs-logo .logo-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.navs-logo{min-height:60px!important}.nav-links,.navs-logo{display:flex;align-items:center}.nav-links{gap:32px;flex:1;justify-content:center}.nav-link{color:#333;text-decoration:none;font-weight:500;font-size:16px;padding:8px 16px;border-radius:4px;transition:all .3s ease;text-align:center}.nav-link:hover{color:#007bff;background:rgba(0,123,255,.1);transform:translateY(-1px)}.nav-link[href="/#contact"]{background:#007bff;color:white;font-weight:600;padding:10px 20px;border-radius:25px;box-shadow:0 4px 15px rgba(0,123,255,.3);position:relative;overflow:hidden}.nav-link[href="/#contact"]: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 .5s}.nav-link[href="/#contact"]:hover:before{left:100%}.nav-link[href="/#contact"]:hover{background:#0056b3;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,123,255,.4);color:white}.nav-link[href="/#contact"]:active{transform:translateY(0);box-shadow:0 2px 10px rgba(0,123,255,.3)}.nav-actions{display:flex;align-items:center;gap:16px}.nav-login{color:#333;text-decoration:none;font-weight:500;font-size:16px;padding:8px 16px;border-radius:4px;transition:all .3s ease;text-align:center}.nav-login:hover{color:#007bff;background:rgba(0,123,255,.1);transform:translateY(-1px)}.nav-cta{background:#007bff;color:white;text-decoration:none;font-weight:600;font-size:16px;padding:12px 24px;border-radius:4px;transition:all .3s ease;text-align:center;border:none;cursor:pointer}.nav-cta:hover{background:#0056b3;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,123,255,.3)}.lang-ar .nav-actions,.lang-ar .nav-content,.lang-ar .nav-links,[dir=rtl] .nav-actions,[dir=rtl] .nav-content,[dir=rtl] .nav-links{flex-direction:row-reverse}.lang-en .nav-actions,.lang-en .nav-content,.lang-en .nav-links,[dir=ltr] .nav-actions,[dir=ltr] .nav-content,[dir=ltr] .nav-links{flex-direction:row}.language-toggle{position:relative;display:inline-block;margin:0 10px}.language-btn{background:transparent;border:1px solid #e0e0e0;border-radius:4px;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;min-width:40px;min-height:30px}.language-btn:hover{background:#f5f5f5;border-color:#007bff;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,123,255,.15)}.fi{width:24px;height:18px;border-radius:2px;border:1px solid rgba(0,0,0,.1);display:inline-block;background-size:cover;background-position:50%;background-repeat:no-repeat}.language-text{font-weight:600;font-size:12px;letter-spacing:.5px}.mobile-menu-btn{display:none;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;margin-left:15px;position:relative}.hamburger-container{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.hamburger-line{width:20px;height:2px;background:#333;border-radius:1px;transition:all .3s ease;transform-origin:center}.line1.active{transform:rotate(45deg) translate(5px,5px)}.line2.active{opacity:0}.line3.active{transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu-btn:hover .hamburger-line{background:#007bff}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);backdrop-filter:blur(5px);z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu.active{opacity:1;visibility:visible}.mobile-menu-content{position:absolute;top:0;right:0;width:300px;height:100vh;background:white;padding:100px 20px 20px;display:flex;flex-direction:column;gap:20px;transform:translateX(100%);transition:transform .3s ease;box-shadow:-2px 0 10px rgba(0,0,0,.1)}.mobile-menu.active .mobile-menu-content{transform:translateX(0)}.mobile-nav-link{color:#333;text-decoration:none;font-weight:500;font-size:16px;padding:12px 16px;border-radius:4px;transition:all .3s ease;text-align:center;background:transparent;border:none}.mobile-nav-link:hover{color:#007bff;background:rgba(0,123,255,.1);transform:translateY(-1px)}.mobile-nav-link[href="/#contact"]{background:#007bff;color:white;font-weight:600;padding:14px 20px;border-radius:25px;box-shadow:0 4px 15px rgba(0,123,255,.3);margin:8px 0}.mobile-nav-link[href="/#contact"]:hover{background:#0056b3;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,123,255,.4);color:white}.mobile-nav-cta{background:#007bff;color:white;text-decoration:none;font-weight:600;font-size:16px;padding:12px 24px;border-radius:4px;transition:all .3s ease;text-align:center;margin-top:10px;border:none;cursor:pointer}.mobile-nav-cta:hover{background:#0056b3;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,123,255,.3)}.lang-ar .mobile-menu-content,[dir=rtl] .mobile-menu-content{right:auto;left:0;transform:translateX(-100%)}.lang-ar .mobile-menu.active .mobile-menu-content,[dir=rtl] .mobile-menu.active .mobile-menu-content{transform:translateX(0)}.lang-ar .mobile-nav-link:hover,[dir=rtl] .mobile-nav-link:hover{transform:translateX(-5px)}@media (max-width:768px){.nav-content{padding:0 16px;min-height:70px}.nav-links{gap:16px}.nav-link{font-size:14px;padding:6px 12px}.nav-actions{gap:12px}.nav-cta{font-size:14px;padding:10px 20px}.language-btn{min-width:100px;padding:6px 12px;font-size:13px}.navs-logo .logo-image{width:80px!important;height:80px!important}.nav-links{display:none!important}.mobile-menu-btn{display:flex!important;visibility:visible!important}.nav-cta{display:none!important}}@media (max-width:480px){.nav-actions{gap:8px}.language-btn{min-width:80px;padding:6px 10px;font-size:12px}}.footer{direction:rtl!important;text-align:right!important}.footer-en,.lang-en .footer{direction:ltr!important;text-align:left!important}.footer-en .footer-content,.lang-en .footer .footer-content{display:flex;flex-direction:row!important}.footer-ar .footer-content,.lang-ar .footer .footer-content{display:flex;flex-direction:row-reverse!important}.footer-en .footer-brand-english,.lang-en .footer .footer-brand-english{order:-1!important}.footer-ar .footer-brand-english,.lang-ar .footer .footer-brand-english{order:1!important}.footer .footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.footer .footer-section{flex:1;min-width:200px}.footer .footer-bottom,.footer .footer-bottom p,.footer .footer-brand-english,.footer .footer-brand-english .footer-description,.footer .footer-brand-english .footer-title,.footer .footer-description,.footer .footer-links,.footer .footer-links a,.footer .footer-links li,.footer .footer-section,.footer .footer-subtitle,.footer .footer-title{direction:inherit!important;text-align:inherit!important}.footer-en .footer-bottom,.footer-en .footer-bottom p,.footer-en .footer-content,.footer-en .footer-description,.footer-en .footer-links,.footer-en .footer-links a,.footer-en .footer-links li,.footer-en .footer-section,.footer-en .footer-subtitle,.footer-en .footer-title,.lang-en .footer .footer-bottom,.lang-en .footer .footer-bottom p,.lang-en .footer .footer-content,.lang-en .footer .footer-description,.lang-en .footer .footer-links,.lang-en .footer .footer-links a,.lang-en .footer .footer-links li,.lang-en .footer .footer-section,.lang-en .footer .footer-subtitle,.lang-en .footer .footer-title{direction:ltr!important;text-align:left!important}.footer-ar .footer-bottom,.footer-ar .footer-bottom p,.footer-ar .footer-content,.footer-ar .footer-description,.footer-ar .footer-links,.footer-ar .footer-links a,.footer-ar .footer-links li,.footer-ar .footer-section,.footer-ar .footer-subtitle,.footer-ar .footer-title,.lang-ar .footer .footer-bottom,.lang-ar .footer .footer-bottom p,.lang-ar .footer .footer-content,.lang-ar .footer .footer-description,.lang-ar .footer .footer-links,.lang-ar .footer .footer-links a,.lang-ar .footer .footer-links li,.lang-ar .footer .footer-section,.lang-ar .footer .footer-subtitle,.lang-ar .footer .footer-title{direction:rtl!important;text-align:right!important}