.arya-booking-form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 16px;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    padding: 20px;
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0px 5px 5px 5px;
    justify-content: center;
}

.arya-booking-form.is-results {
    background-color: #bb8c3e;
}

.arya-booking-form label {
    font-family: 'Playfair Display', display;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    color: #fff;
    min-width: 120px;
    flex: 1 1 120px;
}

.arya-booking-form input {
    margin-top: 6px;
    padding: 8px 10px;
    border: 1px solid #ccc;
    font-size: 15px;
    transition: border 0.2s;
}

.arya-booking-form input:focus {
    border-color: #0073aa;
    outline: none;
}

.arya-booking-form button {
    font-family: 'Playfair Display', display;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    height: 42px;
    min-width: 120px;
    color: #fff;
    background-color: transparent;
    transition: color 0.5s, transform 0.2s, background-color 0.2s;
}

.arya-booking-form button:hover {
    color: #fff;
    background-color: transparent;
}

.arya-booking-form.is-results .arya-search-button button:hover {
    color: #bb8c3e !important;
    background-color: #fff !important;
}

.arya-booking-form button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    border: 2px solid #fff;
    transition: opacity 0.3s ease;
    z-index: 2;
    background-color: transparent;
}

.arya-booking-form.is-results button::before {
    transition: opacity 0.3s ease;
    z-index: 2;
    background-color: transparent;
}

.arya-booking-form button:hover::before {
    opacity: 0;
}

.arya-booking-form button::after {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 200px;
    color: #fff;
    background-color: #bb8c3e;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0;
    z-index: -1;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s
}

.arya-booking-form.is-results button::after {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 200px;
    color: #bb8c3e;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0;
    z-index: -1;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s
}

.arya-booking-form button:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center;
    color: #fff;
}

.arya-booking-form.is-results button:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center;
    color: #bb8c3e;
}

.arya-booking-form.is-results .arya-search-button {
    flex-grow: 1;
}

.arya-booking-form.is-results .arya-search-button button {
    width: 100%;
}

.arya-booking-form.is-results .arya-search-date {
    width: 100%;
}

@media (max-width: 800px) {
    .arya-booking-form {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 8px;
        padding: 12px;
        margin-bottom: 0;
    }

    .arya-booking-form label,
    .arya-booking-form button {
        min-width: 0;
        flex: 1 1 45%;
    }

    .arya-search-button {
        flex-grow: 1;
    }

    .arya-search-date {
        width: 100%;
    }

    .arya-booking-form button {

        width: 100%;
        margin-top: 8px;
    }

    /* Her iki satırda da iki eleman yan yana */
    .arya-booking-form label {
        margin-bottom: 0;
    }
}

@media (max-width: 300px) {

    .arya-booking-form label,
    .arya-booking-form button {
        flex: 1 1 100%;
    }
}








/* 
.arya-card {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04)
} */

.arya-card__img-wrap {
    aspect-ratio: 16/10;
    background: #f3f4f6;
    position: relative;
    overflow: hidden
}

.arya-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.arya-card__body {
    padding: 14px
}

.arya-card__title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 6px
}

/* .arya-badges {
    display: flex;
    gap: 8px;
    margin: 6px 0 10px
}

.badge {
    font-size: 12px;
    line-height: 1;
    border-radius: 999px;
    padding: 6px 10px;
    background: #eef2ff;
    color: #3730a3
}

.badge--low {
    background: #fff7ed;
    color: #b45309
} */

.arya-card__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px
}

.price {
    font-size: 18px;
    font-weight: 700
}

.nights {
    font-size: 12px;
    color: #6b7280
}

.btn.arya-btn {
    appearance: none;
    border: 0;
    border-radius: 10px;
    padding: 10px 14px;
    background: #bb8c3e;
    color: #fff;
    cursor: pointer;
    transition: .2s ease
}

.btn.arya-btn:hover {
    color: #bb8c3e;
    background: #fff;
    border: 1px solid #bb8c3e;

}







/* GUEST-INFO-MODAL */

:root {
    --arya-bg: #fff;
    --arya-text: #1f2937;
    --arya-muted: #6b7280;
    --arya-border: #e5e7eb;
    --arya-dotted: #d1d5db;
    --arya-primary: #111827;
    --arya-accent: #10b981;
    --arya-shadow: 0 8px 24px rgba(0, 0, 0, .06);
    --arya-radius: 14px;
    --arya-gap: 20px;
    --arya-border: #e5e7eb;
    --arya-card-bg: #fff;
    --arya-card-shadow: 0 1px 2px rgba(0, 0, 0, .04);
    --arya-card-text: #111827;
    --arya-card-muted: #6b7280;
    --arya-card-btn: #111827;
    --arya-card-btn-hover: #0b1220;
    --arya-card-badge-bg: #eef2ff;
    --arya-card-badge-fg: #3730a3;
    --arya-card-badge-low-bg: #fff7ed;
    --arya-card-badge-low-fg: #b45309;
}

/* ---------- Layout wrappers ---------- */

.arya-modal__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.arya-modal__form-wrapper {
    max-width: 1100px;
    margin-inline: auto;
}

.arya-modal__row {
    display: flex;
    gap: 20px;
    align-items: center;
    height: 100%;
}

/* LEFT: photo + summary */
.arya-modal__room-info {
    background: var(--arya-bg);
    display: flex;
    gap: 13px;
    flex: 1 1 52%;
    align-items: center;
    flex-direction: column;
}

.arya-modal__img-wrap {
    aspect-ratio: 16 / 10;
    width: 100%;
    max-width: 200px;

    background: #f3f4f6;
    overflow: hidden;
    /* hizalama için: */
    flex: 0 0 auto;
    /* sabit kutu gibi davransın */
    margin: auto;
    /* önceki auto merkezlemeyi kaldır */
}

.arya-modal__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* RIGHT column */
.arya-modal__room-price {
    flex: 1 1 48%;
}

/* ---------- Booking summary box ---------- */
.arya-modal-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* PATCH: .arya-modal-top border düzeltme */
.arya-modal-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
    /* child’dan alındı */
    border: 1px dashed var(--arya-dotted);
    /* tek dış çerçeve */
}

.arya-modal-top>div {
    margin: 0;
    /* eskiden: margin-top:10px */
    padding: 10px clamp(6px, 3vw, 10px);
    border: none;
    /* çocuklardaki border’ı kaldır */
}

.arya-modal-top>div:first-child {
    border-right: 1px dashed var(--arya-dotted);
    /* yalnız iç ayırıcı */
}

.arya-modal-top h4 {
    margin: .25rem 0 .35rem;
    font-weight: 600;
    color: var(--arya-primary);
}

.arya-modal-top small {
    color: var(--arya-muted);
    font-weight: 500;
}

.arya-modal-date {
    font-weight: 600;
    color: var(--arya-primary);
}

.arya-modal-meta {
    display: grid;
    gap: 8px;
    padding: 0 clamp(16px, 3vw, 32px) 0;
    border-bottom: 1px dashed var(--arya-dotted);
}

.arya-modal-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.arya-modal-chip {
    font-size: 14px;
    padding: .15rem .6rem;
    background: #eef2ff;
    color: #4338ca;
    border-radius: 6px;
    font-weight: 600;
}

.arya-modal-value {
    font-weight: 600;
}

.arya-modal-grand {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 8px clamp(16px, 3vw, 32px) 8px;
}

.arya-modal-label {
    font-weight: 700;
}

.arya-modal-total {
    font-weight: 800;
    font-size: clamp(22px, 4.2vw, 22px);
}

/* ---------- Guest form ---------- */
.arya-cust {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.arya-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width:640px) {
    .arya-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .field--full {
        grid-column: 1 / -1;
    }
}

.field label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
}

.field .muted {
    color: var(--arya-muted);
    font-weight: 400;
}

.field .req {
    color: #ef4444;
    margin-left: 4px;
}

.field input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--arya-border);
    border-radius: 10px;
    font-size: 14px;
    background: #fff;
    color: var(--arya-primary);
    font: inherit;
}

.field input:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, .15);
}

.hint {
    margin-top: 6px;
    font-size: 12px;
    color: var(--arya-muted);
}

.pay-group {
    border: 0;
    margin: 2px 0 4px;
    padding: 0;
}

.pay-group>legend {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
}

.pay-options {
    display: grid;
    gap: 10px;
}

@media (min-width:640px) {
    .pay-options {
        grid-template-columns: 1fr 1fr;
    }
}

.radio-card {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 12px;
    border: 1px solid var(--arya-border);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    user-select: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .04s ease;
}

.radio-card:hover {
    transform: translateY(-1px);
}

.radio-card input {
    margin-top: 3px;
}

.rc-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.rc-title {
    font-weight: 600;
}

.rc-desc {
    font-size: 12px;
    color: var(--arya-muted);
}

@supports selector(:has(*)) {
    .radio-card:has(input:checked) {
        border-color: #6366f1;
        box-shadow: 0 0 0 3px rgba(99, 102, 241, .15);
    }
}

.form-error {
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #fecaca;
    background: #fee2e2;
    color: #7f1d1d;
    border-radius: 10px;
}

.arya-modal__actions {
    display: flex;
    gap: 10px;
    justify-content: end;
}

/* ---------- Responsive fixes ---------- */
@media (max-width:960px) {
    .arya-modal__room-info {
        display: block;
    }
}

@media (max-width:720px) {
    .arya-modal__row {
        flex-direction: column;
        gap: 40px;
    }

    .arya-modal__img-wrap {
        width: 100%;
        max-width: none;
    }

    .arya-modal-top {
        grid-template-columns: 1fr;
    }

    .arya-modal-top>div:first-child {
        border-right: none;
        border-bottom: 1px dashed var(--arya-dotted);
        /* iç ayırıcı aşağı taşınır */
    }
}