body {
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
}

.section {
    position: relative;
    height: 100vh;
}

.section .section-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bacground-img img.provider_map_icon {
    width: 50px;
    height: 50px;
}

.car_icon_parent {
    /* transition: transform 0.03s ease-in-out; */
}

.bacground-img img.provider_map_icon_div {
    width: 50px !important;
    height: 50px !important;
    margin-left: -25px;
    margin-top: -25px;
    display: block;
    position: absolute;
    object-fit: cover;
}

#booking {
    font-family: "Poppins", sans-serif;
    background-image: url(../images/map.jpg);
    background-size: cover;
    background-position: center;
}

#booking::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(47, 103, 177, 0.6);
}

.booking-form_section {
    bottom: 16px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: auto;
    position: absolute;
    top: 70px;
    /* width: 350px; */
    width: 406px;
    left: 14px;
}

.booking-form_section.create-booking-screen {
    top: 65px;
}
.booking-form-inner {
    height: 100%;
    /* max-height: 100%; */
    position: relative;
}

.booking-form-inner.step2-adjustment {
    height: auto;
    max-height: none;
}

#booking-recap-content {
    width: 100%;
}

.booking-form {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px -5px rgb(0 0 0 / 30%);
    box-shadow: 0 5px 20px -5px rgb(0 0 0 / 30%);
    border-radius: 10px;
    margin: 0 auto 0 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.stripe_payment_success {
    position: relative;
}

.booking_success_btn div {
    padding: 0 !important;
}

.booing_success_ride {
    overflow-y: scroll;
    padding: 16px 16px 16px 16px;
}
.departure-option:active,
.arrival-option:active {
    color: black !important;
    background-color: white !important;
}

.car_name {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    margin-left: 3px;
}

.euro {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #1a1a1a;
}

.car-title .fa-user {
    font-size: 17px;
    color: #555;
    margin-left: 5px;
}

.car-title label {
    font-size: 14px;
    font-weight: normal;
    color: #555;
    margin-left: 5px;
    margin-top: 9px;
}

.submit_btn {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.booking-form .time-pick select.form-control {
    border-radius: 0 8px 8px 0;
    padding-right: 5px;
}
.booking-form .date-select input.form-control {
    border-radius: 8px 0 0 8px;
}
.booking-form .form-group.date-select,
.booking-form .form-group.time-pick,
.booking-form .form-group.nw-btn {
    margin: 0;
}

.booking-form.stripe_payment {
    position: relative;
}

.departure_step1 {
    margin-bottom: 0px;
}

.booking-form .form-group {
    position: relative;
    margin-bottom: 3px;
    /* margin-bottom: 1px; */
}

.navbar_main {
    background-color: #000;
}

.booking-form input.form-control,
.booking-form textarea.form-control {
    background-color: white !important;
    border-radius: 8px;
    border: none;
    height: 44px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    font-size: 14px;
}

.booking-form input.form-control.input_box {
    background-color: white !important;
    border-radius: 8px;
    border: 1px solid #b0b0b0;
    height: 44px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: black;
    font-size: 14px;
}

.booking-form textarea.form-control.input_box {
    background-color: white !important;
    border-radius: 8px;
    border: 1px solid rgb(172, 170, 170);
    height: 44px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.booking-form select {
    color: #212121;
    font-size: 14px;
    background-color: white !important;
    border-radius: 8px;
    border: none;
    height: 44px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.booking-form .dropdown {
    color: #212121;
    font-size: 14px;
    background-color: white !important;
    border-radius: 8px;
    border: none;
    height: 44px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-toggle::after {
    content: none;
}
.dropdown-toggle:hover {
    background-color: white !important;
}

.booking-form input[type="text"]::placeholder,
.booking-form input[type="email"]::placeholder {
    color: #535353;
    font-weight: 400;
}

.booking-form select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.booking-form .form-control::-webkit-input-placeholder {
    color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control:-ms-input-placeholder {
    color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control::placeholder {
    color: rgba(62, 72, 92, 0.3);
}

.booking-form input[type="date"].form-control:invalid {
    color: rgba(62, 72, 92, 0.3);
}

.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.booking-form select.form-control + .select-arrow {
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    color: rgba(62, 72, 92, 0.3);
    font-size: 14px;
}

.booking-form select.form-control + .select-arrow:after {
    content: "\279C";
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.booking-form .form-label {
    display: inline-block;
    color: #3e485c;
    font-weight: 700;
    margin-bottom: 6px;
    margin-left: 7px;
}

.booking-form .submit-btn {
    display: inline-block;
    color: #fff;
    background-color: #1e62d8;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 4px;
    border: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
    opacity: 0.9;
}

.booking-cta {
    margin-top: 80px;
    margin-bottom: 30px;
}

.booking-cta h1 {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.booking-cta p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.search-hotel-main {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
    border: 1px solid transparent;
    transition: all ease-in-out 500ms;
    max-width: 600px;
    width: 100%;
    padding-left: 33px;
    margin-top: 0px;
}

.search-hotel-main input.typeahead-basic {
    max-width: 600px;
    background: white !important;
    border: none;
    outline: none;
    width: 100%;
    margin-bottom: 6px;
    text-align: center;
}

.search-icon-wrapper {
    margin-bottom: 1px;
}

.search-icon-wrapper a {
    font-size: 18px;
    color: #333;
    margin-left: 47px;
}

.search-icon-wrapper a:hover {
    color: white;
}

.typeahead-basic {
    min-width: 250px;
}

.booking-form-hotel-search span.twitter-typeahead {
    width: 100%;
}

/* Default mobile input padding when only placeholder is shown */
@media only screen and (max-width: 767px) {
    .booking-form-hotel-search
        .search-hotel-main
        input.typeahead-basic.input-with-placeholder {
        text-align: left;
        margin-top: 5px;
        padding-left: 25px;
    }

    .search-hotel-main input.typeahead-basic::-webkit-input-placeholder {
        text-align: left;
    }

    /* For Mozilla Firefox */
    .search-hotel-main input.typeahead-basic::-moz-placeholder {
        text-align: left;
    }

    /* For Microsoft Edge */
    .search-hotel-main input.typeahead-basic::-ms-input-placeholder {
        text-align: left;
    }

    /* When user types text */
    .booking-form-hotel-search
        .search-hotel-main
        input.typeahead-basic.input-with-text {
        padding-left: 50px;
        padding-right: 7px;
        background-color: white !important;
        margin-top: 5px;
        text-align: left !important;
    }
}

/* Desktop View Override (Optional) */
@media only screen and (min-width: 1024px) {
    .booking-form-hotel-search
        .search-hotel-main
        input.typeahead-basic.input-with-placeholder {
        margin-top: 5px;
        text-align: left;
    }

    .search-hotel-main input.typeahead-basic::-webkit-input-placeholder {
        text-align: left;
    }

    /* For Mozilla Firefox */
    .search-hotel-main input.typeahead-basic::-moz-placeholder {
        text-align: left;
    }

    /* For Microsoft Edge */
    .search-hotel-main input.typeahead-basic::-ms-input-placeholder {
        text-align: left;
    }

    .booking-form-hotel-search .search-hotel-main input.typeahead-basic {
        padding-left: 10px;
        padding-right: 0px;
        top: 4px;
        background-color: white !important;
    }

    .booking-form-hotel-search
        .search-hotel-main
        input.typeahead-basic.input-with-text {
        padding-left: 40px;
        padding-right: 7px;
        background-color: white !important;
        margin-top: 5px;
    }
}

.search-hotel-main:focus,
.search-hotel-main:hover {
    border: 1px solid gray;
    border-radius: 5px;
}

.booking-form-hotel-search {
    position: absolute;
    top: -61px;
    background-color: rgba(255, 255, 255, 0.8);
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    max-width: 100%;
    width: calc(100% - 30px);
    border-radius: 25px;
    z-index: 9;
}

input.typeahead-basic {
    background-color: white !important;
}

input.typeahead-basic.input-with-text {
    background-color: white !important;
}

input.typeahead-basic.input-with-placeholder {
    background-color: white !important;
}

input.typeahead-basic:-webkit-autofill {
    background-color: white !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
}

@media only screen and (min-width: 1024px) {
    .booking-form-hotel-search a.search-hotels {
        margin-top: 0px;
        right: 15px;
        padding: 10px 12px;
    }
}

@media only screen and (min-width: 768px) {
    .booking-form-hotel-search a.search-hotels {
        right: 290px;
        padding: 10px 12px;
    }
}

.booking-form-hotel-search .search-hotel-main {
    margin-right: 0;
    position: relative;
    padding-left: 0;
}

.booking-form-hotel-search .search-hotel-main:focus,
.booking-form-hotel-search .search-hotel-main:hover {
    border-color: transparent;
}

.booking-form-hotel-search a.clear-search-hotel {
    color: #000000;
    position: absolute;
    right: 10px;
}

.booking-form-hotel-search a.search-hotels {
    color: #000000;
    position: absolute;
    right: 10px;
}

.booking-form-hotel-search .search-hotel-main input.typeahead-basic {
    width: 100%;
}

.booking-form-hotel-search input[type="text"] {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}

.booking-form-hotel-search input[type="text"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1; /* Firefox */
}

.booking-form-hotel-search input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: grey;
}

.booking-form-hotel-search input[type="text"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: grey;
}
.cust-circal {
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: -4px 7px 8px #888888, inset 0 0 4px;
    margin: 0 auto;
}
.booking-form-hotel-search .src-icon {
    left: 0;
}
.src-icon {
    width: 24px;
    position: absolute;
    left: 17px;
}
.src-icon img {
    width: 130%;
}
.header-hotel-search {
    position: relative;
    padding-left: 10px;
}

.recenter-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 7px 7px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 27px;
    display: block;
    line-height: 20px;
    border: none;
    background: #fff !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.recenter-btn img.img-fluid {
    width: 17px;
    height: 17px;
    position: relative;
    margin: 0 auto;
}
.recenter-btn.create-booking-screen {
    bottom: 65px;
}

@media (min-width: 576px) {
    .section {
        position: relative;
        height: 100vh;
    }

    .booking-cta h1 {
        font-size: 52px;
    }
}

@media (min-width: 768px) {
    .section {
        position: relative;
        height: 100vh;
    }

    .booking-cta h1 {
        font-size: 52px;
    }
}

@media (min-width: 992px) {
    .section {
        position: relative;
        height: 100vh;
    }

    .booking-cta h1 {
        font-size: 52px;
    }
}

@media (min-width: 1200px) {
    .section {
        position: relative;
        height: 100vh;
    }

    .booking-cta h1 {
        font-size: 52px;
    }
}

@media (min-width: 1400px) {
    .section {
        position: relative;
        height: 100vh;
    }
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url(../images/loading2.gif) no-repeat center
        center;
    z-index: 10000;
}

.ajax-loader {
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: +100 !important;
    width: 100%;
    height: 100%;
}

.ajax-loader img {
    position: relative;
    top: 50%;
    left: 50%;
}

.bacground-img > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
}

div#booking12 {
    position: relative;
    display: flex;
    flex: 1 1 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100vh;
}

.datepicker,
.slot-field {
    padding-left: 40px !important;
}

.datepicker-dropdown {
    padding: 20px 30px !important;
    z-index: 9999999999999 !important;
}

/* .step-1 {
    min-height: 58vh;
} */

/* .step-2 {
    min-height: 0vh;
} */

/* .step-3 {
    min-height: 80vh;
} */

/* .step-4 {
    min-height: 60vh;
} */

/* @media (min-width: 768px) and (max-width: 1024px) {
    .step-4 {
        min-height: 101vh;
    }
} */

.step-5 {
    min-height: 73vh;
}

.step-6 {
    min-height: 60vh;
}

.step-8 {
    min-height: 80vh;
}

.book-background {
    height: 100%;
    width: 100%;
}
/*
.date-time-wrapper {
    display: flex;
    border: 1px solid #6D6D6D;
    border-radius: 5px;
}

.date-time-wrapper .form-group {
    margin-bottom: 0;
} */

.now_btn,
.now_btn:hover {
    background-color: #000000 !important;
    border: 1px solid #000000;
    padding: 0;
    color: #ffffff;
    border-radius: 8px;
    height: 44px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.slot-field {
    padding-left: 30px;
    background: url("../../images/icons/input-time.png") no-repeat left;
    background-size: 15px;
    background-position: 10%;
}

.tripdate {
    background: url("../../images/icons/date-input.png") no-repeat left;
    background-size: 16px;
    background-position: 10%;
}

select option {
    background: white;
}

.price-section {
    /* display: none; */
    width: 85px;
    padding-right: 10px;
}

.price-section i {
    transform: rotate(90deg);
}

.price_section {
    /* display: none; */
    width: 70px;
    /* padding-right: 10px; */
}

.price_section i {
    transform: rotate(90deg);
}

.personal_detail {
    overflow-y: scroll;
    overflow-x: hidden;
    /* padding: 16px 16px 0 16px; */
}

/* .service-item {
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 10px;
} */

.service-icon {
    width: 75px;
}

.service-icon-inner {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    margin-top: 4px;
}

.service-icon.wait-time .service-icon-inner {
    background-color: #9747ff;
}

.service-icon.vip-service .service-icon-inner {
    background-color: #f6a21b;
}

.service-icon.water-bottle .service-icon-inner {
    background: linear-gradient(180deg, #1b80f6 0%, #26befd 100%);
}

.service-icon img {
    width: 34px;
    height: auto;
}

.service-icon i {
    color: #fff;
    font-size: 24px;
}

.service-content p {
    color: #999;
    margin: 0;
}

.service-price {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    justify-content: flex-end;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #1a1a1a;
}

.time-control {
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 20px;
    padding: 2px 8px;
    font-size: 14px;
}

.time-control i {
    cursor: pointer;
    font-size: 16px;
    color: #333;
}

.service-qty-container {
    display: flex;
    align-items: center;
}

.service-price span {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #1a1a1a;
    white-space: nowrap;
}

.service-qty {
    white-space: nowrap;
    font-size: 10px;
}

.service-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #000;
    cursor: pointer;
}

/* Custom Circular Checkbox */
.custom-checkbox {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0;
}

.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}
/*
.checkmark {
    width: 22px;
    height: 22px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.custom-checkbox input:checked + .checkmark::after {
    content: "✔";
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 61%;
    left: 40%;
    transform: translate(-40%, -60%);
    background: #000;
    border-radius: 50%;
    width: 105%;
    height: 105%;
    text-align: center;
} */




.service-checkbox {
        width: 22px;
        height: 22px;
        top: 5px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        background-color: #fff;
        border: 2px solid #000;
        border-radius: 6px;
        display: inline-block;
        position: relative;
        transition: background 0.2s ease;
    }

    .service-checkbox:checked {
        background-color: #000;
    }

    .service-checkbox:checked::after {
        content: '';
        position: absolute;
        top: 2px;
        left: 7px;
        width: 5px;
        height: 11px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

/* otp page style */

.otp_title {
    margin-bottom: 15px;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    line-height: 34px;
    display: flex;
}

.pickup_address {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
}

.otp-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 15px 0;
}

.otp-input {
    width: 40px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    border: 2px solid #0d0e0d;
    border-radius: 20px;
    outline: none;
    transition: 0.2s;
}

.otp-input:focus {
    border-color: #252525;
    box-shadow: 0 0 5px #161616;
}

.otp-changed_phone_no a {
    color: rgb(65, 63, 63);
    text-decoration: underline;
}

.resend_code {
    background: rgb(223, 222, 222);
    border: none;
    border-radius: 20px;
    color: #222222;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    padding: 8px 18px 8px 18px;
}

.resend_code:hover {
    color: #070707;
    background-color: rgb(223, 222, 222);
}

.submit_btn {
    background: white;
    /* margin: 0 auto; */
    text-align: center;
    /* left: 0; */
    /* right: 0; */
    box-shadow: rgb(0 0 0 / 16%) 0px -4px 16px -4px;
}

#show-hide-all-vhicle-option {
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 50px;
    padding: 10px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    width: 93%;
    margin-left: 14px;
    height: fit-content;
    box-shadow: none;
}

.submit_btn.submit-booking {
    background: white;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    box-shadow: rgb(0 0 0 / 16%) 0px -4px 16px -4px;
    margin-left: 0px;
    padding: 16px 0 0px 0;
}

.success-btn {
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 50px;
    padding: 14px 10px 10px 10px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: fit-content;
}

.cancel-btn {
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 50px;
    padding: 14px 10px 10px 10px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: fit-content;
}

@media only screen and (max-width: 767px) {
    .submit_btn.submit-booking {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 80%;
        z-index: 999;
        box-shadow: rgb(0 0 0 / 16%) 0px -4px 16px -4px;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .submit_btn.submit-booking {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        box-shadow: rgb(0 0 0 / 16%) 0px -4px 16px -4px;
        padding: 16px;
        margin-left: 0px;
    }

    .service-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 4px;
    }
}

.goBack {
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .submit-payment,
    .submit-stripe,
    .submit-success {
        transition: 0.5s;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        border-radius: 50px;
        padding: 10px;
        color: rgb(255, 255, 255);
        background-color: rgb(0, 0, 0);
        width: 100%;
        height: fit-content;
    }
}

@media only screen and (max-width: 1024px) {
    .submit-payment,
    .submit-stripe,
    .submit-success {
        transition: 0.5s;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        border-radius: 50px;
        padding: 14px 10px 10px 10px;
        color: rgb(255, 255, 255);
        background-color: rgb(0, 0, 0);
        width: 100%;
        height: fit-content;
    }
}

.submit-payment,
.submit-stripe,
.submit-success {
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 50px;
    padding: 14px 16px 10px 16px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: fit-content;
}

.submit-success {
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-success i {
    font-size: 12px;
    margin-right: 6px;
}

/* Full Width Button */
.submit-button {
    width: 100%;
}

::-webkit-scrollbar {
    width: 0px;
}

.date_time {
    border: 1px solid rgb(202, 201, 201);
    border-radius: 10px;
    /* margin-left: 16px; */
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    padding: 0px 15px;
}

.booking-date-time-section {
    background-color: white !important;
    /* width: 100%; */
    padding-bottom: 12px;
    margin-top: 16px;
}

.booking-date-time-section span {
    font-weight: 500;
    font-size: 15px;
}

.locations-option,
.form-input {
    padding-left: 40px;
}

.stripe_box {
    border: 1px solid rgb(163, 163, 163);
}

.submit-stripe-pay {
    padding-top: 20px;
}

.form_pickup,
.form_drop {
    position: relative;
}

.form-pickup:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 4px solid black;
    left: 20px;
    top: 52%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    z-index: 1;
}

.form-drop:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 74%;
    background-color: black;
    left: 20px;
    top: -13%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.form-drop:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background-color: transparent;
    border: 4px solid black;
    left: 20px;
    top: 52%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.providers_drop.form_drop:before,
.providers_drop.form_drop:after {
    border: 0 none;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    content: inherit;
}

/*resposive css for design*/
.berline-title,
.van-title,
.van-subtitle {
    width: 200px;
}

.berline-subtitle {
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    color: #5d5d5d;
}


.car-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.choose-payment {
    border: 2px solid #ccc !important;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
    background-color: white;
}

.choose-payment.selected {
    border-color: #5b5c5c !important;
    background-color: white;
}

.InputContainer .InputElement {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #6d6d6d;
}

/* Custom radio button styling */
.cash_radio_btn {
    width: 20px;
    height: 20px;
    appearance: none;
    border: 2px solid #6d6d6d;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

/* Add a tick mark inside selected radio button */
/* .cash_radio_btn:checked {
    background-color: black;
    border-color: black;
}

.cash_radio_btn:checked::after {
    content: "✔";
    font-size: 12px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

.card_radio_btn {
    width: 20px;
    height: 20px;
    appearance: none;
    border: 2px solid #6d6d6d;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.card_radio_btn:checked {
    background-color: black;
    border-color: black;
}

.card_radio_btn:checked::after {
    content: "✔";
    font-size: 12px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
} */

.payment_radio_btn {
    width: 20px;
    height: 20px;
    appearance: none;
    border: 2px solid #6d6d6d;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    background-color: white;
    position: relative;
    vertical-align: middle;
}

.payment_radio_btn:checked {
    background-color: black;
    border-color: black;
}

.payment_radio_btn:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background-color: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}


@media only screen and (max-width: 768px) {
    .choose-payment {
        border: 2px solid #ccc !important;
        border-radius: 10px;
        cursor: pointer;
        padding: 10px 0px 0px 0px;
        background-color: white;
    }

    .choose-payment.selected {
        border-color: #ccc !important;
        background-color: white;
    }

    .choose-car {
        border: 2px solid #ffffff;
        cursor: pointer;
        padding: 20px 0px 20px 0;
        border-radius: 12px !important;
    }

    .choose-car.border {
        border: 2px solid #ccc !important;
    }

    .choose-booking-type {
        border: 2px solid #ffffff;
        cursor: pointer;
        padding: 20px 0px 20px 0;
        border-radius: 12px !important;
    }

    .choose-booking-type.border {
        border: 2px solid #ccc !important;
    }

    .choose-payment {
        border: 2px solid #ffffff;
        cursor: pointer;
        padding: 15px 0px 15px 0px;
        border-radius: 12px !important;
    }

    .choose-payment.border {
        border: 2px solid #ccc !important;
    }

    .cash_radio_btn {
        width: 20px;
        height: 20px;
        appearance: none;
        border: 2px solid #6d6d6d;
        border-radius: 50%;
        outline: none;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
    }

    /* Add a tick mark inside selected radio button */
    .cash_radio_btn:checked {
        background-color: black;
        border-color: black;
    }

    .cash_radio_btn:checked::after {
        content: "✔";
        font-size: 12px;
        color: white;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-weight: bold;
    }

    .card_radio_btn {
        width: 20px;
        height: 20px;
        appearance: none;
        border: 2px solid #6d6d6d;
        border-radius: 50%;
        outline: none;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 5%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
    }

    .card_radio_btn:checked {
        background-color: black;
        border-color: black;
    }

    .card_radio_btn:checked::after {
        content: "✔";
        font-size: 12px;
        color: white;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-weight: bold;
    }
}

.cabnow_successhead .cabnow_title {
    margin-bottom: 0 !important;
}

.nav_item,
.nav_item a,
.nav_item a:hover {
    color: #fff;
    text-decoration: none;
    margin: 0;
}

.form-car-pick .date-select {
    width: 60%;
}

.form-car-pick .time-pick {
    width: 40%;
}

.vehicle-sec {
    padding: 7px 0 0;
    overflow-y: auto;
    transition: height 0.3s ease;
}

.vehicle-sec::after {
    content: "";
    display: block;
    height: 300px;
}

.car_container {
    height: 55px;
}

.choose-car {
    border: 2px solid #ffffff;
    cursor: pointer;
    padding: 20px 0px 20px 0;
    border-radius: 12px !important;
}

.choose-car.border {
    border: 1px solid #404e67 !important;
}

.choose-booking-type {
    border: 2px solid #ffffff;
    cursor: pointer;
    padding: 20px 0px 20px 0;
    border-radius: 12px !important;
}

.choose-booking-type.border {
    border: 1px solid #404e67 !important;
}

.choose-payment {
    border: 2px solid #ffffff;
    cursor: pointer;
    padding: 20px 0px 20px 0px;
    border-radius: 12px !important;
}

.add_on_service {
    margin-top: 22px;
}

/* .choose-payment.border {
    border: 2px solid #e2e2e2 !important;
} */

.slot-field option {
    padding-right: 40px !important;
}

.btn-container {
    margin-left: 25px;
}

.btn-container {
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    color: #000000;
    letter-spacing: 0%;
}

.stripe-car {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 115%;
}

.stripe-car-rent {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    justify-content: flex-end;
}

.cabnow_form {
    bottom: 0;
    background: white;
    width: 100%;
    left: 0;
    padding: 16px;
}

/* .booking_header {
    overflow-y: scroll;
    max-height: 400px;
    padding-bottom: 70px !important;
  } */

.date-time_stripe,
.date-stripe,
.time-stripe {
    display: flex;
    align-items: center;
}

.date-stripe span,
.time-stripe span {
    margin-left: 10px;
}

.cabnow_qrimg img {
    margin-top: 12px;
}

/*Inline css of all pages in the frontend.css file*/
/*Front Page css start*/
.navbar_header {
    background-color: black;
    position: static;
    z-index: 99999;
    padding: 0;
    padding: 0 !important;
    border-radius: 0 !important;
    width: 100%;
    height: 52px;
    overflow: hidden;
}

.logo-cab {
    font-weight: 700;
    font-size: 24px;
}

.logo-cabnow {
    font-size: 18px;
    font-style: italic;
}

.cabnow_title {
    margin-bottom: 12px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    line-height: 32px;
    display: flex;
    letter-spacing: 0;
}

.cabnow_title_step2 {
    margin-top: 12px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    line-height: 5px;
    display: flex;
    letter-spacing: 0;
}

.contactInfo_title {
    margin-bottom: 5px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    line-height: 32px;
    display: flex;
    letter-spacing: 0;
}

.pickup-spot-title {
    margin-bottom: 15px;
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    line-height: 32px;
    display: flex;
    letter-spacing: 0;
}

.chat_screen_title {
    margin-bottom: 15px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
}

.berline-img {
    display: inline-block;
    width: 21%;
    vertical-align: top;
}

.front-ride {
    display: inline-block;
    /* width: 55%; */
}

.price-block {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.berline-title,
.van-title {
    color: #3e485c;
    font-weight: 500;
    font-size: 13px;
}

.berline-subtitle,
.van-subtitle {
    font-weight: 400;
    font-size: 12px;
    color: grey;
    width: 250px;
}

.choose-car-img {
    width: 65px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.choose-booking-type-img {
    width: 65px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.front-contact img {
    width: 20px;
}

/*Front Page css end*/

/*Payment Page css start*/
.cabnow_car {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.cabnow_img {
    width: 76px;
}

.cabnow_img_shuttle {
    width: 70px;
    height: 66px;
}

.stripe-pay-car {
    display: inline-block;
    width: 60%;
}

.stripe-car-rent {
    display: inline-block;
    width: 10%;
    vertical-align: top;
}

.date-stripe img,
.time-stripe img {
    width: 20px;
}

.time-stripe img {
    margin-left: 25px;
}

.cabnow-infos {
    display: inline;
    width: 15%;
}

.cabnow-infos img {
    width: 35px;
    text-align: left;
}

.cabnow-infor {
    display: inline-block;
    width: 70%;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}

.cabnow_credit {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 14px;
}

.cabnow_info {
    display: flex;
    align-items: center;
}

/*Payment Page css end*/

/*Message css start*/
.chatbox-msgbtnbx {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

/* When message input is hidden (completed/cancelled booking), remove space */
.chatbox-msgbtnbx.d-none {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.chatbox-msgbtnbx-left {
    flex: 1;
}

.chatbox-msgbtnbx:after {
    clear: both;
    display: block;
    content: "";
}

.chatbox-msgbtnbx-left {
    float: left;
    width: 100%;
}

.chatbox-msgbtnbx-right {
    float: left;
    /* width: 45px; */
    margin-left: 2px;
}

.chatbox-msgbtnbx-right-call {
    float: left;
    width: 45px;
    margin-left: 3px;
}

.chatbox-msgbtnbx-left input.msg-input {
    width: 100%;
    border: none;
    padding: 12px 25px 12px 15px;
    background: #e7e7e7;
    font-size: 16px;
    line-height: 20px;
    height: 100%;
    border-radius: 50px;
    color: #5d5b5e;
    font-weight: 400;
    outline: none;
}

.chatbox-main {
    padding: 0px 0px 15px 0px;
    border-radius: 5px;
    background-color: white;
}

.chatbox {
    margin-top: 0;
    padding: 0px 1px 15px 1px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 400px);
    margin-bottom: 0px;
}

.chatbox-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.step9-container {
    padding-bottom: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.chatbox-msgbtnbx-right button.sbmt-btn {
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 50%;
    background: #e7e7e7;
    transition: all ease-in-out 100ms;
    color: #5d5b5e;
    outline: none;
    text-align: center;
}

.chatbox-msgbtnbx-right-call button.sbmt-btn {
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 50%;
    background: #e7e7e7;
    transition: all ease-in-out 100ms;
    color: #5d5b5e;
    outline: none;
    text-align: center;
}

.chatbox-msgbtnbx_right button.sbmt-btn {
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 50%;
    background: #e7e7e7;
    transition: all ease-in-out 100ms;
    color: #5d5b5e;
    outline: none;
    text-align: center;
    margin-right: 8px;
}

.chatbox-msgbtnbx-send-msg button.sbmt-btn {
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 50%;
    background: #e7e7e7;
    transition: all ease-in-out 100ms;
    color: #5d5b5e;
    outline: none;
    text-align: center;
    margin-left: 32px;
}

.safety_note {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #6d6d6d;
}

.chatbox-msgbtnbx_right {
    float: left;
    /* width: 45px; */
    margin-left: 0px;
}

.chatbox-hint {
    height: 35px;
    margin-bottom: 15px;
    flex-shrink: 0;
}

/* When hints are hidden (completed/cancelled booking), remove space */
.chatbox-hint.d-none {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.chatbox-hint-inner {
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
    margin: 0;
    padding: 0 !important;
    display: flex;
}

.hint-msg {
    background: #e7e7e7;
    color: #0f0d10;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 10px;
    line-height: 15px;
    display: block;
    margin-right: 10px;
    transition: all ease-in-out 100ms;
    /* flex: 0 0 auto; */
    cursor: pointer;
}

.chatbox-msg {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}

.chatbox-msg-inner {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}
.msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
}

.msg-sent {
    flex-direction: row-reverse;
}

.msg-bubble {
    background: #e7e7e7;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 400;
    color: #0f0d10;
    line-height: 100%;
    max-width: 80%;
}

.msg-box {
    background: #e7e7e7;
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #0f0d10;
    line-height: 15px;
    max-width: 80%;
    border-radius: 5px;
}

.msg.msg-receive .msg-bubble {
    border-radius: 10px 10px 10px 0;
}

.msg.msg-sent .msg-bubble {
    border-radius: 10px 10px 0 10px;
    background-color: #e7e7e7;
    color: #1a1a1a;
}
/*Message css end*/

/*Payment Success Page css start*/
.cabnow_successhead {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-left: 0px;
}

.cabnow_successhead img {
    width: 10%;
}

.cabnow_successhead.confirm {
    margin-bottom: 0px;
}

#connectionStatus {
    color: red;
    background-color: white;
    border: 1px solid red;
    font-size: 14px;
}

#driverConnectionStatus {
    color: red;
    background-color: white;
    border: 1px solid red;
    font-size: 14px;
}

.cabnow_qr {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}

.cabnow_qrimg {
    text-align: left;
    /* margin: 0 auto; */
}

.qrcode-box {
    gap: 10px;
}

.qrcode_box {
    margin-left: 40px;
    gap: 10px;
}

.qr-code-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.qr-code-input {
    color: black;
    width: 48px;
    height: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 33px;
    line-height: 100%;
    letter-spacing: -4%;
    border: 2px solid #b0b0b0;
    border-radius: 8px;
    background-color: white;
    cursor: default;
}

.qr_code_input {
    color: black;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 33px;
    font-weight: 500;
    border: 2px solid #b0b0b0;
    border-radius: 8px;
    background-color: white;
    cursor: default;
}

.booking-form-container,
.booking-form-row,
.booking_form_col {
    height: 100%;
}

.booking_form_col {
    position: relative;
    padding: 0;
}

.booking-header {
    position: static;
    top: 0;
    background-color: white;
    z-index: 9999;
    padding: 16px 16px 0 16px;
    flex-shrink: 0;
}

.booking_pay {
    overflow-y: scroll;
    height: 200px;
}

.booking_header {
    padding: 16px 16px 0 16px;
}

@media only screen and (max-height: 900px) {
    .booking-header {
        position: static !important;
    }
}

.intl-tel-input .country-list {
    width: 300px !important;
    font-size: 12px;
}

.submit-booking {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    background-color: white;
    z-index: 9999;
    padding: 16px;
    bottom: env(safe-area-inset-bottom);
    bottom: 0;
}

.name_row {
    bottom: env(safe-area-inset-bottom);
    padding-bottom: 20px;
}

.cabnow_qrimg img {
    width: 100%;
    margin: auto;
    /* margin-top: 10px; */
}

.form_invalidnumber input {
    border-color: red !important;
    position: relative;
}

.form_invalidnumber:after {
    position: absolute;
    right: 6px;
    content: "";
    background-image: url("../images/icons/cross.png");
    top: 66%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
}

.form_validnumber input {
    position: relative;
}

.form_validnumber:after {
    position: absolute;
    right: 5px;
    content: "";
    background-image: url("../images/icons/check.png");
    top: 66%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
}

.hide {
    display: none;
}

.intl-tel-input .country-list {
    bottom: 36px;
}

/*Privacy Policy Page Css start*/
.panel-title {
    display: inline;
    font-weight: bold;
}

.display-table {
    display: table;
}

.display-tr {
    display: table-row;
    margin-top: 10px;
}

.display-td {
    display: table-cell;
    vertical-align: middle;
    width: 61%;
}

.footer {
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
}

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 40%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.navbar_header a,
.logo a,
.copyright_span a,
body.privacy_body {
    font-family: "Poppins", sans-serif;
}

.navbar_header a:hover,
.navbar_header a:focus {
    color: #fff;
}

.privacy_body .navbar .container {
    display: block;
}

.privacy_body .navbar_header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
}

.privacy_html {
    height: 100vh;
}

.header_privacy {
    position: static !important;
    margin-bottom: 0 !important;
}

.privacy_policy a {
    color: #3a3a3a;
    text-decoration: underline;
    transition: 0.3s;
}

.privacy_policy a:hover {
    color: #7d7d7d;
}

.privacy_policy {
    padding: 50px 0;
}

.privacy_policy .card {
    border: 0;
}

.privacy_policy_title {
    font-size: 48px;
    color: #000;
    font-weight: 700;
}

.last_update,
.privacy_info p {
    color: #545454;
    font-size: 16px;
    margin: 0;
}

.privacy_info ul li {
    color: #545454;
    font-size: 17px;
    margin-bottom: 16px;
}

.privacy_policy_subtitle {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
}

.privacy_info_title {
    font-size: 18px;
    margin-top: 16px;
    color: #161616;
}

.privacy_policy_sub_title {
    color: #3a3a3a;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 700;
}

.privacy_links {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 50px;
}

.privacy_links li {
    margin-bottom: 0 !important;
}

.privacy_links a {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.terms_links {
    margin-top: 20px;
}

/*Support page css*/
.privacy_support {
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer_privacy {
    position: static;
    width: 100%;
    background-color: #000;
    padding: 30px 0;
    height: fit-content !important;
    line-height: 1 !important;
    bottom: 0 !important;
}

/*form contact*/
.form_contact input {
    background-color: #eaeaea;
    height: 50px;
    font-size: 16px;
    padding: 9px 24px;
    border: 0;
    box-shadow: none;
    border-radius: 8px;
}

.form_contact textarea {
    background-color: #eaeaea;
    font-size: 18px;
    padding: 9px 24px;
    border: 0;
    box-shadow: none;
    border-radius: 2px;
}

.send_btn button {
    background-color: #000;
    width: 140px;
    font-size: 18px;
    border-radius: 8px;
    border: 1px solid #000;
    padding: 8px 10px;
}

.forward_btn button {
    background-color: #000;
    width: 90px !important;
    height: auto;
    font-size: 18px;
    border-radius: 38px;
    border: 1px solid #000;
    padding: 12px 14px;
    font-weight: 500;
}

.gray_btn button {
    background-color: #eee;
    width: 140px;
    font-size: 18px;
    border-radius: 8px;
    border: 1px solid #eee;
    padding: 8px 10px;
    color: #000;
}

.backward_btn button {
    background-color: #eee;
    width: 60px !important;
    height: auto;
    font-size: 18px;
    border: 1px solid #eee;
    padding: 12px 14px;
    color: #000;
}

.forward_btn button:hover,
.send_btn button:hover,
.forward_btn button:focus,
.send_btn button:focus,
.forward_btn button:active,
.send_btn button:active {
    background-color: #1b1b1b !important;
    border: 1px solid #1b1b1b !important;
    box-shadow: none !important;
}

.gray_btn button:hover,
.backward_btn button:hover,
.gray_btn button:focus,
.backward_btn button:focus,
.gray_btn button:active,
.backward_btn button:active {
    background-color: #e2e2e2 !important;
    border: 1px solid #e2e2e2 !important;
    box-shadow: none !important;
    color: #000 !important;
}

.disabled-btn {
    color: #afafaf !important;
    background: #f6f6f6 !important;
    cursor: not-allowed !important;
    border: none !important;
}

.form_email_us {
    text-align: center;
}

.form_email_us h4 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    margin: 20px 0;
}

.form_email_us h5 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 20px 0;
}

.form_email_us h5 a {
    color: #1b1b1b;
    text-decoration: underline;
}

.form_email_us h5 a:hover {
    color: #474747;
}

.logo {
    text-align: start;
}

.conatct_center {
    padding: 30px 0;
    text-align: start;
}

.conatct_center a {
    color: #fff;
    text-decoration: none;
}

.copyright {
    display: flex;
    align-items: center;
    margin-top: 0px;
}

.copyright span {
    font-size: 14px !important;
    color: #fff;
}

.copyright span.logo-cabnow {
    font-size: 11px !important;
}

.copyright .nav-link {
    padding: 0 10px !important;
}

/*Terms and services*/
.terms_policy_title {
    font-size: 52px;
    font-weight: 700;
}

.terms_policy_subtitle {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
}

.terms_policy_sub_title {
    color: #000;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
}

.logo .nav-link {
    padding-left: 0 !important;
}

.booking_body {
    background-color: #ffffff;
}

.booking_card,
.booking_body {
    height: 100%;
}

/*footer css start*/
.platforms_app {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 30px;
}

.platforms_app li img {
    width: 26px;
}

.platforms_app li.apple img {
    width: 30px;
}

.cabnow_terms {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    gap: 16px;
}

.cabnow_terms li a {
    color: #fff;
    text-decoration: none;
}

.cabnow_terms li a:hover {
    color: #fff;
}

.iti-mobile .intl-tel-input.iti-container {
    z-index: 99999999;
}

/*Privacy Policy Page Css end*/

/*responsive css start*/

@media only screen and (max-width: 360px) {
    .booking_pay_row {
        padding-bottom: 100px !important;
    }

    .booking_payment .cabnow_form {
        padding-bottom: 0 !important;
    }

    .name_row {
        padding-bottom: 140px !important;
    }

    .berline-subtitle,
    .van-subtitle {
        width: fit-content;
    }

    .price-section {
        width: 70px;
        text-align: end;
    }

    .intl-tel-input .country-list {
        width: 250px !important;
    }
}

@media only screen and (max-width: 400px) {
    .section {
        height: 100vh;
    }

    .berline-img {
        width: 30% !important;
    }

    .booking-form {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .bacground-img {
        display: block;
        position: fixed;
        top: 0;
        z-index: 111;
        height: 46vh;
    }
}

@media only screen and (max-width: 576px) {
    .name_row {
        padding-bottom: 140px;
    }

    .section {
        height: 100vh;
    }

    .slot-field,
    .tripdate {
        background-position: 9%;
    }

    .stripe-car-rent {
        text-align: end;
    }

    .booking_pay_row {
        padding-bottom: 100px !important;
    }

    .booking_payment .cabnow_form {
        padding-bottom: 0 !important;
    }

    .form_booking {
        padding: 16px 16px 0 16px;
    }

    .login_form {
        margin-top: 120px;
    }

    .login_title {
        font-size: 26px !important;
    }
}

@media only screen and (min-width: 577px) and (max-width: 1024px) {
    .name_row {
        padding-bottom: 90px;
    }

    .booking_pay_row {
        padding-bottom: 100px !important;
    }

    .booking_payment .cabnow_form {
        padding-bottom: 0 !important;
    }
}

@media only screen and (min-width: 577px) {
    .price-section,
    .stripe-car-rent {
        text-align: end;
    }

    .booking_pay_row {
        padding-bottom: 30px !important;
    }

    .booking_payment .cabnow_form {
        padding: 0 !important;
    }

    .form_booking {
        padding: 16px 16px 0 16px;
    }

    .login_form {
        margin-top: 120px;
    }

    .login_title {
        font-size: 26px !important;
    }
}

@media only screen and (max-width: 768px) {
    .booking_payment {
        padding: 0 !important;
    }

    .booking_header {
        padding: 16px 16px 30px 16px;
    }

    .cabnow_terms {
        justify-content: start;
        gap: 10px;
        margin-top: 50px;
        height: fit-content;
    }

    .platforms_app {
        justify-content: start;
        margin-top: 50px;
        height: fit-content;
    }

    .privacy_support {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    /* Apply this before booking */
    .recenter-btn.create-booking-screen {
        bottom: 100px; /* Adjust for smaller screens before booking */
    }

    /* Apply default position after booking */
    .recenter-btn {
        bottom: 10px; /* Reset to default position after booking */
        margin-bottom: 43px;
    }
}

@media only screen and (max-width: 1024px) {
    .recenter-btn.create-booking-screen {
        bottom: 65px; /* Move the button higher on small screens when creating a booking */
    }

    /* Apply default position after booking */
    .recenter-btn {
        bottom: 10px;
    }

    .submit-stripe-pay {
        position: fixed;
        width: 100% !important;
        background: white;
        padding: 16px 0;
        bottom: 0;
        margin: 0 !important;
    }

    .booking_form_col {
        position: relative;
        padding: 0;
        display: flex;
        width: 100%;
        align-items: end;
    }

    .booking-form {
        width: 100%;
        margin: 0 auto;
        border-radius: 0;
        /* min-height: calc(100vh - 90px); */
    }

    /* .booking-form_section {
        min-height: calc(100vh - 44vh);
        bottom: auto;
        position: absolute;
        top: 44vh;
        width: 100vw;
        z-index: 99999;
        left: 0;
    } */


    .booking-form_section {
        position: absolute;
        top: 44vh;
        left: 0;
        width: 100vw;
        bottom: 0;
        z-index: 99999;
        display: flex;
        flex-direction: column;
    }

    /* .booking-form-inner {
        overflow-y: auto;
        flex: 1;
    } */

    .booking-form_section.create-booking-screen {
        top: 44vh;
    }

    .booking-header {
        position: static !important;
    }

    .personal_detail {
        height: fit-content !important;
    }

    .main_container {
        overflow-x: hidden;
    }

    .submit-booking {
        position: fixed;
        z-index: 9999;
        bottom: 0;
        width: 100%;
        margin: 0;
    }

    .booking_success_btn {
        position: fixed;
        z-index: 9999;
        bottom: 0;
        width: 120%;
        background: white;
        text-align: center;
        box-shadow: rgb(0 0 0 / 16%) 0px -4px 16px -4px;
    }

    .submit-booking div.btn-col {
        padding: 0 !important;
    }

    .booing_success_ride {
        padding-bottom: 100px;
    }

    .navbar {
        overflow: hidden !important;
    }

    .navbar_header {
        background-color: black;
        position: fixed;
        z-index: 99999;
        padding: 0;
        padding: 0 !important;
        border-radius: 0 !important;
        width: 100%;
        height: 48px;
    }

    .navbar_header .container {
        background-color: #000000;
        height: 47px;
    }

    .bacground-img {
        width: 100%;
        height: 46vh !important;
        position: fixed !important;
        top: 0;
        left: 0;
        padding-top: 49px;
    }
    /* .header-hotel-search {
        display: none;
    } */
    .booking-form-hotel-search {
        display: flex;
        padding: 10px 12px;
        background-color: white;
    }

    .mobile-navbar.navbar {
        display: block;
    }
    .desk-navbar.navbar {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .payment-fields {
        height: auto;
    }
}

@media only screen and (min-width: 1024px) {
    .submit-stripe-pay {
        position: sticky;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -o-sticky;
        position: -ms-sticky;
        width: 100% !important;
        background: white;
        padding: 16px 0;
        bottom: 0;
        left: 0;
    }

    .login_form {
        margin-top: 140px;
    }

    .navbar-text.nav_item.header-search {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-height: 500px) {
    .name_row {
        padding-bottom: 20px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
    }
}

@media only screen and (max-width: 800px) {
    .personal_detail {
        height: fit-content;
    }

    .container,
    .container-sm {
        max-width: 100%;
    }

    .form_drop:before,
    .form_pickup:before,
    .form_drop:after {
        left: 20px;
    }

    .slot-field,
    .datepicker,
    .form_drop .locations-option,
    .form_pickup .locations-option {
        padding-left: 30px !important;
    }

    .booking-form.stripe_payment {
        position: relative;
        height: 100%;
    }

    .booking_header {
        overflow-y: scroll;
        max-height: fit-content !important;
        padding-bottom: 10px !important;
    }

    .cabnow_form {
        position: relative !important;
        padding: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 74px !important;
    }

    /* .book-background.step-1 .booking-form {
        min-height: 85vh;
        transition: all ease-in-out 500ms;
    } */

    /* .book-background.step-2 .booking-form {
        min-height: 80vh;
        transition: all ease-in-out 500ms;
    } */

    /* .book-background.step-3 .booking-form {
        min-height: 82vh;
        transition: all ease-in-out 500ms;
    } */

    /* .book-background.step-4 .booking-form {
        min-height: 110vh;
        transition: all ease-in-out 500ms;
    } */

    .book-background.step-5 .booking-form {
        min-height: 50vh;
        transition: all ease-in-out 500ms;
    }

    .book-background.step-5 .bacground-img {
        height: 50vh !important;
        transition: all ease-in-out 500ms;
    }

    .book-background.step-6 .booking-form {
        min-height: 75vh;
        transition: all ease-in-out 500ms;
    }

    .book-background.step-6 .bacground-img {
        height: 50vh !important;
        transition: all ease-in-out 500ms;
    }

    .book-background.step-7 .booking-form {
        min-height: 30vh;
        transition: all ease-in-out 500ms;
    }

    .book-background.step-7 .bacground-img {
        height: 51vh !important;
        transition: all ease-in-out 500ms;
    }

    .book-background.step-7 .booking-form_section.create-booking-screen {
        top: 66vh;
    }

    .book-background.step-7 .booking-form_section {
        min-height: calc(100vh - 66vh);
    }
}

@media only screen and (max-width: 1280px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1980px) {
    .footer_privacy {
        position: fixed;
    }
}

@media only screen and (min-width: 991px) {
    .login_form {
        margin-top: 160px;
    }
}

/*Responsive design css end*/

/*map css start here*/
.bacground-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*css for loginpage*/
.shuttle_business .navbar .container {
    display: block;
}

.shuttle_business .navbar_header {
    position: relative !important;
}

.shuttle_business {
    font-family: "Poppins", sans-serif;
    height: 100%;
}

.navbar_links_help {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 16px;
}

.login_support {
    height: 100%;
}

.login_title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
}

.login_btn_form {
    margin-top: 16px;
}

.login_btn_form button {
    width: 100%;
    height: auto;
}

.login_help_email {
    margin-top: 26px;
    font-size: 15px;
    font-weight: 500;
    color: #635e5e;
}

.login_help,
.login_help:hover,
.login_help:focus {
    font-size: 15px;
    font-weight: 500;
    color: #635e5e;
    transition: 0.2s;
    text-decoration: none;
    outline: none;
}

/*Home page design css*/
.business_office .navbar_header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    height: 65px;
}

.business_office .container-fluid {
    width: 98%;
}

.dashboard_info {
    height: 100vh;
}

.dashboard_info .container {
    height: 100%;
    overflow-y: scroll !important;
    padding-bottom: 100px;
    padding-top: 40px;
}

.business_office {
    height: calc(100% - 65px);
    background-color: #fff;
}

.business_office .container-fluid {
    display: block;
}

.business_office_link {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    font-size: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.menu-toggle {
    display: none;
    position: fixed;
    top: 22px;
    right: 17px;
    width: 25px;
    height: 20px;
    cursor: pointer;
    z-index: 1000;
}
.menu-toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #b7b7b7;
    border-radius: 15px;
    transition: transform 0.3s ease-in-out;
}
.menu-toggle span:nth-child(1) {
    top: 0;
}
.menu-toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.menu-toggle span:nth-child(3) {
    bottom: 0;
}
body.sidebar-open .menu-toggle span:nth-child(1),
body.sidebar-open .menu-toggle span:nth-child(3) {
    transform: rotate(45deg);
    top: 50%;
}
body.sidebar-open .menu-toggle span:nth-child(2) {
    opacity: 0;
}
body.sidebar-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 50%;
}

.sidebar-wrapper {
    position: fixed;
    top: 65px;
    bottom: 0;
    left: -250px;
    height: 100%;
    width: 250px;
    border-right: 1px solid #cccccc;
    background-color: #fff;
    padding-right: 0;
    padding-top: 22px;
    transition: all 0.5s ease;
    z-index: 4;
    overflow-y: auto;
}

.sidebar-wrapper ul {
    list-style-type: none;
}

.page-wrapper {
    height: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    margin-top: 65px;
    padding: 5px 0;
    transition: all 0.5s ease;
}

.page-content {
    padding: 1.5rem;
}

body.sidebar-open .sidebar-wrapper {
    left: 0;
    overflow-y: auto;
}

body.sidebar-open .page-wrapper {
    margin-left: 250px;
}

.home_business_list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.home_business_list li {
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: start;
    font-size: 16px;
    transition: 0.2s;
    margin-top: 8px;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    position: relative;
}

.home_business_list li:first-child {
    margin-top: 0px !important;
}

.home_business_list li .link_icon {
    width: 30px;
    height: 30px;
    background-color: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #000 !important;
    margin-right: 16px;
}

.home_business_list li a {
    display: flex;
    font-weight: 600;
    color: #000 !important;
    text-decoration: none;
    position: relative;
    align-items: center;
    justify-content: left;
    padding: 15px;
    overflow: hidden;
    outline-width: 0;
    text-overflow: ellipsis;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
}

.home_business_list li:hover,
.home_business_list li.active {
    background-color: #f3f3f3;
}

.home_business_list li.active i {
    color: #fff;
}

.home_business_list li.active .link_icon {
    background-color: #000;
}

.get_help_btn {
    position: sticky;
    bottom: 30px;
    transition: 0.8s;
}

.get_help_btn .get_help {
    background-color: #000;
    color: #fff;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    padding: 10px 20px;
}

@media only screen and (max-height: 520px) {
    .get_help_btn {
        bottom: -80px;
    }
}

.user_dropdown {
    background-color: #fff;
    right: 0 !important;
    left: auto;
    top: 130%;
    border-radius: 6px;
    border: 0;
    padding: 0;
    width: 160px;
    padding-bottom: 5px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.user_dropdown a {
    font-size: 12px;
    font-weight: 500;
    color: #808080;
}

.user_dropdown a:hover,
.user_dropdown a.active {
    background-color: #f4f4f4;
}

.user_dropdown .dropdown-item,
.user_dropdown a {
    padding: 4px 14px !important;
}

.user_dropdown .dropdown-item:hover,
.user_dropdown a:hover {
    color: #808080;
}

.user_dropdown .dropdown-item:first-child {
    padding-top: 10px !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.user_dropdown .dropdown-item:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.user_dropdown .dropdown-divider {
    width: 80%;
    margin: 0.5rem auto;
}

.dropdown_account button {
    border: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
    transition: 0.6s;
}

.dropdown_account button:hover,
.dropdown_account button:focus {
    background-color: #dfdfdf !important;
}

.dropdown_account button.dropdown-toggle::after {
    display: none;
}

.dropdown_account button img {
    width: 30px;
    height: 30px;
}

.dropdown_account button:hover,
.dropdown_account button:focus,
.dropdown_account.show > .btn-secondary.dropdown-toggle,
.dropdown_account .btn-secondary:not(:disabled):not(.disabled):active {
    border: 0;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}

@media only screen and (max-width: 700px) {
    .dashboard_info {
        width: 1000px !important;
    }
    .map-address-picker {
        margin-top: -55px !important;
    }
}

@media only screen and (max-width: 480px) {
    .otp-input {
        width: 58px !important;
    }
    .map-address-picker {
        margin-top: -55px !important;
    }
}

/*Css update for dashboard page*/
.business_office .navbar_office {
    background-color: #fff;
    height: 65px;
}

.business_office .navbar_office .container-fluid {
    padding: 0px 16px;
    margin: 0 !important;
    width: 100%;
}

.business_office .navbar_office .container-fluid .nav_row {
    border-bottom: 1px solid #cccccc;
    padding: 8px 0;
    width: 100%;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar_office .navbar-header a {
    color: #000 !important;
    width: fit-content;
}

.logo_office span {
    color: #000;
    font-weight: 700;
    margin-left: 6px;
}

.company_title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.nav_row .logo_col {
    width: 250px;
}

.nav_row .company_title_col {
    width: max-content;
    margin-right: 10px;
}

.nav_row .business_office_link {
    width: 100px;
}

.col_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo_col .navbar-header {
    padding-left: 26px;
}

.business_office_link {
    padding-right: 26px;
}

.dashboard_info table {
    width: 100% !important;
}

@media only screen and (max-width: 700px) {
    .logo_col .navbar-header {
        padding-left: 0;
    }

    .menu-toggle {
        display: block;
    }

    body.sidebar-open .page-wrapper {
        margin-left: 0;
    }

    .nav_row .business_office_link {
        padding-right: 35px;
    }
}

@media only screen and (min-width: 701px) {
    .sidebar-wrapper {
        left: 0;
    }

    .page-wrapper {
        margin-left: 250px;
    }
}

.login_para {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
}

/* Custom CSS for the OTP boxes */
.otp-input {
    width: 70px;
    height: 60px;
    font-size: 20px;
    text-align: center;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
}

.round-btn {
    border-radius: 40px !important;
    width: 80% !important;
}

#map .gm-style-iw,
#map-area .gm-style-iw {
    background: transparent !important;
    border: none;
    box-shadow: none;
    padding: 0 !important;
    border-radius: 0;
    font-weight: normal;
    color: inherit;
    text-align: left;
    padding: 5px;
}

.gm-style-iw-chr {
    display: none;
}

.car-icon {
    width: 50px;
    height: 50px;
    transform-origin: center;
    position: absolute;
    left: -25px;
    top: -25px;
    transition: transform linear;
    z-index: 99;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/icons/car_0.png");
    background-size: cover;
    transform-origin: center;
    background-repeat: no-repeat;
    z-index: 99;
    transform: rotate(var(--car-rotate-val, "0deg"));
    transition: transform 200ms linear;
}

.car-label {
    position: absolute;
    font-weight: bold;
    color: black;
    top: 10%;
    right: 65%;
    background-color: #fff;
    padding: 8px;
    padding-bottom: 6px;
    font-size: 12px;
    z-index: 100;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    transform-origin: 50% 50%;
    pointer-events: none;
}

.map-car1,
.map-car2,
.map-car3,
.map-car4,
.map-car5,
.map-car6,
.map-car7,
.map-car8,
.map-car9,
.map-car10 {
    width: 20px;
    height: 40px;
    transform-origin: center;
    position: absolute;
    left: -20px;
    top: -20px;
    transition: transform linear;
    z-index: 99;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.map-car1::before,
.map-car2::before,
.map-car3::before,
.map-car4::before,
.map-car5::before,
.map-car6::before,
.map-car7::before,
.map-car8::before,
.map-car9::before,
.map-car10::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transform-origin: center;
    background-repeat: no-repeat; /* Prevent tiling if image is smaller */
    z-index: 99; /* Ensure background appears behind content */
    transform: rotate(var(--car-rotate-val, "0deg")); /* Set initial rotation */
    transition: transform 200ms linear; /* Apply transition on transform */
}

.map-car1::before {
    background-image: url("/images/icons/map-car1.png");
}

.map-car2::before {
    background-image: url("/images/icons/map-car2.png");
}

.map-car3::before {
    background-image: url("/images/icons/map-car3.png");
}

.map-car4::before {
    background-image: url("/images/icons/map-car4.png");
}

.map-car5::before {
    background-image: url("/images/icons/map-car5.png");
}

.map-car6::before {
    background-image: url("/images/icons/map-car6.png");
}

.map-car7::before {
    background-image: url("/images/icons/map-car7.png");
}

.map-car8::before {
    background-image: url("/images/icons/map-car8.png");
}

.map-car9::before {
    background-image: url("/images/icons/map-car9.png");
}

.map-car10::before {
    background-image: url("/images/icons/map-car10.png");
}

#map .gm-style-iw .gm-style-iw-d,
#map-area .gm-style-iw .gm-style-iw-d {
    padding-bottom: 0 !important;
    overflow: hidden !important;
    padding-right: 0 !important;
}

.gm-style-iw-tc {
    display: none;
}

b.time-confirmation span.reach-countdown,
b.time-confirmation span.waiting-countdown {
    background-color: #000;
    color: #fff;
    font-weight: normal;
    display: block;
    width: 57px;
    padding: 10px 10px;
    margin-left: 102px;
    border-radius: 10px;
}

b.time-confirmation {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.carLoader img {
    max-width: 100px;
    height: auto;
}

/* Booking Animation Styles */
.booking-animation {
    padding: 20px;
}

.animation-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
    position: relative;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.booking-icon,
.car-icon-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: white;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.booking-icon svg,
.car-icon-loading svg {
    width: 40px;
    height: 40px;
}

.animated-line {
    position: relative;
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    flex: 1;
    min-width: 100px;
    max-width: 200px;
}

.line-segment {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    background: linear-gradient(90deg, #4CAF50, #66BB6A, #4CAF50);
    border-radius: 2px;
    animation: moveLoadingBar 2s ease-in-out infinite;
}

@keyframes moveLoadingBar {
    0% {
        left: -30%;
    }
    100% {
        left: 100%;
    }
}


/* Responsive Design */
@media (max-width: 768px) {
    .booking-animation {
        padding: 15px;
    }
    
    .animation-container {
        gap: 15px;
        margin-bottom: 12px;
        max-width: 320px;
    }
    
    .booking-icon,
    .car-icon-loading {
        padding: 6px;
    }
    
    .booking-icon svg,
    .car-icon-loading svg {
        width: 32px;
        height: 32px;
    }
    
    .animated-line {
        height: 3px;
        min-width: 80px;
        max-width: 150px;
    }
}

@media (max-width: 480px) {
    .booking-animation {
        padding: 12px;
    }
    
    .animation-container {
        gap: 12px;
        margin-bottom: 10px;
        max-width: 280px;
    }
    
    .booking-icon,
    .car-icon-loading {
        padding: 5px;
    }
    
    .booking-icon svg,
    .car-icon-loading svg {
        width: 28px;
        height: 28px;
    }
    
    .animated-line {
        height: 3px;
        min-width: 60px;
        max-width: 120px;
    }
}

@media (max-width: 360px) {
    .booking-animation {
        padding: 10px;
    }
    
    .animation-container {
        gap: 10px;
        margin-bottom: 8px;
        max-width: 250px;
    }
    
    .booking-icon,
    .car-icon-loading {
        padding: 4px;
    }
    
    .booking-icon svg,
    .car-icon-loading svg {
        width: 24px;
        height: 24px;
    }
    
    .animated-line {
        height: 2px;
        min-width: 50px;
        max-width: 100px;
    }
}

input#departure_selections,
input#arrival_selections {
    outline: none;
    height: 30px;
    padding-left: 40px;
    padding-right: 35px;
    font-size: 14px !important;
}

input#min_speed,
input#max_speed {
    color: #000;
    outline: none;
    height: 44px;
    padding-left: 14px;
    width: 92%;
    max-height: 300px;
    overflow-y: auto;
    font-size: 14px !important;
    background-color: #fff;
    margin-top: 0;
    /* box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.5); */
}

input#min_speed.black-placeholder::placeholder {
    color: #212121;
}

input#max_speed.black-placeholder::placeholder {
    color: #212121;
}

#departure_addresses {
    position: absolute;
    top: 277%;
    left: -7px;
    z-index: 1;
    border-top: none;
    width: 118%;
    max-height: 400px;
    overflow-y: auto;
    display: none;
    background-color: #fff;
    margin-top: 0;
}

#arrival_addresses {
    position: absolute;
    top: 166%;
    left: -7px;
    z-index: 1;
    border-top: none;
    width: 118%;
    max-height: 400px;
    overflow-y: auto;
    display: none;
    background-color: #fff;
    margin-top: 0;
}

#providers {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1;
    border-top: none;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    display: none;
    background-color: #fff;
    margin-top: 0;
}

#departure-clear-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

#arrival-clear-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

#clear-depr-btn,
#clear-arrvl-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    padding: 0;
    background: none;
    border: none;
    height: auto;
    width: auto;
}

#clear-depr-btn img,
#clear-arrvl-btn img {
    width: 15px;
    height: 15px;
    display: block;
}

.result-item,
.arrival-result-item,
.provider-result-item {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.text-container * {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.icon-container {
    margin-right: 10px;
    width: 25px;
    text-align: center;
}
.text-container span.address {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6d6d6d;
}
.icon-container i {
    font-size: 25px;
    color: #000;
}
.text-container strong.address-title {
    font-size: 16px;
    color: #000;
}

.text-container {
    flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    /* border-bottom: 0.5px solid grey; */
    overflow: hidden;
}
.autocomplete-results .separator {
    /* border-top: 1px solid #000; */
    margin-top: -1px;
}

.dep_arr_map_pick,
.dep_arr_map_pick:hover {
    background-color: black !important;
    border-radius: 2px;
    padding: 0;
    color: white;
    border-radius: 8px;
    height: 32px;
    width: 30px;
    position: absolute;
    top: 10px;
    right: 26px;
}

.arr_map_pick,
.arr_map_pick:hover {
    background-color: black !important;
    border-radius: 2px;
    padding: 0;
    color: white;
    border-radius: 8px;
    height: 32px;
    width: 30px;
    position: absolute;
    top: 4px;
    right: -36px;
}

.map-address-picker,
.map-address-picker:hover {
    background-color: black !important;
    border-radius: 2px;
    padding: 0;
    color: white;
    border-radius: 8px;
    height: 35px !important;
    width: 48px;
    position: absolute;
    top: 42%;
    left: 49.4%;
    z-index: 1;
    margin-left: -14px;
    margin-top: -10px;
    cursor: pointer;
}

.location-picker .centerMarker {
    position: absolute;
    background: url(../images/icons/place-marker.png) no-repeat;
    background-size: 100%;
    top: 49%;
    left: 49.59%;
    z-index: 1;
    margin-left: -15px;
    margin-top: -32px;
    height: 56px;
    width: 40px;
    cursor: pointer;
}

.location-picker .centerMarker-41 {
    margin-top: -41px !important;
}

.map-address-picker-dot {
    width: 10px !important;
    height: 10px !important;
    position: absolute;
    top: 49%;
    left: 49.6%;
    z-index: 1;
}

/* For pickup spot */
.pickup-label {
    background: black;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    text-align: center;
}

/* .fixed-marker {
    display: none !important;
} */

.chart-container {
    position: relative;
    padding: 30px 0;
    max-width: 900px;
    margin: 0 auto;
}
#admin-google-api-logs input.form-control.date-range-picker {
    font-size: 10px;
}

.apple-wallet {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.apple-wallet-wrapper {
    width: 100%;
    height: 43px;
    border-radius: 50px;
    padding: 8px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    position: relative;
}

.apple-wallet apple-wallet-button {
    width: 100%;
    height: 100%;
    display: block;
    transform: translateY(2px);
}


.google-wallet {
    margin-top: 10px;
    /* margin-left: 15px; */
}

.back-button {
    position: fixed;
    top: 60px;
    left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #161616;
    color: #ffffff;
    border: 2px solid #2e2e2e;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease-in-out;
    padding: 8px 8px 8px 0px;
    z-index: 9999 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.back-button svg {
    width: 30px;
    height: 35px;
}

.chat-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #fff;
}

.back_button {
    position: absolute;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #161616 !important;
    color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    padding: 0;
}

.back_button svg {
    width: 20px;
    height: 20px;
}

.back-button:hover,
.back-button:active {
    background-color: #161616 !important;
    border: none !important;
}

.chat-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    pointer-events: none; /* allows clicks to pass through if needed */
}

@media only screen and (max-width: 767px) {
    .back_btn {
        position: fixed;
        top: 8px;
        left: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        z-index: 99999 !important;
    }

    .back-button {
        position: fixed;
        top: 8px;
        left: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #161616;
        color: #ffffff;
        border: 2px solid #2e2e2e;
        border-radius: 50%;
        cursor: pointer;
        text-align: center;
        transition: all 0.3s ease-in-out;
        padding: 8px 8px 8px 0px;
        z-index: 99999 !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .back-button svg {
        width: 30px;
        height: 35px;
    }

    .back-button:hover {
        background-color: #000000;
        border-color: #070606;
    }
}

/* ///////////////////////////////////////// */

#search-hotel::placeholder {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #6d6d6d;
    opacity: 1;
}

#search-hotel:-ms-input-placeholder {
    color: #6d6d6d;
}

#search-hotel::-ms-input-placeholder {
    color: #6d6d6d;
}

input#departure_selections::placeholder,
input#arrival_selections::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #6d6d6d;
}

.service-qty-container {
    border: 1px solid #b0b0b0;
    padding: 7px 8px;
    border-radius: 6px;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
}

.service-qty-container span {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    margin-top: 2px;
}

.service_count_span {
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    color: #000000;
}

.service_name {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: #000000;
}

.small {
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    color: #6d6d6d;
}

.service-qty-minus,
.service-qty-plus {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    background-color: white !important;
    color: #000000 !important;
    border-radius: 50%;
    font-size: 18px;
}

.service-qty-minus::after {
    content: "-";
    font-size: 24px;
    color: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-57%, -55%);
    font-weight: lighter;
}

.service-qty-plus::after {
    content: "+";
    font-size: 18px;
    color: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-52%, -48%);
    font-weight: lighter;
}

.label_name {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: black;
    margin-top: 10px;
}

#first_name_desktop::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #888888;
}

#first_name::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #888888;
}

#last_name_desktop::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #888888;
}

#last_name::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #888888;
}

#phone::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1a1a1a;
}

.selected-dial-code {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1a1a1a;
}

#email_desktop::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1a1a1a;
    width: 100%;
}

#email::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1a1a1a;
    width: 100%;
}

#confirm_email_desktop::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1a1a1a;
    width: 100%;
}

#confirm_email::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1a1a1a;
    width: 100%;
}

#room_no_desktop::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #888888;
}

#room_no::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #888888;
}

#flight_no_desktop::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #888888;
}

#flight_no::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #888888;
}

#booking_notes::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #888888;
}

.input-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.input-icon {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
    z-index: 10;
}

.input-container .form-control {
    padding-left: 44px;
}

#email_desktop,
#confirm_email_desktop {
    padding-left: 45px;
}

#email,
#confirm_email {
    padding-left: 45px;
}

.cab_label {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    margin-top: 8px;
}

.trip_confirm_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
}

.booking_recap {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    margin-top: 3px;
}

.address_info_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    width: 90%;
    /* margin-left: 10px; */
}

.info_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    width: 90%;
}

.vehicle_data {
    border: 1px solid black;
    border-radius: 15px;
    letter-spacing: 0%;
    line-height: 100%;
    color: #000000;
    margin: 8px 1px 0px 0px;
    /* padding-left: 15px; */
}

.time_info {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #4f4f4f;
}

.duration,
.dot_separator {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #000000;
}

.van_title {
    margin-top: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #6d6d6d;
}

.driver_data {
    border-radius: 15px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    line-height: 100%;
    color: #000000;
    margin-top: 8px;
    margin-left: 15px;
    width: 93%;
}

.contat-de {
    background-color: white !important;
    width: 100%;
    padding: 7px;
}

.hotel-info-box {
    border-radius: 10px;
    padding: 8px 42px 8px 32px;
    max-width: 100%;
}

.hotel-icon {
    width: 20px;
    height: 20px;
}

.hotel-address-input {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    flex: 1;
}

.address_time_data {
    border: 1px solid rgb(139, 139, 139);
    border-radius: 15px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    line-height: 100%;
    color: #000000;
    margin-top: 8px;
    /* margin-left: 15px; */
    /* padding-right: 63px; */
}

.hotel_data {
    border: 1px solid rgb(139, 139, 139);
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    line-height: 100%;
    color: #000000;
    margin-top: 8px;
    margin-left: 15px;
    padding-right: 26px;
    width: max-content;
}

.contact_data {
    border: 1px solid rgb(139, 139, 139);
    border-radius: 15px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    line-height: 100%;
    color: #000000;
    margin: 8px 1px 0px 0px;
    padding-left: 15px;
}

.payment_details {
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
}

.label_text {
    margin-left: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
}

.total_amount {
    margin-right: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #454545;
}

.payment_type {
    margin-right: 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #454545;
}

.billing_status {
    margin-right: 12px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #454545;
}

.personal_sec div {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
}

/* step8 service style */

.booking_recap_address {
    background-color: white !important;
    border-radius: 8px;
    border: none;
    height: 44px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    font-size: 14px;
}

input.booking_recap_address.form-input[disabled] {
    background-color: #fff !important;
    color: #000;
    opacity: 1;
    height: 0px;
    padding-left: 8px;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

.booking_date {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #6d6d6d;
}

.recap-input-wrap {
    display: flex;
    align-items: center;
}

.recap-input-wrap img {
    margin-left: 3px;
}

.dotted-line-wrapper {
    display: flex;
    justify-content: left;
    height: 15px;
    margin-left: 27px;
    margin-bottom: 2px;
}

.dotted_line_wrapper {
    display: flex;
    justify-content: left;
    /* height: 15px; */
    margin-left: 18px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.dotted-line {
    height: 10px;
}

.recap-input-wrap input {
    flex: 1;
}

.car_model {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #4f4f4f;
    width: 70px;
    margin-left: 85px;
}

.car_number {
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    color: #1a1a1a;
    margin-left: 75px;
}

.service_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 104%;
    margin-top: 8px;
}

.service_icon {
    width: 52px;
}

.service_icon_inner {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    margin-top: 4px;
}

.service_icon.wait_time .service_icon_inner {
    background-color: #9747ff;
}

.service_icon.vip_service .service_icon_inner {
    background-color: #f6a21b;
}

.service_icon.water_bottle .service_icon_inner {
    background: linear-gradient(180deg, #1b80f6 0%, #26befd 100%);
}

.service_icon img {
    width: 22px;
    height: auto;
}

.service_icon i {
    color: #fff;
    font-size: 24px;
}

.service_content {
    flex: 1;
    /* padding-left: 10px; */
}
.service_content p {
    color: #999;
    margin: 0;
}

.service_header {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 65px;
}

.time_control {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
    left: 20px;
}

.service_price {
    display: flex;
    /* justify-content: flex-end; */
    width: 10%;
}

.service_checkbox {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #000;
    cursor: pointer;
}

/* Custom Circular Checkbox */
.custom_checkbox {
    position: relative;
    display: flex;
    align-items: center;
    width: 22px;
    height: 22px;
    margin: 0;
}

.custom_checkbox input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.service-name {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #000000;
}

.check_mark {
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 8px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

/* When checked, show black background */
.custom_checkbox input:checked + .check_mark {
    background-color: #000;
}

/* Add white checkmark icon when checked */
.custom_checkbox input:checked + .check_mark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M4.89163 13.2687L9.16582 17.5427L18.7085 8' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

span.message_time {
    font-size: 10px;
    display: block;
    text-align: right;
    margin-top: 5px;
    color: gray;
}

.msg-receive span.message_time {
    text-align: left;
}

.car_details {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}

.profile_img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
}

.car_img {
    height: 80px;
    width: 70px;
}

.readonly-service input[type="checkbox"] {
    pointer-events: none;
}

.readonly-service .service-qty-plus,
.readonly-service .service-qty-minus {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.readonly-service .time_control {
    pointer-events: none;
}

.time-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #4f4f4f;
}

.vehicle_name {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
}

.booking_price {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #1a1a1a;
}

.no_of_pax {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #1a1a1a;
}

.time_away {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
}

div#booking-recap-content {
    padding: 0px 15px;
}

@media only screen and (max-width: 768px) {
    html,
    body {
        margin: 0;
        padding: 0;
    }

    .bacground-img {
        position: relative;
        width: 100%;
        background-color: transparent !important;
    }

    #map {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .recenter-btn {
        position: absolute;
        bottom: 65px;
        right: 7px;
        z-index: 9999;
        background-color: white;
        border: none;
        border-radius: 50%;
        padding: 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .booking-form-hotel-search a.clear-search-hotel {
        color: #000000;
        position: absolute;
        right: 10px;
        bottom: 17px;
    }

    div#booking-recap-content {
        padding: 0px 15px;
        margin-bottom: 48px;
    }

    .car_model {
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        color: #4f4f4f;
        margin-left: 97px;
    }

    .car_number {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        color: #1a1a1a;
        margin-left: 86px !important;
    }

    .payment_title {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        color: #000000;
    }

    .contact_data {
        border: 1px solid rgb(139, 139, 139);
        border-radius: 15px;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0%;
        line-height: 100%;
        color: #000000;
        margin-top: 8px;
        padding-left: 15px;
    }

    .payment_data {
        border: 1px solid black;
        border-radius: 15px;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        color: #000000;
        margin-top: 8px;
    }

    .vehicle_name {
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        color: #000000;
    }

    .booking_price {
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        color: #1a1a1a;
    }

    .no_of_pax {
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        color: #1a1a1a;
    }

    .time_away {
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        color: #000000;
    }

    .time_info {
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        color: #4f4f4f;
    }

    .van_title {
        margin-top: 4px;
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
        color: #6d6d6d;
    }

    .address-time {
        border: 1px solid rgb(139, 139, 139);
        border-radius: 15px;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0%;
        line-height: 100%;
        color: #000000;
        margin-top: 8px;
        margin-left: 5px;
        padding-right: 15px;
        margin-right: 5px;
    }

    .address_time_data {
        border: 1px solid rgb(139, 139, 139);
        border-radius: 15px;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0%;
        line-height: 100%;
        color: #000000;
        /* padding-right: 63px; */
        margin-top: 8px;
    }

    .safety_note {
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
        color: #6d6d6d;
        margin-left: 65px;
    }

    .chat_screen_title {
        margin-bottom: 15px;
        font-size: 16px;
        color: #000000;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0;
    }

    .cabnow_qr {
        text-align: left;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        color: #000000;
    }

    .service_name {
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        color: #000000;
    }

    .service-name {
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        color: #000000;
    }

    .service-qty-container {
        border: 1px solid #b0b0b0;
        padding: 6px 12px;
        display: inline-block;
        border-radius: 6px;
        color: #000000;
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        color: #000000;
        gap: 3px;
    }

    .service-qty-container span {
        font-weight: 500;
        font-size: 10px;
        line-height: 100%;
        color: #000000;
    }

    .vehicle_data {
        border: 1px solid black;
        border-radius: 15px;
        letter-spacing: 0%;
        line-height: 100%;
        color: #000000;
        margin-top: 8px;
        /* padding-left: 15px; */
    }

    .service_item {
        display: flex;
        align-items: center;
        justify-content: space-between; /* Ensures all items are evenly spaced */
        width: 104%;
        margin-top: 8px;
        padding-right: 15px;
    }

    .service_header {
        display: flex !important;
        align-items: center;
        gap: 55px !important;
    }

    .service_price {
        display: flex !important;
        justify-content: flex-end !important;
        min-width: 50px !important;
    }

    .cabnow-infor {
        display: inline-block;
        width: 70%;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        color: #000000;
    }

    .booking_success_btn {
        position: fixed;
        z-index: 9999;
        bottom: 0;
        width: 100%;
        background: white;
        text-align: center;
        box-shadow: rgb(0 0 0 / 16%) 0px -4px 16px -4px;
        /* margin-bottom: 5px; */
        height: 65px;
    }

    b.time-confirmation span.reach-countdown {
        background-color: #000;
        color: #fff;
        font-weight: normal;
        display: block;
        width: 60px;
        padding: 5px 10px;
        margin-left: 78px;
        border-radius: 10px;
    }

    b.time-confirmation span.waiting-countdown {
        background-color: #000;
        color: #fff;
        font-weight: normal;
        display: block;
        width: 60px;
        padding: 5px 10px;
        margin-left: 61px;
        border-radius: 10px;
    }

    .booing_success_ride {
        padding-bottom: 113px;
    }

    .cab_label {
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        color: #000000;
        margin-top: 8px;
    }

    .car-title label {
        font-size: 12px;
        font-weight: 500;
        line-height: 100%;
        color: #1a1a1a;
        margin-left: 5px;
        margin-top: 9px;
    }

    .time-away {
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        color: #4f4f4f;
    }

    .car-description {
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
        color: #6d6d6d;
    }

    .price-amount {
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        color: #1a1a1a;
    }

    .choose-car {
        border: 1px solid transparent !important;
        box-shadow: none !important;
        transition: all 0.2s ease-in-out;
    }

    .choose-booking-type {
        border: 1px solid transparent !important;
        box-shadow: none !important;
        transition: all 0.2s ease-in-out;
    }

    .choose-car.border-selected {
        border: 1px solid #1a1a1a !important;
     }

    .choose-booking-type.border-selected {
        border: 1px solid #1a1a1a !important;
     }

    /* .checkmark {
        width: 20px;
        height: 20px;
        background-color: #fff;
        border: 2px solid #000;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 1px;
        left: 0;
        cursor: pointer;
    } */

    .search-hotel-main {
        display: flex;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        margin-right: 15px;
        border: 1px solid transparent;
        transition: all ease-in-out 500ms;
        max-width: 600px;
        width: 100%;
        padding-left: 33px;
        margin-top: 5px;
    }

    .close_icon {
        margin-bottom: 10px;
    }

    .booking-header.shadow-top {
        position: relative;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        overflow: hidden;
        background-color: white;
    }

    .booking-header.shadow-top::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 80px;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        z-index: -1;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .booking_payment .shadow-top {
        position: relative;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        overflow: hidden;
        background-color: white;
    }

    .booking_payment.shadow-top::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 80px;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        z-index: -1;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .booing_success_ride .shadow-top {
        position: relative;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        overflow: hidden;
        background-color: white;
    }

    .booing_success_ride.shadow-top::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 80px;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        z-index: -1;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .ticket-qty {
        font-weight: 500;
        font-size: 15px;
        line-height: 100%;
        color: #1a1a1a;
    }

    .hotel-container {
        margin-bottom: 5px;
    }

    .dep_arr_map_pick,
    .dep_arr_map_pick:hover {
        background-color: black !important;
        border-radius: 2px;
        padding: 0;
        color: white;
        border-radius: 8px;
        height: 29px;
        width: 27px;
        position: absolute;
        top: 10px;
        right: 26px;
    }

    .arr_map_pick,
    .arr_map_pick:hover {
        background-color: black !important;
        border-radius: 2px;
        padding: 0;
        color: white;
        border-radius: 8px;
        height: 29px;
        width: 27px;
        position: absolute;
        top: 4px;
        right: -35px;
    }

    .car_name {
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        color: #000000;
        margin-left: 3px;
    }

    .hotel_data {
        border: 1px solid rgb(139, 139, 139);
        border-radius: 50px;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0%;
        line-height: 100%;
        color: #000000;
        margin-top: 8px;
        margin-left: 15px;
        padding-right: 12px;
        width: max-content;
    }

    /* For email */
    .form-invalidnumber input {
        border-color: red !important;
        position: relative;
    }

    .form-invalidnumber:after {
        position: absolute;
        right: 6px;
        content: "";
        background-image: url("../images/icons/cross.png");
        top: 71%;
        transform: translate(-50%, -50%);
        width: 15px;
        height: 15px;
        background-size: 15px;
        background-repeat: no-repeat;
    }

    .form-validnumber input {
        position: relative;
    }

    .form-validnumber:after {
        position: absolute;
        right: 5px;
        content: "";
        background-image: url("../images/icons/check.png");
        top: 72%;
        transform: translate(-50%, -50%);
        width: 18px;
        height: 18px;
        background-size: 18px;
        background-repeat: no-repeat;
    }

    .location-box-wrapper {
        border-radius: 13px;
        padding: 7px 10px 5px 5px;
        background-color: #ffffff !important;
        border: 2px solid black;
        width: 100%;
    }

    .service-qty-minus::after {
        content: "-";
        font-size: 24px;
        color: #000000;
        position: absolute;
        left: 52%;
        top: 45%;
        transform: translate(-57%, -55%);
        font-weight: lighter;
    }

    .service-qty-plus::after {
        content: "+";
        font-size: 18px;
        color: #000000;
        position: absolute;
        left: 51%;
        top: 45%;
        transform: translate(-52%, -48%);
        font-weight: lighter;
    }

    .service-qty-container {
        border: 1px solid #b0b0b0;
        padding: 7px 9px;
        display: inline-block;
        border-radius: 6px;
        color: #000000;
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        color: #000000;
    }

    .service-qty-container span {
        font-weight: 500;
        font-size: 10px;
        line-height: 100%;
        color: #000000;
    }

    .service_count_span {
        font-weight: 500;
        font-size: 10px;
        line-height: 100%;
        color: #000000;
    }

    .service_name {
        font-weight: 500;
        font-size: 15px;
        line-height: 100%;
        color: #000000;
    }

    .small {
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
        color: #6d6d6d;
    }

    .service-price {
        display: flex;
        align-items: center;
        gap: 4px;
        margin-left: auto;
        min-width: 150px;
        justify-content: flex-end;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        color: #1a1a1a;
    }

    .time-control {
        display: flex;
        align-items: center;
        gap: 6px;
        border-radius: 20px;
        padding: 2px 8px;
        font-size: 14px;
    }

    .time-control i {
        cursor: pointer;
        font-size: 16px;
        color: #333;
    }

    .service-qty-container {
        display: flex;
        align-items: center;
    }

    .service-price span {
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        color: #1a1a1a;
        white-space: nowrap;
    }

    .chatbox-msgbtnbx {
        display: flex;
        align-items: center;
    }

    .stripe-car {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 125%;
    }

    .stripe-car-rent {
        font-size: 14px;
        font-weight: 500;
        color: #1a1a1a;
        display: flex;
        align-items: center;
        gap: 4px;
        white-space: nowrap;
        justify-content: flex-end;
    }

    .chatbox {
        height: calc(100vh - 300px);
    }

    .chatbox-msg-inner {
        flex: 1;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 5px;
    }
}

@media only screen and (min-width: 1024px) {
    .booking-form {
        height: 100%;
        max-height: 100%;
    }

    .price-amount {
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        color: #1a1a1a;
    }

    .time-away {
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        color: #000000;
        margin-left: 2px;
    }

    .car-description {
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
        color: #6d6d6d;
        margin-left: 2px;
    }

    .berline-subtitle,
    .van-subtitle {
        font-weight: 400;
        font-size: 10px;
        color: #5d5d5d;
        line-height: 100%;
        letter-spacing: 0%;
        width: 250px;
    }

    .chat-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        color: #1a1a1a;
    }

    .ticket-qty {
        font-weight: 500;
        font-size: 15px;
        line-height: 100%;
        color: #1a1a1a;
    }

    .choose-car {
        border: 1px solid transparent !important;
        box-shadow: none !important;
        transition: all 0.2s ease-in-out;
    }

    .choose-car.border-selected {
        border: 1px solid #1a1a1a !important;
    }

    .choose-booking-type {
        border: 1px solid transparent !important;
        box-shadow: none !important;
        transition: all 0.2s ease-in-out;
    }

    .choose-booking-type.border-selected {
        border: 1px solid #1a1a1a !important;
    }

    .form-invalidnumber input {
        border-color: red !important;
        position: relative;
    }

    .form-invalidnumber:after {
        position: absolute;
        right: 8px;
        content: "";
        background-image: url("../images/icons/cross.png");
        top: 68%;
        transform: translate(-50%, -50%);
        width: 15px;
        height: 15px;
        background-size: 15px;
        background-repeat: no-repeat;
    }

    .form-validnumber input {
        position: relative;
    }

    .form-validnumber:after {
        position: absolute;
        right: 5px;
        content: "";
        background-image: url("../images/icons/check.png");
        top: 69%;
        transform: translate(-50%, -50%);
        width: 18px;
        height: 18px;
        background-size: 18px;
        background-repeat: no-repeat;
    }

    .payment_data {
        border: 1px solid black;
        border-radius: 15px;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0%;
        line-height: 100%;
        color: #000000;
        margin: 8px 0px 0px 0px;
    }
}

.car-img-left {
    display: flex;
    align-items: center;
}

.choose-car-img {
    width: 100px;
    height: auto;
    border-radius: 8px;
}

.choose-booking-type-img {
    width: 100px;
    height: auto;
    border-radius: 8px;
}

.location-box-wrapper {
    border-radius: 13px;
    padding: 9px 10px 5px 5px;
    background-color: #ffffff !important;
    border: 2px solid black;
    width: 100%;
}

.recap-input-wrap input.form-control {
    background-color: white;
}

.date-time-wrapper {
    display: flex;
    border: 1px solid #6d6d6d;
    border-radius: 5px;
    overflow: hidden;
    background-color: white;
}

.date-time-wrapper .form-group {
    margin-bottom: 0;
}

.date-time-wrapper input.form-control,
.date-time-wrapper select.form-control {
    border: none;
    border-radius: 0;
    background-color: white;
    box-shadow: none;
}

.total-amount {
    margin-top: 12px;
}

#booking_recap_content {
    width: 404px !important;
    max-width: 404px !important;
    overflow-x: hidden;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}

#booking_recap_content * {
    max-width: 100% !important;
    box-sizing: border-box;
}

#booking_recap_content .row,
#booking_recap_content .col-sm-12,
#booking_recap_content .form-group,
#booking_recap_content .d-flex,
#booking_recap_content .recap-input-wrap {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#booking_recap_content input,
#booking_recap_content span,
#booking_recap_content img {
    max-width: 100%;
}

.address-time {
    border: 1px solid rgb(139, 139, 139);
    border-radius: 15px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    line-height: 100%;
    color: #000000;
    margin-top: 8px;
    margin-left: 5px;
    padding-right: 15px;
    margin-right: 5px;
}

.hotel-data {
    border: 1px solid rgb(139, 139, 139);
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    line-height: 100%;
    color: #000000;
    margin-top: 8px;
    margin-left: 5px;
    padding-right: 30px;
    width: max-content;
}

.vehicle-data {
    border: 1px solid black;
    border-radius: 15px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    line-height: 100%;
    color: #000000;
    margin: 8px 5px 0px 5px;
    padding-left: 3px;
}

.contact-data {
    border: 1px solid rgb(139, 139, 139);
    border-radius: 15px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    line-height: 100%;
    color: #000000;
    margin: 8px 5px 0px 5px;
    padding-left: 15px;
}

.payment-data {
    border: 1px solid black;
    border-radius: 15px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    line-height: 100%;
    color: #000000;
    margin: 8px 5px 0px 5px;
}

.booking_recap {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    margin-top: 10px;
    width: 92%;
}

.label-text {
    margin-left: 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
}

.totalAmount {
    margin-right: 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #454545;
}

.payment-type {
    margin-right: 0px;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #454545;
}

.billing-status {
    margin-right: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #454545;
}

.date-time {
    border: 1px solid rgb(202, 201, 201);
    border-radius: 10px;
    margin-left: 15px;
    overflow: hidden;
}

.dottedline_wrapper {
    display: flex;
    justify-content: left;
    height: 15px;
    margin-left: 29px;
    margin-bottom: 3px;
}

.btn_container {
    margin-left: 11px;
}

.recap_input_wrap {
    display: flex;
    align-items: center;
}

.recap_input_wrap img {
    margin-left: 6px;
}

.hotel_info_box {
    border-radius: 10px;
    padding: 8px 42px 8px 20px;
    max-width: 100%;
}

.car-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    margin-left: 0px;
}
.clear-input-x {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #999;
    cursor: pointer;
    z-index: 10;
}

input.form-control.pr-4 {
    padding-right: 2.2rem !important;
}

input.form-control.pr-4 {
    padding-right: 2.2rem !important;
}

input#departure_selections:focus,
input#arrival_selections:focus {
    background-color: #fff !important;
    /* border: 1px solid #000 !important; */
    box-shadow: none;
    transition: all 0.2s ease;
}

.vehicle-wrapper {
    margin-bottom: 10px;
}

.vehicle-wrapper .cab_label {
    font-size: 14px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-right: 7px;
}

.active-button {
    background: none !important;
}

a.select-vehicle-type {
    position: relative;
}

.inside-button {
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    height: 49px;
    width: 49px;
    background: none;
}

.inside-button.active-button {
    border: 1px solid #000;
}

.trip-summary-bubble {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 1000;
    pointer-events: none;
    font-family: Arial, sans-serif;
}

.bubble-pointer-left {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #000;
    margin-right: -1px;
}

.bubble-content {
    background-color: #000;
    color: #fff;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.chat-msg-badge {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: red;
    color: white;
    font-size: 11px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 9;
}

.step3-sec {
    padding: 7px 0 0;
    overflow-y: auto;
    transition: height 0.3s ease;
}

.input-group-append {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    html, body {
        overscroll-behavior: none;
        touch-action: none;
    }

    .step1-sec.no-scroll {
        overflow: hidden !important;
        max-height: 100% !important;
        touch-action: none !important;
        overscroll-behavior: none !important;
    }

    .autocomplete-results {
        max-height: 200px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: auto;
    }

    .step1-sec {
        overflow: hidden;
        height: auto;
    }

    .drag-handle {
        width: 100%;
        height: 10px;
        background-color: white;
        margin: 0px;
        cursor: grab;
        z-index: 10;
    }

    .drag-handle:active {
        cursor: grabbing;
    }

    .step1-sec::after {
        content: "";
        display: block;
        height: 300px;
    }

    .step3-sec::after {
        content: "";
        display: block;
        height: 200px;
    }

    .step4-sec {
        position: relative;
        margin-top: 10px;
        max-height: none;
        overflow: visible;
        background: white;
        padding-bottom: 88px;
    }

    .step4-sec::after {
        content: "";
        display: block;
        height: 80px;
    }

    .booking-form_section .submit_btn {
        margin-bottom: 0 !important;
        padding-bottom: 10 !important;
    }

    #departure_addresses {
        position: absolute;
        top: 277%;
        left: -7px;
        z-index: 1;
        border-top: none;
        width: 118%;
        max-height: 245px !important;
        overflow-y: auto;
        display: none;
        background-color: #fff;
        margin-top: 0;
    }

    #arrival_addresses {
        position: absolute;
        top: 166%;
        left: -7px;
        z-index: 1;
        border-top: none;
        width: 118%;
        max-height: 240px !important;
        overflow-y: auto;
        display: none;
        background-color: #fff;
        margin-top: 0;
    }

    #providers {
        position: absolute;
        top: 100%;
        left: 0px;
        z-index: 1;
        border-top: none;
        width: 100%;
        max-height: 240px !important;
        overflow-y: auto;
        display: none;
        background-color: #fff;
        margin-top: 0;
    }
}

/* Android css style*/
@media only screen and (max-width: 768px) {
    body.android-device .service_header {
        display: flex !important;
        align-items: center;
        gap: 37px !important;
    }

    body.android-device .car_model {
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        color: #4f4f4f;
        margin-left: 86px !important;
    }

    body.android-device .car_number {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        color: #1a1a1a;
        margin-left: 70px !important;
    }

    body.android-device .driver_data {
        margin-left: 14px !important;
        width: 92% !important;
    }

    /* body.android-device .address_time_data {
        padding-right: 29px !important;
    } */

    body.android-device .qrcode_box {
        margin-left: 62px !important;
    }

    body.android-device .safety_note {
        margin-left: 36px !important;
    }

    body.android-device .cabnow_car {
        width: 23% !important;
    }

    body.android-device .stripe-pay-car {
        width: 57% !important;
    }

    body.android-device .service-price {
        gap: 2px !important;
    }

    body.android-device .service-icon-inner {
        width: 45px !important;
        height: 45px !important;
        margin-right: 0px !important;
    }

    body.android-device .service-icon img {
        width: 29px !important;
        height: auto !important;
    }

    body.android-device .time-control {
        gap: 5px !important;
        padding: 2px 6px !important;
    }

    body.android-device .service-qty-container {
        padding: 7px 5px !important;
    }

    body.android-device .service-content {
        width: 185px !important;
    }

    body.android-device .service_name {
        font-size: 14px !important;
    }

    body.android-device b.time-confirmation span.reach-countdown,
    body.android-device b.time-confirmation span.waiting-countdown {
        margin-left: 50px !important;
    }


}

/* ===== CabNow Loading Animation - Center Split ===== */
/* CSS Loading Animation Container */
.cabnow-loading-animation {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.cabnow-loading-container {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Center Split Animation - 2 Phase Loading */
.cabnow-loading-svg {
    width: 100%;
    height: 30px;
    display: block;
}

.cabnow-bar { 
    fill: #000; 
    transform-box: fill-box; 
}

.cabnow-stroke { 
    stroke: #000; 
    stroke-width: 2; 
    stroke-linecap: butt; 
}

/* ===== PHASE 1: GROW (now 1s, first half of 2s loop) ===== */
.cabnow-grow-left  { 
    transform-origin: 100% 50%; 
    animation: cabnowGrowLeft 2s ease-in-out infinite; 
}
.cabnow-grow-right { 
    transform-origin: 0% 50%; 
    animation: cabnowGrowRight 2s ease-in-out infinite; 
}

@keyframes cabnowGrowLeft {
    0%   { transform: scaleX(0); opacity: 1; }
    50%  { transform: scaleX(1); opacity: 1; }
    50.01% { opacity: 0; }
    100% { transform: scaleX(1); opacity: 0; }
}

@keyframes cabnowGrowRight {
    0%   { transform: scaleX(0); opacity: 1; }
    50%  { transform: scaleX(1); opacity: 1; }
    50.01% { opacity: 0; }
    100% { transform: scaleX(1); opacity: 0; }
}

/* ===== PHASE 2: SWEEP (1s → 2s of the loop) ===== */
.cabnow-sweep-left, .cabnow-sweep-right {
    opacity: 0;
    stroke-dasharray: 50 50;
    animation: none 2s linear infinite;
}

.cabnow-sweep-left  { animation-name: cabnowLeftSweep;  }
.cabnow-sweep-right { animation-name: cabnowRightSweep; }

@keyframes cabnowLeftSweep {
    0%, 49.99% { opacity: 0; stroke-dashoffset: 0; }
    50%       { opacity: 1; stroke-dashoffset: 0; }
    100%      { opacity: 1; stroke-dashoffset: 50; }
}

@keyframes cabnowRightSweep {
    0%, 49.99% { opacity: 0; stroke-dashoffset: 0; }
    50%       { opacity: 1; stroke-dashoffset: 0; }
    100%      { opacity: 1; stroke-dashoffset: -50; }
}

@media (prefers-reduced-motion: reduce) {
    .cabnow-grow-left, .cabnow-grow-right, .cabnow-sweep-left, .cabnow-sweep-right { 
        animation: none !important; 
        opacity: 1; 
    }
}
