.button{display:inline-flex;align-items:center;justify-content:space-between;padding:16px 32px;border-radius:50px;background-color:#2b2263;color:#fff;text-decoration:none;font-size:18px;font-weight:500;line-height:1.2;transition:.5s;border:1px solid #2b2263}.button:hover{background-color:#3a2b99}.button span,.button span.icon{display:flex;align-items:center}.button span.icon{background:#fff;border-radius:50%;width:36px;height:36px;margin-left:15px;justify-content:center}.button .button-img,.button img{height:auto;width:24px;-o-object-fit:contain;object-fit:contain}.navbar{background:hsla(0,0%,53%,.1);backdrop-filter:blur(140px);padding:15px 30px;border-radius:9999px;display:inline-block;border:1.4px solid #fff}.nav-list{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:20px}.nav-item{position:relative}.nav-item .nav-link{color:#fff;text-decoration:none;font-size:14px;display:flex;align-items:center;gap:6px;transition:color .3s ease}.nav-item .nav-link:hover{color:#f39c12}.nav-item .nav-link .icon{font-size:10px}.nav-item .dropdown{position:absolute;top:120%;left:0;background:#222;border-radius:8px;padding:8px 0;min-width:250px;list-style:none;margin:0;box-shadow:0 4px 10px rgba(0,0,0,.3);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .25s ease-in-out;z-index:20}.nav-item .dropdown .dropdown:hover,.nav-item .dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-item .dropdown:after{content:"";position:absolute;top:100%;left:0;width:100%;height:12px;background:transparent}.nav-item .dropdown li .dropdown-link{display:block;padding:8px 15px;color:#fff;text-decoration:none;font-size:14px}.nav-item .dropdown li .dropdown-link:hover{background:#333;color:#f39c12}.dropdown.visible{opacity:1;visibility:visible;transform:translateY(0)}@media(max-width:1366px){.nav-list{gap:15px}}@media(max-width:1199px){.nav-link{font-size:13px}.dropdown{min-width:220px}}@media(max-width:991px){.navbar{display:none!important}}@media(max-width:767px){.dropdown{position:static;box-shadow:none;background:#2b2263;padding:10px 0}}@media(max-width:575px){.dropdown-link,.nav-link{font-size:12px}}.header-wrapper{z-index:999;margin:30px auto;width:100%;display:block;position:absolute}.header-wrapper .header-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.header-wrapper .header-logo{max-width:80px;height:auto}.header-wrapper .header-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.header-wrapper .header-btn{border:1.4px solid #fff;padding:6px 6px 6px 24px;gap:14px;background:transparent;position:relative;overflow:hidden;font-size:14px}.header-wrapper .header-btn:before{content:"";background:#fdbb10;height:100%;position:absolute;left:0;transition:.5s;width:0;z-index:-1}.header-wrapper .header-btn:hover{background:transparent!important;color:#000}.header-wrapper .header-btn:hover:before{width:100%}.header-wrapper .user-navigation-item{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.header-wrapper .cart-iocn{background:#fff;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.header-wrapper .cart-iocn img{-o-object-fit:contain;object-fit:contain;width:auto}.header-wrapper.solid{position:relative;background:#2b2263;padding:15px 0;margin:0}@media(max-width:1366px){.navbar{padding:12px 22px}.header-btn{font-size:13px;padding:6px 20px}}@media(max-width:1199px){.header-content{gap:20px}.nav-list{gap:15px}}@media(max-width:991px){.header-wrapper{position:relative;margin:0;background-image:linear-gradient(90deg,#051937,#091c43,#121f4e,#1e2159,#2b2263)}.header-content{flex-wrap:nowrap}.navbar{display:none}.mobile-menu-toggle{display:block}.user-navigation-item{gap:8px}.user-navigation-item .header-btn{padding:5px 15px;font-size:13px}.cart-iocn{width:40px;height:40px}}@media(max-width:767px){.header-content{justify-content:space-between}.header-logo img{width:70px}.user-navigation-item .header-btn{padding:4px 12px;font-size:12px}.cart-iocn{width:36px;height:36px}}@media(max-width:575px){.header-wrapper{padding:10px 0!important}.header-content{flex-direction:row}.header-logo img{width:60px}.user-navigation-item{gap:6px}.user-navigation-item .header-btn{padding:4px 10px;font-size:11px}.cart-iocn{width:32px;height:32px}}@media(max-width:420px){.header-content{gap:10px}.header-logo img{width:55px}.user-navigation-item .header-btn{display:none}.cart-iocn{width:30px;height:30px}}.mobile-menu-toggle span{display:block}.mobile-nav-overlay{background:rgba(25,25,25,.9)}.open .mobile-nav{transform:translateX(0)}.mobile-nav ul{list-style:none;padding:0}.mobile-nav ul li{margin-bottom:15px}.mobile-nav ul li a{color:#fff;font-size:16px;text-decoration:none}.mobile-nav .mobile-submenu{padding-left:15px}.mobile-nav .mobile-submenu li a{font-size:14px;opacity:.8}.mobile-menu-toggle{display:none;width:28px;height:22px;flex-direction:column;justify-content:space-between;cursor:pointer;z-index:1001}.mobile-menu-toggle span{width:100%;height:3px;background:#fff;border-radius:2px;transition:.3s}.mobile-menu-toggle.active span:first-child{transform:translateY(9px) rotate(45deg)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-nav-overlay{position:fixed;top:0;left:0;height:100%;width:100%;background:hsla(0,0%,8%,.85);backdrop-filter:blur(6px);opacity:0;visibility:hidden;transition:.3s ease;z-index:1000}.mobile-nav-overlay.open{opacity:1;visibility:visible}.mobile-nav{width:80%;max-width:350px;height:100%;background:#2b2263;padding:40px 20px;overflow-y:auto;transform:translateX(-100%);transition:.35s ease}.mobile-nav-overlay.open .mobile-nav{transform:translateX(0)}.mobile-nav-item{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.mobile-nav-item a{color:#fff;font-size:16px;text-decoration:none}.mobile-nav-item .arrow{font-size:20px;color:#fff}.mobile-submenu{max-height:0;overflow:hidden;padding-left:15px;transition:.3s ease}.mobile-submenu li a{color:#ddd;font-size:14px;display:block;padding:6px 0}.mobile-submenu.show{max-height:500px;padding-top:10px}.mobile-extra{margin-top:20px;padding-top:15px;border-top:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;gap:20px;flex-wrap:wrap}.mobile-extra .mobile-btn{display:block;padding:10px 0;color:#fff;text-decoration:none;font-size:14px}.mobile-extra .mobile-cart{margin-top:10px;display:inline-block;width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-wrapper{display:none;align-items:center;gap:20px}@media(max-width:991px){.mobile-menu-toggle{display:flex}.nav-bar-wrapper,.navbar,.user-navigation-item{display:none!important}.mobile-menu-wrapper{display:flex}.mobile-cart-icon a.cart-iocn{width:40px;height:40px}}.auth-wrapper{position:relative;padding:60px 0}.auth-wrapper .auth-form-container h2{font-size:50px;font-weight:500;margin-bottom:24px}.auth-wrapper .auth-form-container p{font-size:16px;color:#313131;margin-bottom:30px}.auth-wrapper .auth-form-wrapper{display:flex;flex-direction:column;gap:16px}.auth-wrapper .auth-form-wrapper .form-row{display:flex;gap:20px}.auth-wrapper .auth-form-wrapper .field-group{display:flex;flex-direction:column;flex:1}.auth-wrapper .auth-form-wrapper .field-group label{font-size:14px;font-weight:500;padding-bottom:10px}.auth-wrapper .auth-form-wrapper .field-group label span{color:red;margin-left:2px}.auth-wrapper .auth-form-wrapper .field-group input,.auth-wrapper .auth-form-wrapper .field-group select{height:45px;border-radius:50px;border:1px solid #aaa;padding-left:15px;font-size:14px}.auth-wrapper .auth-form-wrapper .field-group input:focus,.auth-wrapper .auth-form-wrapper .field-group select:focus{border-color:#2e1b6f;outline:none}.auth-wrapper .auth-form-wrapper .terms{font-size:14px}.auth-wrapper .auth-form-wrapper .terms input{margin-right:8px}.auth-wrapper .auth-form-wrapper .form-options{display:flex;justify-content:space-between;align-items:center;font-size:14px;margin-top:10px;margin-bottom:20px}.auth-wrapper .auth-form-wrapper .form-options .remember{display:flex;align-items:center;gap:6px}.auth-wrapper .auth-form-wrapper .form-options a{color:#2e1b6f;text-decoration:none;font-family:var(--font-general-sans),sans-serif;font-weight:500}.auth-wrapper .auth-form-wrapper .form-options a:hover{text-decoration:underline}.auth-wrapper .auth-form-wrapper .auth-submit-button{height:50px;border:none;border-radius:999px;background:#2e1b6f;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:.3s;margin-top:20px}.auth-wrapper .auth-form-wrapper .auth-submit-button:hover{background:#241259}.auth-wrapper .form-footer-text{text-align:center;font-size:14px;color:#313131;font-family:var(--font-general-sans),sans-serif;margin-top:20px}.auth-wrapper .form-footer-text a{color:#2e1b6f;font-weight:600!important;text-decoration:none;transition:.5s;font-family:var(--font-general-sans),sans-serif}.auth-wrapper .form-footer-text a:hover{color:#feb415;text-decoration:underline}.auth-wrapper .auth-image-container{flex:1;display:flex;justify-content:center;align-items:center;border-radius:30px;padding:10px}.auth-wrapper .auth-image-container img{max-width:100%;height:auto}.error-message{color:#d93025;font-size:13px;margin-top:6px;display:block;font-weight:500;letter-spacing:.2px;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.otp-field-group{margin-bottom:20px}.otp-field-group .otp-input-wrapper{display:flex;justify-content:start;gap:18px;margin:20px 0}.otp-field-group .otp-input-wrapper input{width:100px;height:60px!important;font-size:22px!important;text-align:center;border:1px solid #ccc!important;border-radius:8px!important;outline:none;transition:all .2s ease;display:flex;padding-left:0!important}.otp-field-group .otp-input-wrapper input:focus{border-color:#5a2d82;box-shadow:0 0 5px rgba(90,45,130,.3)}button.resend-btn{text-align:center;font-size:14px;margin-top:10px;color:#2e1b6f;font-weight:800!important;background:transparent;border:none;text-decoration:underline}.password-field{position:relative;width:100%}.password-field input{width:100%}.password-field span{position:absolute;right:20px;top:50%;transform:translateY(-50%);cursor:pointer;font-size:18px;color:#666}.password-field span:hover{color:#5a2d82}.password-wrapper{position:relative;width:100%}.password-wrapper input{width:100%;padding-right:40px}.password-wrapper .toggle-eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer;font-size:18px;opacity:.7;transition:.2s}.password-wrapper .toggle-eye:hover{opacity:1}@media(max-width:1024px){.auth-wrapper{padding:40px 0}.auth-wrapper .auth-form-container h2{font-size:40px;margin-bottom:20px}.auth-wrapper .auth-form-container p{font-size:15px;margin-bottom:25px}.auth-wrapper .auth-image-container{padding:20px;margin-top:30px}.otp-field-group .otp-input-wrapper{gap:12px}.otp-field-group .otp-input-wrapper input{width:80px;height:55px!important;font-size:20px!important}}@media(max-width:767px){.auth-wrapper{padding:30px 0}.auth-wrapper .auth-form-container h2{font-size:32px;margin-bottom:16px;line-height:1.2}.auth-wrapper .auth-form-container p{font-size:14px;margin-bottom:20px}.auth-wrapper .auth-form-wrapper{gap:14px}.auth-wrapper .auth-form-wrapper .form-row{flex-direction:column;gap:14px}.auth-wrapper .auth-form-wrapper .field-group label{font-size:13px;padding-bottom:8px}.auth-wrapper .auth-form-wrapper .field-group input,.auth-wrapper .auth-form-wrapper .field-group select{height:42px;font-size:14px;padding-left:12px}.auth-wrapper .auth-form-wrapper .terms{font-size:13px}.auth-wrapper .auth-form-wrapper .form-options{flex-direction:column;align-items:flex-start;gap:12px;font-size:13px;margin-top:8px;margin-bottom:16px}.auth-wrapper .auth-form-wrapper .form-options .remember{width:100%}.auth-wrapper .auth-form-wrapper .form-options a{width:100%;text-align:left}.auth-wrapper .auth-form-wrapper .auth-submit-button{height:46px;font-size:15px;margin-top:16px}.auth-wrapper .form-footer-text{font-size:13px;margin-top:16px;line-height:1.5}.auth-wrapper .auth-image-container{padding:15px;margin-top:30px;margin-bottom:20px}.auth-wrapper .auth-image-container img{max-width:100%;height:auto}.error-message{font-size:12px;margin-top:4px}.otp-field-group{margin-bottom:16px}.otp-field-group .otp-input-wrapper{flex-wrap:wrap;justify-content:center;gap:10px;margin:16px 0}.otp-field-group .otp-input-wrapper input{width:60px;height:50px!important;font-size:18px!important}button.resend-btn{font-size:13px;margin-top:8px}.password-wrapper .toggle-eye{right:10px;font-size:16px}.password-wrapper input{padding-right:35px}}@media(max-width:480px){.auth-wrapper{padding:20px 0}.auth-wrapper .auth-form-container h2{font-size:28px;margin-bottom:14px}.auth-wrapper .auth-form-container p{font-size:13px;margin-bottom:18px}.auth-wrapper .auth-form-wrapper{gap:12px}.auth-wrapper .auth-form-wrapper .field-group input,.auth-wrapper .auth-form-wrapper .field-group select{height:40px;font-size:13px;padding-left:10px}.auth-wrapper .auth-form-wrapper .auth-submit-button{height:44px;font-size:14px;margin-top:14px}.auth-wrapper .form-footer-text{font-size:12px;margin-top:14px}.otp-field-group .otp-input-wrapper{gap:8px}.otp-field-group .otp-input-wrapper input{width:50px;height:45px!important;font-size:16px!important}}@media(min-width:1200px){.auth-wrapper{padding:70px 0}.auth-wrapper .auth-form-container h2{font-size:52px}.auth-wrapper .auth-form-container p{font-size:17px}}.fullscreen-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:9999}.fullscreen-loader .loader-content{text-align:center;color:#fff;font-family:Poppins,sans-serif}.fullscreen-loader .loader-content p{margin-top:10px;font-size:16px;color:#fff}