.hotel-skeleton-card {
    background: #fff;
    padding: 20px 22px;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    min-height: 155px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.skeleton-shimmer {
    background: linear-gradient(90deg, #f0f0f0 25%, #e4e4e4 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer-anim 1.5s infinite linear;
    border-radius: 6px;
}

@keyframes skeleton-shimmer-anim {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.filter-reset-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 10px;
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #ced4da;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    height: 52px;
}

.filter-reset-btn:hover {
    background: #e9ecef;
    color: #212529;
    border-color: #adb5bd;
}

.hotels-widget-cs h3 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
    line-height: 1.35;
}

.hotels-widget-cs .card-btns-second-cs a {
    text-decoration: none;
}

/* Select2 Custom Styles */
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 48px !important;
    border: 1px solid #eee5d8 !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.025) !important;
    display: flex !important;
    align-items: center !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #222 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: var(--font-main, sans-serif) !important;
    padding-left: 16px !important;
    padding-right: 32px !important;
    line-height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
    right: 12px !important;
}

.select2-container--default .select2-selection--single:hover {
    border-color: rgba(239, 155, 30, 0.45) !important;
}

.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default .select2-selection--single:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 3px rgba(239, 155, 30, 0.12), 0 8px 20px rgba(239, 155, 30, 0.08) !important;
    outline: none !important;
}

.select2-dropdown {
    border: 1px solid #eee5d8 !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden !important;
    font-size: 14px !important;
    font-family: var(--font-main, sans-serif) !important;
    z-index: 9999 !important;
}

.select2-container--default .select2-search--dropdown {
    padding: 8px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee5d8 !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
    outline: none !important;
    font-size: 13px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: var(--primary) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary) !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f8f9fa !important;
    color: #222 !important;
    font-weight: 600 !important;
}

.select2-container--default .select2-results__option {
    padding: 8px 16px !important;
    font-size: 13.5px !important;
}

/* Booking Form Specific Enhancements */
.booking-submit-btn {
    width: 100%;
    height: 52px;
    margin-top: 15px;
    border-radius: 40px;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.booking-submit-btn:hover {
    background-color: #07205b;
    border-color: #011b58;
    color: #fff !important;
}

.booking-submit-btn:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}
.booking-submit-btn span{
    color:#fff;
}
.booking-form-wrapper .is-invalid {
    border-color: #dc3545 !important;
}

.booking-form-wrapper .select2-container--default.is-invalid .select2-selection--single,
.booking-form-wrapper .select2-selection.is-invalid {
    border-color: #dc3545 !important;
}

.field-error-msg {
    font-size: 12px;
    line-height: 1.3;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 0px !important;
}

.select2-container .select2-selection--single .select2-selection__clear{
   width: fit-content !important;
    margin-left: 5px !important;
}

.select2-container--default .select2-selection--single{
    background-color: transparent !important;
        border: 1px solid #222222a0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color:#222 !Important;
}

.select2-container--default .select2-selection--single:hover {
     border: 1px solid #222222a0 !important;
}
.select2-container--default .select2-selection--single{
    box-shadow:none !important;
}
.select2-container--default .select2-selection--single:focus{
        border: 1px dashed #222222a0 !Important;
          box-shadow:none !important;
}








