/**
 * Voyage Elegante — Modern Layout Override
 * -----------------------------------------
 * Rollback: inc/css.php içinde $ve_modern_layout = false; yapın
 * veya bu dosyanın link satırını yorum satırına alın.
 */

:root {
    --ve-container-md: 1040px;
    --ve-container-lg: 1280px;
    --ve-container-xl: 1400px;
    /* Carousel — orijinal 1170px: otel 270×4, dest 170×6, escape 370×3 */
    --ve-carousel-margin: 25px;
    --ve-carousel-hotel-w: 330px;
    --ve-carousel-dest-w: 212px;
    --ve-carousel-escape-w: 405px;
    --ve-carousel-escape-img-h: 168px;
    --ve-carousel-hotel-img-h: 180px;
    --ve-carousel-dest-img-h: 160px;
    --ve-hotel-title-line-h: 1.35;
    --ve-hotel-title-lines: 3;
    --ve-hotel-desc-line-h: 1.45;
    --ve-hotel-desc-lines: 3;
    --ve-hotel-details-min-h: 232px;
    --ve-hotel-title-size: 14px;
    --ve-search-control-h: 44px;
    --ve-search-control-h-mobile: 44px;
    --ve-search-radius: 2px;
    --ve-search-box-radius: 4px;
    --ve-btn-radius: 2px;
    --ve-btn-md-h: 36px;
    --ve-search-padding: 18px 22px;
    --ve-search-label-size: 11px;
    --ve-input-font-size: 14px;
    --ve-auth-base-size: 15px;
    --ve-auth-title-size: 21px;
    --ve-auth-input-size: 15px;
    --ve-auth-btn-size: 14px;
    --ve-auth-body-size: 14px;
    --ve-glass-bg: rgba(235, 245, 255, 0.38);
    --ve-glass-border: transparent;
    --ve-glass-input-bg: rgba(255, 255, 255, 0.55);
    --ve-glass-blur: 8px;
}

/* ── Site genişliği (tüm sayfalar) ───────────────────────────── */
@media (min-width: 992px) {
    .container,
    .navbar .container,
    #footer .container,
    .megamenu-wrapper.container,
    .chaser .container {
        width: var(--ve-container-md);
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container,
    .navbar .container,
    #footer .container,
    .megamenu-wrapper.container,
    .chaser .container {
        width: var(--ve-container-lg);
    }
}

@media (min-width: 1400px) {
    .container,
    .navbar .container,
    #footer .container,
    .megamenu-wrapper.container,
    .chaser .container {
        width: var(--ve-container-xl);
    }
}

/* ── Carousel kartları — geniş container ile orantılı ───────────
   FlexSlider kaydırma math'ı data-item-width ile eşleşmeli (maintable.php).
   Görsel yapı burada; mobil (<992px) kurallar uygulanmaz. */
@media (min-width: 992px) {
    .image-carousel.style3:not(.flex-slider) .slides > li {
        width: var(--ve-carousel-hotel-w) !important;
        margin-right: var(--ve-carousel-margin) !important;
    }

    .image-carousel.style3.flex-slider .slides > li {
        width: var(--ve-carousel-dest-w) !important;
        margin-right: var(--ve-carousel-margin) !important;
    }

    .image-carousel.style2.row-2 .slides > li {
        width: var(--ve-carousel-escape-w) !important;
        margin-right: var(--ve-carousel-margin) !important;
    }
}

@media (min-width: 1200px) {
    :root {
        --ve-carousel-hotel-img-h: 192px;
        --ve-carousel-dest-img-h: 168px;
        --ve-carousel-escape-img-h: 176px;
    }
}

@media (min-width: 1400px) {
    :root {
        --ve-carousel-hotel-img-h: 210px;
        --ve-carousel-dest-img-h: 172px;
        --ve-carousel-escape-img-h: 182px;
    }
}

.image-box.hotel.listing-style1 figure img,
.listing-style3.hotel .box figure img,
.image-box.style9 figure img,
.image-box.style11 figure img,
.image-carousel .slides img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.listing-style1.hotel .box figure,
.listing-style3.hotel .box figure {
    overflow: hidden;
}

.listing-style1.hotel .box figure img,
.listing-style3.hotel .box figure img {
    object-fit: cover;
}

@media (min-width: 992px) {
    .listing-style1.hotel .box figure img,
    .listing-style3.hotel .box figure img {
        min-height: 160px;
    }

    .image-carousel.style3 .listing-style1.hotel .box figure img {
        min-height: var(--ve-carousel-hotel-img-h);
        border-radius: var(--ve-search-radius);
    }

    .image-carousel.style3.flex-slider .image-box.style9 figure img {
        min-height: var(--ve-carousel-dest-img-h);
        object-fit: cover;
    }
}

.image-carousel.style3 .listing-style1.hotel .box {
    border-radius: var(--ve-search-box-radius);
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(45, 62, 82, 0.09);
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

/* Carousel otel kartları — eşit yükseklik, uzun başlık/açıklama kırpma */
.image-carousel.style3 .slides.image-box.hotel.listing-style1 > li {
    display: flex;
    align-items: stretch;
}

.image-carousel.style3 .listing-style1.hotel figure {
    flex-shrink: 0;
    margin: 0;
}

.image-carousel.style3 .listing-style1.hotel .details {
    position: relative;
    padding: 14px 14px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: var(--ve-hotel-details-min-h);
}

.image-carousel.style3 .listing-style1.hotel .details .price {
    position: absolute;
    top: 14px;
    right: 14px;
    float: none;
    margin: 0;
    text-align: right;
    line-height: 1.05;
    font-size: 1.6667em;
    max-width: 42%;
    z-index: 1;
}

.image-carousel.style3 .listing-style1.hotel .details .price small {
    display: block;
    font-size: 0.5em;
    line-height: 1.2;
}

.image-carousel.style3 .listing-style1.hotel .box-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--ve-hotel-title-lines);
    overflow: hidden;
    font-size: var(--ve-hotel-title-size);
    font-weight: 600;
    line-height: var(--ve-hotel-title-line-h);
    color: #2d3e52;
    padding-right: 42%;
    margin: 0 0 8px;
    word-break: break-word;
    -webkit-text-size-adjust: 100%;
}

.image-carousel.style3 .listing-style1.hotel .box-title:after {
    display: none;
}

.image-carousel.style3 .listing-style1.hotel .box-title small {
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 4px;
    text-transform: uppercase;
    color: #838383;
}

.image-carousel.style3 .listing-style1.hotel .feedback {
    flex-shrink: 0;
    margin: 0 0 8px;
}

.image-carousel.style3 .listing-style1.hotel .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--ve-hotel-desc-lines);
    overflow: hidden;
    line-height: var(--ve-hotel-desc-line-h);
    height: calc(var(--ve-hotel-desc-line-h) * 1em * var(--ve-hotel-desc-lines));
    max-height: calc(var(--ve-hotel-desc-line-h) * 1em * var(--ve-hotel-desc-lines));
    margin: 0 0 12px;
    flex-shrink: 0;
}

.image-carousel.style3 .listing-style1.hotel .d-grid {
    margin-top: auto;
    flex-shrink: 0;
}

@media (min-width: 992px) {
    .image-carousel.style3 .listing-style1.hotel figure {
        aspect-ratio: 3 / 2;
    }

    .image-carousel.style3 .listing-style1.hotel figure a {
        display: block;
        height: 100%;
    }

    .image-carousel.style3 .listing-style1.hotel figure img {
        width: 100%;
        height: 100%;
        min-height: 0;
        object-fit: cover;
    }
}

@media (min-width: 1200px) {
    :root {
        --ve-hotel-details-min-h: 240px;
        --ve-hotel-title-size: 15px;
    }

    .image-carousel.style3 .listing-style1.hotel .details {
        padding: 16px 16px 18px;
    }

    .image-carousel.style3 .listing-style1.hotel .details .price {
        top: 16px;
        right: 16px;
    }
}

@media (max-width: 991px) {
    .image-carousel.style3 .listing-style1.hotel .details {
        min-height: 0;
    }

    .image-carousel.style3 .listing-style1.hotel .details .price {
        max-width: 38%;
    }

    .image-carousel.style3 .listing-style1.hotel .box-title {
        padding-right: 38%;
    }
}

.image-carousel.style3 .image-box.style9 figure {
    overflow: hidden;
    border-radius: var(--ve-search-radius) var(--ve-search-radius) 0 0;
}

.image-carousel.style3 .image-box.style9 .box {
    border-radius: var(--ve-search-box-radius);
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(45, 62, 82, 0.08);
}

.image-carousel.style3 .image-box.style9 .details {
    padding: 16px 14px 18px;
}

.image-carousel.style2.row-2 .image-box.style11 .box {
    border-radius: var(--ve-search-box-radius);
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(45, 62, 82, 0.08);
}

.image-carousel.style2.row-2 .image-box.style11 figure img {
    object-fit: cover;
}

/* Discover Your Escape — otel kartlarından ayrı, daha kısa görsel yüksekliği */
@media (min-width: 992px) {
    .image-carousel.style2.row-2 .image-box.style11 figure {
        height: var(--ve-carousel-escape-img-h);
        overflow: hidden;
    }

    .image-carousel.style2.row-2 .image-box.style11 figure a {
        display: block;
        height: 100%;
    }

    .image-carousel.style2.row-2 .image-box.style11 figure img {
        width: 100%;
        height: 100%;
        min-height: 0;
        object-fit: cover;
    }
}

/* ── Ana sayfa arama kutusu — buz cam efekti ─────────────────── */
.search-box-wrapper.modern-offset {
    position: relative !important;
    z-index: 9999 !important;
    margin-top: -88px !important;
    margin-bottom: 48px !important;
    padding: 0 15px;
}

.search-box.ve-booking-fixed {
    border-radius: var(--ve-search-box-radius) !important;
    box-shadow: 0 10px 32px rgba(45, 62, 82, 0.14) !important;
    max-width: var(--ve-container-xl);
    margin: 0 auto;
    width: 100%;
    background: transparent !important;
    border: none !important;
}

.search-box.ve-booking-fixed .search-tab-content {
    position: relative;
    padding: var(--ve-search-padding) !important;
    border-radius: var(--ve-search-box-radius) !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    box-shadow: 0 8px 28px rgba(45, 62, 82, 0.1);
    isolation: isolate;
}

.search-box.ve-booking-fixed .search-tab-content::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: var(--ve-glass-bg);
    backdrop-filter: blur(var(--ve-glass-blur)) saturate(140%);
    -webkit-backdrop-filter: blur(var(--ve-glass-blur)) saturate(140%);
    z-index: 0;
    pointer-events: none;
}

.search-box.ve-booking-fixed .search-tab-content > .tab-pane {
    position: relative;
    z-index: 1;
}

.search-box.ve-booking-fixed,
.search-box.ve-booking-fixed label,
.search-box.ve-booking-fixed .input-text,
.search-box.ve-booking-fixed button,
.ve-booking-fixed,
.ve-booking-fixed label,
.ve-booking-fixed .input-text,
.ve-booking-fixed button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.search-box.ve-booking-fixed .modern-align-row {
    margin-left: 0;
    margin-right: 0;
}

.ve-booking-fixed label,
.ve-search-action-label {
    display: block !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    margin-bottom: 6px !important;
    min-height: 16px;
    line-height: 1.2 !important;
    color: #2d3e52 !important;
    text-transform: uppercase;
}

/* Misafir paneli — üst arama etiketlerinden ayrı (index / arama / otel detay) */
.ve-booking-fixed .guests-expandable-panel .panel-row-item label {
    display: inline-block !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    color: #2d3e52 !important;
    margin: 0 !important;
    min-height: 0 !important;
    line-height: 1.3 !important;
    white-space: nowrap;
}

.ve-booking-fixed .input-text,
.ve-booking-fixed .selector select,
.ve-booking-fixed .selector span.custom-select,
.ve-booking-fixed .guests-custom-input-trigger,
.ve-booking-fixed .datepicker-wrap .input-text {
    height: var(--ve-search-control-h) !important;
    min-height: var(--ve-search-control-h) !important;
    line-height: normal !important;
    font-size: var(--ve-input-font-size) !important;
    border-radius: var(--ve-search-radius) !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box;
    background: var(--ve-glass-input-bg) !important;
    border: 1px solid rgba(45, 62, 82, 0.1) !important;
}

.ve-booking-fixed .selector span.custom-select {
    line-height: calc(var(--ve-search-control-h) - 2px) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ve-booking-fixed .selector select {
    height: var(--ve-search-control-h) !important;
}

.ve-booking-fixed .datepicker-wrap {
    position: relative;
    display: block;
}

.ve-booking-fixed .datepicker-wrap .input-text {
    padding-right: 38px !important;
    line-height: var(--ve-search-control-h) !important;
    padding-top: 0 !important;
}

.search-box.ve-booking-fixed .datepicker-wrap:after,
.ve-booking-fixed .datepicker-wrap:after {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: var(--ve-search-control-h) !important;
    min-height: var(--ve-search-control-h) !important;
    line-height: 1 !important;
    top: 0 !important;
    bottom: auto !important;
    right: 0 !important;
    font-size: 18px !important;
    border-radius: 0 var(--ve-search-radius) var(--ve-search-radius) 0 !important;
    background-color: #2d3e52 !important;
    pointer-events: none;
}

.guests-custom-input-trigger {
    width: 100%;
    background: var(--ve-glass-input-bg);
    border: 1px solid rgba(45, 62, 82, 0.14);
    padding: 0 32px 0 12px;
    color: #2d3e52;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-weight: 500;
}

.guests-custom-input-trigger:after {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 5px 0 5px;
    border-style: solid;
    border-color: #7a8a9a transparent transparent transparent;
}

.guests-expandable-panel {
    position: absolute;
    top: calc(100% + 6px);
    left: 15px;
    width: min(320px, calc(100% - 30px));
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(45, 62, 82, 0.12);
    box-shadow: 0 10px 28px rgba(45, 62, 82, 0.12);
    border-radius: var(--ve-search-box-radius);
    padding: 16px;
    z-index: 10005 !important;
    display: none;
    text-align: left;
}

.guests-expandable-panel.active {
    display: block !important;
}

.panel-row-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    gap: 12px;
}

.panel-row-item:last-of-type {
    margin-bottom: 0;
}

.panel-row-item label {
    font-size: 13px !important;
    font-weight: 700;
    color: #2d3e52;
    margin: 0;
    text-transform: none !important;
}

.panel-select-box {
    width: 100px;
    flex-shrink: 0;
}

.panel-select-box .selector span.custom-select,
.panel-select-box .selector select {
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
}

.panel-child-ages-wrapper {
    border-top: 1px solid #eee;
    margin-top: 14px;
    padding-top: 14px;
}

.panel-child-ages-wrapper h6 {
    margin: 0 0 10px 0;
    font-size: 11px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.panel-child-ages-wrapper .child-age {
    height: 40px !important;
    font-size: 14px !important;
}

.search-box.ve-booking-fixed .search-btn-final,
.search-box.ve-booking-fixed #btn_searchreset,
.ve-booking-fixed .search-btn-final,
.ve-booking-fixed #btn_searchreset,
.ve-booking-fixed #btn_search {
    height: var(--ve-search-control-h) !important;
    min-height: var(--ve-search-control-h) !important;
    line-height: 1.2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: 700;
    letter-spacing: 0.02em;
    border-radius: var(--ve-btn-radius) !important;
    padding: 0 12px !important;
    margin: 0 !important;
    white-space: nowrap;
}

.search-box.ve-booking-fixed .search-btn-final.icon-check-darkblue,
.ve-booking-fixed .search-btn-final.icon-check-darkblue,
.ve-booking-fixed #btn_search.icon-check-darkblue {
    justify-content: center;
    padding-right: 36px !important;
}

.search-box.ve-booking-fixed .icon-check-darkblue:after,
.ve-booking-fixed .icon-check-darkblue:after {
    width: 36px;
    background-size: 14px 14px;
}

.ve-search-actions {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ve-search-action-buttons {
    display: flex;
    gap: 6px;
    width: 100%;
    align-items: stretch;
}

.ve-search-reset-wrap {
    flex: 0 0 34%;
    min-width: 0;
}

.ve-search-action-buttons .search-btn-final {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ve-search-action-buttons.ve-search-reset-hidden .search-btn-final {
    flex: 1 1 100%;
    width: 100%;
}

@media (min-width: 992px) {
    .modern-align-row {
        display: flex !important;
        align-items: flex-end !important;
        flex-wrap: nowrap !important;
    }

    .modern-align-row > .form-group {
        margin-bottom: 0 !important;
        float: none !important;
    }

    .modern-align-row .section-divider {
        padding-top: 0;
        padding-bottom: 0;
    }

    .search-box.ve-booking-fixed .section-divider {
        padding-left: 10px;
        padding-right: 10px;
    }

    .search-box.ve-booking-fixed .ai-border-focus {
        padding-left: 14px;
    }

    .search-box.ve-booking-fixed .modern-align-row .ve-search-destination {
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        z-index: 1;
    }

    .search-box.ve-booking-fixed .modern-align-row .ve-search-destination:focus-within {
        z-index: 10006;
    }

    .ve-search-actions {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* Destination typeahead — buz cam, arama kutusuyla uyumlu */
.search-box.ve-booking-fixed .typeahead.dropdown-menu,
.ve-booking-fixed .typeahead.dropdown-menu {
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(12px) saturate(140%);
    -webkit-backdrop-filter: blur(12px) saturate(140%);
    border: 1px solid rgba(45, 62, 82, 0.12) !important;
    border-radius: var(--ve-search-box-radius) !important;
    box-shadow: 0 12px 32px rgba(45, 62, 82, 0.14) !important;
    margin-top: 6px;
    padding: 6px 0;
    max-width: 550px;
    max-height: 340px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10010 !important;
    color: #2d3e52 !important;
    float: none;
}

.search-box.ve-booking-fixed .typeahead.dropdown-menu > li > a,
.ve-booking-fixed .typeahead.dropdown-menu > li > a {
    display: block;
    padding: 10px 14px;
    color: #2d3e52 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    white-space: normal;
    background: transparent !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search-box.ve-booking-fixed .typeahead.dropdown-menu > li > a:hover,
.search-box.ve-booking-fixed .typeahead.dropdown-menu > li > a:focus,
.ve-booking-fixed .typeahead.dropdown-menu > li > a:hover,
.ve-booking-fixed .typeahead.dropdown-menu > li > a:focus {
    background: rgba(45, 62, 82, 0.07) !important;
    color: #2d3e52 !important;
}

.search-box.ve-booking-fixed .typeahead.dropdown-menu > li.active > a,
.search-box.ve-booking-fixed .typeahead.dropdown-menu > li.active > a:hover,
.search-box.ve-booking-fixed .typeahead.dropdown-menu > li.active > a:focus,
.ve-booking-fixed .typeahead.dropdown-menu > li.active > a,
.ve-booking-fixed .typeahead.dropdown-menu > li.active > a:hover,
.ve-booking-fixed .typeahead.dropdown-menu > li.active > a:focus {
    background: rgba(45, 62, 82, 0.11) !important;
    color: #2d3e52 !important;
}

.search-box.ve-booking-fixed .typeahead.dropdown-menu strong,
.ve-booking-fixed .typeahead.dropdown-menu strong {
    font-weight: 700;
    color: #2d3e52;
}

.search-box.ve-booking-fixed .typeahead.dropdown-menu .dropdown-header,
.ve-booking-fixed .typeahead.dropdown-menu .dropdown-header {
    padding: 8px 14px 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #7a8a9a;
}

/* ── Tablet & mobil ───────────────────────────────────────────── */
@media (max-width: 991px) {
    .search-box-wrapper.modern-offset {
        margin-top: -56px !important;
        margin-bottom: 24px !important;
        padding: 0 12px;
        z-index: 9999 !important;
    }

    .search-box.ve-booking-fixed .ai-border-focus {
        border-left: none !important;
        padding-left: 0 !important;
    }

    .search-box.ve-booking-fixed .search-tab-content {
        padding: 18px 16px !important;
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        border: none !important;
        border-radius: var(--ve-search-box-radius) !important;
        box-shadow: 0 10px 32px rgba(45, 62, 82, 0.14) !important;
    }

    .search-box.ve-booking-fixed .search-tab-content::before {
        background: var(--ve-glass-bg);
        backdrop-filter: blur(var(--ve-glass-blur)) saturate(140%);
        -webkit-backdrop-filter: blur(var(--ve-glass-blur)) saturate(140%);
    }

    .search-box.ve-booking-fixed .row {
        margin: 0;
    }

    .search-box.ve-booking-fixed .form-group {
        margin-bottom: 16px !important;
        padding: 0 !important;
    }

    .ve-booking-fixed .input-text,
    .ve-booking-fixed .selector span.custom-select,
    .ve-booking-fixed .guests-custom-input-trigger,
    .ve-booking-fixed .selector select {
        height: var(--ve-search-control-h-mobile) !important;
        min-height: var(--ve-search-control-h-mobile) !important;
        line-height: var(--ve-search-control-h-mobile) !important;
        font-size: 16px !important; /* iOS zoom önleme */
    }

    .ve-booking-fixed .selector span.custom-select {
        line-height: calc(var(--ve-search-control-h-mobile) - 2px) !important;
    }

    .ve-booking-fixed .datepicker-wrap .input-text {
        padding-right: 38px !important;
        line-height: var(--ve-search-control-h-mobile) !important;
    }

    .search-box.ve-booking-fixed .datepicker-wrap:after,
.ve-booking-fixed .datepicker-wrap:after {
        height: var(--ve-search-control-h-mobile) !important;
        min-height: var(--ve-search-control-h-mobile) !important;
    }

    .search-box.ve-booking-fixed .search-btn-final,
    .search-box.ve-booking-fixed #btn_searchreset,
    .ve-booking-fixed .search-btn-final,
    .ve-booking-fixed #btn_searchreset,
    .ve-booking-fixed #btn_search {
        height: var(--ve-search-control-h-mobile) !important;
        min-height: var(--ve-search-control-h-mobile) !important;
        width: 100%;
    }

    .guests-expandable-panel {
        left: 0;
        width: 100%;
        position: relative;
        top: 8px;
        margin-top: 0;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    }

    .ve-search-action-buttons {
        flex-direction: column;
    }

    .ve-search-reset-wrap {
        flex: none;
        width: 100%;
    }

    .section-divider {
        border-right: none !important;
        border-bottom: none !important;
    }

    .inner-divider {
        border-right: none !important;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* İçerik bölümleri — biraz daha ferah dikey boşluk */
#content > .container {
    padding-top: 4px;
    padding-bottom: 8px;
}

#content .container > h1,
#content .container > .description h1 {
    margin-bottom: 18px;
}

/* ── hotel_search.php — index arama kutusu ile aynı input/çerçeve dili ── */
.ve-page-hotel-search #content > .container {
    padding-top: 16px;
}

.ve-page-hotel-search .search-results-title {
    border-radius: var(--ve-search-box-radius) var(--ve-search-box-radius) 0 0;
    border-bottom: 1px solid rgba(45, 62, 82, 0.08);
    line-height: 2.8em;
}

.ve-page-hotel-search .filters-container .panel.style1 .panel-title a {
    color: #2d3e52;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.ve-page-hotel-search .filters-container .panel.style1 .panel-content {
    border-radius: 0 0 var(--ve-search-box-radius) var(--ve-search-box-radius);
}

.ve-page-hotel-search #modify-search-panel.panel-collapse,
.ve-page-hotel-search #modify-search-panel.panel-collapse.in,
.ve-page-hotel-search #modify-search-panel .panel-content.ve-modify-search-panel {
    overflow: visible !important;
}

.ve-page-hotel-search .filters-container .panel.style1:has(#modify-search-panel.in),
.ve-page-hotel-search .filters-container .panel.style1:has(.ve-modify-search-panel .ve-search-destination:focus-within),
.ve-page-hotel-search .filters-container .panel.style1:has(.ve-modify-guests-wrap .guests-expandable-panel.active) {
    position: relative;
    z-index: 50;
}

.ve-page-hotel-search #modify-search-panel .panel-content.ve-modify-search-panel {
    position: relative;
    padding: var(--ve-search-padding) !important;
    background: transparent !important;
    border-radius: 0 0 var(--ve-search-box-radius) var(--ve-search-box-radius);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.ve-page-hotel-search #modify-search-panel .panel-content.ve-modify-search-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: var(--ve-glass-bg);
    backdrop-filter: blur(var(--ve-glass-blur)) saturate(140%);
    -webkit-backdrop-filter: blur(var(--ve-glass-blur)) saturate(140%);
    z-index: 0;
    pointer-events: none;
}

.ve-page-hotel-search #modify-search-panel .panel-content.ve-modify-search-panel > form {
    position: relative;
    z-index: 1;
}

.ve-page-hotel-search .ve-modify-search-form .form-group {
    margin-bottom: 14px;
}

.ve-page-hotel-search .ve-modify-search-form .form-group:last-child {
    margin-bottom: 0;
}

.ve-page-hotel-search .ve-modify-dates-row {
    margin: 0;
}

.ve-page-hotel-search .ve-modify-date-in {
    padding: 0 5px 0 0;
}

.ve-page-hotel-search .ve-modify-date-out {
    padding: 0 0 0 5px;
}

.ve-page-hotel-search .ve-modify-search-panel .ve-search-destination {
    width: 100%;
    max-width: 100%;
    flex: none;
    position: relative;
}

.ve-page-hotel-search .ve-modify-search-panel .ve-search-destination .input-text,
.ve-page-hotel-search .ve-modify-search-panel #searchName {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
}

.ve-page-hotel-search .ve-modify-search-panel .typeahead.dropdown-menu {
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    left: 0 !important;
    right: auto !important;
    z-index: 10020 !important;
}

.ve-page-hotel-search .ve-modify-guests-wrap {
    position: relative;
}

.ve-page-hotel-search .ve-modify-guests-wrap:has(.guests-expandable-panel.active) {
    z-index: 10007;
}

.ve-page-hotel-search .ve-modify-search-panel .ve-search-destination:focus-within {
    z-index: 10006;
    position: relative;
}

.ve-page-hotel-search .ve-modify-search-form .input-text,
.ve-page-hotel-search .ve-modify-search-form .guests-custom-input-trigger,
.ve-page-hotel-search .ve-modify-search-form .datepicker-wrap {
    width: 100%;
}

.ve-page-hotel-search .ve-modify-search-panel .guests-expandable-panel {
    left: 0;
    width: 100%;
    z-index: 10020 !important;
}

.ve-page-hotel-search .ve-modify-search-panel .guests-expandable-panel .panel-select-box .selector {
    position: relative;
    z-index: 1;
}

.ve-page-hotel-search .ve-modify-search-panel .panel-child-ages-wrapper {
    position: relative;
    z-index: 1;
}

.ve-page-hotel-search .ve-modify-search-action {
    margin-top: 4px;
}

.ve-page-hotel-search .filters-container .ve-booking-fixed .form-group > label {
    text-transform: uppercase;
}

.ve-page-hotel-search #children-ages-container .child-age,
.ve-page-hotel-search #children-ages-container .selector span.custom-select {
    height: var(--ve-search-control-h) !important;
    min-height: var(--ve-search-control-h) !important;
    border-radius: var(--ve-search-radius) !important;
    font-size: var(--ve-input-font-size) !important;
    background: var(--ve-glass-input-bg) !important;
    border: 1px solid rgba(45, 62, 82, 0.1) !important;
}

.ve-page-hotel-search #children-ages-container .selector span.custom-select {
    line-height: calc(var(--ve-search-control-h) - 2px) !important;
}

.ve-page-hotel-search #children-ages-container label {
    font-size: 10px !important;
    font-weight: 700;
    color: #2d3e52;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ve-page-hotel-search .ve-amenities-tags {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.ve-page-hotel-search .ve-service-search-input {
    margin-bottom: 10px;
}

.ve-page-hotel-search #amenties_filter {
    max-height: 250px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    margin-bottom: 10px;
    border: 1px solid rgba(45, 62, 82, 0.1);
    border-radius: var(--ve-search-radius);
    padding: 10px;
    transition: max-height 0.4s ease-in-out;
    display: block;
    background: rgba(255, 255, 255, 0.45);
}

.ve-page-hotel-search #amenties_filter.expanded {
    max-height: 600px !important;
}

.ve-page-hotel-search #amenties_filter.expanded li {
    display: block !important;
}

.ve-page-hotel-search #amenties_filter::-webkit-scrollbar {
    width: 6px;
}

.ve-page-hotel-search #amenties_filter::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.ve-page-hotel-search #amenties_filter::-webkit-scrollbar-thumb:hover {
    background: #fdb714;
}

.ve-page-hotel-search #show-all-services.ve-show-all-services-btn {
    margin-top: 10px;
    height: var(--ve-btn-md-h) !important;
    min-height: var(--ve-btn-md-h) !important;
    line-height: var(--ve-btn-md-h) !important;
    padding: 0 14px !important;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    border-radius: var(--ve-btn-radius) !important;
    box-sizing: border-box;
}

.ve-page-hotel-search .filters-container .panel-content.ve-booking-fixed .input-text:focus {
    border-color: rgba(45, 62, 82, 0.22) !important;
    outline: none;
    box-shadow: 0 0 0 2px rgba(45, 62, 82, 0.06);
}

/* Sort results by */
.ve-page-hotel-search .sort-by-section {
    border-radius: var(--ve-search-box-radius);
    overflow: hidden;
    border: 1px solid rgba(45, 62, 82, 0.07);
    margin-bottom: 20px;
}

.ve-page-hotel-search .sort-by-section .sort-by-title {
    color: #2d3e52;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ve-page-hotel-search .sort-by-section .sort-bar .sort-by-container > span {
    border-radius: var(--ve-search-radius);
    overflow: hidden;
}

.ve-page-hotel-search .sort-by-section .sort-bar .sort-by-container > span:after {
    border-radius: 0 var(--ve-search-radius) var(--ve-search-radius) 0;
}

.ve-page-hotel-search .sort-by-section .sort-bar li.active .sort-by-container > span {
    color: #2d3e52;
    font-weight: 600;
}

/* Otel listesi kartları */
.ve-page-hotel-search .hotel-list.listing-style3.hotel {
    margin-top: 0;
}

.ve-page-hotel-search .hotel-list.listing-style3.hotel article.box {
    border-radius: var(--ve-search-box-radius);
    overflow: hidden;
    border: 1px solid rgba(45, 62, 82, 0.07);
    margin-bottom: 20px;
}

.ve-page-hotel-search .hotel-list.listing-style3.hotel article.box figure {
    overflow: hidden;
}

.ve-page-hotel-search .hotel-list.listing-style3.hotel article.box figure img {
    width: 100%;
    height: 100%;
    min-height: 160px;
    object-fit: cover;
    display: block;
}

.ve-page-hotel-search .hotel-list.listing-style3.hotel article.box .details .button,
.ve-page-hotel-search .hotel-list.listing-style3.hotel article.box .details .ve-view-offer-btn {
    border-radius: var(--ve-btn-radius);
    height: var(--ve-search-control-h) !important;
    min-height: var(--ve-search-control-h) !important;
    line-height: 1.2 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 12px !important;
    font-size: 13px !important;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-top: 10px;
}

.ve-page-hotel-search #load-more-btn {
    border-radius: var(--ve-btn-radius) !important;
    margin-top: 8px !important;
}

@media (max-width: 991px) {
    .ve-page-hotel-search .filters-container .ve-booking-fixed .input-text,
    .ve-page-hotel-search .filters-container .ve-booking-fixed .selector span.custom-select,
    .ve-page-hotel-search .filters-container .ve-booking-fixed .selector select,
    .ve-page-hotel-search #children-ages-container .child-age,
    .ve-page-hotel-search #children-ages-container .selector span.custom-select {
        height: var(--ve-search-control-h-mobile) !important;
        min-height: var(--ve-search-control-h-mobile) !important;
        font-size: 16px !important;
    }

    .ve-page-hotel-search .filters-container .ve-booking-fixed .selector span.custom-select,
    .ve-page-hotel-search #children-ages-container .selector span.custom-select {
        line-height: calc(var(--ve-search-control-h-mobile) - 2px) !important;
    }

    .ve-page-hotel-search .filters-container .ve-booking-fixed .datepicker-wrap .input-text {
        line-height: var(--ve-search-control-h-mobile) !important;
    }

    .ve-page-hotel-search .filters-container .ve-booking-fixed #btn_search {
        height: var(--ve-search-control-h-mobile) !important;
        min-height: var(--ve-search-control-h-mobile) !important;
    }

    .ve-page-hotel-search #show-all-services.ve-show-all-services-btn {
        height: 34px !important;
        min-height: 34px !important;
        line-height: 34px !important;
        font-size: 12px !important;
    }
}

/* Mobil filtre drawer */
.ve-page-hotel-search .ve-mobile-filters-bar,
.ve-page-hotel-search .ve-filters-overlay,
.ve-page-hotel-search .ve-filters-drawer-header {
    display: none;
}

@media (max-width: 767px) {
    .ve-page-hotel-search #content {
        padding-top: 12px;
    }

    .ve-page-hotel-search #content > .container {
        padding-top: 0;
    }

    .ve-page-hotel-search .ve-hotel-results-column {
        padding-top: 0;
    }

    .ve-page-hotel-search .ve-mobile-filters-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 10px;
    }

    .ve-page-hotel-search .ve-mobile-result-count {
        flex: 1 1 auto;
        min-width: 0;
        font-size: 13px;
        font-weight: 600;
        color: #2d3e52;
        line-height: 1.35;
    }

    .ve-page-hotel-search .ve-mobile-result-count .soap-icon-search {
        color: #fdb714;
        margin-right: 2px;
    }

    .ve-page-hotel-search .ve-mobile-result-count b {
        font-weight: 700;
    }

    .ve-page-hotel-search .ve-filters-toggle-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: var(--ve-btn-md-h);
        height: var(--ve-btn-md-h);
        padding: 0 18px;
        border: 1px solid rgba(45, 62, 82, 0.18);
        border-radius: var(--ve-btn-radius);
        background: #2d3e52;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        cursor: pointer;
        box-sizing: border-box;
        flex-shrink: 0;
    }

    .ve-page-hotel-search .ve-filters-toggle-btn:hover,
    .ve-page-hotel-search .ve-filters-toggle-btn:focus {
        background: #243244;
        color: #fff;
        outline: none;
    }

    .ve-page-hotel-search .ve-hotel-filters-column {
        position: static;
        width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible;
    }

    .ve-page-hotel-search .ve-filters-drawer {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(340px, 88vw);
        max-width: 88vw;
        z-index: 10050;
        background: #fff;
        box-shadow: 8px 0 32px rgba(45, 62, 82, 0.18);
        transform: translateX(-105%);
        transition: transform 0.28s ease;
        display: flex;
        flex-direction: column;
        pointer-events: none;
    }

    .ve-page-hotel-search .ve-filters-drawer-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 16px 18px;
        border-bottom: 1px solid rgba(45, 62, 82, 0.1);
        background: #fff;
        flex-shrink: 0;
    }

    .ve-page-hotel-search .ve-filters-drawer-title {
        margin: 0;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #2d3e52;
    }

    .ve-page-hotel-search .ve-filters-drawer-close {
        width: 36px;
        height: 36px;
        border: 1px solid rgba(45, 62, 82, 0.12);
        border-radius: var(--ve-btn-radius);
        background: transparent;
        color: #2d3e52;
        font-size: 24px;
        line-height: 1;
        cursor: pointer;
        padding: 0;
        flex-shrink: 0;
    }

    .ve-page-hotel-search .ve-filters-drawer-body {
        flex: 1 1 auto;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 12px 24px;
    }

    .ve-page-hotel-search .ve-filters-drawer-body .search-results-title {
        margin-top: 12px;
    }

    .ve-page-hotel-search .ve-filters-overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 10040;
        background: rgba(20, 28, 38, 0.45);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.28s ease, visibility 0.28s ease;
        pointer-events: none;
    }

    .ve-page-hotel-search.ve-filters-open .ve-filters-drawer {
        transform: translateX(0);
        pointer-events: auto;
    }

    .ve-page-hotel-search.ve-filters-open .ve-filters-overlay {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .ve-page-hotel-search.ve-filters-open {
        overflow: hidden;
    }

    .ve-page-hotel-search .ve-filters-drawer .filters-container .panel.style1:has(#modify-search-panel.in),
    .ve-page-hotel-search .ve-filters-drawer .filters-container .panel.style1:has(.ve-modify-search-panel .ve-search-destination:focus-within),
    .ve-page-hotel-search .ve-filters-drawer .filters-container .panel.style1:has(.ve-modify-guests-wrap .guests-expandable-panel.active) {
        z-index: auto;
    }

    .ve-page-hotel-search .sort-by-section {
        padding: 12px 12px 10px;
    }

    .ve-page-hotel-search .sort-by-section .sort-by-title.block-sm {
        float: none;
        margin: 0 0 10px 0;
        line-height: 1.3;
        font-size: 14px;
    }

    .ve-page-hotel-search .sort-by-section .sort-bar.block-sm {
        float: none;
        display: flex;
        align-items: stretch;
        gap: 6px;
        width: 100%;
        margin-bottom: 0 !important;
    }

    .ve-page-hotel-search .sort-by-section .sort-bar li {
        float: none;
        flex: 1 1 0;
        min-width: 0;
        padding: 0;
    }

    .ve-page-hotel-search .sort-by-section .sort-bar li.clearer {
        display: none !important;
    }

    .ve-page-hotel-search .sort-by-section .sort-bar .sort-by-container > span {
        height: 34px;
        line-height: 34px;
        padding: 0 26px 0 8px;
        font-size: 12px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ve-page-hotel-search .sort-by-section .sort-bar .sort-by-container > span:after {
        width: 22px;
    }

    .ve-page-hotel-search .sort-by-section .sort-bar .sort-by-container:before,
    .ve-page-hotel-search .sort-by-section .sort-bar .sort-by-container:after {
        right: 8px;
    }
}

/* ── hotel_detail.php — galeri: flexslider sabit boyut ister (aspect-ratio kullanma) ── */
.ve-page-hotel-detail .hotel-image-cover {
    width: 600px;
    max-width: 100%;
    height: 600px;
    overflow: hidden;
    display: block;
}

.ve-page-hotel-detail .hotel-image-cover img,
.ve-page-hotel-detail .hotel-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center !important;
}

.ve-page-hotel-detail .hotel-image-container {
    width: 600px;
    max-width: 100%;
    height: 600px;
    background-image: url('/images/ve_loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f5f5f5;
}

.ve-page-hotel-detail .hotel-image-container img {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.ve-page-hotel-detail .photo-gallery.style1 .slides > li.hotel-image-cover,
.ve-page-hotel-detail .photo-gallery.style1 .slides > li.hotel-image-container {
    width: 600px;
    max-width: 100%;
    height: 600px;
}

.ve-page-hotel-detail .room-image-cover {
    width: auto;
    height: 220px;
    overflow: hidden;
    display: block;
}

.ve-page-hotel-detail .room-image-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center !important;
}

.ve-page-hotel-detail #hotel-main-content {
    border-radius: var(--ve-search-box-radius);
}

.ve-page-hotel-detail #hotel-main-content.tab-container.style1 ul.tabs {
    padding: 12px 0 12px 12px;
}

.ve-page-hotel-detail #hotel-main-content.tab-container.style1 ul.tabs li a {
    height: 38px;
    line-height: 38px;
    padding: 0 22px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.ve-page-hotel-detail #hotel-main-content.tab-container.style1 ul.tabs li.active > a:after,
.ve-page-hotel-detail #hotel-main-content.tab-container.style1 ul.tabs li.active:hover > a:after {
    bottom: -6px;
    margin-left: -11px;
    border-top-width: 6px;
    border-left-width: 8px;
    border-right-width: 8px;
}

@media (max-width: 767px) {
    .ve-page-hotel-detail #hotel-main-content.tab-container.style1 ul.tabs {
        padding: 10px 8px;
    }

    .ve-page-hotel-detail #hotel-main-content.tab-container.style1 ul.tabs li {
        padding-right: 8px;
    }

    .ve-page-hotel-detail #hotel-main-content.tab-container.style1 ul.tabs li a {
        height: 36px;
        line-height: 36px;
        padding: 0 16px;
        font-size: 11px;
    }
}

.ve-page-hotel-detail #hotel-features .tab-content {
    border-radius: var(--ve-search-box-radius);
    overflow: visible !important;
}

.ve-page-hotel-detail #hotel-availability.tab-pane {
    overflow: visible !important;
}

.ve-page-hotel-detail .ve-hotel-detail-search {
    position: relative;
    padding: var(--ve-search-padding);
    margin-bottom: 24px;
    border-radius: var(--ve-search-box-radius);
    border: 1px solid rgba(45, 62, 82, 0.08) !important;
    background: var(--ve-glass-bg);
    backdrop-filter: blur(var(--ve-glass-blur)) saturate(140%);
    -webkit-backdrop-filter: blur(var(--ve-glass-blur)) saturate(140%);
    --ve-search-control-h: 44px;
    overflow: visible !important;
    z-index: 1;
}

.ve-page-hotel-detail .ve-hotel-detail-search .ve-detail-field-label,
.ve-page-hotel-detail .ve-hotel-detail-search .ve-modify-date-in > label,
.ve-page-hotel-detail .ve-hotel-detail-search .ve-modify-date-out > label,
.ve-page-hotel-detail .ve-hotel-detail-search .ve-modify-guests-wrap > label {
    display: block;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2d3e52 !important;
    margin: 0 0 6px !important;
    min-height: 16px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ve-page-hotel-detail .ve-hotel-detail-search .guests-expandable-panel .panel-row-item label {
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: normal;
    color: #2d3e52 !important;
    margin: 0 !important;
    min-height: 0;
    line-height: 1.3;
    overflow: visible;
}

.ve-page-hotel-detail .ve-hotel-detail-search .guests-expandable-panel .panel-select-box .selector span.custom-select,
.ve-page-hotel-detail .ve-hotel-detail-search .guests-expandable-panel .panel-select-box .selector select {
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
}

.ve-page-hotel-detail .ve-hotel-detail-search:has(.guests-expandable-panel.active) {
    z-index: 100;
}

.ve-page-hotel-detail #hotel-availability > h2,
.ve-page-hotel-detail #hotel_rooms_result {
    position: relative;
    z-index: 0;
}

.ve-page-hotel-detail #hotel-availability .update-search.ve-hotel-detail-search {
    padding: var(--ve-search-padding) !important;
    margin-bottom: 24px !important;
    border: none !important;
    background: var(--ve-glass-bg) !important;
}

.ve-page-hotel-detail #hotel-availability .update-search.ve-hotel-detail-search > .ve-detail-search-row {
    margin-bottom: 0 !important;
}

.ve-page-hotel-detail .ve-detail-search-row {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ve-page-hotel-detail .ve-detail-field {
    min-width: 0;
    margin-bottom: 0;
}

.ve-page-hotel-detail .ve-modify-dates-row {
    display: flex;
    gap: 10px;
    margin: 0;
}

.ve-page-hotel-detail .ve-modify-date-in,
.ve-page-hotel-detail .ve-modify-date-out {
    flex: 1 1 0;
    min-width: 0;
}

.ve-page-hotel-detail .ve-modify-date-in {
    padding-right: 0;
}

.ve-page-hotel-detail .ve-modify-date-out {
    padding-left: 0;
}

.ve-page-hotel-detail .ve-hotel-detail-search .ve-detail-search-btn-label {
    display: block;
    min-height: 16px;
    margin-bottom: 6px;
    visibility: hidden;
    font-size: 12px;
    line-height: 1.2;
}

.ve-page-hotel-detail .ve-hotel-detail-search .input-text,
.ve-page-hotel-detail .ve-hotel-detail-search .guests-custom-input-trigger {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ve-page-hotel-detail .ve-hotel-detail-search .datepicker-wrap .input-text {
    font-size: 14px !important;
    height: var(--ve-search-control-h) !important;
    min-height: var(--ve-search-control-h) !important;
    padding-left: 12px !important;
    padding-right: 38px !important;
    line-height: calc(var(--ve-search-control-h) - 2px) !important;
}

.ve-page-hotel-detail .ve-hotel-detail-search .guests-custom-input-trigger {
    font-size: 14px !important;
}

.ve-page-hotel-detail .ve-hotel-detail-search #btn_searchroom.ve-detail-search-btn {
    padding-left: 10px !important;
    padding-right: 38px !important;
    overflow: visible !important;
    font-size: 11px !important;
    letter-spacing: 0.05em;
    white-space: nowrap;
    text-align: left;
    justify-content: flex-start !important;
}

.ve-page-hotel-detail .ve-hotel-detail-search #btn_searchroom.ve-detail-search-btn:after {
    width: 34px !important;
    background-size: 13px 13px;
}

.ve-page-hotel-detail .ve-hotel-detail-search .ve-detail-search-btn-label {
    display: block;
    min-height: 16px;
    margin-bottom: 6px;
    visibility: hidden;
}

@media (max-width: 767px) {
    .ve-page-hotel-detail .ve-hotel-detail-search .ve-detail-search-btn-label {
        display: none;
    }
}

.ve-page-hotel-detail .ve-hotel-detail-search .form-group {
    margin-bottom: 0;
}

.ve-page-hotel-detail .ve-hotel-detail-search .ve-modify-guests-wrap {
    position: relative;
    margin-bottom: 0;
}

.ve-page-hotel-detail .ve-hotel-detail-search .ve-modify-guests-wrap:has(.guests-expandable-panel.active) {
    z-index: 10031;
}

.ve-page-hotel-detail .ve-hotel-detail-search .guests-expandable-panel {
    left: 0;
    width: 100%;
    z-index: 10032 !important;
}

.ve-page-hotel-detail .ve-hotel-detail-search .datepicker-wrap,
.ve-page-hotel-detail .ve-hotel-detail-search .guests-custom-input-trigger,
.ve-page-hotel-detail .ve-hotel-detail-search #btn_searchroom.ve-detail-search-btn {
    height: var(--ve-search-control-h) !important;
    min-height: var(--ve-search-control-h) !important;
    box-sizing: border-box;
}

.ve-page-hotel-detail .ve-hotel-detail-search .datepicker-wrap:after {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: var(--ve-search-control-h) !important;
    min-height: var(--ve-search-control-h) !important;
    line-height: 1 !important;
    top: 0 !important;
    bottom: auto !important;
    right: 0 !important;
    font-size: 18px !important;
    border-radius: 0 var(--ve-search-radius) var(--ve-search-radius) 0 !important;
    background-color: #2d3e52 !important;
    pointer-events: none;
}

.ve-page-hotel-detail .ve-hotel-detail-search .datepicker-wrap .input-text,
.ve-page-hotel-detail .ve-hotel-detail-search .guests-custom-input-trigger {
    min-height: var(--ve-search-control-h) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ve-page-hotel-detail .ve-hotel-detail-search .datepicker-wrap .input-text {
    line-height: calc(var(--ve-search-control-h) - 2px) !important;
}

.ve-page-hotel-detail .ve-hotel-detail-search .guests-custom-input-trigger {
    display: flex !important;
    align-items: center !important;
    line-height: 1.2 !important;
}

.ve-page-hotel-detail .ve-hotel-detail-search .input-text,
.ve-page-hotel-detail .ve-hotel-detail-search .guests-custom-input-trigger,
.ve-page-hotel-detail .ve-hotel-detail-search .datepicker-wrap {
    width: 100%;
}

.ve-page-hotel-detail #hotel-availability > h2 {
    color: #2d3e52;
    font-weight: 700;
    margin-bottom: 18px;
}

.ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel article.box {
    border-radius: var(--ve-search-box-radius);
    overflow: hidden;
    border: 1px solid rgba(45, 62, 82, 0.07);
    margin-bottom: 20px;
    display: flex;
    align-items: stretch;
}

.ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel article.box figure {
    overflow: hidden;
    float: none !important;
    flex: 0 0 32%;
    width: 32% !important;
    max-width: 280px;
    margin: 0 !important;
    padding: 0;
    line-height: 0;
    position: relative;
    align-self: stretch;
}

.ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel article.box figure a {
    position: absolute;
    inset: 0;
    display: block;
    height: auto;
    overflow: hidden;
    line-height: 0;
}

.ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel article.box figure img {
    width: 100%;
    height: 100%;
    min-height: 0 !important;
    object-fit: cover;
    object-position: center;
    display: block;
    vertical-align: top;
}

.ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel article.box .details {
    float: none !important;
    flex: 1 1 0;
    width: auto !important;
    min-width: 0;
}

.ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel .details {
    padding: 12px 12px 12px 18px;
}

.ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel .details > * > * {
    padding: 8px 12px;
}

.ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel .details > * > *:first-child {
    padding-left: 0;
}

.ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel .details > *:first-child > * {
    padding-top: 8px;
    padding-bottom: 10px;
}

.ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel .details > * > *:last-child {
    width: 125px;
    padding-right: 6px;
}

.ve-page-hotel-detail #hotel_rooms_result .action-section {
    padding: 4px 6px 8px 10px !important;
}

.ve-page-hotel-detail #hotel_rooms_result .action-section form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
}

@media (max-width: 767px) {
    .ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel article.box {
        flex-direction: column;
        overflow: visible;
        align-items: stretch;
    }

    .ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel article.box figure {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
        max-height: none;
        overflow: hidden;
        position: relative;
        border-radius: var(--ve-search-box-radius) var(--ve-search-box-radius) 0 0;
    }

    .ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel article.box figure a {
        position: static;
        inset: auto;
        height: auto;
    }

    .ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel article.box figure img {
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        max-height: 220px;
        aspect-ratio: 16 / 10;
    }

    .ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel article.box .details {
        flex: 0 0 auto !important;
        float: none !important;
        width: 100% !important;
        min-width: 0;
        min-height: auto !important;
        height: auto !important;
        overflow: visible !important;
    }

    .ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel .details {
        display: block !important;
        padding: 14px !important;
        width: 100% !important;
    }

    .ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel .details > * {
        display: block !important;
    }

    .ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel .details > * > * {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        border: none !important;
        text-align: left !important;
    }

    .ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel .details > *:first-child {
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(45, 62, 82, 0.08);
    }

    .ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel .details > *:first-child > * {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border-bottom: none !important;
    }

    .ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel .box-title {
        float: none !important;
        margin-bottom: 8px;
    }

    .ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel .amenities {
        float: none !important;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-bottom: 12px;
    }

    .ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel .price-section {
        text-align: left !important;
        padding-top: 0 !important;
    }

    .ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel .price-section .price {
        display: block;
        margin-top: 4px;
    }

    .ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel .details > *:last-child > p {
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 1.5;
    }

    .ve-page-hotel-detail #hotel_rooms_result .action-section {
        padding: 0 !important;
    }

    .ve-page-hotel-detail #hotel_rooms_result .ve-booknow-btn {
        max-width: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.ve-page-hotel-detail #hotel_rooms_result .ve-occupancy-label {
    display: block;
    width: 100%;
    font-size: 11px;
    color: #7a8a9a;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 4px;
}

.ve-page-hotel-detail #hotel_rooms_result .ve-booknow-btn {
    border-radius: var(--ve-btn-radius);
    height: var(--ve-btn-md-h) !important;
    min-height: var(--ve-btn-md-h) !important;
    line-height: 1.2 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 14px !important;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 0.03em;
    max-width: 180px;
    margin-top: 6px !important;
    margin-left: auto;
    margin-right: auto;
}

.ve-page-hotel-detail #hotel_rooms_result.room-list.listing-style3.hotel .box-title .title {
    margin: 0;
    line-height: 1.35;
}

/* ── Sidebar: Call Me Back ── */
.travelo-box.contact-box.ve-help-callback {
    border-radius: var(--ve-search-box-radius);
    border: 1px solid rgba(45, 62, 82, 0.08);
}

.travelo-box.contact-box.ve-help-callback .contact-details h4.text-center {
    margin: 16px 0 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #2d3e52;
}

.travelo-box.contact-box.ve-help-callback .contact-details > p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
    color: #7a8a9a;
}

.travelo-box.contact-box.ve-help-callback label {
    display: block;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2d3e52 !important;
    margin: 0 0 6px !important;
}

.travelo-box.contact-box.ve-help-callback .input-text {
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    border-radius: var(--ve-search-radius) !important;
    background: var(--ve-glass-input-bg) !important;
    border: 1px solid rgba(45, 62, 82, 0.12) !important;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.travelo-box.contact-box.ve-help-callback #btn_callmeblog {
    height: 40px !important;
    min-height: 40px !important;
    line-height: 1.2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: var(--ve-search-radius) !important;
    padding: 0 10px !important;
    padding-right: 38px !important;
    margin-top: 4px;
    text-align: left;
    overflow: visible !important;
}

.travelo-box.contact-box.ve-help-callback #btn_callmeblog.icon-check-darkblue:after {
    width: 34px !important;
    height: 100% !important;
    border-radius: 0 var(--ve-search-radius) var(--ve-search-radius) 0 !important;
    background: url(../images/icon/icon-check.png) no-repeat center center #2d3e52 !important;
    background-size: 13px 13px !important;
}

@media (min-width: 992px) {
    .ve-page-hotel-detail .ve-detail-search-row {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-end;
    }

    .ve-page-hotel-detail .ve-detail-dates-col {
        flex: 1.15 1 0;
    }

    .ve-page-hotel-detail .ve-detail-guests-col {
        flex: 1 1 0;
    }

    .ve-page-hotel-detail .ve-detail-search-action {
        flex: 0.85 1 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ve-page-hotel-detail .ve-hotel-detail-search .datepicker-wrap .input-text {
        font-size: 12px !important;
    }

    .ve-page-hotel-detail .ve-hotel-detail-search .guests-custom-input-trigger {
        font-size: 12px !important;
    }

    .ve-page-hotel-detail .ve-hotel-detail-search #btn_searchroom.ve-detail-search-btn {
        font-size: 10px !important;
        padding-left: 8px !important;
    }
}

@media (max-width: 767px) {
    .ve-page-hotel-detail .ve-hotel-detail-search {
        --ve-search-control-h: 40px;
    }

    .ve-page-hotel-detail #content {
        padding-top: 12px;
    }

    .ve-page-hotel-detail .ve-hotel-detail-search {
        padding: 14px;
        margin-bottom: 18px;
    }

    .ve-page-hotel-detail .ve-hotel-detail-search .ve-detail-field + .ve-detail-field {
        margin-top: 0;
    }

    .ve-page-hotel-detail .ve-detail-search-action {
        margin-top: 4px;
    }

    .ve-page-hotel-detail .page-title-container {
        margin-bottom: 0;
    }
}

/* ── Header: Login / Signup modals (soapPopup) — görünüm only, konum theme'e bırakıldı ── */
.travelo-login-box.ve-auth-modal,
.travelo-signup-box.ve-auth-modal {
    font-size: var(--ve-auth-base-size);
    width: 360px;
    max-width: calc(100vw - 32px);
    margin: 0 auto;
    padding: 24px 22px 20px;
    border: 1px solid rgba(45, 62, 82, 0.1) !important;
    border-radius: var(--ve-search-box-radius);
    box-shadow: 0 18px 48px rgba(45, 62, 82, 0.18);
    background: #fff;
    position: relative;
}

.travelo-signup-box.ve-auth-modal-signup {
    width: 420px;
}

.ve-auth-modal .ve-auth-modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    color: #7a8a9a;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    z-index: 2;
}

.ve-auth-modal .ve-auth-modal-close:hover {
    color: #2d3e52;
}

.ve-auth-modal h1 {
    font-size: var(--ve-auth-title-size);
    font-weight: 700;
    color: #2d3e52;
    margin: 0 0 18px;
    padding-right: 28px;
    line-height: 1.3;
}

.ve-auth-modal h1 i {
    margin-right: 6px;
    color: #2d3e52;
}

.ve-auth-modal .input-text {
    height: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
    padding: 0 12px !important;
    font-size: var(--ve-auth-input-size) !important;
    border-radius: var(--ve-search-radius) !important;
    background: var(--ve-glass-input-bg) !important;
    border: 1px solid rgba(45, 62, 82, 0.12) !important;
    box-sizing: border-box;
}

.ve-auth-modal .ve-auth-submit-btn {
    height: 44px !important;
    min-height: 44px !important;
    line-height: 1.2 !important;
    border-radius: var(--ve-search-radius) !important;
    font-size: var(--ve-auth-btn-size) !important;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-top: 4px;
}

.ve-auth-modal .ve-auth-modal-options {
    overflow: hidden;
    margin-bottom: 14px !important;
}

.ve-auth-modal .checkbox label {
    font-size: var(--ve-auth-body-size) !important;
    line-height: 1.5;
    color: #5a6a7a;
}

.ve-auth-modal .forgot-password {
    font-size: var(--ve-auth-body-size);
}

.ve-auth-modal .ve-auth-response {
    margin-top: 10px;
    font-size: var(--ve-auth-body-size);
}

.ve-auth-modal .ve-auth-response .alert {
    font-size: var(--ve-auth-body-size);
    line-height: 1.45;
}

.ve-auth-modal .ve-auth-modal-switch {
    margin-top: 14px;
    text-align: center;
    font-size: var(--ve-auth-body-size);
    color: #7a8a9a;
}

.ve-auth-modal .goto-login,
.ve-auth-modal .goto-signup {
    color: #2d3e52 !important;
    font-weight: 700;
    font-size: 1.07em;
}

#soap-popupbox.opacity-overlay {
    z-index: 10050;
}

@media (max-width: 767px) {
    .travelo-login-box.ve-auth-modal,
    .travelo-signup-box.ve-auth-modal {
        width: 100%;
        max-width: calc(100vw - 24px);
        margin: 0 auto;
        padding: 20px 16px 16px;
        max-height: calc(100vh - 40px);
        overflow-y: auto;
    }
}

/* ── Auth pages: Forgot Password (user_forgottanpass.php) ── */
.ve-page-auth #content > .container {
    padding-top: 8px;
}

.ve-page-auth .ve-auth-page-card {
    width: 100%;
    padding: 28px 28px 24px;
    border-radius: var(--ve-search-box-radius);
    border: 1px solid rgba(45, 62, 82, 0.08);
    background: var(--ve-glass-bg);
    backdrop-filter: blur(var(--ve-glass-blur)) saturate(140%);
    -webkit-backdrop-filter: blur(var(--ve-glass-blur)) saturate(140%);
    box-shadow: 0 10px 28px rgba(45, 62, 82, 0.08);
}

.ve-page-auth .ve-auth-page-title {
    font-size: var(--ve-auth-title-size);
    font-weight: 700;
    color: #2d3e52;
    margin: 0 0 12px;
    text-align: left;
}

.ve-page-auth .ve-auth-page-lead {
    font-size: var(--ve-auth-body-size);
    line-height: 1.55;
    color: #5a6a7a;
    margin-bottom: 22px;
    text-align: left;
}

.ve-page-auth .ve-auth-response {
    margin-top: 18px;
    font-size: var(--ve-auth-body-size);
}

.ve-page-auth .ve-auth-response .alert {
    font-size: var(--ve-auth-body-size);
    line-height: 1.45;
    border-radius: var(--ve-search-radius);
}

.ve-page-auth .page-title-container .entry-title {
    color: #2d3e52;
}

@media (max-width: 767px) {
    .ve-page-auth .ve-auth-page-card {
        padding: 22px 18px 18px;
    }
}
