/* Unified reservation flow — scoped by page body classes */

@import url("/assets/vendor/intl-tel-input/css/intlTelInput.min.css");

:root {
    --res-navy: #19237e;
    --res-navy-dark: #0f1a5c;
    --res-navy-light: #eef2fb;
    --res-border: #e8ecf2;
    --res-input-border: #cfd6e0;
    --res-text-muted: #64748b;
}

/* ── Progress bar ── */
.ui-page-reservation-contact .bg-acik-mavi,
.ui-page-reservation-result .bg-acik-mavi,
.ui-page-reservation-step1 .bg-acik-mavi,
.ui-page-vehicle-list .bg-acik-mavi {
    background: var(--res-navy-light) !important;
}

.res-progress.transfer-progress,
.ui-page-vehicle-list .vl-steps.res-progress {
    align-items: center;
    background: #fff;
    border: 1px solid var(--res-border);
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(25, 35, 126, 0.06);
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    justify-content: center;
    margin: 0 auto;
    max-width: 900px;
    padding: 14px 20px;
}

.res-progress .transfer-progress-item,
.ui-page-vehicle-list .vl-steps.res-progress .vl-steps__item {
    color: var(--res-text-muted);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.res-progress .transfer-progress-item.active,
.ui-page-vehicle-list .vl-steps.res-progress .vl-steps__item--active .vl-steps__title {
    color: var(--res-navy);
    font-weight: 800;
}

.res-progress .transfer-progress-separator,
.ui-page-vehicle-list .vl-steps.res-progress .vl-steps__separator {
    color: #cbd5e1;
    font-size: 0.85rem;
}

.ui-page-vehicle-list .vl-steps.res-progress .vl-steps__icon-wrap {
    background: #fff;
    border: 2px solid #e8ecf2;
    color: #9aa3b2;
}

.ui-page-vehicle-list .vl-steps.res-progress .vl-steps__item--active .vl-steps__icon-wrap {
    background: var(--res-navy-light, #eef2fb);
    border-color: transparent;
    color: var(--res-navy);
}

/* ── Contact step page shell ── */
@media (max-width: 991.98px) {
    .ui-page-reservation-contact-tour .sayfa-ust-bar,
    .ui-page-reservation-contact-boat .sayfa-ust-bar {
        display: none !important;
    }
}

.ui-page-reservation-contact .custom-section {
    background: var(--res-navy-light);
    padding-bottom: 48px;
    padding-top: 32px;
}

.ui-page-reservation-contact .form-card {
    background: #fff;
    border: 1px solid var(--res-border);
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(25, 35, 126, 0.06);
    padding: 28px 24px;
}

.ui-page-reservation-contact .secim-buton {
    margin-top: 8px;
    padding-top: 8px;
}

/* ── Contact form ── */
.ui-page-reservation-contact .res-contact-form.form-sari-input .form-control,
.ui-page-reservation-contact .res-contact-form.form-sari-input .form-select,
.ui-page-reservation-contact .res-contact-form.form-sari-input textarea.form-control {
    background: #fff !important;
    border: 1px solid var(--res-input-border) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: #0f172a;
    min-height: 44px;
}

.ui-page-reservation-contact .res-contact-form .form-control.is-invalid,
.ui-page-reservation-contact .res-contact-form .form-select.is-invalid,
.ui-page-reservation-contact .res-contact-form textarea.form-control.is-invalid {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.12) !important;
}

.ui-page-reservation-contact .res-field__error {
    color: #dc2626;
    display: block;
    font-size: 0.75rem;
    line-height: 1.35;
    margin-top: 4px;
}

.ui-page-reservation-contact .res-field__error:empty {
    display: none;
}

.ui-page-reservation-contact .error-tooltip {
    display: none !important;
}

.ui-page-reservation-contact .res-field__control--phone .res-phone-field {
    width: 100%;
    padding-left: 42px;
}

.ui-page-reservation-contact .res-field__control--phone .res-phone-field .iti {
    display: block;
    width: 100%;
}

.ui-page-reservation-contact .res-field__control--phone .res-phone-field .res-phone-field__input,
.ui-page-reservation-contact .res-field__control--phone .res-phone-field .iti__tel-input,
.ui-page-reservation-contact .res-field__control--phone .res-phone-field .iti input.iti__tel-input {
    background-color: #fff;
    border: 1px solid var(--res-input-border) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    font-size: 0.95rem;
    min-height: 44px;
    padding-left: 0;
    padding-right: 12px;
    width: 100%;
}

.ui-page-reservation-contact .res-field__control--phone .res-phone-field .iti__tel-input:focus,
.ui-page-reservation-contact .res-field__control--phone .res-phone-field .iti input.iti__tel-input:focus {
    border-color: var(--res-navy) !important;
    box-shadow: 0 0 0 3px rgba(25, 35, 126, 0.1) !important;
}

.ui-page-reservation-contact .res-field__control--phone .res-phone-field.is-invalid .iti__tel-input,
.ui-page-reservation-contact .res-field__control--phone .res-phone-field.is-invalid .iti input.iti__tel-input {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.12) !important;
}

.ui-page-reservation-contact .res-field__control--phone .iti__country-container {
    left: 0;
}

.ui-page-reservation-contact .res-field__control--phone .iti__selected-country {
    background: #f8fafc;
    border-radius: 10px 0 0 10px;
    border-right: 1px solid var(--res-input-border);
    padding-right: 4px;
}

.ui-page-reservation-contact .res-field__control--phone .iti__selected-country-primary {
    padding-left: 10px;
}

.ui-page-reservation-contact .res-field__control--phone .iti__selected-dial-code {
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 600;
}

.ui-page-reservation-contact .res-field__control--phone .iti--allow-dropdown .iti__country-container:hover .iti__selected-country {
    background: #f1f5f9;
}

.ui-page-reservation-contact .res-field__control--phone .res-field__icon {
    z-index: 3;
}

.ui-page-reservation-contact .iti--fullscreen-popup.iti--container {
    z-index: 10050;
}

.ui-page-reservation-contact .iti__dropdown-content {
    border-color: var(--res-input-border);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.ui-page-reservation-contact .iti__search-input {
    border-bottom: 1px solid var(--res-input-border);
    font-size: 0.95rem;
    min-height: 40px;
    padding: 8px 12px;
}

/* Preferred country group divider (last entry in phoneCountryOrder) */
.ui-page-reservation-contact .iti__dropdown-content:has(.iti__search-input:placeholder-shown) .iti__country[data-country-code="ro"] {
    border-bottom: 1px solid var(--res-input-border);
}

.ui-page-reservation-contact .res-contact-form .form-control:focus,
.ui-page-reservation-contact .res-contact-form .form-select:focus,
.ui-page-reservation-contact .res-contact-form textarea.form-control:focus {
    border-color: var(--res-navy) !important;
    box-shadow: 0 0 0 3px rgba(25, 35, 126, 0.1) !important;
}

.ui-page-reservation-contact .res-contact-form .form-label {
    color: var(--res-navy);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.ui-page-reservation-contact .res-contact-form__head {
    align-items: center;
    border-bottom: 3px solid var(--res-navy);
    display: flex;
    gap: 14px;
    margin-bottom: 28px;
    padding-bottom: 16px;
    width: fit-content;
    max-width: 100%;
}

.ui-page-reservation-contact .res-contact-form__head--section {
    border-bottom-width: 2px;
    margin-bottom: 20px;
    margin-top: 8px;
    width: 100%;
}

.ui-page-reservation-contact .res-contact-form__icon {
    align-items: center;
    background: rgba(25, 35, 126, 0.08);
    border-radius: 10px;
    color: var(--res-navy);
    display: inline-flex;
    flex-shrink: 0;
    font-size: 1.2rem;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.ui-page-reservation-contact .res-contact-form__icon .bi {
    display: inline-block;
    line-height: 1;
}

.ui-page-reservation-contact .res-contact-form__title {
    color: var(--res-navy);
    font-family: var(--heading-font, Arial, Helvetica, sans-serif);
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
}

.ui-page-reservation-contact .res-contact-form__title small {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 4px;
    text-transform: none;
}

.ui-page-reservation-contact .res-field__control {
    align-items: center;
    display: flex;
    position: relative;
}

.ui-page-reservation-contact .res-field__icon {
    color: var(--res-navy);
    font-size: 1rem;
    left: 14px;
    opacity: 0.7;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.ui-page-reservation-contact .res-field__control .form-control,
.ui-page-reservation-contact .res-field__control .form-select {
    padding-left: 42px !important;
    width: 100%;
}

.ui-page-reservation-contact .res-field__control--textarea {
    align-items: flex-start;
}

.ui-page-reservation-contact .res-field__control--textarea .res-field__icon {
    top: 14px;
}

.ui-page-reservation-contact .res-field__control--textarea textarea {
    padding-left: 42px !important;
    padding-top: 12px !important;
}

.ui-page-reservation-contact .res-field__control--no-icon .form-control,
.ui-page-reservation-contact .res-field__control--no-icon .form-select {
    padding-left: 12px !important;
}

/* ── Submit buttons ── */
.ui-page-reservation-contact .res-contact-submit-btn,
.ui-page-reservation-contact .tour-payment-style-btn.res-contact-submit-btn,
.ui-page-reservation-contact #completeReservationButton.res-contact-submit-btn,
.ui-page-reservation-contact #paymentButton.res-contact-submit-btn {
    align-items: center;
    background: var(--res-navy) !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 16px rgba(25, 35, 126, 0.25) !important;
    color: #fff !important;
    display: flex;
    font-size: 0.82rem !important;
    font-weight: 800 !important;
    gap: 10px;
    justify-content: center;
    letter-spacing: 1px !important;
    min-height: 54px;
    padding: 14px 24px !important;
    text-transform: uppercase !important;
    transition: opacity 0.15s ease, transform 0.1s ease;
    width: 100%;
}

.ui-page-reservation-contact .res-contact-submit-btn:hover,
.ui-page-reservation-contact #completeReservationButton.res-contact-submit-btn:hover {
    opacity: 0.94;
}

.ui-page-reservation-contact .res-contact-submit-btn:active {
    transform: scale(0.99);
}

.ui-page-reservation-contact .res-contact-submit-btn__icon {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: var(--res-navy);
    display: inline-flex;
    flex-shrink: 0;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.ui-page-reservation-contact .res-contact-submit-btn__icon i {
    font-size: 1rem;
    line-height: 1;
}

.ui-page-reservation-contact #paymentButton.res-contact-submit-btn {
    background: var(--sari, #ffe600) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1) !important;
    color: #111 !important;
}

.ui-page-reservation-contact .tour-payment-style-btn {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1.2;
    transition: opacity 0.15s, transform 0.1s;
}

.ui-page-reservation-contact .tour-payment-style-btn--blue {
    background: var(--res-navy);
    color: #fff;
}

/* ── Summary sidebar card ── */
.ui-page-reservation-contact .res-summary-card.transfer-secimleri {
    background: #fff;
    border: 1px solid var(--res-border);
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(25, 35, 126, 0.06);
    overflow: hidden;
    position: sticky;
    top: 24px;
}

.ui-page-reservation-contact .res-summary-card .transfer-secimleri-header {
    background: #f4f6fb !important;
    border-bottom: 1px solid var(--res-border);
    border-radius: 0;
    color: var(--res-navy);
    padding: 18px 20px;
}

.ui-page-reservation-contact .res-summary-card__title-row {
    align-items: center;
    display: flex;
    gap: 12px;
}

.ui-page-reservation-contact .res-summary-card__icon {
    align-items: center;
    background: rgba(25, 35, 126, 0.08);
    border-radius: 10px;
    color: var(--res-navy);
    display: inline-flex;
    flex-shrink: 0;
    font-size: 1rem;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.ui-page-reservation-contact .res-summary-card__icon .bi {
    display: inline-block;
    font-size: 1.15rem;
    line-height: 1;
}

.ui-page-reservation-contact .res-summary-card__icon .icon {
    color: var(--res-navy);
    display: inline-block;
    font-size: 1.15rem;
    line-height: 1;
}

.ui-page-reservation-contact .res-summary-card__icon .icon:before {
    font-family: iconfont;
}

.ui-page-reservation-contact .res-summary-card .transfer-secimleri-header .h5 {
    color: var(--res-navy);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
}

.ui-page-reservation-contact .res-summary-card__meta {
    border-bottom: 1px solid var(--res-border);
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    padding: 0;
}

@media (min-width: 576px) {
    .ui-page-reservation-contact .res-summary-card__meta {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ui-page-reservation-contact .res-summary-card__meta > li {
    border-bottom: 1px solid var(--res-border);
    border-right: 1px solid var(--res-border);
    list-style: none;
    padding: 14px 16px;
}

.ui-page-reservation-contact .res-summary-card__meta > li:nth-child(3n) {
    border-right: none;
}

.ui-page-reservation-contact .res-summary-card__meta--inline {
    display: block;
    grid-template-columns: none;
}

@media (min-width: 576px) {
    .ui-page-reservation-contact .res-summary-card__meta--inline {
        grid-template-columns: none;
    }
}

.ui-page-reservation-contact .res-summary-card__meta--inline > li.res-summary-card__meta-row {
    align-items: center;
    border-right: none;
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 12px 20px;
}

.ui-page-reservation-contact .res-summary-card__meta-icon {
    align-items: center;
    background: rgba(25, 35, 126, 0.08);
    border-radius: 50%;
    color: var(--res-navy);
    display: inline-flex;
    flex-shrink: 0;
    font-size: 0.85rem;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.ui-page-reservation-contact .res-summary-card__meta-icon .bi {
    display: inline-block;
    line-height: 1;
}

.ui-page-reservation-contact .res-summary-card__meta-line {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    gap: 8px;
    justify-content: space-between;
    min-width: 0;
}

.ui-page-reservation-contact .res-summary-card__meta-desc {
    color: var(--res-text-muted);
    flex: 1 1 auto;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
    min-width: 0;
}

.ui-page-reservation-contact .res-summary-card__meta-value {
    color: var(--res-navy);
    flex-shrink: 0;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: right;
}

/* Car rental: row1 pickup date+time, row2 dropoff date+time */
@media (min-width: 576px) {
    .ui-page-reservation-contact .res-summary-card__meta--rental-dates {
        grid-template-columns: repeat(2, 1fr);
    }

    .ui-page-reservation-contact .res-summary-card__meta--rental-dates > li:nth-child(3n) {
        border-right: 1px solid var(--res-border);
    }

    .ui-page-reservation-contact .res-summary-card__meta--rental-dates > li:nth-child(2n) {
        border-right: none;
    }
}

.ui-page-reservation-contact .res-summary-card__pricing {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ui-page-reservation-contact .res-summary-card__pricing-row {
    align-items: center;
    border-bottom: 1px solid var(--res-border);
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 12px 20px;
}

.ui-page-reservation-contact .res-summary-card__pricing-icon {
    align-items: center;
    background: rgba(25, 35, 126, 0.08);
    border-radius: 50%;
    color: var(--res-navy);
    display: inline-flex;
    flex-shrink: 0;
    font-size: 0.85rem;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.ui-page-reservation-contact .res-summary-card__pricing-line {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    gap: 10px;
    justify-content: space-between;
    min-width: 0;
}

.ui-page-reservation-contact .res-summary-card__pricing-desc {
    color: var(--res-navy);
    flex: 1 1 auto;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.35;
    min-width: 0;
}

.ui-page-reservation-contact .res-summary-card__pricing-sum {
    color: var(--res-navy);
    flex-shrink: 0;
    font-size: 0.88rem;
    font-weight: 800;
    white-space: nowrap;
}

.ui-page-reservation-contact .res-summary-card .transfer-secimleri-body > ul:not(.res-summary-card__meta):not(.res-summary-card__pricing) > li {
    border-bottom: 1px solid var(--res-border);
    list-style: none;
    padding: 12px 20px;
}

.ui-page-reservation-contact .res-summary-card .transfer-secimleri-list__title {
    color: var(--res-text-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.ui-page-reservation-contact .res-summary-card .transfer-secimleri-list__text {
    color: var(--res-navy);
    font-size: 0.88rem;
    font-weight: 600;
}

.ui-page-reservation-contact .res-summary-card__pricing-label {
    color: var(--res-navy);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 14px 20px 8px;
    text-transform: uppercase;
}

.ui-page-reservation-contact .res-summary-card .transfer-secimleri-footer,
.ui-page-reservation-contact .res-summary-card .res-summary-card__total {
    background: var(--res-navy);
    border-radius: 0 0 15px 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 18px 20px;
}

.ui-page-reservation-contact .res-summary-card .transfer-secimleri-footer label,
.ui-page-reservation-contact .res-summary-card .res-summary-card__total label {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.6px;
    margin: 0;
    text-transform: uppercase;
}

.ui-page-reservation-contact .res-summary-card .son-fiyat {
    color: #fff !important;
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    line-height: 1;
}

.ui-page-reservation-contact .res-summary-card .son-tutar {
    flex: 1 1 auto;
    text-align: right;
}

/* ── Boat rental summary card ── */
.ui-page-reservation-contact-boat .res-boat-summary-card__header {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 18px;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__title-icon {
    align-items: center;
    background: var(--res-navy);
    border-radius: 12px;
    color: #fff;
    display: inline-flex;
    flex-shrink: 0;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__title-icon .bi,
.ui-page-reservation-contact-boat .res-boat-summary-card__title-icon .res-boat-summary-card__svg {
    display: block;
    font-size: 1.2rem;
    height: 1.2rem;
    width: 1.2rem;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__svg {
    flex-shrink: 0;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__title-block {
    min-width: 0;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__main-title {
    color: var(--res-navy);
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.35;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__subtitle {
    color: var(--res-navy);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 4px;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__body {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
}

.ui-page-reservation-contact-boat .res-summary-card__meta--boat-datetime {
    border-bottom: 1px solid var(--res-border);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin: 0;
    padding: 0;
}

.ui-page-reservation-contact-boat .res-summary-card__meta--boat-datetime > li.res-summary-card__meta-row {
    align-items: flex-start;
    border-bottom: none !important;
    border-right: none !important;
    display: flex;
    gap: 10px;
    list-style: none;
    min-width: 0;
    padding: 12px 14px;
}

.ui-page-reservation-contact-boat .res-summary-card__meta--boat-datetime > li.res-summary-card__meta-row:first-child {
    border-right: 1px solid var(--res-border) !important;
}

.ui-page-reservation-contact-boat .res-summary-card__meta--boat-datetime .res-summary-card__meta-line {
    align-items: flex-start;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 4px;
    justify-content: flex-start;
    min-width: 0;
}

.ui-page-reservation-contact-boat .res-summary-card__meta--boat-datetime .res-summary-card__meta-desc {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.4px;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
}

.ui-page-reservation-contact-boat .res-summary-card__meta--boat-datetime .res-summary-card__meta-value {
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__participants {
    border-bottom: 1px solid var(--res-border);
    margin: 0;
    padding: 0;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__participant-row .res-summary-card__pricing-desc {
    color: #3a4256;
    font-size: 0.84rem;
    font-weight: 600;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__participant-row .res-summary-card__pricing-sum {
    color: var(--res-navy);
    font-size: 0.95rem;
    font-weight: 800;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__pricing {
    margin: 0;
    padding: 0;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__pricing .res-summary-card__pricing-row {
    align-items: flex-start;
    padding: 14px 18px;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__fee-icon {
    align-items: center;
    background: rgba(31, 138, 76, 0.12);
    border-radius: 10px;
    color: #1f8a4c;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 0.95rem;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__fee-icon .res-boat-summary-card__svg {
    height: 1rem;
    width: 1rem;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__fee-line {
    align-items: flex-start;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__fee-desc {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__price-title {
    color: var(--res-navy);
    display: block;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.35;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__price-subtitle {
    color: var(--res-muted, #5c6478);
    display: block;
    font-size: 0.76rem;
    font-weight: 500;
    line-height: 1.35;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__price-amount {
    color: var(--res-navy) !important;
    flex-shrink: 0;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    padding-top: 2px;
    white-space: nowrap;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__footer {
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    overflow: hidden;
    padding: 16px 20px;
    position: relative;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__footer-label {
    color: rgba(255, 255, 255, 0.9);
    display: block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.6px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__footer-price {
    color: #fff !important;
    display: block;
    flex-shrink: 0;
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    line-height: 1.1;
    text-align: right !important;
    white-space: nowrap;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__ssl {
    align-items: center;
    color: var(--res-muted, #5c6478);
    display: flex;
    font-size: 0.74rem;
    gap: 6px;
    justify-content: center;
    line-height: 1.4;
    margin: 12px 0 0;
    text-align: center;
}

.ui-page-reservation-contact-boat .res-boat-summary-card__ssl .bi {
    color: #1f8a4c;
    flex-shrink: 0;
}

/* ── Step 1 boat form (reuse tour-res classes) ── */
.ui-page-reservation-step1 .tour-res-form,
.ui-page-reservation-step1 #RezervationForm.tour-res-form {
    background: #fff;
    border: 1px solid var(--res-border);
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(25, 35, 126, 0.06);
    padding: 20px 18px;
}

.ui-page-reservation-step1 .tour-res-form__head {
    align-items: center;
    border-bottom: 1px solid var(--res-border);
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 16px;
}

.ui-page-reservation-step1 .tour-res-form__icon {
    align-items: center;
    background: rgba(25, 35, 126, 0.08);
    border-radius: 10px;
    color: var(--res-navy);
    display: inline-flex;
    font-size: 1.15rem;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.ui-page-reservation-step1 .tour-res-form__title {
    color: var(--res-navy);
    font-size: 1rem;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
}

.ui-page-reservation-step1 .tour-date-wrap {
    position: relative;
}

.ui-page-reservation-step1 .tour-date-wrap .form-control {
    background: #fff;
    border: 1px solid var(--res-border);
    border-radius: 10px;
    min-height: 44px;
    padding-right: 40px;
}

.ui-page-reservation-step1 .tour-date-wrap__icon {
    color: var(--res-navy);
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.ui-page-reservation-step1 .tour-guest-counter {
    align-items: stretch;
    border: 1px solid var(--res-border);
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

.ui-page-reservation-step1 .tour-guest-counter__btn {
    background: var(--res-navy);
    border: none;
    color: #fff;
    flex: 0 0 40px;
    font-size: 1.1rem;
    font-weight: 700;
}

.ui-page-reservation-step1 .tour-guest-counter .form-control {
    background: #fff;
    border: none;
    border-left: 1px solid var(--res-border);
    border-right: 1px solid var(--res-border);
    border-radius: 0;
    font-weight: 700;
}

.ui-page-reservation-step1 .tour-res-submit-btn,
.ui-page-reservation-step1 .check-availability-btn.tour-res-submit-btn {
    align-items: center;
    background: var(--res-navy) !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 16px rgba(25, 35, 126, 0.25) !important;
    color: #fff !important;
    display: flex;
    font-weight: 800 !important;
    gap: 10px;
    justify-content: center;
    letter-spacing: 0.8px;
    min-height: 54px;
    text-transform: uppercase;
    width: 100%;
}

/* ── Legacy result card (tour + car) ── */
.ui-page-reservation-result .sonuc-mesaj-card {
    background: #fff;
    border: 1px solid var(--res-border);
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(25, 35, 126, 0.08);
    text-align: center;
}

.ui-page-reservation-result .sonuc-mesaj-card-title {
    color: var(--res-navy);
    font-family: var(--heading-font, Arial, Helvetica, sans-serif);
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 24px;
}

.ui-page-reservation-result .sonuc-mesaj-card .button-mavi,
.ui-page-reservation-result .sonuc-mesaj-card .button.button-mavi {
    background: var(--res-navy) !important;
    border: none !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    min-height: 48px;
}

.ui-page-reservation-result .sonuc-mesaj-card .button-sari,
.ui-page-reservation-result .sonuc-mesaj-card .button.button-sari {
    border-radius: 12px !important;
    font-weight: 700 !important;
    min-height: 48px;
}

@media (max-width: 991.98px) {
    .ui-page-reservation-contact .custom-section .col-xl-4.col-xxl-3 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .ui-page-reservation-contact .form-card {
        padding: 20px 16px;
    }

    .ui-page-reservation-contact .res-summary-card__meta {
        grid-template-columns: 1fr;
    }

    .ui-page-reservation-contact .res-summary-card__meta > li {
        align-items: flex-start;
        border-right: none;
        display: flex;
        gap: 12px;
        justify-content: space-between;
    }

    .ui-page-reservation-contact .res-summary-card__meta > li .transfer-secimleri-list__title {
        flex: 1 1 auto;
        margin-bottom: 0;
        min-width: 0;
        text-align: left;
    }

    .ui-page-reservation-contact .res-summary-card__meta > li .transfer-secimleri-list__text {
        flex: 0 1 auto;
        max-width: 58%;
        text-align: right;
    }

    .ui-page-reservation-contact .res-summary-card__meta--rental-dates > li {
        border-right: none;
    }

    .ui-page-reservation-contact .res-summary-card__pricing > li:not(.res-summary-card__pricing-row) {
        align-items: flex-start;
        display: flex;
        gap: 12px;
        justify-content: space-between;
    }

    .ui-page-reservation-contact .res-summary-card__pricing > li:not(.res-summary-card__pricing-row) .transfer-secimleri-list__title {
        flex: 1 1 auto;
        margin-bottom: 0;
        min-width: 0;
        text-align: left;
    }

    .ui-page-reservation-contact .res-summary-card__pricing > li:not(.res-summary-card__pricing-row) .transfer-secimleri-list__text {
        flex: 0 1 auto;
        max-width: 58%;
        text-align: right;
    }

    .ui-page-reservation-contact .res-summary-card__meta--inline > li.res-summary-card__meta-row {
        padding: 12px 16px;
    }

    .ui-page-reservation-contact .res-summary-card__meta-desc {
        font-size: 0.76rem;
    }

    .ui-page-reservation-contact .res-summary-card__meta-value {
        font-size: 0.78rem;
    }

    .ui-page-reservation-contact .res-summary-card__pricing-row {
        padding: 12px 16px;
    }

    .ui-page-reservation-contact .res-summary-card__pricing-desc {
        font-size: 0.78rem;
    }

    .ui-page-reservation-contact .res-summary-card__pricing-sum {
        font-size: 0.82rem;
    }

    .res-progress.transfer-progress {
        padding: 12px 14px;
    }

    .res-progress .transfer-progress-item {
        font-size: 0.68rem;
    }
}

/* Layout preloads Bootstrap Icons 1.8.1 async; re-register 1.11.3 font on reservation pages. */
@font-face {
    font-display: block;
    font-family: bootstrap-icons;
    src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2") format("woff2"),
        url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff") format("woff");
}

.ui-page-reservation-contact .bi::before,
.ui-page-reservation-contact [class^="bi-"]::before,
.ui-page-reservation-contact [class*=" bi-"]::before {
    font-family: bootstrap-icons !important;
}
