.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);z-index:1050;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-popup-menu{position:fixed;top:0;left:0;transform:translateX(-100%);background-color:white;width:85%;max-width:350px;height:100vh;box-shadow:5px 0 25px -5px rgba(0,0,0,.2);z-index:1051;display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:all .3s ease-in-out}.mobile-popup-menu.active{opacity:1;visibility:visible;transform:translateX(0)}.mobile-popup-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid rgba(0,0,0,.1)}.mobile-popup-header .navbar-brand{margin:0}.mobile-close-btn{background:transparent;border:none;color:black;font-size:24px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s;position:relative;right:-10px}.mobile-close-btn:hover{background-color:rgba(255,255,255,.2)}.mobile-search-wrapper{padding:15px 20px;border-bottom:1px solid rgba(0,0,0,.1);background-color:#f8f9fa}.mobile-popup-menu .nav-menu-wrapper{padding:0;width:100%;flex:1 1 auto;overflow-y:auto}.mobile-popup-menu .navbar-nav{flex-direction:column;width:100%;padding:0;margin:0}.mobile-popup-menu .nav-item{border-bottom:1px solid rgba(0,0,0,.1);width:100%}.mobile-popup-menu .nav-item:last-child{border-bottom:none}.mobile-popup-menu .nav-link{color:#333!important;padding:15px 20px!important;display:flex!important;align-items:center;justify-content:space-between;transition:all .2s;font-weight:500;width:100%;box-sizing:border-box}.mobile-popup-menu .nav-link:focus,.mobile-popup-menu .nav-link:hover{background-color:rgba(0,0,0,.03);color:var(--primary-color,#1F2B6C)!important}.mobile-popup-menu .nav-link.active{color:var(--accent-color,#46bdec)!important;font-weight:600}.mobile-popup-menu .dropdown-icon{transition:transform .3s ease;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;position:relative;color:#666}.mobile-popup-menu .nav-link:hover .dropdown-icon{color:var(--primary-color,#1F2B6C)}.mobile-popup-menu .mega-menu.show .dropdown-icon,.mobile-popup-menu .submenu.show .dropdown-icon{transform:rotate(180deg);color:var(--primary-color,#1F2B6C)}.mobile-popup-menu .mega-menu-content,.mobile-popup-menu .submenu ul{background-color:#fff!important;border-radius:0!important;padding:0!important;margin:0!important;display:none;overflow:hidden;max-height:0;transition:max-height .3s ease-out;width:100%}.mobile-popup-menu .mega-menu.show .mega-menu-content,.mobile-popup-menu .submenu.show ul{display:flex!important;flex-direction:column!important;max-height:2000px}.mobile-popup-menu .submenu ul li a{padding:12px 20px 12px 40px!important;font-size:14px!important;color:#444!important;width:100%;box-sizing:border-box}.mobile-popup-menu .mega-menu-columns{display:block!important;padding:0!important;width:100%!important;flex:0 0 100%!important;max-width:100%!important}.mobile-popup-menu .mega-menu-column{margin-bottom:0!important;width:100%!important;border-bottom:none!important;display:block!important}.mobile-popup-menu .mega-menu-title{color:#333!important;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.05);font-size:15px;padding:14px 20px;margin:0;font-weight:600;width:100%;display:block;text-align:left}.mobile-popup-menu .mega-menu-column .nav-link{padding:12px 20px 12px 40px!important;font-size:14px!important;border-bottom:1px solid rgba(0,0,0,.05);color:#444!important;font-weight:400;width:100%;box-sizing:border-box;display:block!important}.mobile-popup-menu .mega-menu-column .nav-link:focus,.mobile-popup-menu .mega-menu-column .nav-link:hover{background-color:rgba(0,0,0,.02);color:var(--accent-color,#46bdec)!important}.mobile-popup-menu .mega-menu-column ul{margin:0;padding:0;width:100%}.mobile-popup-menu .mega-menu-column ul li{width:100%}.mobile-popup-menu .mega-menu-column ul li:last-child .nav-link{border-bottom:none}.mobile-popup-menu .explore-all-link .nav-link{color:var(--accent-color,#46bdec)!important;font-weight:500;padding-top:15px!important;padding-bottom:15px!important;background-color:rgba(255,107,53,.05);text-align:center;justify-content:center}.mobile-popup-menu .highlighted-menu .nav-link{background-color:var(--accent-color,#46bdec);color:white!important;font-weight:600;margin:15px 20px;border-radius:8px;text-align:center;box-shadow:0 3px 10px rgba(255,107,53,.2)}.mobile-popup-menu .highlighted-menu .nav-link:hover{background-color:var(--primary-color,#1F2B6C);color:white!important}.mobile-popup-menu::-webkit-scrollbar{width:5px}.mobile-popup-menu::-webkit-scrollbar-track{background-color:rgba(0,0,0,.05)}.mobile-popup-menu::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.15);border-radius:20px}.mobile-popup-menu::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.25)}@keyframes drawerSlideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.mobile-close-btn:focus-visible{outline:2px solid white;outline-offset:2px}body.mobile-menu-open{overflow:hidden;touch-action:none}.mobile-popup-menu .header-btn{display:block!important;padding:12px 0;border-bottom:none;position:sticky;bottom:0;background-color:#fff;z-index:1060;box-shadow:0 -6px 18px rgba(0,0,0,.03)}.mobile-popup-menu .header-btn .btn-default{display:block;width:calc(100% - 40px);margin:8px 20px;padding:12px 18px;text-align:center;border-radius:8px;box-sizing:border-box}.mobile-popup-menu .header-btn .btn-default:before{right:18px}