body {
    overflow-x: hidden !important;
}

.card {
    background-color: var(--bs-card-bg) !important;
}

.card-body {
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x) !important;
}

.main-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: rgb(255, 255, 255);
}

.page-wrapper {
    min-height: 100vh;
    margin-top: 100px;
}

.slider-wrapper {
    height: 600px;
    overflow: hidden;
    position: relative;
}

.slider-wrapper .search-wrapper {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.slider-wrapper .search-wrapper .nav {
    z-index: 3;
    padding: 5px;
    border-radius: 10px;
    background: white;
}

.slider-wrapper .search-wrapper .nav .nav-item button {
    background: transparent;
    border: 0;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 20px;
    gap: 10px;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25;
    letter-spacing: 0.02857em;
    color: rgba(0, 0, 0, 0.6);
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.slider-wrapper .search-wrapper .nav .nav-item button.active {
    color: rgb(25, 118, 210);
}

.slider-wrapper .search-wrapper .nav .nav-item button i {
    font-size: 20px;
}

.slider-wrapper .tab-content {
    background: white;
    width: 900px;
    max-width: 95%;
    border-radius: 5px;
    padding: 10px;
    padding-top: 20px;
    margin-top: -10px;
    position: relative;
    padding-bottom: 40px;
}

.slider-wrapper .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000ff54;
    z-index: 1;
}

.slider-wrapper #slider .item img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.floating-form {
    position: relative;
}

.floating-form .label {
    position: absolute;
    left: 20px;
    top: -10px;
    background: white;
    z-index: 1;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
}

.floating-form .input {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.23) !important;
}

.tab-content .submit-btn {
    position: absolute;
    left: 40%;
    right: 40%;
    bottom: -25px;
    padding: 10px 0px;
    font-size: 1.3rem;
}

/* Style Select2 container */
.select2-container {
    width: 100% !important;
}

.select2-container .selection {
    width: 100%;
}

.select2-container .select2-selection--single {
    display: block;
    width: 100%;
    padding: 8px 5px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.23) !important;
    height: auto;
    /* Adjust height */
}

/* Style the dropdown arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

/* Style the selected option inside Select2 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
    padding: 5px 20px;
    color: #333;
}

/* Focus style */
.select2-container--default .select2-selection--single:focus {
    border-color: rgba(0, 0, 0, 0.5) !important;
    outline: none;
}

.hotel-search-section .top-search-header {
    height: 350px;
    background: url('../media/images/light-wall-bg.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hotel-details-section .img-main {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.11);
}

.hotel-details-section .sub-main {
    width: 100%;
    height: 195px;
    border-radius: 10px;
    margin-bottom: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.11);
}

.fw-600 {
    font-weight: 600;
}

.text-30 {
    font-size: 30px;
}



.custom-incrementor {
    border: none;
    overflow: hidden;
    border-radius: 5px;
    height: 30px;
    padding: 0;
    line-height: 0;
}

.custom-incrementor .input-group {
    position: relative;
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 12px;
    display: flex;
    align-items: normal;
}

.custom-incrementor .input-group .input-group-text {
    cursor: pointer;
    border: none;
    padding: 5px 8px;
    background-color: #e3e3db;
}


.custom-incrementor .input-group input {
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: textfield !important;
    text-align: center;
    max-width: 40px;
    color: #000;
}


@media screen and (max-width: 750px) {
    .slider-wrapper .search-wrapper .nav .nav-item button {
        padding: 13px 10px;
        font-size: 16px;
    }

    .slider-wrapper .search-wrapper .nav {
        width: 90%;
    }

    .slider-wrapper .search-wrapper .nav .nav-item button span {
        font-size: 12px;
    }

    .tab-content .submit-btn {
        position: absolute;
        left: 25%;
        right: 25%;
    }
}