/* Shared monochrome booking journey */
.rt-breadcump {
    margin-bottom: 0;
}

.booking-progress-shell {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.booking-progress-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.booking-progress-item {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 22px;
    color: #888;
}

.booking-progress-item:not(:last-child):after {
    position: absolute;
    top: 22px;
    right: 10px;
    left: 58px;
    height: 1px;
    content: '';
    background: #ddd;
}

.booking-progress-number {
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-right: 12px;
    font-weight: 700;
    color: #777;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
}

.booking-progress-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding-right: 8px;
    background: #fff;
}

.booking-progress-copy strong {
    font-size: 14px;
    color: inherit;
}

.booking-progress-copy small {
    margin-top: 2px;
    font-size: 11px;
    color: #999;
}

.booking-progress-item.is-current,
.booking-progress-item.is-complete {
    color: #000;
}

.booking-progress-item.is-current .booking-progress-number,
.booking-progress-item.is-complete .booking-progress-number {
    color: #fff;
    border-color: #000;
    background: #000;
}

.booking-page-shell {
    padding: 72px 0 96px;
    background: #f6f6f6;
}

.booking-page-intro {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

.booking-kicker {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #333;
    text-transform: uppercase;
}

.booking-page-intro h2 {
    margin-bottom: 14px;
    font-size: 44px;
    line-height: 1.12;
    color: #000;
}

.booking-page-intro p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.booking-content-card,
.booking-form-card,
.booking-checkout-page .flight-list-box,
.booking-checkout-page .rt-widget.final-booking {
    border: 1px solid #dedede;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .09);
}

.booking-content-card {
    height: 100%;
    padding: 32px;
}

.booking-content-card h2,
.booking-content-card h3 {
    margin-bottom: 18px;
    color: #000;
}

.booking-benefits {
    margin: 24px 0;
    padding: 0;
    list-style: none;
}

.booking-benefits li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 28px;
    color: #333;
}

.booking-benefits li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2713';
    font-weight: 700;
    color: #000;
}

.booking-form-card {
    overflow: hidden;
    padding: 0;
}

.booking-form-card-header {
    padding: 24px 28px;
    color: #fff;
    background: #000;
}

.booking-form-card-header h3 {
    margin: 0 0 4px;
    font-size: 23px;
    color: #fff;
}

.booking-form-card-header p {
    margin: 0;
    font-size: 13px;
    color: #bbb;
}

.booking-form-card form {
    margin: 0;
    padding: 26px;
}

.booking-form-card .rt-radio-group {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}

.booking-form-card .booking-choice {
    display: flex;
    align-items: center;
    min-height: 52px;
    margin: 0;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fafafa;
}

.booking-form-card .booking-choice:has(input:checked) {
    border-color: #000;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .07);
}

.booking-form-card .booking-choice input {
    margin-right: 8px;
    accent-color: #000;
}

.booking-form-card .booking-choice label {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #222;
    cursor: pointer;
}

.booking-form-card .rt-input-group {
    width: 100%;
    margin: 0 -10px;
}

.booking-form-card .rt-input-group > [class*='col-'] {
    margin-top: 18px;
    padding-right: 10px;
    padding-left: 10px;
}

.booking-form-card .form-label,
.booking-checkout-page label {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.booking-form-card .form-control,
.booking-form-card .select2-selection--single,
.booking-checkout-page .form-control,
.booking-checkout-page input[type='text'],
.booking-checkout-page input[type='email'],
.booking-checkout-page input[type='number'],
.booking-checkout-page textarea,
.booking-checkout-page select {
    width: 100%;
    min-height: 52px;
    border: 1px solid #d6d6d6 !important;
    border-radius: 10px !important;
    background: #fafafa !important;
    box-shadow: none !important;
}

.booking-form-card .select2-container {
    width: 100% !important;
}

.booking-form-card .select2-selection__rendered {
    line-height: 50px !important;
}

.booking-form-card .select2-selection__arrow {
    height: 50px !important;
}

.booking-form-card .input-icon > i.icon {
    display: none !important;
}

.booking-form-card .input-icon,
.booking-form-card .input-icon > [id^='dv'] {
    display: block;
    width: 100%;
}

.multiple-stop-form-card .booking-form-card-header {
    margin: 0;
}

.multiple-stop-form-card .all-transfer-rows {
    display: block;
    width: 100%;
    margin: 0;
}

.multiple-stop-form-card .transfer-count-row {
    width: 100%;
    margin: 0 0 22px !important;
    padding: 18px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #f5f5f5;
}

.multiple-stop-form-card .transfer-count-row .form-control {
    max-width: 130px;
    background: #fff !important;
}

.multiple-stop-form-card .transfer-row {
    width: 100%;
    margin: 0 0 18px !important;
    padding: 24px 14px;
    border: 1px solid #ddd;
    border-radius: 14px;
    background: #fff;
}

.multiple-stop-form-card .transfer-row h5 {
    margin: 0;
    font-size: 19px;
    color: #000;
}

.multiple-stop-form-card .transfer-row .col-md-6 {
    margin-top: 16px;
}

.multiple-stop-form-card .input-icon,
.multiple-stop-form-card .input-icon > div {
    display: block;
    width: 100%;
}

.multiple-stop-form-card .input-icon > i.icon {
    display: none !important;
}

.multiple-stop-form-card .select2-container {
    width: 100% !important;
}

.multiple-stop-form-card .select2-selection--single {
    height: 52px !important;
    border: 1px solid #d6d6d6 !important;
    border-radius: 10px !important;
    background: #fafafa !important;
    box-shadow: none !important;
}

.multiple-stop-form-card .select2-selection__rendered {
    line-height: 50px !important;
}

.multiple-stop-form-card .select2-selection__arrow {
    height: 50px !important;
}

.multiple-stop-submit {
    width: 100%;
    margin: 2px 0 0 !important;
    padding: 0 !important;
}

.booking-primary-button,
.booking-checkout-page .rt-btn,
.vehicle-select-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 24px !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 10px !important;
    background: #000 !important;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .16) !important;
}

.booking-secondary-content {
    margin-top: 28px;
    padding: 34px;
    border: 1px solid #e2e2e2;
    border-radius: 18px;
    background: #fff;
}

.destination-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 18px 0 20px;
    padding: 0;
    list-style: none;
}

.destination-pills li {
    padding: 9px 14px;
    border: 1px solid #d8d8d8;
    border-radius: 999px;
    background: #fafafa;
}

.vehicle-results-page {
    padding: 72px 0 96px;
    background: #f6f6f6;
}

.vehicle-results-heading {
    margin-bottom: 34px;
    text-align: center;
}

.vehicle-results-heading h2 {
    margin-bottom: 10px;
    font-size: 42px;
    color: #000;
}

.vehicle-result-card {
    overflow: hidden;
    margin-bottom: 24px;
    padding: 0;
    border: 1px solid #dedede;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
}

.vehicle-result-card .top-content {
    display: grid !important;
    grid-template-columns: 240px 1fr 1.25fr 140px;
    gap: 24px;
    align-items: center;
    padding: 24px;
}

.vehicle-result-card .car-thumb img {
    width: 100% !important;
    height: 160px;
    border: 0 !important;
    border-radius: 12px;
    object-fit: cover;
}

.vehicle-result-card .primary-color,
.vehicle-result-card .text-primary {
    color: #000 !important;
}

.vehicle-result-card .rt-gradinet-badge {
    color: #fff;
    background: #000 !important;
}

.vehicle-result-card .bottom-content {
    margin: 0;
    padding: 18px 24px;
    border-top: 1px solid #eee;
    background: #fafafa;
}

.booking-checkout-page {
    padding: 64px 0 92px;
    background: #f6f6f6;
}

.booking-checkout-page .flight-list-box {
    overflow: hidden;
    padding: 28px;
}

.booking-checkout-page .rt-widget.final-booking {
    padding: 28px;
}

.booking-checkout-page .rt-widget.final-booking li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.booking-checkout-page .table {
    overflow: hidden;
    border-radius: 12px;
}

.booking-checkout-page .table thead th {
    color: #fff;
    border-color: #222;
    background: #000;
}

.booking-checkout-page .table td {
    vertical-align: middle;
}

.booking-checkout-page .extras-table .extra-image-cell {
    width: 96px;
    padding: 10px;
    text-align: center;
}

.booking-checkout-page .extras-table .extraImage {
    display: block;
    width: 76px;
    height: 76px;
    margin: auto;
    padding: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    background: #fff;
    object-fit: contain;
}

.booking-success-page {
    padding: 80px 0 110px;
    background: #f6f6f6;
}

.booking-success-card {
    max-width: 760px;
    margin: auto;
    padding: 52px 38px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .09);
}

.booking-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
    font-size: 28px;
    color: #fff;
    border-radius: 50%;
    background: #000;
}

@media (max-width: 991.98px) {
    .booking-progress-copy small { display: none; }
    .vehicle-result-card .top-content { grid-template-columns: 180px 1fr; }
    .vehicle-result-card .price-mant { text-align: left !important; }
}

@media (max-width: 767.98px) {
    .rt-breadcump .rt-breadcump-height.with-logn-height { height: 480px; }
    .rt-breadcump .breadcrumbs-content { padding-top: 220px; }
    .booking-progress-shell { padding: 20px 0; }
    .booking-progress-list { gap: 5px; }
    .booking-progress-item { flex-direction: column; padding: 0; text-align: center; }
    .booking-progress-item:not(:last-child):after { top: 18px; right: -15px; left: 55%; }
    .booking-progress-number { flex-basis: 36px; width: 36px; height: 36px; margin: 0 0 7px; }
    .booking-progress-copy { padding: 0; background: transparent; }
    .booking-progress-copy strong { font-size: 10px; line-height: 1.2; }
    .booking-page-shell, .vehicle-results-page, .booking-checkout-page { padding: 52px 0 70px; }
    .booking-page-intro h2, .vehicle-results-heading h2 { font-size: 34px; }
    .booking-form-card .rt-radio-group { grid-template-columns: 1fr; }
    .vehicle-result-card .top-content { grid-template-columns: 1fr; }
    .vehicle-result-card .car-thumb img { height: 220px; }

    .booking-checkout-page .flight-list-box {
        padding: 20px 14px;
    }

    .booking-checkout-page .extras-table,
    .booking-checkout-page .extras-table tbody {
        display: block;
        width: 100%;
    }

    .booking-checkout-page .extras-table {
        overflow: visible;
        border: 0;
        border-radius: 0;
    }

    .booking-checkout-page .extras-table thead {
        display: none;
    }

    .booking-checkout-page .extras-table tbody {
        display: grid;
        gap: 12px;
    }

    .booking-checkout-page .extras-table tr {
        display: grid;
        grid-template-columns: 94px minmax(0, 1fr);
        column-gap: 14px;
        align-items: center;
        padding: 14px;
        border: 1px solid #dedede;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
    }

    .booking-checkout-page .extras-table td {
        display: block;
        grid-column: 2;
        width: auto !important;
        padding: 4px 0 !important;
        border: 0 !important;
    }

    .booking-checkout-page .extras-table .extra-image-cell {
        grid-column: 1;
        grid-row: 1 / span 4;
        align-self: start;
        width: 94px !important;
        padding: 0 !important;
    }

    .booking-checkout-page .extras-table .extraImage {
        width: 94px;
        height: 94px;
        padding: 7px;
        border-radius: 12px;
    }

    .booking-checkout-page .extras-table td:nth-child(2) {
        padding-top: 0 !important;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.35;
        color: #000;
    }

    .booking-checkout-page .extras-table td:nth-child(3)::before,
    .booking-checkout-page .extras-table td:nth-child(4)::before,
    .booking-checkout-page .extras-table td:nth-child(5)::before {
        display: block;
        margin-bottom: 3px;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .8px;
        color: #777;
        text-transform: uppercase;
    }

    .booking-checkout-page .extras-table td:nth-child(3)::before { content: 'Unit price'; }
    .booking-checkout-page .extras-table td:nth-child(4)::before { content: 'Quantity'; }
    .booking-checkout-page .extras-table td:nth-child(5)::before { content: 'Trip'; }

    .booking-checkout-page .extras-table input,
    .booking-checkout-page .extras-table select {
        width: 100% !important;
        min-height: 48px;
    }
}
