/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.next-button2:hover {
    background: #9E1F22;
    color: #ffffff;
    border-color: #9E1F22;
}
i.fa.fa-whatsapp.flag-icon {
    font-size: 20px;
}

a.phone-number-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
input.home-form-submit:hover {
    background: #9e1f22;
    color: #ffffff;
    border-color: #9e1f22;
}
input.home-form-submit {
    width: 100%;
    border-radius: 28px;
    background: transparent;
    color: #9e1f22;
    border: 1px solid #9e1f22;
}
.form-container {
    width: 100%;
    background-color: white;
    border-radius: 8px;
    padding: 50px 0;

}

.step-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.active .step-circle {
    background-color: #9E1F22;
    color: white;

}

.progress-line {
    height: 2px;
    width: 100%;
    background-color: #9E1F22;
}

.step-title {
    margin-top: 5px;
    text-align: center;
    font-family: "Mulish", Sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.step-content {
    display: none;
}

.step-content:first-child {
    display: block;
}

h2 {
    margin-bottom: 10px;
}

button {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.next-button {
    background-color: transparent;
    color: #9E1F22;
    margin-left: auto;
    border: 1px solid #9E1F22;
    width: 100%;
    /* padding: 15px 30px; */
    border-radius: 5px;
    height: 54px;
    font-family: "Taviraj", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.next-button:hover {
    background-color: #9E1F22;
    color: #fff;
    border: 1px solid #9E1F22;
}

.prev-button {
    background-color: #ccc;
    color: black;
    margin-right: auto;
    margin-top: 10px;
}

.tabs-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.content-spacing,
.booking-details-row {
    padding: 50px 0px;
}

.tab-1,
.tab-2 {
    border: 1px solid #000000;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
}

.step-tabs.blue-border:before {
    content: '';
    bottom: -10px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #fff;
    z-index: 11;
    width: 24px;
    height: 10px;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    transform: translate(-50%, 0);
}

.step-tabs.blue-border:after {
    width: 24px;
    height: 10px;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    transform: translate(-50%, 0);
    bottom: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #9E1F22;
    z-index: 10;
}

p.tab-title {
    margin: 0;
    font-family: "Taviraj", Sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.step-heading,
.booking-details-row h2 {
    text-align: center;
    margin-bottom: 30px;
    font-family: "Taviraj", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
}

.step-tabs {
    cursor: pointer;
}

.blue-border {
    border: 2px solid #9E1F22;
    color: #9E1F22;
    position: relative;
}

.fields-row {
    padding: 40px 0px;
}


p.error-message {
    color: red;
    font-weight: 600;
    font-size: 16px;
}
.input-fields-form,
.step-select-field {
    width: 100% !important;
    background: transparent !important;
    border: 1px solid #000 !important;
    border-radius: 4px !important;
    padding: 14px 16px 17px !important;
    font-family: "Mulish", Sans-serif;
    font-size: 16px;
}

.field-row.from-field {
    margin-bottom: 20px;
}

p.help-text {
    margin: 30px 0 0 0;
    text-align: center;
    color: #000000;
    font-family: "Mulish", Sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.phone-number-text {
    color: #000000;
    font-family: "Mulish", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.phone-number-text:hover {
    color: #9E1F22;
}

.telephone-row {
    text-align: center;
}

.car-details-step {
    padding: 20px 30px;
}

h2.car-name {
    font-size: 22px;
    font-family: "Taviraj", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
}

.car-specs {
    display: flex;
    gap: 30px;
    padding-top: 10px;
}

.seats-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.seats-row p {
    margin: 0;
    color: #000000;
    font-family: "Taviraj", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

img.specs-icon {
    width: 14px;
    height: 16px;
}

.car-details-box {
    display: flex;
    padding-top: 50px;
    align-items: center;
    gap: 30px;
}

.car-image-col {
    width: 30%;
}

.car-highlights-col {
    width: 40%;
}

.car-price-col {
    width: 32%;
}

.highlight-box {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 6px 0 6px 30px;
}

.highlight-box p {
    margin: 0;
    font-family: "Mulish", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.highlight-box i.fa.fa-check {
    border: 1px solid;
    border-radius: 50%;
    padding: 5px 6px;
    font-size: 10px;
    color: #9E1F22;
}

.car-price-col {
    /* background: #F7F7F7; */
    padding: 20px;
}

p.journey-text {
    margin: 0;
    display: none;
}

p.car-price {
    margin: 0;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
}

p.prices-vat-text {
    margin: 0;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

.price-text {
    display: flex;
    gap: 7px;
    place-items: baseline;
    margin-bottom: 15px;
    display: none;
}

button.select-car-button {
    background-color: transparent;
    color: #9E1F22;
    margin-left: auto;
    border: 1px solid #9E1F22;
    width: 100%;
    /* padding: 15px 30px; */
    border-radius: 5px;
    height: 54px;
    font-family: "Taviraj", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

button.select-car-button:hover {
    background-color: #9E1F22;
    color: #fff;
}

.cars-details-section {
    border-bottom: 1px solid #d3d3d3;
    padding: 50px 0;
}

.cars-details-section.no-border {
    border: 0;
}

.step2-previous-btn {
    height: 54px;
    width: 200px;
    background-color: transparent;
    color: #9E1F22;
    margin-left: auto;
    border: 1px solid #9E1F22;
    border-radius: 5px;
    font-family: "Taviraj", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.step2-previous-btn:hover {
    background-color: #9E1F22;
    color: #fff;
    border: 1px solid #9E1F22;
}

.flag-icon {
    margin-right: 8px;
}

.step-circle {
    width: 40px;
    height: 40px;
    background-color: transparent;
    color: #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border: 1px solid #9E1F22;
    font-family: "Taviraj", Sans-serif;
    line-height: 1;
}

.progress-line.completed {
    background: #000000;
}

div#bookingform_contactus {
    margin-top: 50px;
    background-color: #E7E7E7;
    padding: 16px;
    width: 100%;
    border-radius: 4px;
    display: none;
}

a.bookingform-contactus {
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    color: #2689EE;
    letter-spacing: -0.4px;
    line-height: 18px;
    transition: all 0.3s;
}

#bookingform_contactus p {
    margin: 0;
}

.email-icon {
    width: 21px;
    height: 16px;
    margin-right: 5px;
}

.field-row label {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #000000;
    font-family: "Mulish", Sans-serif;
}

.form-fields {
    width: 100%;
    background: transparent !important;
    padding: 12px 14px 16px !important;
    border: 1px solid #696969 !important;
    border-radius: 4px !important;
    transition: background-color 0.24s ease-in-out !important;
    margin-bottom: 12px;
}

.flight-text {
    font-size: 12px;
}

.checkbox-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
}

input.form-fields.someone-else-field {
    width: 20px;
    margin: 0;
    height: 20px;
}

.checkbox-row label {
    margin: 0;
}

.hidden-fields-others {
    display: none;
}

.date-hidden-row {
    display: none;
}

input#datetimeField {
    width: 100%;
    background: transparent !important;
    padding: 12px 14px 16px !important;
    border: 1px solid #696969 !important;
    border-radius: 4px !important;
    transition: background-color 0.24s ease-in-out !important;
    margin-bottom: 12px;
}

button#datetimePicker {
    background-color: #9E1F22;
    color: #fff;
    margin-left: auto;
    border: 1px solid #9E1F22;
    width: 400px;
    /* padding: 15px 30px; */
    border-radius: 5px;
    height: 54px;
    font-family: "Taviraj", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 auto;
}

button#datetimePicker:hover {
    background-color: #9E1F22;
    color: #fff;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

input#phone {
    padding: 12px 50px !important;
}

input#phone2 {
    padding: 12px 50px !important;
}

.back-btn-design {
    width: 100%;
    height: 54px;
    background-color: transparent;
    color: #9E1F22;
    border: 1px solid #9E1F22;
    border-radius: 5px;
    font-family: "Taviraj", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.back-btn-design:hover {
    background-color: #9E1F22;
    color: #fff;
}


.field-row.calendar-row {
    margin-bottom: 40px;
}

.calendar-container {
    display: flex;
    justify-content: center;
flex-direction : column;
}

input {
    outline: none !important;
}

input:focus-visible,
input:focus {
    border: 1px solid #9E1F22 !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s;
}
img.success-email-image {
    width: 100px;
}
.sent-email-notification {
    text-align: center;
    margin-top: 60px;
}
.error-border {
    border-color: red !important;
}
.next-button2 {
    background-color: transparent;
    color: #9E1F22;
    margin-left: auto;
    border: 1px solid #9E1F22;
    width: 100%;
    /* padding: 15px 30px; */
    border-radius: 5px;
    height: 54px;
    font-family: "Taviraj", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
@media only screen and (max-width: 600px) {

    /*Step 1*/
    .step-heading, .booking-details-row h2 {
        font-size: 26px;
    }
    
    /*Step 2*/
    .car-details-step{
        padding: 20px 10px;;
    }
    .cars-details-section {
        border: 1px solid #DEDEDE;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.09);
        padding: 30px 20px;
        margin: 30px 0;
    }
    h2.car-name {
        text-align: center;
    }
    .car-specs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .car-specs {
        gap: 15px;
    }

    .seats-row {
        gap: 5px;
        width: calc(50% - 10px);
    }

    .seats-row p {
        font-size: 14px;
    }
    .car-details-box {
        flex-direction: column;
    }
    .car-image-col, .car-highlights-col, .car-price-col {
        width: 100%;
    }
    .highlight-box{
        padding: 6px 0;
    }
    button.prev-button.step2-previous-btn {
        width: 100%;
    }

    /*Step 3*/
    button#datetimePicker {
        width: 100%;
    }
    input.flatpickr-input.flatpickr-mobile {
        width: 100%;
    }
    .calendar-container {
        flex-direction: column;
        gap: 30px;
    }
}