/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* Horizontal Booking Form Override */
.booking_form {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.booking_form .form-group {
    border-right: 1px solid #e1e1e1;
    margin-bottom: 0;
    padding: 0 10px;
}

.booking_form .col-lg-2 .btn_search {
    width: 100%;
    background-color: transparent !important;
    color: #4a4a4a !important;
    border: none;
    font-weight: 500;
    height: 100%;
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.booking_form .col-lg-2 .btn_search:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.booking_form input.form-control {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding-left: 5px;
    height: 45px;
}

/* Remove border from last column */
.booking_form .col-lg-4 .form-group {
    border-right: none;
}

/* Mobile responsive fixes */
@media (max-width: 767px) {
    #thumbnail-container {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start !important;
        padding-bottom: 5px;
        scrollbar-width: none; /* Firefox */
    }
    #thumbnail-container::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }
    #thumbnail-container button {
        white-space: nowrap;
        flex: 0 0 auto;
    }
    .carousel-caption .p-3 {
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    .carousel-caption .h4 {
        font-size: 1.1rem;
    }
    .carousel-caption .display-3 {
        font-size: 2rem;
    }
    .parallax_wrapper {
        padding-left: 0 !important;
        margin-bottom: 50px;
    }
    .parallax_wrapper .img_over {
        bottom: -20px;
        max-width: 50%;
    }
    .parallax_wrapper.inverted {
        padding-right: 0 !important;
    }
}
