/* 
# Hotel Search Engine css
# Carete Date - 10 Dec 2024
# Auther - Anil Sahu
# EmailId- meanilsahu@gmail.com
*/



.stay-pax-guest-popup {
    border: 1px solid gainsboro;
    color: #000;
    padding: 18px 10px 7px 10px;
    top: 55px;
    transition: opacity 0.15s ease-in-out 0s;
    z-index: 2;
    width: 317px;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgb(37 42 49 / 16%) 0px 4px 8px 0px, rgb(37 42 49 / 24%) 0px 8px 24px 0px;
    opacity: 1;
    max-height: none;
    max-width: 100%;
}
.search-wrap {
    width: 100%;
    display: block;
    position: relative;
    z-index: 9;
    margin-top: 0 !important;
    padding: 0;
    top: 0px;
}
.search-wrap .content-section {
    background: #fff;
    padding: 8px 26px 7px 26px;
    box-shadow: 5px 9px 5px 6px #5957572e;
    border-radius: 37px;
}
.positionRelative {
    position: relative;
}
.search-wrap .form-group label {
    color: #000;
    font-weight: 550;
    display: block;
}
.search-form .label-input,
.search-form .label_input {
    font-size: 13px;
    color: #696767;
    padding-left: 10px;
}
.search-wrap .form-control {
    outline: 0;
    padding: 0;
    cursor: pointer;
    margin: 0px;
    font-size: 14px;
    border: none;
    font-weight: 550;
    color: #000;
    border-radius: 0;
    text-align: left;
    background: transparent;
    padding-right: 31px;
    padding-left: 11px;
    border-bottom: 1px solid gainsboro;
    height: 47px;
}
.search-wrap .input-icn {
    position: absolute;
    right: 10px;
    top: 32px;
    font-size: 22px;
    color: #001a4b;
}
.form-group.DEdates {
    border-right: none;
}
.search-form .label-input,
.search-form .label_input {
    font-size: 13px;
    color: #696767;
    padding-left: 10px;
}
.form-group.REdates .form-control,
.form-group.DEdates .form-control {
    font-size: 14px;
}
/* .search-wrap .Search-Now {
    
} */
.Search-Now span {
    color: var(--sctxt-light);
    font-size: 29px !important;
    font-weight: bold;
}

.room-block {
    background: #f8f9fa;
    padding: 2px;
    border-radius: 8px;
}

@media (max-width: 576px) {
    .stay-pax-guest-popup {
        padding: 15px;
    }

    .room-block {
        padding: 10px;
    }

    .form-label {
        font-size: 13px;
    }

    .form-select-sm {
        padding: 6px;
        font-size: 13px;
    }

    


}
.remove_btt.remove_room {
    background: var(--bs-danger) !important;
    color: #fff !important;
    padding: .25rem .5rem !important;
    border-radius: .25rem !important;
    border: none !important;
}
.btn-sm.add_room {
    background: var(--bs-primary) !important;
    color: #fff !important;
    padding: .25rem .5rem !important;
    border-radius: .25rem !important;
    border: none !important;
}
@media (max-width: 576px) {

    /* Outer container */
    .stay-pax-guest-popup {
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 60px;
        border-radius: 12px;
        padding: 18px 15px;
        box-shadow: rgba(0, 0, 0, 0.18) 0px 4px 10px;
    }

    /* Room heading spacing */
    .room-block h6 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    /* Room card for mobile */
    .room-block {
        padding: 12px;
        border-radius: 10px;
    }

    /* Reduce label size */
    .form-label,
    .small {
        font-size: 13px;
        line-height: 1.2;
    }

    /* Drop-down size */
    .form-select-sm,
    .form-select {
        padding: 6px 8px;
        font-size: 14px;
        height: auto;
    }

    /* Child age row spacing */
    #child_age_room > div {
        margin-bottom: 8px;
    }

    /* Add / Remove / Done buttons */
    .button {
        width: 100%;
        margin-bottom: 8px;
        font-size: 14px;
        padding: 10px 0;
        border-radius: 8px;
    }

    .DoneBtn {
        background: #001a4b;
        color: #fff;
        font-weight: bold;
    }

    .add_room,
    .remove_room {
        background: #f0f0f0;
        border: 1px solid #d7d7d7;
    }

    /* Make grid stacked on mobile */
    .room-block .row.g-2 > div {
        width: 100%;
    }

    /* Popup text spacing */
    .traveler-inerBx {
        max-height: 75vh;
        overflow-y: auto;
        padding-right: 5px;
    }
}

/* Small tablets (optional improvement) */
@media (max-width: 768px) {
    .stay-pax-guest-popup {
        width: 100%;
    }
}

.search-circle-btn {
    /* width: 95px;
    height: 95px;
    border-radius: 50%;
    background: linear-gradient(135deg, #001a4b, #4f2ce0);
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
    cursor: pointer;
    transition: 0.3s; */
    padding: 24px 19px;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: -3px;
    width: 94px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    border: transparent;
    height: 94px;
}

/* Mobile responsive */
@media (max-width: 576px) {
    .search-circle-btn {
        /* width: 75px;
        height: 75px;
        font-size: 16px;
        margin-top: 10px;
        align-self: flex-end; */
       
        width: 75px;
        height: 75px;
        font-size: 16px;
        margin-left: auto;
        margin-top: 12px;
        position: unset;
                padding: 12px 14px;
    
    }
}