.login-modal-overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.login-modal{scrollbar-width:none;text-align:center;background:#fff;border-radius:30px;width:560px;max-width:95%;max-height:95vh;padding:40px;animation:.3s fadeIn;position:relative;overflow-y:auto}.login-modal::-webkit-scrollbar{width:6px}.login-modal::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}.close-btn{color:#09061b;cursor:pointer;background:#f2f2f2;border:none;border-radius:50%;width:35px;height:35px;position:absolute;top:20px;right:20px}.login-logo{justify-content:center;align-items:center;margin-bottom:30px;display:flex}.login-modal input{color:#09061b;border:1px solid #ddd;border-radius:10px;width:100%;margin-bottom:15px;padding:14px;font-size:14px}.forgot{cursor:pointer;color:#09061b;margin:10px 0 20px;font-size:14px;font-weight:500}.signin-btn{color:#fff;cursor:pointer;background:#b84637;border:none;border-radius:30px;width:100%;margin-bottom:20px;padding:14px;font-size:15px}.signup-text{color:#09061b;margin-bottom:20px;font-size:14px;font-weight:500}.signup-text span{color:#f27c1f;cursor:pointer}.guest-btn{color:#09061b;cursor:pointer;background:linear-gradient(270deg,#fcfbf8 0%,#f8d5d0 100%);border:1px solid #e6700c;border-radius:30px;width:200px;padding:12px;font-size:14px;font-weight:500}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.password-wrapper{width:100%;position:relative}.password-wrapper input{border:1px solid #ddd;border-radius:10px;width:100%;padding:14px;font-size:14px}.password-toggle{cursor:pointer;position:absolute;top:25px;right:14px;transform:translateY(-50%)}.forgot-desc{color:#6b6b6b;margin-bottom:25px;font-size:15px}.forgot-note{color:#f27c1f;margin-top:20px;font-size:14px}.react-tel-input .country-list .country{text-align:left}.react-tel-input{margin-bottom:16px}.profile-dropdown{z-index:1000;background:#fff;border-radius:12px;width:340px;padding:16px;position:absolute;top:55px;right:0;box-shadow:0 8px 25px #00000014}.profile-header-details{align-items:center;gap:12px;display:flex}.profile-avatar{color:#fff;background:#c24832;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-weight:600;display:flex}.profile-name{font-size:16px;font-weight:600}.profile-email{color:#6b6b6b;font-size:13px}.profile-divider{background:#eee;height:1px;margin:14px 0}.profile-item{color:#333;cursor:pointer;align-items:center;gap:10px;padding:10px 6px;font-size:15px;text-decoration:none;display:flex}.profile-item:hover{background:#f7f7f7;border-radius:10px}.profile-item.logout{color:#e53935}.profile-item.active{background:#e8e4df;border-radius:10px;font-weight:600}.dropdown{cursor:pointer;align-items:center;gap:4px;display:flex;position:relative}.dropdown-menu{z-index:1000;scrollbar-width:thin;scrollbar-color:#e6700c #f1f1f1;background:linear-gradient(270deg,#fcfbf8 0%,#fcf6f9 100%);border-radius:16px;flex-direction:column;gap:18px;width:250px;padding:35px 22px 22px;display:flex;position:absolute;top:20px;left:-30px}.dropdown-menu::-webkit-scrollbar{width:4px}.dropdown-menu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.dropdown-menu::-webkit-scrollbar-thumb{background:#e6700c;border-radius:4px}.dropdown-menu a{color:#1c1c1c;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.dropdown-menu a:hover{color:#e6700c}.hamburger{transition:transform .3s}.dropdown svg{transition:transform .2s}.dropdown:hover svg{transform:rotate(180deg)}@media (max-width:768px){.dropdown-menu{width:100%;box-shadow:none;border-radius:0;padding:10px 0;position:static}.dropdown-menu a{padding:10px 0}}
