.mobile-filter-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1050;display:flex;align-items:flex-end;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0}to{opacity:1}}.modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .3s ease-out}.modal-content{position:relative;width:100%;height:100vh;background:#fff;display:flex;flex-direction:column;animation:slideUp .3s ease-out;border-radius:0}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(min-width:992px){.modal-content{height:auto;max-height:90vh;max-width:480px;margin:auto;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.2)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e6e6e6;background:#fff;flex-shrink:0;min-height:64px}.modal-header h2{font-size:18px;font-weight:600;color:#1a1a1a;margin:0;text-align:center;flex:1 1}.modal-header .back-btn,.modal-header .clear-btn{background:none;border:none;padding:8px;cursor:pointer;border-radius:8px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;min-width:40px;min-height:40px}.modal-header .back-btn:hover,.modal-header .clear-btn:hover{background:#f8f9fa}.modal-header .back-btn:active,.modal-header .clear-btn:active{background:#e8eaed}.modal-header .back-btn svg{color:#666}.modal-header .clear-btn{font-size:14px;font-weight:500;color:#dc3545;padding:8px 12px}.modal-header .clear-btn:hover{background:#f8f9fa;color:#c82333}.modal-body{flex:1 1;overflow-y:auto;overflow-x:hidden;padding:0 20px 20px;-webkit-overflow-scrolling:touch}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:transparent}.modal-body::-webkit-scrollbar-thumb{background:#d0d7de;border-radius:3px}.modal-body::-webkit-scrollbar-thumb:hover{background:#a7b4c2}.filter-section{margin-bottom:32px}.filter-section:last-child{margin-bottom:0}.filter-section h3{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 16px;padding-top:8px}.filter-section h3 svg{color:#666}.filter-component-wrapper .custom-dropdown{width:100%}.filter-component-wrapper .custom-dropdown .custom-dropdown__label{background:#fff;border:1px solid #e6e6e6;border-radius:8px;padding:12px 16px;width:100%;display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#333;cursor:pointer;transition:all .2s ease}.filter-component-wrapper .custom-dropdown .custom-dropdown__label:hover{border-color:#d0d7de;background:#f8f9fa}.filter-component-wrapper .custom-dropdown .custom-dropdown__label.has-value{background:#e8f4fd;border-color:#0969da;color:#0969da;font-weight:500}.filter-component-wrapper .custom-dropdown .custom-dropdown__label .clear-icon{color:#666;cursor:pointer}.filter-component-wrapper .custom-dropdown .custom-dropdown__label .clear-icon:hover{color:#dc3545}.amenities-grid{background:#f8f9fa;border-radius:12px;padding:16px;border:1px solid #e6e6e6;display:flex;flex-wrap:wrap;gap:10px}.amenities-grid .scrollableFilterGroup{max-height:200px;overflow-y:auto}.amenities-grid .scrollableFilterGroup::-webkit-scrollbar{width:4px}.amenities-grid .scrollableFilterGroup::-webkit-scrollbar-track{background:transparent}.amenities-grid .scrollableFilterGroup::-webkit-scrollbar-thumb{background:#d0d7de;border-radius:2px}.amenities-grid .filter-bar__btn{margin:0}.amenities-grid .checkbox-label{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;cursor:pointer;transition:background-color .2s ease;font-size:14px;color:#333}.amenities-grid .checkbox-label:hover{background:hsla(0,0%,100%,.6)}.amenities-grid .checkbox-label input[type=checkbox]{width:16px;height:16px;border-radius:4px}.modal-footer{padding:16px 20px;border-top:1px solid #e6e6e6;background:#fff;flex-shrink:0}.apply-btn{width:100%;background:#0969da;color:#fff;border:none;border-radius:8px;padding:16px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:52px}.apply-btn:hover{background:#0860ca;transform:translateY(-1px);box-shadow:0 4px 12px rgba(9,105,218,.3)}.apply-btn:active{background:#0757ba;transform:translateY(0);box-shadow:0 2px 6px rgba(9,105,218,.3)}.apply-btn:disabled{cursor:not-allowed}.apply-btn:disabled,.apply-btn:disabled:hover{background:#94a3b8;transform:none;box-shadow:none}.amenities-grid .loading-spinner{display:flex;justify-content:center;align-items:center;padding:24px;color:#666}.amenities-grid .loading-spinner:before{content:"";width:20px;height:20px;border:2px solid #e6e6e6;border-top-color:#0969da;border-radius:50%;animation:spin 1s linear infinite;margin-right:12px}@media(max-width:375px){.modal-header{padding:12px 16px}.modal-header h2{font-size:16px}.modal-body{padding:0 16px 16px}.modal-footer{padding:12px 16px}.filter-section{margin-bottom:24px}.filter-section h3{font-size:15px;margin-bottom:12px}}body:has(.mobile-filter-modal) .custom-dropdown__menu{z-index:1060!important;box-shadow:0 8px 32px rgba(0,0,0,.2)!important;border:1px solid #e6e6e6!important;border-radius:12px!important;background:#fff!important;width:320px!important;max-width:calc(100vw - 32px)!important}body:has(.mobile-filter-modal) .custom-dropdown__menu input[type=number]{background:#fff!important;border:1px solid #e6e6e6!important;border-radius:6px!important;font-size:14px!important;padding:8px 12px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu input[type=number]:focus{border-color:#0969da!important;outline:none!important;box-shadow:0 0 0 2px rgba(9,105,218,.1)!important}body:has(.mobile-filter-modal) .custom-dropdown__menu button{background:#0969da!important;color:#fff!important;border:none!important;border-radius:6px!important;padding:8px 16px!important;font-size:14px!important;font-weight:500!important;cursor:pointer!important;transition:background-color .2s ease!important}body:has(.mobile-filter-modal) .custom-dropdown__menu button:hover{background:#0860ca!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .flex{display:flex!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .gap-2{gap:8px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .gap-3{gap:12px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .mb-1{margin-bottom:4px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .mb-2{margin-bottom:8px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .mb-3{margin-bottom:12px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .mb-4{margin-bottom:16px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .flex-1{flex:1 1!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .w-full{width:100%!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .block{display:block!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .text-sm{font-size:14px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .text-xs{font-size:12px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .font-medium{font-weight:500!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .text-gray-700{color:#374151!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .text-gray-500{color:#6b7280!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .bg-gray-100{background:#f3f4f6!important;color:#374151!important;font-size:12px!important;padding:4px 8px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .bg-gray-100:hover{background:#e5e7eb!important}.mobile-filter-bar{display:none}@media(max-width:991px){.mobile-filter-bar{display:flex;align-items:center;gap:12px;position:fixed;top:80px;left:0;right:0;background:#fff;padding:12px 16px;border-bottom:1px solid #e6e6e6;z-index:999;box-shadow:0 2px 8px rgba(0,0,0,.06);height:56px}}.mobile-search-wrapper{flex:1 1;min-width:0}.mobile-search-wrapper .searchMenu-1{width:100%;margin:0}.mobile-search-wrapper .searchMenu-1 .searchMenu__button{width:100%;height:44px;border-radius:8px;font-size:14px;padding:0 12px}.mobile-search-wrapper .searchMenu-1 .searchMenu__button .text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.mobile-filter-btn{display:flex;align-items:center;justify-content:center;gap:6px;background:#f8f9fa;border:1px solid #e6e6e6;border-radius:8px;padding:10px 12px;font-size:14px;font-weight:500;color:#333;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:88px;height:44px;position:relative;min-height:44px}.mobile-filter-btn:hover{background:#f1f3f4;border-color:#d0d7de}.mobile-filter-btn:active{background:#e8eaed;transform:scale(.98)}.mobile-filter-btn svg{color:#666;flex-shrink:0}.mobile-filter-btn span:not(.mobile-filter-badge){color:#333;font-weight:500}.mobile-filter-badge{position:absolute;top:-6px;right:-6px;background:#dc3545;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;line-height:1;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.2);min-width:20px;padding:0 1px}.mobile-filter-bar .searchMenu-1 .searchMenu__button{border:1px solid #e6e6e6!important;background:#fff!important}.mobile-filter-bar .searchMenu-1 .searchMenu__button:hover{border-color:#d0d7de!important;background:#f8f9fa!important}.mobile-filter-bar .searchMenu-1 .searchMenu__button:focus{border-color:#0969da!important;box-shadow:0 0 0 2px rgba(9,105,218,.1)!important;outline:none!important}.mobile-filter-bar .searchMenu-1 .dd-pointer{display:none}@media(max-width:991px){.mobile-filter-bar-placeholder{height:56px;display:block}}.bottom-sheet{display:none}@media(max-width:991px){.bottom-sheet{display:block;position:fixed;left:0;right:0;bottom:0;z-index:1000;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -4px 20px rgba(0,0,0,.15);height:100vh;will-change:transform;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bottom-sheet--dragging,.bottom-sheet--dragging *{pointer-events:none}.bottom-sheet--dragging .bottom-sheet__header{pointer-events:auto}.bottom-sheet--collapsed{box-shadow:0 -8px 30px rgba(0,0,0,.2)}}.bottom-sheet__header{padding:16px 20px 20px;border-bottom:1px solid #f0f0f0;cursor:pointer;background:#fff;border-radius:16px 16px 0 0;position:relative;z-index:1001;min-height:100px;display:flex;flex-direction:column;justify-content:center;flex-shrink:0;user-select:none;-webkit-user-select:none;-moz-user-select:none}.bottom-sheet__header:active{background:#fff}.bottom-sheet__handle{width:40px;height:4px;background:#d0d7de;border-radius:2px;margin:0 auto 16px;transition:all .2s ease;flex-shrink:0}.bottom-sheet__header:hover .bottom-sheet__handle{background:#a7b4c2}.bottom-sheet--collapsed .bottom-sheet__handle{background:#a7b4c2;height:5px;width:50px}.bottom-sheet__info{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;flex-grow:1}.bottom-sheet__count{font-size:20px;font-weight:700;color:#1a1a1a;line-height:1.2}.bottom-sheet__action{font-size:15px;color:#666;opacity:.8;font-weight:500}.bottom-sheet__content{height:calc(100vh - 100px);overflow:hidden;position:relative;flex-grow:1;background:#fff}.bottom-sheet__content:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(transparent,hsla(0,0%,100%,.9));pointer-events:none;opacity:0;transition:opacity .3s ease}.bottom-sheet--collapsed:not(.bottom-sheet--dragging) .bottom-sheet__content:after{opacity:1}.bottom-sheet__scroll{height:100%;overflow-y:auto;overflow-x:hidden;padding:0 20px 20px;-webkit-overflow-scrolling:touch;background:#fff;scroll-behavior:smooth}.bottom-sheet__scroll::-webkit-scrollbar{width:6px}.bottom-sheet__scroll::-webkit-scrollbar-track{background:transparent}.bottom-sheet__scroll::-webkit-scrollbar-thumb{background:#d0d7de;border-radius:3px}.bottom-sheet__scroll::-webkit-scrollbar-thumb:hover{background:#a7b4c2}.bottom-sheet__backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.2);z-index:-1;opacity:0;animation:fadeIn .3s ease-out forwards}@keyframes fadeIn{to{opacity:1}}.bottom-sheet__loading{display:flex;justify-content:center;align-items:center;padding:40px 20px;color:#666}.bottom-sheet__loading:before{content:"";width:20px;height:20px;border:2px solid #e1e5e9;border-top-color:#0969da;border-radius:50%;animation:spin 1s linear infinite;margin-right:12px}@keyframes spin{to{transform:rotate(1turn)}}.bottom-sheet__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#666}.bottom-sheet__empty-icon{width:48px;height:48px;opacity:.5;margin-bottom:16px}.bottom-sheet__empty-title{font-size:18px;font-weight:600;margin-bottom:8px;color:#1a1a1a}.bottom-sheet__empty-description{font-size:14px;line-height:1.5}.bottom-sheet .location-card{margin-bottom:16px}.bottom-sheet .location-card:last-child{margin-bottom:0}.bottom-sheet .hotelsCard.-type-1 .hotelsCard__content{padding:16px}.bottom-sheet .result-list-container{background:#fff}.bottom-sheet .row{margin-left:0;margin-right:0;background:#fff}.bottom-sheet .row .col-6,.bottom-sheet .row .col-lg-6,.bottom-sheet .row .col-sm-4,.bottom-sheet .row .col-xl-4{padding-left:0;padding-right:0;flex:0 0 100%;max-width:100%}@media(max-width:991px){.mobile-map-container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0}.mobile-map-container>*{width:100%;height:100%}.halfMap__toggle{display:none!important}}