.hotel-search-page {
    background: #fff;
}

.hotel-hero-section {
    position: relative;
    padding: 28px 0 78px;
    overflow: hidden;
    background: linear-gradient(180deg, #4f7be5 0%, #3047cc 100%);
}

.hotel-search-container {
    position: relative;
    z-index: 5;
}

.hotel-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hotel-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none !important;
    transition: .2s ease;
}

.hotel-tab-flight {
    color: #fff !important;
    background: #173f91;
}

.hotel-tab-active {
    color: #f36c21 !important;
    background: #fff;
}

.hotel-tab:hover {
    transform: translateY(-2px);
}

.hotel-search-box {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(19, 37, 108, .22);
}

.hotel-field-label {
    display: block;
    margin: 0 0 7px;
    color: #586273;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.hotel-input-wrap {
    position: relative;
}

.hotel-input-wrap>i:not(.hotel-chevron) {
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 2;
    color: #607080;
    transform: translateY(-50%);
}

.hotel-input {
    width: 100%;
    height: 60px;
    padding: 0 14px 0 43px;
    border: 1px solid #a9afba;
    border-radius: 9px;
    outline: none;
    color: #111827;
    background: #fff;
    font-size: 16px;
    transition: .2s ease;
}

.hotel-input:focus {
    border-color: #476be0;
    box-shadow: 0 0 0 3px rgba(71, 107, 224, .14);
}

.hotel-date-input {
    padding-right: 10px;
}

.hotel-nights-input {
    padding: 0;
    text-align: center;
}

.hotel-clear-city {
    position: absolute;
    top: 50%;
    right: 11px;
    display: none;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #a5abb5;
    line-height: 20px;
    transform: translateY(-50%);
}

.hotel-clear-city.show {
    display: block;
}

.hotel-city-list {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    left: 0;
    z-index: 1000;
    max-height: 310px;
    overflow-y: auto;
    border: 1px solid #dce1e8;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .16);
}

.hotel-city-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    cursor: pointer;
    border-bottom: 1px solid #edf0f4;
}

.hotel-city-item:last-child {
    border-bottom: 0;
}

.hotel-city-item:hover {
    background: #f2f6ff;
}

.hotel-city-item i {
    width: 26px;
    color: #425a78;
    font-size: 20px;
    text-align: center;
}

.hotel-city-item b {
    display: block;
    color: #182338;
    font-size: 15px;
}

.hotel-city-item small {
    color: #6a7482;
    font-size: 12px;
    font-weight: 600;
}

.hotel-city-alert {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    z-index: 1001;
    padding: 8px 10px;
    border-radius: 7px;
    color: #842029;
    background: #f8d7da;
    font-size: 13px;
}

.hotel-room-trigger {
    cursor: pointer;
}

.hotel-room-trigger .hotel-input {
    cursor: pointer;
    padding-right: 42px;
}

.hotel-chevron {
    position: absolute;
    top: 50%;
    right: 15px;
    color: #607080;
    transform: translateY(-50%);
    pointer-events: none;
}

.hotel-room-popup {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 999;
    width: 370px;
    padding: 17px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .22);
}

.hotel-room-item {
    padding: 0 0 14px;
    margin: 0 0 14px;
    border-bottom: 1px solid #e6e9ed;
}

.hotel-room-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.hotel-room-title {
    color: #2455ce;
    font-size: 12px;
    font-weight: 700;
}

.hotel-remove-room {
    padding: 0;
    border: 0;
    color: #e34855;
    background: transparent;
    font-size: 13px;
}

.hotel-guest-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.hotel-guest-text b {
    display: block;
    color: #202938;
    font-size: 15px;
}

.hotel-guest-text small {
    color: #7d8692;
    font-size: 12px;
}

.hotel-counter {
    display: flex;
    align-items: center;
}

.hotel-counter button,
.hotel-counter input {
    width: 34px;
    height: 34px;
    border: 1px solid #2455ce;
    text-align: center;
}

.hotel-counter button {
    color: #fff;
    background: #2455ce;
    font-size: 13px;
}

.hotel-counter input {
    border-right: 0;
    border-left: 0;
    outline: 0;
    background: #fff;
}

.hotel-counter button:first-child {
    border-radius: 7px 0 0 7px;
}

.hotel-counter button:last-child {
    border-radius: 0 7px 7px 0;
}

.hotel-room-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.hotel-add-room {
    padding: 0;
    border: 0;
    color: #178a46;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
}

.hotel-apply-room {
    padding: 10px 24px;
    border: 1px solid #c74332;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(60deg, #ff8a1c 0%, #ff4f59 100%);
    font-weight: 700;
}

.hotel-search-btn {
    width: 100%;
    height: 60px;
    border: 1px solid #c74332;
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(60deg, #ff8a1c 0%, #ff4f59 100%);
    font-size: 18px;
    font-weight: 700;
}

.hotel-banner-wrap {
    margin-top: 22px;
}

.hotel-banner {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 10px 22px rgba(19, 37, 108, .18);
}

.hotel-banner-mobile {
    display: none;
}

.hotel-wave {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 88px;
}

.hotel-wave svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .hotel-hero-section {
        padding: 20px 0 56px;
    }

    .hotel-search-box {
        padding: 15px;
    }

    .hotel-room-popup {
        width: 100%;
    }

    .hotel-wave {
        height: 58px;
    }
}

@media (max-width: 575px) {
    .hotel-tabs {
        gap: 7px;
    }

    .hotel-tab {
        padding: 10px 12px;
        font-size: 14px;
    }

    .hotel-search-box {
        padding: 12px;
    }

    .hotel-input,
    .hotel-search-btn {
        height: 56px;
    }

    .hotel-banner-desktop {
        display: none;
    }

    .hotel-banner-mobile {
        display: block;
    }

    .hotel-room-popup {
        position: fixed;
        top: auto;
        right: 10px;
        bottom: 10px;
        left: 10px;
        width: auto;
        max-height: 80vh;
        overflow-y: auto;
    }
}

/* Pickadate + icon fix */
.hotel-input-wrap .fa-solid,
.hotel-input-wrap .fa-regular {
    font-family: "Font Awesome 6 Free" !important;
}

.hotel-input-wrap .fa-solid {
    font-weight: 900 !important;
}

.hotel-input-wrap .fa-regular {
    font-weight: 400 !important;
}

.hotel-date-input {
    cursor: pointer;
    background: #fff !important;
}

.hotel-date-input.picker__input {
    cursor: pointer;
}

.picker {
    z-index: 999999 !important;
}

.picker__holder {
    z-index: 999999 !important;
}

.picker__frame {
    max-width: 660px;
}

.picker__box {
    border-radius: 0 !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .28) !important;
}

.picker__day {
    border-radius: 5px !important;
    margin: 3px !important;
}

.picker__day--selected,
.picker__day--highlighted {
    background: #1684ff !important;
    color: #fff !important;
    border-color: #1684ff !important;
}

.picker__button--today,
.picker__button--clear {
    display: none !important;
}

.picker__button--close {
    color: #111 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

/* Calendar click + pickadate open fix */
.hotel-input-wrap>i:not(.hotel-chevron) {
    pointer-events: none !important;
}

.hotel-input-wrap.date-clickable {
    cursor: pointer;
}

.hotel-input-wrap.date-clickable .hotel-date-input {
    cursor: pointer;
}

.picker,
.picker__holder,
.picker__frame {
    z-index: 2147483000 !important;
}

.picker__input--active {
    border-color: #476be0 !important;
    box-shadow: 0 0 0 3px rgba(71, 107, 224, .14) !important;
}

@media (min-height: 33.875em) {
    .picker--opened .picker__frame {
        top: 50% !important;
        bottom: auto !important;
        transform: translateY(-50%) !important;
    }
}


/* FINAL floating label + calendar click fix */
.hotel-wave,
.hotel-wave svg,
.hotel-wave * {
    pointer-events: none !important;
}

.hotel-floating-wrap {
    position: relative;
}


.hotel-floating-label {
    position: absolute;
    top: 50%;
    left: 43px;
    z-index: 4;
    max-width: calc(100% - 65px);
    padding: 0 6px;
    margin: 0;
    color: #667085;
    background: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    white-space: nowrap;
    pointer-events: none;
    transform: translateY(-50%);
    transition: all .18s ease;
}

.hotel-floating-center {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.hotel-floating-wrap.is-active .hotel-floating-label,
.hotel-floating-wrap.is-filled .hotel-floating-label,
.hotel-floating-wrap .hotel-input:focus~.hotel-floating-label {
    top: -1px;
    left: 14px;
    max-width: calc(100% - 28px);
    color: #4d61ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
    transform: translateY(-50%);
}

.hotel-floating-wrap.is-active .hotel-floating-center,
.hotel-floating-wrap.is-filled .hotel-floating-center,
.hotel-floating-wrap .hotel-input:focus~.hotel-floating-center {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.hotel-floating-wrap .hotel-input::placeholder {
    color: transparent !important;
}

.date-clickable,
.date-clickable * {
    cursor: pointer !important;
}

.date-clickable .hotel-date-input {
    caret-color: transparent;
}

.picker--opened {
    z-index: 2147483640 !important;
}

.picker--opened .picker__holder {
    z-index: 2147483640 !important;
}

.picker__frame {
    max-width: 660px !important;
}


/* FINAL OVERRIDE: City floating only + other fields always top like screenshot */
.hotel-floating-wrap {
    position: relative;
}

.hotel-floating-label {
    position: absolute;
    top: -1px;
    left: 14px;
    z-index: 5;
    max-width: calc(100% - 28px);
    padding: 0 7px;
    margin: 0;
    color: #4d61ff;
    background: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: .7px;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
    transform: translateY(-50%);
}

/* City label starts inside field and floats only on focus/value */
.city-floating-wrap .hotel-floating-label {
    top: 50%;
    left: 30px;
    color: #667085;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    transform: translateY(-50%);
    transition: all .18s ease;
}

.city-floating-wrap.is-active .hotel-floating-label,
.city-floating-wrap.is-filled .hotel-floating-label,
.city-floating-wrap .hotel-input:focus~.hotel-floating-label {
    top: -1px;
    left: 14px;
    color: #4d61ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
    transform: translateY(-50%);
}

.hotel-floating-wrap .hotel-input::placeholder {
    color: transparent !important;
}

.hotel-floating-center {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.always-floating .hotel-floating-center {
    top: -1px !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.date-clickable,
.date-clickable * {
    cursor: pointer !important;
}

.date-clickable .hotel-date-input {
    caret-color: transparent;
    cursor: pointer !important;
    background: #fff !important;
}

.hotel-wave,
.hotel-wave svg,
.hotel-wave * {
    pointer-events: none !important;
}

.picker,
.picker__holder,
.picker__frame,
.picker--opened,
.picker--opened .picker__holder {
    z-index: 2147483640 !important;
}

@media (min-height: 33.875em) {
    .picker--opened .picker__frame {
        top: 50% !important;
        bottom: auto !important;
        transform: translateY(-50%) !important;
    }
}


/* FINAL CUSTOM PICKADATE DESIGN - same picker classes */
.picker.hotel-custom-picker {
    display: none;
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 2147483640 !important;
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000;
    user-select: none;
    outline: none;
}

.picker.hotel-custom-picker.picker--opened {
    display: block !important;
}

.hotel-custom-picker .picker__holder {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow-y: auto !important;
    background: rgba(0, 0, 0, 0.32) !important;
    transform: translateY(0) !important;
    transition: background 0.15s ease-out !important;
}

.hotel-custom-picker .picker__frame {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 50% !important;
    bottom: auto !important;
    margin: 0 auto !important;
    width: 100% !important;
    min-width: 256px !important;
    max-width: 666px !important;
    opacity: 1 !important;
    transform: translateY(-50%) !important;
    transition: all 0.15s ease-out !important;
}

.hotel-custom-picker .picker__wrap {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

.hotel-custom-picker .picker__box {
    display: block !important;
    background: #fff !important;
    padding: 0 1em !important;
    border: 1px solid #777 !important;
    border-top-color: #898989 !important;
    border-radius: 5px !important;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24) !important;
    font-size: 1.5em !important;
}

.hotel-custom-picker .picker__header {
    text-align: center !important;
    position: relative !important;
    margin-top: .75em !important;
    padding: 0 2.5em !important;
}

.hotel-custom-picker .picker__month,
.hotel-custom-picker .picker__year {
    font-weight: 500 !important;
    display: inline-block !important;
    margin-left: .25em !important;
    margin-right: .25em !important;
}

.hotel-custom-picker .picker__year {
    font-size: .8em !important;
}

.hotel-custom-picker .picker__nav--prev,
.hotel-custom-picker .picker__nav--next {
    position: absolute !important;
    padding: .5em 1.25em !important;
    width: 1em !important;
    height: 1em !important;
    box-sizing: content-box !important;
    top: -0.33em !important;
    cursor: pointer !important;
}

.hotel-custom-picker .picker__nav--prev {
    left: -1em !important;
    padding-right: 1.5em !important;
}

.hotel-custom-picker .picker__nav--next {
    right: -1em !important;
    padding-left: 1.5em !important;
}

.hotel-custom-picker .picker__nav--prev:before,
.hotel-custom-picker .picker__nav--next:before {
    content: " " !important;
    border-top: .5em solid transparent !important;
    border-bottom: .5em solid transparent !important;
    border-right: .75em solid #000 !important;
    width: 0 !important;
    height: 0 !important;
    display: block !important;
    margin: 0 auto !important;
}

.hotel-custom-picker .picker__nav--next:before {
    border-right: 0 !important;
    border-left: .75em solid #000 !important;
}

.hotel-custom-picker .picker__nav--prev:hover,
.hotel-custom-picker .picker__nav--next:hover {
    color: #000 !important;
    background: #b1dcfb !important;
}

.hotel-custom-picker .picker__table {
    text-align: center !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    table-layout: fixed !important;
    font-size: inherit !important;
    width: 100% !important;
    margin-top: .75em !important;
    margin-bottom: .75em !important;
}

.hotel-custom-picker .picker__table td {
    margin: 0 !important;
    padding: 0 !important;
}

.hotel-custom-picker .picker__weekday {
    width: 14.285714286% !important;
    font-size: .75em !important;
    padding-bottom: .5em !important;
    color: #999 !important;
    font-weight: 500 !important;
    text-align: center !important;
}

.hotel-custom-picker .picker__day {
    padding: .3125em 0 !important;
    border: 1px solid transparent !important;
    border-radius: 5px !important;
    margin: 3px !important;
    position: relative !important;
}

.hotel-custom-picker .picker__day--today:before {
    content: " " !important;
    position: absolute !important;
    top: 2px !important;
    right: 2px !important;
    width: 0 !important;
    height: 0 !important;
    border-top: .5em solid #0059bc !important;
    border-left: .5em solid transparent !important;
}

.hotel-custom-picker .picker__day--outfocus {
    color: #ddd !important;
}

.hotel-custom-picker .picker__day--infocus:hover,
.hotel-custom-picker .picker__day--outfocus:hover {
    cursor: pointer !important;
    color: #000 !important;
    background: #b1dcfb !important;
}

.hotel-custom-picker .picker__day--highlighted {
    border-color: #0089ec !important;
}

.hotel-custom-picker .picker__day--selected,
.hotel-custom-picker .picker__day--highlighted.picker__day--selected {
    background: #1684ff !important;
    color: #fff !important;
    border-color: #1684ff !important;
}

.hotel-custom-picker .picker__day--disabled,
.hotel-custom-picker .picker__day--disabled:hover {
    background: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
    color: #ddd !important;
    cursor: default !important;
}

.hotel-custom-picker .picker__footer {
    text-align: center !important;
}

.hotel-custom-picker .picker__button--close {
    border: 1px solid #fff !important;
    background: #fff !important;
    font-size: .8em !important;
    padding: .66em 0 !important;
    font-weight: bold !important;
    width: 33% !important;
    display: inline-block !important;
    vertical-align: bottom !important;
    color: #111 !important;
}

.hotel-custom-picker .picker__button--close:hover {
    cursor: pointer !important;
    color: #000 !important;
    background: #b1dcfb !important;
    border-bottom-color: #b1dcfb !important;
}

.hotel-custom-picker .picker__button--close:before {
    content: "\\D7" !important;
    position: relative !important;
    display: inline-block !important;
    height: 0 !important;
    top: -0.1em !important;
    vertical-align: top !important;
    font-size: 1.1em !important;
    margin-right: .35em !important;
    color: #777 !important;
}

@media(max-width: 575px) {
    .hotel-custom-picker .picker__frame {
        max-width: calc(100% - 20px) !important;
    }

    .hotel-custom-picker .picker__box {
        font-size: 1.18em !important;
    }
}

/* City Name floating label only */
.city-floating-wrap .hotel-floating-label {
    top: 50% !important;
    left: 30px !important;
    color: #667085 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    transform: translateY(-50%) !important;
    transition: all .18s ease !important;
}

.city-floating-wrap.is-active .hotel-floating-label,
.city-floating-wrap.is-filled .hotel-floating-label,
.city-floating-wrap .hotel-input:focus~.hotel-floating-label {
    top: -1px !important;
    left: 14px !important;
    color: #4d61ff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .7px !important;
    text-transform: uppercase !important;
    background: #fff !important;
    transform: translateY(-50%) !important;
}


/* FINAL CLEAN OVERRIDE: City placeholder/floating + valid city selection */
.hotel-floating-wrap {
    position: relative;
}

.hotel-floating-label {
    position: absolute;
    top: -1px;
    left: 14px;
    z-index: 5;
    max-width: calc(100% - 28px);
    padding: 0 7px;
    margin: 0;
    color: #4d61ff;
    background: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: .7px;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
    transform: translateY(-50%);
}

.city-floating-wrap .hotel-floating-label {
    top: 50% !important;
    color: #667085 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    transform: translateY(-50%) !important;
    transition: all .18s ease !important;
}

.city-floating-wrap.is-active .hotel-floating-label,
.city-floating-wrap.is-filled .hotel-floating-label,
.city-floating-wrap .hotel-input:focus~.hotel-floating-label {
    top: -1px !important;
    left: 14px !important;
    max-width: calc(100% - 28px) !important;
    color: #4d61ff !important;
    background: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .7px !important;
    text-transform: uppercase !important;
    transform: translateY(-50%) !important;
}

.always-floating .hotel-floating-label {
    top: -1px !important;
    left: 14px !important;
    color: #4d61ff !important;
    background: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .7px !important;
    text-transform: uppercase !important;
    transform: translateY(-50%) !important;
}

.always-floating .hotel-floating-center {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.hotel-floating-wrap .hotel-input::placeholder {
    color: transparent !important;
}

.hotel-wave,
.hotel-wave svg,
.hotel-wave * {
    pointer-events: none !important;
}


/* FINAL ROOM POPUP: stay open on +/- and close only outside/apply */
.hotel-room-popup {
    z-index: 999999 !important;
    overflow: visible !important;
}

.hotel-hero-section,
.hotel-search-container,
.hotel-search-box,
.hotel-search-box .row,
.hotel-search-box [class*="col-"] {
    overflow: visible !important;
}
