.bravo_single_book_wrap {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin-top: 20px;
}
.fa-location-crosshairs:before, .fa-location:before {
    content: "\f601";
    color: #f15a24;
}
.form-head .price {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.form-head .label {
    font-size: 14px;
    color: #777;
}

.pickup-point-div {
    margin-bottom: -29px;
}


.bravo_wrap .bravo_detail_hotel .bravo_single_book .submit-group {
    padding: 10px !important;
}

.form-group {
    margin-bottom: 20px;
}

/* Label Styling */
.form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

/* Input and Select Styling */
.input-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 6px;
    width: 100%;
    background-color: #fafafa;
}

.input-wrapper input {
    width: 100%;
    font-size: 16px;
    border: none;
    background: transparent;
    outline: none;
    padding: 0px 24px;
    color: #333;
    cursor: pointer;
}

.input-wrapper .fa-calendar {
    position: absolute;
    left: 10px;
    color: #888;
    font-size: 18px;
}

/* Hover and Focus Effects */
.input-wrapper input:focus {
    border-color: #007bff;
}

.input-wrapper .fa-calendar,
.input-wrapper .fa-angle-down {
    pointer-events: none;
    color: #959595;
}

/* Button Styling */
.btn-large {
    background-color:#5191fa;
    color: white !important;
    /*border-radius: 8px;*/
    padding: 10px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top:5px;
}

.btn-large:hover {
    background-color: #0056b3;
}

/* Product Group Section */
.product-group-item {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    background: #f9f9f9;
    border-radius: 6px;
    padding: 12px;
    padding-right: 7px;
    margin-bottom: 8px;
    border: 1px solid #ddd;
}
 
.btn-slot {
    background-color: #e7f1ff;
    border: 1px solid #b5d0f0;
    border-radius: 6px;
    padding: 8px 16px;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-slot:hover {
    background-color: #d2e4f7;
}

.input-number-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-number-group input {
    width: 50px;
    text-align: center;
    font-size: 16px;
}

.input-number-group .icon {
    font-size: 24px;
    cursor: pointer;
}
.total-number-styling{
    border-top: 1px solid #d7dce3 !important;
    padding-left: 10px !important;
    padding-right: 38px !important;
    padding-top: 19px !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid #d7dce3 !important;
}

/* Total Price Section */
.form-section-total {
    margin-top: 20px;
}

.form-section-total li {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

.form-section-total .price {
    font-size: 20px;
    font-weight: 500;
    color: #007bff;
}

/* Hide time slots, product quantity initially */
#timeSlots,
#productQuantity {
    /* display: none; */
}

#seeAllTicketsTag {
    text-align: center;
    margin-top: 15px;
}

#seeAllTicketsTag a {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

#productDetails {
    display: flex;
    flex-direction: column;
}

.cart-image-product {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.price-and-name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

.input-number-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top:-10px;
}

.input-number-group input {
    width: 50px;
    text-align: center;
    font-size: 16px;
}


.zero {
    margin: 0;
    padding: 0;
}

.btn-grp {
    display: flex;
    gap: 9px;
}

.hidden {
    display: none;
}

@media screen and (max-width: 789px) {
    .price-selection {
        margin-bottom: 40px;
        margin-top: 20px
    }
}

.availabilities-prics {
    Padding-top: 8px;
    padding-left: 10px;

}

.best-price {
    Padding-top: 8px;
    padding-left: 10px;
    color: #fa5636;
    font-size: 13px;
}

/* new css */

.product-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.price-and-name {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.price-and-name p {
    margin: 0;
    font-size: 12px;
}

.input-number-group {
    display: flex;
    align-items: center;
    gap: 5px;
}

.icon-minus,
.icon-plus {
    cursor: pointer;
    color: #007bff;
    font-size: 24px;
}

.input-number-group input {
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
}

.product-name {
    font-weight: bold;
}

.calendare-date {
    padding: 12px 12px !important;
}

.custom-dropdown-container {
    position: relative;
    width: 100%;
}

.select-pickupoints {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%236c757d" viewBox="0 0 512 512"%3E%3Cpath d="M488 128c13.2 0 24-10.8 24-24V24c0-13.3-10.8-24-24-24H24C10.8 0 0 10.7 0 24v80c0 13.2 10.8 24 24 24h8v208c0 30.9 25.1 56 56 56v32H56c-13.3 0-24 10.7-24 24v24c0 13.3 10.8 24 24 24h400c13.2 0 24-10.7 24-24v-24c0-13.3-10.8-24-24-24h-32v-32c30.9 0 56-25.1 56-56V128h8zM104 48c0-4.4 3.6-8 8-8h288c4.4 0 8 3.6 8 8v48H104V48zm280 408H128v-32h256v32zm56-152c0 13.2-10.8 24-24 24H96c-13.2 0-24-10.8-24-24V136h368v168zM152 192h-32c-13.3 0-24 10.7-24 24v64c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-64c0-13.3-10.7-24-24-24zm240 0h-32c-13.3 0-24 10.7-24 24v64c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-64c0-13.3-10.7-24-24-24z"%3E%3C/path%3E%3C/svg%3E') no-repeat 10px center,
        url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236c757d"%3E%3Cpath d="M7 10l5 5 5-5z"/%3E%3C/svg%3E') no-repeat calc(100% - 10px) center;
    background-size: 12px 14px, 20px 100px;
    padding-left: 30px;
    font-size: 14px;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    height: 38px;
    line-height: 1.5;
    width: 333px;
    margin-left: 16px;
}

@media (max-width:766px) {
    .select-pickupoints {
        width: 348px;
    }

    .product-group-item {
        display: flex;
        gap: 10px;
        justify-content: flex-start;
        align-items: center;
        background: #f9f9f9;
        border-radius: 6px;
        padding: 10px;
        padding-right: 7px;
        margin-bottom: 7px;
        border: 1px solid #ddd;
    }
    .form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}
}

.start_date {
    font-size: 15px !important;
}

.calendar-icon {
    padding: 0px 0px !important;
    position: absolute;
    left: 6px !important;
    color: #c1c1c1;
    font-size: 18px;
}

.select-pickupoints:focus {
    border-color: #80bdff;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.pickup-point-div {}

.Selecteded-date {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    padding-left: 14px;
}

.selected-point {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    font-weight: 400 !important;
    padding-top: 10px;
    padding-bottom: 4px;
    padding-left: 12px;
}

.clendar-fix {
    width: 359px;
    padding-left: 15px;
    background-color: #ffffff !important;
    padding: 10px 12px !important;
}

.clendar-fix>div {
    background-color: #ffffff !important;
    border: 1px solid black;
}


.calendar-table {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    border-collapse: collapse;
}

.calendar-table th,
.calendar-table td {
    width: 14.28%;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
}

.calendar-table th {
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    border: none;
    padding-bottom: 10px;
}

.calendar-table td {
    color: #555;
    background-color: transparent;
}

.calendar-table td:hover {
    background-color: #007bff;
    color: #fff;
    border-radius: 8px;
}

.calendar-table .off {
    color: #ccc;
    cursor: not-allowed;
}

.calendar-table .active {
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
}

.calendar-table .header-row {
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.calendar-table .prev,
.calendar-table .next {
    cursor: pointer;
    font-size: 14px;
    color: #333;
    padding: 5px;
}

.calendar-table .prev:hover,
.calendar-table .next:hover {
    color: #007bff;
}

.calendar-table .monthselect,
.calendar-table .yearselect {
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    outline: none;
    cursor: pointer;
}

.calendar-table .monthselect:hover,
.calendar-table .yearselect:hover {
    color: #007bff;
    text-decoration: underline;
}

.modal_close_btn {
    display: none;
    justify-content: end;
}

#form_price_div{
    display: none;
}

@media only screen and (max-width: 766px) {

    #availabilityFormDiv {
        display: none;
        height: 82vh;
        overflow-y: scroll;
          position:relative;
        
    }

    #form_price_div{
        display: block;
    }
    .form-date-field{
            margin-top: 40px;

    }

    .modal_close_btn {
        display: block;
        justify-content: end;
        top: 5px;
        position: absolute;
        right: 25px;
        z-index: 99;
        margin-top: 40px;
    }

    /* Styles for screens up to 766px wide */
    .clendar-fix {
        width: 280px;
    }

    /* .form-group.form-date-field.clearfix {
        background: white;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
        height: 48vh;
        overflow-y: scroll;
        scrollbar-width: thin; 
        scrollbar-color: #ccc transparent;
    } */

}

@supports (-webkit-touch-callout: none) {
    #open-map {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

}

@media (max-width: 766px) {

    /* Mobile only */
    .bravo_single_book_wrap {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        z-index: 9999;
        padding: 10px;
        padding-top:19px !important;
        box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.5s ease-in-out;

    }
     .cart-box-edit-after{
         display:flex;
     }

    /* Hide when scrolling down */
    .scrolling-down {
        transform: translateY(100%);
    }

    /* Show when scrolling up */
    .scrolling-up {
        transform: translateY(0);
    }

    .bravo_wrap .bravo_detail_hotel .bravo_single_book .submit-group {
        padding: 4px !important;
    }
}

.clearfixv {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-head {
    padding: 0px !important;
    
}

.form-head .price {
    margin-bottom: 0px !important;
}

.price-cart-page {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 5px;
}

.price-cart-page .crt-pag {
    font-size: 23px;
    font-weight: 500;
    color: #333;
    margin-bottom: 16px !important;
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-head .price {
    margin-left: 13px;
    position: absolute;
    top: -5px;
}

.spainng_class {
    margin-top: -15px; /* Adjust this value as needed */
}

@media (max-width: 768px) { 
    .daterangepicker {
        position: fixed !important;
        top: auto !important;
        bottom: 100px !important;
        /* Adjust this based on your layout */
        left: 50% !important;
        transform: translateX(-50%);
        z-index: 99999 !important;
        width: 90% !important;
        max-width: 350px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .daterangepicker::before,
    .daterangepicker::after {
        display: none !important;
        /* Hide the default arrows */
    }
}

@media (min-width:990px){
    
    .cart-box-edit-after{
    display:none !important;
}
}

@media only screen and (max-width: 766px) {
    div:where(.swal2-container).swal2-center>.swal2-popup {
        bottom: 183px !important;
    }
    .bravo_wrap .bravo_detail_hotel .bravo_single_book .form-head .price {
    margin-left: 16px;
    margin-bottom: 6px !important;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-head .price{
    margin-left: 13px;
    position: absolute;
    top: 0px;
}


}
