.tx-booking-page {
    background: #f7f8fa;
}

.tx-booking-intro {
    padding: 64px 0 52px;
    color: #ffffff;
    background: #0b1d3a;
}

.tx-booking-intro h1 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.12;
}

.tx-booking-intro p:last-child {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
}

.tx-booking-intro a {
    color: #fdbe33;
    font-weight: 700;
}

.tx-booking-page .booking-section {
    padding: 56px 0 90px;
}

.tx-booking-page .booking-steps {
    max-width: 920px;
    margin: 0 auto 30px;
}

.tx-booking-page .booking-steps .step {
    padding: 14px 8px;
    color: #677184;
    border-bottom: 4px solid #dce1e8;
}

.tx-booking-page .booking-steps .step span {
    color: #030f27;
    background: #dce1e8;
}

.tx-booking-page .booking-steps .step.active {
    color: #030f27;
    border-color: #fdbe33;
}

.tx-booking-page .booking-steps .step.active span {
    color: #030f27;
    background: #fdbe33;
}

.tx-booking-card {
    max-width: 1120px;
    margin: 0 auto 26px;
    padding: 36px;
    background: #ffffff;
    border: 1px solid #dce1e8;
    border-radius: 8px;
}

.tx-booking-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
    padding-bottom: 22px;
    border-bottom: 1px solid #dce1e8;
}

.tx-booking-card-head h2 {
    margin: 0;
    color: #030f27;
    font-size: 30px;
}

.tx-booking-card-head .tx-kicker {
    margin-bottom: 4px;
}

.tx-booking-card-head > span {
    max-width: 260px;
    color: #687386;
    font-size: 13px;
    text-align: right;
}

.tx-booking-page label {
    margin-bottom: 7px;
    color: #030f27;
    font-weight: 600;
}

.tx-booking-page .form-control {
    min-height: 50px;
    padding: 10px 13px;
    color: #111827;
    background: #ffffff;
    border: 2px solid #cfd6df;
    border-radius: 4px;
    font-size: 16px;
}

.tx-booking-page textarea.form-control {
    min-height: 100px;
}

.tx-booking-page .form-control:hover {
    border-color: #8792a2;
}

.tx-booking-page .form-control:focus,
.tx-booking-page .btn:focus-visible,
.tx-booking-page .custom-control-input:focus-visible ~ .custom-control-label::before {
    outline: 3px solid #0b63ce !important;
    outline-offset: 2px !important;
    border-color: #0b63ce !important;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .92) !important;
}

.tx-booking-page .btn {
    min-height: 46px;
    border-radius: 4px;
    font-weight: 600;
}

.tx-booking-page .btn-outline-primary {
    color: #030f27;
    border: 2px solid #fdbe33;
}

.tx-booking-page .btn-outline-primary:hover {
    color: #030f27;
    background: #fdbe33;
    border-color: #fdbe33;
}

.tx-booking-page .btn-outline-secondary {
    color: #27364e;
    background: #ffffff;
    border: 2px solid #9ba5b4;
}

.tx-booking-page .btn-outline-secondary:hover {
    color: #ffffff;
    background: #27364e;
    border-color: #27364e;
}

.tx-optional {
    color: #687386;
    font-size: 13px;
    font-weight: 400;
}

.tx-step-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 10px;
}

.tx-step-actions--end {
    justify-content: flex-end;
}

.tx-booking-page .vehicle-card {
    padding: 22px;
    background: #ffffff;
    border: 2px solid #dce1e8;
    border-radius: 6px;
    box-shadow: none;
}

.tx-booking-page .vehicle-card.border-primary {
    background: #fffaf0;
    border-color: #fdbe33 !important;
}

.tx-booking-page .vehicle-card h3 {
    margin: 0 0 8px;
    color: #030f27;
    font-size: 21px;
}

.tx-booking-page .vehicle-card p {
    min-height: 72px;
    color: #687386;
}

.tx-vehicle-icon {
    margin-bottom: 18px;
    color: #e6a91f;
    font-size: 34px;
}

.tx-booking-page .vehicle-price {
    margin: 16px 0;
    color: #030f27;
    font-size: 22px;
}

.tx-booking-page .booking-summary {
    padding: 24px;
    background: #f7f8fa;
    border-left: 5px solid #fdbe33;
}

.tx-booking-page .booking-summary h3 {
    color: #030f27;
    font-size: 20px;
}

.tx-booking-page .alert {
    max-width: 1120px;
    margin: 0 auto 20px;
}

.tx-booking-help {
    max-width: 1120px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    margin: 0 auto;
    overflow: hidden;
    background: #dce1e8;
    border: 1px solid #dce1e8;
    border-radius: 6px;
}

.tx-booking-help > div {
    display: grid;
    grid-template-columns: 42px 1fr;
    padding: 24px;
    background: #ffffff;
}

.tx-booking-help i {
    grid-row: 1 / 3;
    color: #e6a91f;
    font-size: 25px;
}

.tx-booking-help strong {
    color: #030f27;
}

.tx-booking-help a {
    color: #4b5668;
    text-decoration: underline;
}

.tx-booking-page .ac-dropdown {
    border-radius: 4px;
    border-color: #cfd6df;
    box-shadow: 0 10px 28px rgba(3, 15, 39, .14);
}

@media (max-width: 767.98px) {
    .tx-booking-intro {
        padding: 46px 0 38px;
    }

    .tx-booking-page .booking-steps .step {
        display: grid;
        place-items: center;
        gap: 5px;
        font-size: 12px;
    }

    .tx-booking-page .booking-steps .step span {
        margin-right: 0;
    }

    .tx-booking-card {
        padding: 24px 18px;
    }

    .tx-booking-card-head {
        display: block;
    }

    .tx-booking-card-head > span {
        display: block;
        max-width: none;
        margin-top: 8px;
        text-align: left;
    }

    .tx-step-actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .tx-step-actions .btn,
    .tx-step-actions .tx-button {
        width: 100%;
    }

    .tx-booking-help {
        grid-template-columns: 1fr;
    }
}
