.wheel-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.17);display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .3s ease-out}.wheel-modal-content{background:transparent;border-radius:20px;box-shadow:none;position:relative;max-width:90vw;max-height:90vh;overflow:auto;animation:slideUp .3s ease-out;border:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.wheel-modal-close{position:absolute;top:15px;right:20px;background:hsla(0,0%,100%,.2);border:2px solid #fff;color:#fff;font-size:24px;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.wheel-modal-close:hover{background:hsla(0,0%,100%,.3);transform:scale(1.1)}.wheel-modal-content .wheel-container{margin:0;padding:1px}.wheel-modal-content .wheel-container h2{color:#fff;margin-bottom:20px;font-size:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.wheel-modal-content #canvas,.wheel-modal-content #wheel{width:min(80vw,400px)!important;height:min(80vw,400px)!important;margin:0 auto;display:block}@media (max-width:768px){.wheel-modal-content{margin:20px;padding:20px}.wheel-modal-content #wheel{width:400px!important;height:400px!important}.wheel-modal-content #canvas{width:320px!important;height:320px!important}}@media (max-width:480px){.wheel-modal-content #wheel{width:300px!important;height:300px!important}.wheel-modal-content #canvas{width:250px!important;height:250px!important}.wheel-modal-content .wheel-container h2{font-size:clamp(1.2rem,4vw,2rem);color:#fff;margin-bottom:20px;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.5)}}.social-login-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap;width:100%;max-width:100%;margin:0 auto}.social-login-list{display:flex;list-style-type:none;padding:0;margin:0;gap:10px}.social-login-btn,.social-login-item{display:flex;justify-content:center;align-items:center}.social-login-btn{width:50px;height:50px;padding:0;border-radius:50%;border:none;cursor:pointer;font-size:16px;transition:all .3s ease}.social-login-btn .social-logo-img{width:30px;height:30px}.google-btn:hover{background-color:#357ae8}.facebook-btn:hover{background-color:#2d4373}.instagram-btn:hover{background-color:#9b4d96}.menu-slider-container{display:flex;align-items:center;position:relative;width:100%}.menu-scroll-container{display:flex;flex-wrap:nowrap;overflow-x:auto;width:100%;scroll-behavior:smooth;padding:0;gap:12px}.menu-scroll-container::-webkit-scrollbar-track{border:none;background-color:#fff;padding:0}.menu-scroll-container::-webkit-scrollbar,.menu-scroll-container::-webkit-scrollbar-thumb{border:none}.scroll-button11{position:absolute;top:35%;transform:translateY(-50%);color:#fff;border:none;font-size:20px;cursor:pointer;z-index:1;padding:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.scroll-button11.left{left:-25px}.scroll-button11.right{right:-33px}.scroll-button{border:none;font-size:20px;cursor:pointer;z-index:1;padding:7px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.scroll-button.left{left:-25px}.scroll-button.right{right:-33px}.navbar-nav .nav-item{margin-right:0}.search-box{position:relative;display:block}.search-suggestions-dropdown{position:absolute;top:100%;left:0;width:100%;max-height:50vh;background-color:#fff;z-index:10;box-shadow:0 2px 10px rgba(0,0,0,.1);overflow-y:auto;border-radius:4px;transition:all .2s ease}.suggestion-item{padding:8px 12px;cursor:pointer;background-color:#fff;border:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.suggestion-item.highlighted{background-color:#f0f0f0;font-weight:700;transition:background-color .2s ease}.suggestion-item:hover{background-color:#f5f5f5}