.navbar{background-color:white;height:80px;justify-content:center;position:fixed;top:0;z-index:999;box-shadow:0 2px 10px rgba(0,0,0,.1);direction:rtl;font-family:Poppins,sans-serif!important}.navbar,.navbar-container{display:flex;align-items:center;width:100%}.navbar-container{justify-content:space-between;max-width:var(--max-width);padding:0 2rem}.afaqplusham{background-color:#03FFF7}.navbar-logo{display:flex;align-items:center;color:#000}.logo-image{width:160px!important;height:55px!important;object-fit:contain}.nav-menu{list-style:none;text-align:center}.nav-item,.nav-menu{display:flex;align-items:center}.nav-item{height:80px;font-family:Poppins,sans-serif;font-weight:700}.nav-link{color:#333;display:flex;align-items:center;text-decoration:none;padding:0 1rem;height:100%;font-weight:500;transition:all .3s ease;font-family:Poppins,sans-serif!important}.nav-link:hover{color:var(--primary-color)}.menu-icon{display:none;color:#333}.auth-buttons{display:flex;gap:10px}.mobile-auth-buttons{display:none}.afaqplus-login-button,.afaqplus-register-button,.login-button,.register-button{padding:8px 16px;border-radius:12px;text-decoration:none;font-weight:500;transition:all .3s ease;font-family:Poppins,sans-serif!important}.login-button{background-color:#000000;color:#FFCC00}.register-button{background-color:transparent;color:#333;border:2px solid #ffcc00}.afaqplus-login-button:hover,.afaqplus-register-button:hover,.login-button:hover,.register-button:hover{opacity:.9;transform:translateY(-2px)}@media screen and (max-width:960px){.navbar{height:70px}.nav-menu{display:flex;flex-direction:column;width:100%;height:100vh;position:fixed;top:0;right:-100%;transition:all .4s cubic-bezier(.25,.46,.45,.94);background:#ffffff;box-shadow:-5px 0 20px rgba(0,0,0,.1);z-index:1000;padding-top:80px;overflow-y:auto}.nav-menu.active{right:0}.nav-item{font-weight:600;height:auto;width:100%;display:flex;justify-content:center;margin:.5rem 0;opacity:0;transform:translateX(50px);animation:slideInRight .3s ease forwards}.nav-menu.active .nav-item:first-child{animation-delay:.1s}.nav-menu.active .nav-item:nth-child(2){animation-delay:.2s}.nav-menu.active .nav-item:nth-child(3){animation-delay:.3s}.nav-menu.active .nav-item:nth-child(4){animation-delay:.4s}.nav-menu.active .nav-item:nth-child(5){animation-delay:.5s}.nav-menu.active .nav-item:nth-child(6){animation-delay:.6s}@keyframes slideInRight{to{opacity:1;transform:translateX(0)}}.nav-link{font-size:1.5rem;font-weight:600;text-align:center;padding:1.5rem 2rem;width:100%;display:block;border-radius:12px;margin:0 1rem;transition:all .3s ease;position:relative;overflow:hidden}.nav-link:hover{background:linear-gradient(135deg,#FFCC00,#FFD700);color:#000;transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,204,0,.3)}.nav-link: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:hover:before{left:100%}.mobile-auth-buttons{display:flex;flex-direction:column;gap:1rem;padding:2rem;margin-top:auto;border-top:1px solid #e0e0e0}.mobile-auth-buttons .afaqplus-login-button,.mobile-auth-buttons .afaqplus-register-button,.mobile-auth-buttons .login-button,.mobile-auth-buttons .register-button{padding:1rem 20vw;text-align:center;border-radius:12px;font-weight:600;transition:all .3s ease}.mobile-auth-buttons .login-button{background:linear-gradient(135deg,#000000,#333333);color:#FFCC00;border:none}.mobile-auth-buttons .register-button{background:transparent;color:#333;border:2px solid #ffcc00}.mobile-auth-buttons .afaqplus-login-button{background:linear-gradient(135deg,#000000,#333333);color:#03FFF7;border:none}.mobile-auth-buttons .afaqplus-register-button{background:transparent;color:#333;border:2px solid #03fff7}.auth-buttons{display:none!important}.navbar.afaqplus-navbar .nav-menu{background:#ffffff;backdrop-filter:none}.navbar.afaqplus-navbar .nav-link{color:#333}.navbar.afaqplus-navbar .nav-link:hover{background:linear-gradient(135deg,#03FFF7,#00E5FF);color:#010635}.navbar.afaqplus-navbar .mobile-auth-buttons .register-button{border-color:#03FFF7;color:#333}.navbar.afaqplus-navbar .mobile-auth-buttons .login-button{background:linear-gradient(135deg,#010635,#010635);color:#03FFF7}}.menu-icon{display:block;position:absolute;top:0;left:0;transform:translate(100%,60%);font-size:1.8rem;cursor:pointer}.afaqplus-navbar{background-color:#0106355E;box-shadow:none}.afaqplus-register-button{border:2px solid #03fff7;color:white}.afaqplus-login-button{color:#010635;background-color:white}.afaqplus-nav-link{color:white}.afaqplus-nav-link:hover{color:#00E5FF}.navbar.afaqplus-navbar{background-color:rgba(1,6,53,0);backdrop-filter:none;-webkit-backdrop-filter:none;transition:all .3s ease}.navbar.afaqplus-navbar.blurred{background-color:rgba(1,6,53,.4);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:all .3s ease}.user-avatar-link{display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .3s ease}.user-avatar-link:hover{transform:scale(1.05)}.user-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid #ffcc00;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.afaqplus-navbar .user-avatar{border-color:#03FFF7}@media screen and (max-width:960px){.mobile-auth-buttons .user-avatar-link{align-self:center;margin:1rem 0}.mobile-auth-buttons .user-avatar{width:50px;height:50px}}.hamburger-button{display:none;flex-direction:column;justify-content:space-around;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-button,.hamburger-line{width:30px;transition:all .3s ease}.hamburger-line{height:3px;background-color:#000000;border-radius:2px;transform-origin:center}.afaqplusham .hamburger-line{background-color:#03FFF7}.hamburger-button.open .hamburger-line:first-child{transform:rotate(45deg) translate(7px,7px)}.hamburger-button.open .hamburger-line:nth-child(2){opacity:0;transform:scale(0)}.hamburger-button.open .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.hamburger-button.afaqplus .hamburger-line,.hamburger-button.afaqplus.open .hamburger-line{background-color:white}@media screen and (max-width:960px){.hamburger-button{display:flex}}.hamburger-button:hover .hamburger-line{background-color:var(--primary-color,#FFCC00)}.hamburger-button.afaqplus:hover .hamburger-line{background-color:#03FFF7}.footer{background-color:#000000;color:#fff;padding:3rem 0 1rem;font-family:Poppins,sans-serif;direction:rtl}.footer-container{max-width:100%;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 3fr 1fr;align-items:start;direction:ltr}.left{display:flex;justify-content:space-evenly;gap:2rem}.footer-section{text-align:right}.footer-title{margin-bottom:1.5rem;color:#fff;font-family:Poppins;font-weight:700;font-style:Bold;font-size:16px;line-height:24px;letter-spacing:2%}.footer-links{list-style:none;padding:0;margin:0;flex:1}.footer-links li{margin-bottom:.8rem;font-family:Poppins;font-weight:700;font-style:Bold;font-size:1.2rem;line-height:24px;letter-spacing:2%}.footer-links a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#ffd700}.footer-center{flex-direction:column;text-align:center;flex:4}.footer-brand,.footer-center{display:flex;align-items:center}.footer-brand{justify-content:center;margin-bottom:1rem;gap:.5rem}.footer-logo{width:auto;height:auto}.logo-text{font-size:1.1rem;color:#fff;font-weight:500}.social-icons{gap:1rem}.social-icon,.social-icons{display:flex;justify-content:center}.social-icon{align-items:center;width:40px;height:40px;border-radius:50%;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;color:white;font-size:18px;position:relative;overflow:hidden}.social-icon:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.social-icon-content{display:flex;align-items:center;justify-content:center;width:100%;height:100%;mix-blend-mode:screen;z-index:2}.social-icon-content svg{width:20px;height:20px;filter:brightness(0) invert(1)}.social-icon--facebook{background-color:#1877f2}.social-icon--instagram{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}.social-icon--whatsapp{background-color:#25d366}.social-icon--telegram{background-color:#0088cc}.social-icon--tiktok{background-color:#000000}.social-icon--facebook:hover .social-icon-content svg,.social-icon--instagram:hover .social-icon-content svg,.social-icon--telegram:hover .social-icon-content svg,.social-icon--tiktok:hover .social-icon-content svg,.social-icon--whatsapp:hover .social-icon-content svg{filter:brightness(0) invert(1) drop-shadow(0 0 5px rgba(255,255,255,.8))}.footer-bottom{max-width:1200px;padding:2rem 2rem 0;text-align:center;border-top:1px solid #e6e8ec;margin:2rem auto 0}.footer-bottom p{color:#ccc;font-size:1rem;margin:0}@media (max-width:768px){.footer-container{grid-template-columns:1fr;gap:3rem}.footer-center{order:-1}.social-icons{justify-content:center}.footer{direction:ltr}.footer-section{text-align:center}}