﻿/*! transfer-tour.css — transfer/tour PHP sayfalarinin inline CSS toplamı */

/* === transfer.php === */
.kt-loc{position:relative}
.kt-loc__input{border:none;background:transparent;font-size:14px;color:#0f172a;outline:none;font-family:inherit;padding:0;height:24px;width:100%;font-weight:500}
.kt-tr-bar__field #ktDepart,
.kt-tr-bar__field #ktReturn{
    border:0 !important;background:transparent !important;
    font-size:14px !important;color:#0f172a !important;
    outline:0 !important;font-family:inherit !important;
    padding:0 !important;height:24px !important;width:100% !important;font-weight:500 !important;
    min-width:0 !important;max-width:100% !important;
    box-sizing:border-box !important;cursor:pointer !important;
    -webkit-appearance:none !important;appearance:none !important;
    box-shadow:none !important;
}
.kt-tr-bar__field #ktDepart:disabled,
.kt-tr-bar__field #ktReturn:disabled,
.kt-tr-bar__field #ktDepart[readonly],
.kt-tr-bar__field #ktReturn[readonly]{
    background:transparent !important;color:#0f172a !important;opacity:1 !important;
}
.kt-tr-bar__field{min-height:54px;display:flex;flex-direction:column;justify-content:center;overflow:visible}
/* Google Places Autocomplete dropdown stili */
.pac-container{
    border-radius:12px!important;border:1px solid #e2e8f0!important;
    box-shadow:0 14px 40px -8px rgba(15,23,42,.18)!important;
    margin-top:6px!important;font-family:inherit!important;padding:6px!important;
    background:#fff;
}
.pac-item{padding:10px 12px!important;border-radius:8px!important;border-top:0!important;cursor:pointer;font-family:inherit;line-height:1.3;display:flex;align-items:center;gap:10px}
.pac-item:hover{background:#f1f5f9!important}
.pac-icon{margin-right:0!important;flex:0 0 28px;width:28px;height:28px;background:#f1f5f9!important;border-radius:50%;background-position:center!important;background-size:14px 14px!important}
.pac-item-query{font-size:14px;font-weight:600;color:#0f172a}
.pac-matched{color:#001364;font-weight:700}
.pac-item span:not(.pac-item-query):not(.pac-icon){font-size:12px;color:#64748b;margin-left:4px}
[data-theme="dark"] .pac-container{background:#1d2230!important;border-color:#2a3142!important}
[data-theme="dark"] .pac-item{color:#f1f3f9}
[data-theme="dark"] .pac-item:hover{background:#252b3a!important}
[data-theme="dark"] .pac-item-query{color:#f1f3f9}
[data-theme="dark"] .pac-icon{background:#252b3a!important}
.pac-logo:after{display:none!important}
/* Modern .kt-gpac kuralları artık page-header.php global'de — burada sadece transfer.php'ye özgü mobil bottom-sheet override'ı */
@media (max-width:760px){
    html body .kt-gpac:not([hidden]){
        position:fixed!important;top:auto!important;left:0!important;right:0!important;bottom:0!important;
        margin:0!important;width:100vw!important;max-width:none!important;min-width:0!important;
        border-radius:20px 20px 0 0!important;max-height:70vh!important;
        box-shadow:0 -16px 40px -8px rgba(15,23,42,.3)!important;
        padding:18px 12px 24px!important;z-index:99998!important;
        background:#fff!important;
        animation:ktGpacSlide .25s cubic-bezier(.22,.61,.36,1);
    }
    html body .kt-gpac:not([hidden])::before{content:"";display:block;width:42px;height:5px;border-radius:3px;background:#cbd5e1;margin:0 auto 14px}
}
@keyframes ktGpacSlide{from{transform:translateY(100%)}to{transform:translateY(0)}}
/* Place Autocomplete element — kt-tr-bar__field içinde aslı gibi görünsün */
.kt-tr-bar__field{min-width:0!important}
.kt-tr-bar__field gmp-place-autocomplete{
    display:block!important;width:100%!important;font-family:inherit!important;min-width:0!important;
}
.kt-tr-bar__field gmp-place-autocomplete::part(input){
    border:0!important;background:transparent!important;
    font-size:14px!important;color:#0f172a!important;
    outline:0!important;font-family:inherit!important;
    padding:0!important;margin:0!important;width:100%!important;font-weight:500!important;
    line-height:1.4!important;height:24px!important;box-shadow:none!important;
}
.kt-tr-bar__field gmp-place-autocomplete::part(input)::placeholder{color:#94a3b8!important;font-weight:400!important}
.kt-tr-bar__field gmp-place-autocomplete::part(prediction-list){
    border-radius:12px!important;border:1px solid #e2e8f0!important;
    box-shadow:0 14px 40px -8px rgba(15,23,42,.18)!important;
    margin-top:8px!important;min-width:300px;
}
/* Mobilde Google autocomplete prediction list'i bottom sheet olarak göster */
@media (max-width:760px){
    .kt-tr-bar__field gmp-place-autocomplete::part(prediction-list){
        position:fixed!important;
        left:0!important;right:0!important;top:auto!important;bottom:0!important;
        margin:0!important;width:100vw!important;max-width:none!important;min-width:0!important;
        border-radius:20px 20px 0 0!important;
        max-height:70vh!important;overflow-y:auto!important;
        box-shadow:0 -16px 40px -8px rgba(15,23,42,.3)!important;
        padding:18px 12px 24px!important;
        z-index:99998!important;
        animation:gmpSheetSlide .25s cubic-bezier(.22,.61,.36,1)!important;
    }
}
@keyframes gmpSheetSlide{from{transform:translateY(100%)}to{transform:translateY(0)}}
[data-theme="dark"] .kt-tr-bar__field gmp-place-autocomplete::part(input){color:#f1f3f9!important}
.kt-tr-section{padding:18px 0}
.kt-tr-bar{display:grid;grid-template-columns:1.6fr 1.6fr 1.2fr 1.2fr 1.4fr auto;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:8px;align-items:stretch;box-shadow:0 4px 14px -8px rgba(15,23,42,.12)}
.kt-tr-bar__field{display:flex;flex-direction:column;justify-content:center;padding:8px 12px;border-right:1px solid #f1f5f9;min-width:0}
.kt-tr-bar__field:nth-last-of-type(1){border-right:none}
.kt-tr-bar__field label{font-size:11px;color:#64748b;font-weight:600;margin-bottom:4px;text-transform:uppercase;letter-spacing:.3px}
.kt-tr-bar__field select,.kt-tr-bar__field input{border:none;background:transparent;font-size:14px;color:#0f172a;outline:none;font-family:inherit;padding:0;height:24px;width:100%;min-width:0;font-weight:500}
.kt-tr-bar__paxgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.kt-tr-bar__paxgrid span{display:flex;flex-direction:column;align-items:flex-start}
.kt-tr-bar__paxgrid input{font-size:14px;font-weight:600;width:34px;text-align:center}
.kt-tr-bar__paxgrid small{font-size:9px;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.3px}
.kt-tr-bar__btn{background:var(--brand-primary,#001364);color:#fff;border:none;border-radius:10px;padding:0 22px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}
.kt-tr-bar__btn:hover{background:var(--brand-primary-hover,var(--brand-primary,#001364));filter:brightness(.92)}
@media (max-width:880px){
    .kt-tr-bar{grid-template-columns:1fr 1fr;gap:8px}
    .kt-tr-bar__field{border-right:none;border-bottom:1px solid #f1f5f9;padding:10px 12px}
    .kt-tr-bar__pax{grid-column:span 2}
    .kt-tr-bar__btn{grid-column:span 2;padding:14px}
}
html[data-theme="dark"] .kt-tr-bar{background:#1e293b!important;border-color:#334155!important}
html[data-theme="dark"] .kt-tr-bar__field{border-right-color:#334155!important;border-bottom-color:#334155!important}
html[data-theme="dark"] .kt-tr-bar__field label{color:#94a3b8!important}
html[data-theme="dark"] .kt-tr-bar__field select,html[data-theme="dark"] .kt-tr-bar__field input{color:#f1f5f9!important}
.kt-cars{display:flex;flex-direction:column;gap:14px}
.kt-car{display:flex;align-items:center;gap:18px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px;text-decoration:none;color:inherit;transition:.2s}
.kt-car:hover{border-color:var(--brand-primary,#001364);box-shadow:0 4px 14px -8px rgba(0,19,100,.3);color:inherit}
.kt-car__img{flex:0 0 200px;border-radius:8px;overflow:hidden}
.kt-car__img img{width:100%;height:130px;object-fit:cover;display:block}
.kt-car__info{flex:1;min-width:0}
.kt-car__title{margin:0 0 8px;font-size:18px;font-weight:700;color:#0f172a}
.kt-car__meta{display:flex;flex-wrap:wrap;gap:14px;color:#475569;font-size:13px}
.kt-car__meta span{display:inline-flex;align-items:center;gap:5px}
.kt-car__price{flex:0 0 auto;text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:6px;min-width:160px}
.kt-car__pax{color:#64748b;font-size:12px}
.kt-car__amount{font-size:22px;color:var(--brand-primary,#001364);font-weight:700}
.kt-car__multicur{display:flex;gap:4px;flex-wrap:wrap;justify-content:flex-end;margin-top:4px}
.kt-car__cur{display:inline-flex;align-items:center;gap:3px;padding:4px 9px;background:#f1f5f9;border:1px solid transparent;border-radius:7px;font-size:12px;font-weight:600;color:#475569;line-height:1.2;cursor:pointer;transition:all .15s;font-family:inherit}
.kt-car__cur:hover{background:#e2e8f0;color:#0f172a}
.kt-car__cur.is-active{background:#fff;border-color:var(--brand-primary,#001364);color:var(--brand-primary,#001364);box-shadow:0 0 0 2px rgba(0,19,100,.1)}
.kt-car__cur.is-active .kt-car__cur-sym{color:var(--brand-primary,#001364)}
.kt-car__cur.is-active .kt-car__cur-val{color:var(--brand-primary,#001364)}
.kt-car__cur-sym{color:#94a3b8;font-weight:500;font-size:11px}
.kt-car__cur-val{color:#0f172a;font-variant-numeric:tabular-nums}
@media (max-width:760px){
    .kt-car__multicur{justify-content:flex-start}
}
.kt-car__perks{display:flex;flex-wrap:wrap;gap:4px 12px;justify-content:flex-end;margin-top:6px;max-width:240px}
.kt-car__perk{font-size:11px;color:#059669;font-weight:500;white-space:nowrap}
.kt-car__feat{font-size:11px;color:#475569;background:#f1f5f9;padding:2px 8px;border-radius:99px;font-weight:500;white-space:nowrap}
.kt-car__btn{background:var(--brand-primary,#001364);color:#fff;border-radius:8px;padding:9px 16px;font-size:13px;font-weight:600;display:inline-block;margin-top:4px}
.kt-car:hover .kt-car__btn{background:var(--brand-primary-hover,var(--brand-primary,#001364));filter:brightness(.92)}
@media (max-width:760px){
    .kt-car{flex-direction:column;align-items:stretch;text-align:left}
    .kt-car__img{flex:0 0 auto;width:100%}
    .kt-car__img img{height:160px}
    .kt-car__price{text-align:left;align-items:flex-start;min-width:0}
    .kt-car__perks{justify-content:flex-start;max-width:none;gap:6px 14px;margin:8px 0 4px;width:100%}
    .kt-car__perk{font-size:12px}
    .kt-car__feat{font-size:11px}
    .kt-car__btn{text-align:center;width:100%;padding:12px;margin-top:8px}
}
html[data-theme="dark"] .kt-car{background:#1e293b!important;border-color:#334155!important;color:#e2e8f0!important}
html[data-theme="dark"] .kt-car__title{color:#f1f5f9!important}
html[data-theme="dark"] .kt-car__meta{color:#cbd5e1!important}
html[data-theme="dark"] .kt-car__amount{color:#60a5fa!important}
.car-card{display:block;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:18px;text-decoration:none;color:inherit;transition:.2s;margin-bottom:14px}
.car-card:hover{border-color:#001364;box-shadow:0 4px 14px -8px rgba(0,19,100,.3)}
.car-image img{width:100%;border-radius:8px}
.car-title{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:8px}
.car-info-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#475569;margin-bottom:4px}
.car-card-rating-price{text-align:right}
.passenger-count{font-size:12px;color:#64748b;margin-bottom:6px}
.pricing p{font-size:22px;font-weight:700;color:#001364;margin:0 0 10px}
.book-now{background:#001364;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:600;cursor:pointer}
html[data-theme="dark"] .car-card{background:#1e293b!important;border-color:#334155!important;color:#e2e8f0!important}
html[data-theme="dark"] .car-title{color:#f1f5f9!important}
html[data-theme="dark"] .car-info-item{color:#cbd5e1!important}
.kt-hours-pop{position:absolute;top:calc(100% + 8px);left:0;z-index:60;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 18px 40px -10px rgba(0,0,0,.22);padding:10px;min-width:280px}
.kt-hours-pop[hidden]{display:none}
.kt-hours-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(12,auto);grid-auto-flow:column;gap:4px}
.kt-hours-opt{display:block;width:100%;background:none;border:0;text-align:left;padding:9px 12px;border-radius:8px;font-size:13.5px;color:#0f172a;cursor:pointer;font-family:inherit;line-height:1.2;transition:background .12s,color .12s}
.kt-hours-opt:hover{background:#f1f5f9;color:#001364}
.kt-hours-opt.is-active{background:#001364;color:#fff;font-weight:600}
@media (max-width:760px){
    html body .kt-hours-pop:not([hidden]){
        position:fixed!important;top:auto!important;left:0!important;right:0!important;bottom:0!important;
        margin:0!important;width:100vw!important;max-width:none!important;min-width:0!important;
        border-radius:20px 20px 0 0!important;max-height:70vh!important;overflow-y:auto;
        box-shadow:0 -16px 40px -8px rgba(15,23,42,.3)!important;
        padding:18px 12px 24px!important;z-index:99998!important;background:#fff!important;
    }
    html body .kt-hours-pop:not([hidden])::before{content:"";display:block;width:42px;height:5px;border-radius:3px;background:#cbd5e1;margin:0 auto 14px}
}

/* === transferrezervasyon.php === */
    /* === "Rezervasyon Detayları" pill butonu — alt-FIXED, oval === */
    html body .collapse-reservation-summary{position:fixed;bottom:14px;left:50%;transform:translateX(-50%);z-index:100;margin:0;padding:0;width:auto}
    html body .ktrez-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:99px;cursor:pointer;font-family:inherit;color:#0f172a;box-shadow:0 10px 28px -10px rgba(15,23,42,.3);transition:all .15s ease;min-width:300px}
    html body .ktrez-trigger:hover{background:#f8fafc;box-shadow:0 14px 36px -10px rgba(15,23,42,.38)}
    html body .ktrez-trigger__label{font-size:13.5px;font-weight:600;color:#64748b}
    html body .ktrez-trigger__right{display:flex;align-items:center;gap:8px}
    html body .ktrez-trigger__price{font-size:15px;font-weight:800;color:var(--brand-primary,#001364)}
    html body .ktrez-trigger__price small{display:block;text-decoration:line-through;color:#94a3b8;font-size:11px;font-weight:400;line-height:1.1;margin-bottom:1px}
    html body .ktrez-trigger__chev{color:var(--brand-primary,#001364);flex:0 0 auto}
    html body .ri-v2{padding-bottom:5px}
    html body .kz-float-btn{display:none!important}
    @media (max-width:480px){
        html body .ktrez-trigger{min-width:auto;width:calc(100vw - 24px)}
    }

    /* === Bottom-sheet modal === */
    #ktrezsheet{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;font-family:inherit;display:flex;flex-direction:column;justify-content:flex-end}
    #ktrezsheet .ktrez-back{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.55);cursor:pointer;animation:ktrezfade .2s ease;z-index:1}
    #ktrezsheet .ktrez-dlg{position:relative;background:#fff;border-radius:20px 20px 0 0;max-height:85vh;overflow-y:auto;padding:8px 20px 24px;box-shadow:0 -16px 40px -8px rgba(15,23,42,.3);animation:ktrezslide .3s cubic-bezier(.22,.61,.36,1);z-index:2}
    @media (min-width:761px){
        #ktrezsheet{justify-content:center;align-items:center}
        #ktrezsheet .ktrez-dlg{width:min(460px,calc(100% - 32px));max-height:82vh;border-radius:16px;padding:24px;animation:ktrezfade .25s ease-out}
        #ktrezsheet .ktrez-handle{display:none}
    }
    #ktrezsheet .ktrez-handle{width:42px;height:5px;border-radius:3px;background:#cbd5e1;margin:6px auto 14px}
    #ktrezsheet .ktrez-top{display:flex;align-items:center;justify-content:space-between;margin:0 0 14px}
    #ktrezsheet .ktrez-top h3{margin:0;font-size:17px;font-weight:700;color:#0f172a}
    #ktrezsheet .ktrez-x{background:transparent;border:0;font-size:28px;line-height:1;cursor:pointer;color:#64748b;padding:0 4px;font-family:inherit}
    #ktrezsheet .ktrez-x:hover{color:#0f172a}
    #ktrezsheet .ktrez-tour{font-weight:700;font-size:15px;color:#0f172a;margin-bottom:12px}
    #ktrezsheet .ktrez-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
    #ktrezsheet .ktrez-list li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#0f172a}
    #ktrezsheet .ktrez-list b{color:#475569;font-weight:600;flex:0 0 auto}
    #ktrezsheet .ktrez-list i{font-style:normal}
    #ktrezsheet .ktrez-hr{border:0;border-top:1px solid #f1f5f9;margin:14px 0}
    #ktrezsheet .ktrez-tot{display:flex;align-items:center;justify-content:space-between;margin:0;padding:6px 0;font-size:13px}
    #ktrezsheet .ktrez-tot span{font-size:12.5px;color:#64748b;font-weight:600}
    #ktrezsheet .ktrez-tot strong{font-size:15px;color:var(--brand-primary,#001364);font-weight:700}
    @keyframes ktrezfade{from{opacity:0}to{opacity:1}}
    @keyframes ktrezslide{from{transform:translateY(100%)}to{transform:translateY(0)}}
#ktrezsheet{position:fixed;inset:0;z-index:99999;font-family:inherit}
#ktrezsheet .ktrez-back{position:absolute;inset:0;background:rgba(15,23,42,.55);cursor:pointer;animation:ktrezfade .2s ease}
#ktrezsheet .ktrez-dlg{position:absolute;left:0;right:0;bottom:0;background:#fff;border-radius:20px 20px 0 0;max-height:85vh;overflow-y:auto;padding:8px 20px 24px;box-shadow:0 -16px 40px -8px rgba(15,23,42,.3);animation:ktrezslide .28s cubic-bezier(.22,.61,.36,1)}
#ktrezsheet .ktrez-handle{width:42px;height:5px;border-radius:3px;background:#cbd5e1;margin:6px auto 14px}
#ktrezsheet .ktrez-top{display:flex;align-items:center;justify-content:space-between;margin:0 0 14px}
#ktrezsheet .ktrez-top h3{margin:0;font-size:17px;font-weight:700;color:#0f172a}
#ktrezsheet .ktrez-x{background:transparent;border:0;font-size:28px;line-height:1;cursor:pointer;color:#64748b;padding:0 4px;font-family:inherit}
#ktrezsheet .ktrez-x:hover{color:#0f172a}
#ktrezsheet .ktrez-img{margin-bottom:12px;border-radius:10px;overflow:hidden;background:#f1f5f9}
#ktrezsheet .ktrez-img img{width:100%;height:auto;max-height:160px;object-fit:cover;display:block}
#ktrezsheet .ktrez-tour{font-weight:700;font-size:15px;color:#0f172a;margin-bottom:12px}
#ktrezsheet .ktrez-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
#ktrezsheet .ktrez-list li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#0f172a;flex-wrap:wrap}
#ktrezsheet .ktrez-list b{color:#475569;font-weight:600;flex:0 0 auto}
#ktrezsheet .ktrez-list i{font-style:normal;flex:1 1 auto;min-width:0;word-break:break-word}
#ktrezsheet .ktrez-alert{margin-top:12px;padding:10px 12px;background:#fef3c7;border-radius:9px;font-size:12.5px;color:#92400e;font-weight:600}
#ktrezsheet .ktrez-hr{border:0;border-top:1px solid #f1f5f9;margin:14px 0}
#ktrezsheet .ktrez-tot{display:flex;align-items:center;justify-content:space-between;margin:0;padding:6px 0;font-size:13px}
#ktrezsheet .ktrez-tot span{font-size:12.5px;color:#64748b;font-weight:600}
#ktrezsheet .ktrez-tot strong{font-size:14px;color:#0f172a;font-weight:700}
#ktrezsheet [data-coupon-row],
#ktrezsheet [data-paym-disc-row]{display:flex!important;justify-content:space-between!important;padding:4px 0!important;color:#16a34a!important;font-size:12.5px!important;font-weight:600!important;margin:0!important;border:0!important}
#ktrezsheet [data-coupon-row] strong,
#ktrezsheet [data-paym-disc-row] strong{font-size:13px!important}
#ktrezsheet [data-payable-row]{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:8px 0 4px!important;margin-top:6px!important;border-top:1px dashed #cbd5e1!important;border-bottom:0!important;font-size:13px!important}
#ktrezsheet [data-payable-row] span{color:#0f172a!important;font-weight:700!important;font-size:13px!important}
#ktrezsheet [data-payable-row] strong{color:#16a34a!important;font-size:16px!important;font-weight:800!important}
#ktrezsheet .ktrez-cup{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}
#ktrezsheet .ktrez-cup label{display:block;width:100%;font-size:13px;font-weight:600;color:#0f172a;margin-bottom:2px}
#ktrezsheet .ktrez-cup input{flex:1 1 0;min-width:120px;padding:10px 12px;border:1px solid #d1d5db;border-radius:9px;font-size:13px;outline:none;font-family:inherit;box-sizing:border-box;background:#fff}
#ktrezsheet .ktrez-cup input:focus{border-color:#001364;box-shadow:0 0 0 3px rgba(0,19,100,.1)}
#ktrezsheet .ktrez-cup button{padding:10px 18px;background:#001364;color:#fff;border:0;border-radius:9px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;flex:0 0 auto;transition:.15s}
#ktrezsheet .ktrez-cup button:hover{background:#002b8a}
body.ktrezopen{overflow:hidden}
@keyframes ktrezfade{from{opacity:0}to{opacity:1}}
@keyframes ktrezslide{from{transform:translateY(100%)}to{transform:translateY(0)}}
@media (min-width:761px){
    #ktrezsheet .ktrez-dlg{left:50%;right:auto;bottom:auto;top:50%;transform:translate(-50%,-50%);width:min(440px,90%);border-radius:14px;max-height:80vh;padding:24px}
    #ktrezsheet .ktrez-handle{display:none}
}
/* "Tükenmek üzere, acele et!" yazısı transfer checkout'ta gizli (tur'da görünür) */
.payment-alerts{display:none!important}
/* app.js / Vue tema kt-pay__title'a kendi em'ini ekleyebilir — gizle, biz span'i kontrol ediyoruz */
html body .kt-pay__title em{display:none!important}
/* === Ek Hizmetler (extras) === */
.kt-extras{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;padding:14px 0}
.kt-extra{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;transition:.15s}
.kt-extra:hover{border-color:#001364}
.kt-extra input[type=checkbox]{accent-color:#001364;width:18px;height:18px;flex:0 0 auto;cursor:pointer}
.kt-extra:has(input:checked){border-color:#001364;background:#eff6ff;box-shadow:0 2px 8px -2px rgba(0,19,100,.18)}
.kt-extra__body{display:flex;justify-content:space-between;align-items:center;gap:8px;flex:1;min-width:0}
.kt-extra__name{font-size:14px;color:#0f172a;font-weight:500}
.kt-extra__price{font-size:13px;color:#16a34a;font-weight:700;white-space:nowrap}
.kt-extra__price--free{color:#001364}
html body .kt-pay__price{font-weight:600;color:#001364;margin-left:4px}

/* (Eski .collapse-reservation-summary position:static override kaldırıldı —
   yeni pill butonu fixed-bottom konumlanıyor) */

/* "Rezervasyon Detayları" buton görünümü — gri yerine temiz beyaz kart */
.collapse-button[aria-controls="accordion-1"]{
    background:#fff!important;color:#0f172a!important;
    border:1px solid #e6e8ec!important;border-radius:12px!important;
    box-shadow:0 2px 10px -4px rgba(15,23,42,.1)!important;
    padding:14px 18px!important;width:100%;text-align:left;
    display:flex!important;align-items:center;justify-content:space-between;gap:12px;
}
.collapse-button[aria-controls="accordion-1"] label{font-weight:600;color:#0f172a;display:inline-flex;align-items:center;gap:8px;cursor:pointer;margin:0}
.collapse-button[aria-controls="accordion-1"] p{margin:0;color:#001364;font-weight:700;font-size:15px}
.collapse-button[aria-controls="accordion-1"] img{width:14px;height:14px;transition:transform .2s;opacity:.7}
.collapse-button[aria-controls="accordion-1"]:not(.collapsed) img{transform:rotate(180deg)}

/* Mobilde panel bottom sheet stili — yerinde fixed (DOM'dan kopya yok) */
@media (max-width:760px){
    #accordion-1.is-sheet{
        position:fixed!important;
        left:0!important;right:0!important;top:auto!important;bottom:0!important;
        margin:0!important;width:100vw!important;max-width:none!important;
        max-height:82vh;overflow-y:auto;overflow-x:hidden;
        background:#fff!important;color:#0f172a;
        border-radius:20px 20px 0 0;
        box-shadow:0 -16px 40px -8px rgba(15,23,42,.25);
        padding:18px 16px 28px;
        z-index:99999!important;
        animation:rsv-sheet-slide .25s cubic-bezier(.22,.61,.36,1);
    }
    #accordion-1.is-sheet .card-body{padding:0!important;background:transparent!important}
    #accordion-1.is-sheet::before{
        content:"";display:block;width:42px;height:5px;border-radius:3px;
        background:#cbd5e1;margin:0 auto 14px;
    }
    body.has-rsv-sheet::after{
        content:"";position:fixed;inset:0;background:rgba(15,23,42,.55);z-index:99998!important;animation:rsv-sheet-fade .25s ease;pointer-events:none;
    }
    body.has-rsv-sheet{overflow:hidden}
    @keyframes rsv-sheet-slide{from{transform:translateY(100%)}to{transform:translateY(0)}}
    @keyframes rsv-sheet-fade{from{opacity:0}to{opacity:1}}

    /* Sheet içindeki Toplam / Kupon / Tükenmek üzere stillerini koru */
    #accordion-1.is-sheet .reservation-summary{padding:0;margin:0}
    #accordion-1.is-sheet .reservation-detail{margin-bottom:14px}
    #accordion-1.is-sheet .total-price{display:flex!important;align-items:center;justify-content:space-between;padding:12px 0;margin:14px 0;border-top:1px solid #e6e8ec;border-bottom:1px solid #e6e8ec}
    #accordion-1.is-sheet .total-price span{font-size:13px;color:#64748b;font-weight:600}
    #accordion-1.is-sheet .total-price p{font-size:18px;color:#001364;font-weight:700;margin:0}
    #accordion-1.is-sheet .coupon-code-form-area{margin-top:12px;display:flex;flex-direction:column;gap:8px}
    #accordion-1.is-sheet .coupon-code-form-area > label{display:block;font-size:13px;font-weight:600;color:#0f172a;margin:0}
    #accordion-1.is-sheet .coupon-code-form-area .input-button,
    #accordion-1.is-sheet .coupon-code-form-area .row,
    #accordion-1.is-sheet .coupon-code-form-area .row > div{display:block!important;width:100%!important;max-width:none!important;flex:none!important;padding:0!important;margin:0 0 8px!important}
    #accordion-1.is-sheet .coupon-code-form-area .row > div:last-child{margin-bottom:0!important}
    #accordion-1.is-sheet .coupon-code-form-area input{width:100%;padding:11px 14px;border:1px solid #d1d5db;border-radius:9px;font-size:14px;outline:none;font-family:inherit;box-sizing:border-box}
    #accordion-1.is-sheet .coupon-code-form-area input:focus{border-color:#001364;box-shadow:0 0 0 3px rgba(0,19,100,.12)}
    #accordion-1.is-sheet .coupon-code-form-area button{width:100%;padding:12px;background:#001364;color:#fff;border:0;border-radius:9px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}
    #accordion-1.is-sheet .coupon-code-form-area button:disabled{opacity:.6;cursor:not-allowed}
    #accordion-1.is-sheet .payment-alerts{margin:10px 0;padding:0;list-style:none}
    #accordion-1.is-sheet .payment-alerts li{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fef3c7;border-radius:9px;font-size:12.5px;color:#92400e;font-weight:600}
    #accordion-1.is-sheet .payment-alerts li img{width:14px;height:14px;flex:0 0 auto}
    #accordion-1.is-sheet .bordered{border:0;border-top:1px solid #f1f5f9;margin:12px 0}
    #accordion-1.is-sheet .tour-title-thumbnail{display:flex;align-items:center;gap:10px;margin-bottom:10px}
    #accordion-1.is-sheet .tour-title-thumbnail img{width:56px;height:56px;border-radius:9px;object-fit:cover;flex:0 0 auto}
    #accordion-1.is-sheet .tour-title-thumbnail label{font-weight:700;font-size:14px;color:#0f172a;margin:0}
    #accordion-1.is-sheet .tour-date-time .item{display:flex;gap:6px;margin-bottom:8px;font-size:12.5px;line-height:1.4}
    #accordion-1.is-sheet .tour-date-time .item p:first-child{flex:0 0 auto;color:#64748b;font-weight:600;display:inline-flex;align-items:center;gap:6px;margin:0}
    #accordion-1.is-sheet .tour-date-time .item p:last-child{margin:0;color:#0f172a}
}

/* === Modern tour-detail (Vue scoped CSS'i ezmek için ultra specificity + !important) === */
html body .reservation-content .tour-detail{
    position:relative!important;
    border-radius:18px!important;
    overflow:hidden!important;
    aspect-ratio:16/9!important;
    margin:0 0 28px!important;
    box-shadow:0 18px 50px -16px rgba(15,23,42,.32)!important;
    background:#0f172a!important;
    padding:0!important;
}
html body .reservation-content .tour-detail > .bordered{display:none!important}
html body .reservation-content .tour-detail .row{display:block!important;margin:0!important;height:100%!important;position:relative!important;flex-direction:row!important}
html body .reservation-content .tour-detail .col-lg-4,
html body .reservation-content .tour-detail .col-6,
html body .reservation-content .tour-detail [class*="col-lg-"]{
    position:absolute!important;inset:0!important;max-width:none!important;flex:none!important;padding:0!important;width:100%!important;height:100%!important;
}
html body .reservation-content .tour-detail .col-lg-8{z-index:2!important}
html body .reservation-content .tour-detail .img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;margin:0!important;border-radius:0!important;background:transparent!important}
html body .reservation-content .tour-detail .img img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;border-radius:0!important;max-width:none!important;max-height:none!important}
html body .reservation-content .tour-detail .img::after{display:none!important}

html body .reservation-content .tour-detail .content{
    position:absolute!important;left:14px!important;right:auto!important;bottom:14px!important;top:auto!important;
    max-width:calc(100% - 28px)!important;
    padding:10px 14px 12px!important;
    background:rgba(20,25,40,.42)!important;
    -webkit-backdrop-filter:saturate(160%) blur(18px)!important;
    backdrop-filter:saturate(160%) blur(18px)!important;
    border:1px solid rgba(255,255,255,.22)!important;
    border-radius:12px!important;
    box-shadow:0 8px 22px -10px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.14)!important;
    display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:6px!important;
}
html body .reservation-content .tour-detail .content,
html body .reservation-content .tour-detail .content *{color:#fff!important;text-shadow:none!important}
html body .reservation-content .tour-detail .content > label{
    display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important;
    margin:0!important;padding:6px 12px!important;
    background:rgba(255,255,255,.14)!important;
    border:1px solid rgba(255,255,255,.25)!important;
    border-radius:12px!important;
    font-size:10.5px!important;font-weight:600!important;letter-spacing:.02em!important;text-transform:none!important;line-height:1.25!important;
    width:fit-content!important;max-width:100%!important;align-self:flex-start!important;float:none!important;clear:both!important;
}
html body .reservation-content .tour-detail .content > label > span,
html body .reservation-content .tour-detail .content > label > div{
    display:flex!important;align-items:center!important;gap:5px!important;font-weight:600!important;font-size:10.5px!important;margin:0!important;color:#fff!important;
}
html body .reservation-content .tour-detail .content > label .kt-date-stack__depart::before{content:"🛫";font-size:11px}
html body .reservation-content .tour-detail .content > label .kt-date-stack__return::before{content:"🛬";font-size:11px}
html body .reservation-content .tour-detail .content h2{
    margin:0!important;
    font-size:18px!important;font-weight:700!important;line-height:1.2!important;letter-spacing:-.01em!important;
    display:block!important;
}
html body .reservation-content .tour-detail .content p{
    margin:0!important;
    display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:3px!important;opacity:.95!important;
    width:100%!important;float:none!important;clear:both!important;line-height:1.3!important;
}
html body .reservation-content .tour-detail .content p > span{
    display:flex!important;align-items:center!important;gap:6px!important;color:#fff!important;font-weight:600!important;font-size:12px!important;width:100%!important;
}
html body .reservation-content .tour-detail .content p .kt-route-stack__from::before{content:"📍";font-size:11px;flex:0 0 auto}
html body .reservation-content .tour-detail .content p .kt-route-stack__to::before{content:"🏁";font-size:11px;flex:0 0 auto}
html body .reservation-content .tour-detail .content p .kt-route-stack__arrow{display:none!important}
@media (max-width:760px){
    /* Mobil: sağ sidebar (rezervasyon detayları + WhatsApp/Tel) gizli — alttan açılan pill+modal var */
    html body .ri-v2 .sidebar,
    html body .ri-v2 .col-lg-4:has(.sidebar),
    html body .ri-v2 .col-lg-4:has(.reservation-side-bar),
    html body .ri-v2 .inner-wrapper-sticky,
    html body .ri-v2 .reservation-side-bar,
    html body .ri-v2 .reservation-side-bar-information{display:none!important}
    html body .reservation-content .tour-detail{aspect-ratio:3/2!important;border-radius:10px!important}
    html body .reservation-content .tour-detail .content{
        left:8px!important;bottom:8px!important;
        padding:6px 9px 7px!important;border-radius:8px!important;
        max-width:calc(100% - 16px)!important;
        gap:3px!important;
    }
    html body .reservation-content .tour-detail .content > label{
        padding:2px 7px!important;border-radius:7px!important;gap:1px!important;line-height:1.15!important;
    }
    html body .reservation-content .tour-detail .content > label > span,
    html body .reservation-content .tour-detail .content > label > div{font-size:9px!important;gap:3px!important}
    html body .reservation-content .tour-detail .content > label .kt-date-stack__depart::before,
    html body .reservation-content .tour-detail .content > label .kt-date-stack__return::before{font-size:9px!important}
    html body .reservation-content .tour-detail .content h2{font-size:12px!important;margin:0!important;line-height:1.15!important}
    html body .reservation-content .tour-detail .content p{gap:1px!important}
    html body .reservation-content .tour-detail .content p > span{font-size:10px!important;gap:4px!important;line-height:1.2!important}
    html body .reservation-content .tour-detail .content p .kt-route-stack__from::before,
    html body .reservation-content .tour-detail .content p .kt-route-stack__to::before{font-size:9px!important}
}

/* === tour.php === */
.bt-ask-price-btn{display:block;width:100%;background:#001364;color:#fff;border:none;border-radius:14px;padding:18px 20px;font-size:18px;font-weight:600;cursor:pointer;box-shadow:0 6px 18px -8px rgba(0,19,100,.6);transition:background .15s}
.bt-ask-price-btn:hover{background:#001364}
.ax-ask-price-modal{position:fixed;inset:0;display:none;z-index:9999}
.ax-ask-price-modal[aria-hidden="false"]{display:block}
.ax-ask-price-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(2px)}
.ax-ask-price-modal__dialog{position:relative;width:min(820px,calc(100% - 32px));max-height:calc(100vh - 48px);overflow:auto;margin:24px auto;background:#fff;border-radius:16px;box-shadow:0 30px 70px -20px rgba(0,0,0,.35);padding:28px 32px}
.ax-ask-price-modal__head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e8f0;padding-bottom:14px;margin-bottom:20px}
.ax-ask-price-modal__head h2{margin:0;font-size:20px;color:#0f172a;font-weight:600}
.ax-ask-price-modal__close{background:none;border:1px solid #e2e8f0;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer}
.ax-ask-price-modal__close:hover{color:#0f172a;border-color:#cbd5e1}
.ax-ask-price-form__row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:14px}
.ax-ask-price-field{margin-bottom:14px}
.ax-ask-price-field label{display:block;font-size:13px;color:#0f172a;font-weight:500;margin-bottom:6px}
.ax-ask-price-field .req{color:#dc2626}
.ax-ask-price-field input[type=text],
.ax-ask-price-field input[type=email],
.ax-ask-price-field input[type=tel],
.ax-ask-price-field input[type=date],
.ax-ask-price-field select{width:100%;height:42px;border:1px solid #e2e8f0;border-radius:8px;padding:0 12px;font-size:14px;background:#fff;color:#0f172a;outline:none;transition:border-color .15s,box-shadow .15s}
.ax-ask-price-field input:focus,.ax-ask-price-field select:focus{border-color:#001364;box-shadow:0 0 0 3px rgba(0,19,100,.15)}
.ax-ask-price-phone{display:flex;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}
.ax-ask-price-phone__cc{display:flex;align-items:center;padding:0 12px;background:#f8fafc;color:#0f172a;font-size:14px;border-right:1px solid #e2e8f0;white-space:nowrap}
.ax-ask-price-phone input{flex:1;border:none;height:42px;padding:0 12px;font-size:14px;outline:none;background:transparent}
.ax-ask-price-form__actions{display:flex;justify-content:space-between;align-items:center;margin-top:22px;border-top:1px solid #e2e8f0;padding-top:18px;gap:10px}
.ax-ask-price-btn{height:44px;padding:0 28px;border-radius:24px;border:1px solid transparent;font-size:15px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}
.ax-ask-price-btn--ghost{background:#fff;color:#0f172a;border-color:#e2e8f0}
.ax-ask-price-btn--ghost:hover{background:#f8fafc}
.ax-ask-price-btn--primary{background:#001364;color:#fff}
.ax-ask-price-btn--primary:hover{background:#001364}
.ax-ask-price-btn[disabled]{opacity:.6;cursor:not-allowed}
.ax-ask-price-success{text-align:center;padding:30px 12px}
.ax-ask-price-success__icon{display:inline-flex;width:84px;height:84px;border-radius:50%;background:#dcfce7;align-items:center;justify-content:center;margin-bottom:14px}
.ax-ask-price-success h3{margin:0 0 8px;font-size:20px;color:#0f172a}
.ax-ask-price-success p{margin:0;color:#475569;font-size:14px}
@media (max-width:640px){
    .ax-ask-price-modal__dialog{padding:20px 18px;margin:12px auto;width:calc(100% - 24px)}
    .ax-ask-price-form__row{grid-template-columns:1fr;gap:0}
    .ax-ask-price-form__actions{flex-direction:column-reverse;gap:10px}
    .ax-ask-price-btn{width:100%}
}

/* === tur-rezervasyon.php === */
    /* app.js / Vue tema kt-pay__title'a kendi em'ini ekleyebilir — gizle */
    html body .kt-pay__title em{display:none!important}
    html body .kt-pay__price{font-weight:600;color:#001364;margin-left:4px}

    /* === "Rezervasyon Detayları" pill butonu — mobile bottom nav yerine alt-FIXED konumda === */
    html body .collapse-reservation-summary{position:fixed;bottom:14px;left:50%;transform:translateX(-50%);z-index:100;margin:0;padding:0;width:auto}
    html body .ktrez-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:99px;cursor:pointer;font-family:inherit;color:#0f172a;box-shadow:0 10px 28px -10px rgba(15,23,42,.3);transition:all .15s ease;min-width:300px}
    html body .ktrez-trigger:hover{background:#f8fafc;box-shadow:0 14px 36px -10px rgba(15,23,42,.38)}
    html body .ktrez-trigger__label{font-size:13.5px;font-weight:600;color:#64748b}
    html body .ktrez-trigger__right{display:flex;align-items:center;gap:8px}
    html body .ktrez-trigger__price{font-size:15px;font-weight:800;color:var(--brand-primary,#001364)}
    html body .ktrez-trigger__chev{color:var(--brand-primary,#001364);flex:0 0 auto}
    /* Sayfa içeriği pill butonun altına geçmesin */
    html body .ri-v2{padding-bottom:5px}
    @media (max-width:480px){
        html body .ktrez-trigger{min-width:auto;width:calc(100vw - 24px)}
    }
    /* Bu sayfada WhatsApp + diğer float butonları gizle — yerini pill butonu aldı */
    html body .kz-float-btn{display:none!important}
    /* Eski fiyat üstte küçük çizgili */
    html body .ktrez-trigger__price small{display:block;text-decoration:line-through;color:#94a3b8;font-size:11px;font-weight:400;line-height:1.1;margin-bottom:1px}

    /* === Bottom-sheet modal === */
    #ktrezsheet{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;font-family:inherit;display:flex;flex-direction:column;justify-content:flex-end}
    #ktrezsheet .ktrez-back{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.55);cursor:pointer;animation:ktrezfade .2s ease;z-index:1}
    #ktrezsheet .ktrez-dlg{position:relative;background:#fff;border-radius:20px 20px 0 0;max-height:85vh;overflow-y:auto;padding:8px 20px 24px;box-shadow:0 -16px 40px -8px rgba(15,23,42,.3);animation:ktrezslide .3s cubic-bezier(.22,.61,.36,1);z-index:2}
    @media (min-width:761px){
        #ktrezsheet{justify-content:center;align-items:center}
        #ktrezsheet .ktrez-dlg{width:min(460px,calc(100% - 32px));max-height:82vh;border-radius:16px;padding:24px;animation:ktrezfade .25s ease-out}
        #ktrezsheet .ktrez-handle{display:none}
    }
    #ktrezsheet .ktrez-handle{width:42px;height:5px;border-radius:3px;background:#cbd5e1;margin:6px auto 14px}
    #ktrezsheet .ktrez-top{display:flex;align-items:center;justify-content:space-between;margin:0 0 14px}
    #ktrezsheet .ktrez-top h3{margin:0;font-size:17px;font-weight:700;color:#0f172a}
    #ktrezsheet .ktrez-x{background:transparent;border:0;font-size:28px;line-height:1;cursor:pointer;color:#64748b;padding:0 4px;font-family:inherit}
    #ktrezsheet .ktrez-x:hover{color:#0f172a}
    #ktrezsheet .ktrez-tour{font-weight:700;font-size:15px;color:#0f172a;margin-bottom:12px}
    #ktrezsheet .ktrez-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
    #ktrezsheet .ktrez-list li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#0f172a}
    #ktrezsheet .ktrez-list b{color:#475569;font-weight:600;flex:0 0 auto}
    #ktrezsheet .ktrez-list i{font-style:normal}
    #ktrezsheet .ktrez-hr{border:0;border-top:1px solid #f1f5f9;margin:14px 0}
    #ktrezsheet .ktrez-tot{display:flex;align-items:center;justify-content:space-between;margin:0;padding:6px 0;font-size:13px}
    #ktrezsheet .ktrez-tot span{font-size:12.5px;color:#64748b;font-weight:600}
    #ktrezsheet .ktrez-tot strong{font-size:14px;color:#0f172a;font-weight:700}
    #ktrezsheet [data-coupon-row],
    #ktrezsheet [data-paym-disc-row]{display:flex;justify-content:space-between;padding:4px 0!important;color:#16a34a!important;font-size:12.5px!important;font-weight:600!important;margin:0!important}
    #ktrezsheet [data-coupon-row] strong,
    #ktrezsheet [data-paym-disc-row] strong{font-size:13px}
    #ktrezsheet [data-payable-row]{display:flex;justify-content:space-between;padding:8px 0 4px!important;margin-top:6px!important;border-top:1px dashed #cbd5e1!important;border-bottom:0!important;font-size:13px!important}
    #ktrezsheet [data-payable-row] span{color:#0f172a!important;font-weight:700!important;font-size:13px!important}
    #ktrezsheet [data-payable-row] strong{color:#16a34a!important;font-size:16px!important;font-weight:800!important}
    #ktrezsheet .ktrez-cup{display:flex;flex-wrap:wrap;gap:8px}
    #ktrezsheet .ktrez-cup label{display:block;width:100%;font-size:13px;font-weight:600;color:#0f172a;margin-bottom:2px}
    #ktrezsheet .ktrez-cup input{flex:1 1 0;min-width:120px;padding:10px 12px;border:1px solid #d1d5db;border-radius:9px;font-size:13px;outline:none;font-family:inherit;box-sizing:border-box;background:#fff}
    #ktrezsheet .ktrez-cup button{padding:10px 18px;background:var(--brand-primary,#001364);color:#fff;border:0;border-radius:9px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;flex:0 0 auto}
    #ktrezsheet .ktrez-cup button:hover{background:var(--brand-primary-hover,#002b8a)}
    /* (duplicate rules removed — uses compact ones above) */
    @keyframes ktrezfade{from{opacity:0}to{opacity:1}}
    @keyframes ktrezslide{from{transform:translateY(100%)}to{transform:translateY(0)}}
    @media (min-width:761px){
        #ktrezsheet .ktrez-dlg{left:50%;right:auto;bottom:auto;top:50%;transform:translate(-50%,-50%);width:min(440px,90%);border-radius:14px;max-height:80vh;padding:24px}
        #ktrezsheet .ktrez-handle{display:none}
    }
/* === Modern tour-detail hero (transferrezervasyon ile birebir aynı) === */
html body .reservation-content .tour-detail{
    position:relative!important;
    border-radius:18px!important;
    overflow:hidden!important;
    aspect-ratio:16/9!important;
    margin:0 0 28px!important;
    box-shadow:0 18px 50px -16px rgba(15,23,42,.32)!important;
    background:#0f172a!important;
    padding:0!important;
}
html body .reservation-content .tour-detail > .bordered{display:none!important}
html body .reservation-content .tour-detail .row{display:block!important;margin:0!important;height:100%!important;position:relative!important;flex-direction:row!important}
html body .reservation-content .tour-detail .col-lg-4,
html body .reservation-content .tour-detail .col-6,
html body .reservation-content .tour-detail [class*="col-lg-"]{
    position:absolute!important;inset:0!important;max-width:none!important;flex:none!important;padding:0!important;width:100%!important;height:100%!important;
}
html body .reservation-content .tour-detail .col-lg-8{z-index:2!important}
html body .reservation-content .tour-detail .img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;margin:0!important;border-radius:0!important;background:transparent!important}
html body .reservation-content .tour-detail .img img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;border-radius:0!important;max-width:none!important;max-height:none!important}
html body .reservation-content .tour-detail .img::after{display:none!important}

html body .reservation-content .tour-detail .content{
    position:absolute!important;left:14px!important;right:auto!important;bottom:14px!important;top:auto!important;
    max-width:calc(100% - 28px)!important;
    padding:10px 14px 12px!important;
    background:rgba(20,25,40,.42)!important;
    -webkit-backdrop-filter:saturate(160%) blur(18px)!important;
    backdrop-filter:saturate(160%) blur(18px)!important;
    border:1px solid rgba(255,255,255,.22)!important;
    border-radius:12px!important;
    box-shadow:0 8px 22px -10px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.14)!important;
    display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:6px!important;
}
html body .reservation-content .tour-detail .content,
html body .reservation-content .tour-detail .content *{color:#fff!important;text-shadow:none!important}
html body .reservation-content .tour-detail .content > label{
    display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important;
    margin:0!important;padding:6px 12px!important;
    background:rgba(255,255,255,.14)!important;
    border:1px solid rgba(255,255,255,.25)!important;
    border-radius:12px!important;
    font-size:10.5px!important;font-weight:600!important;letter-spacing:.02em!important;text-transform:none!important;line-height:1.25!important;
    width:fit-content!important;max-width:100%!important;align-self:flex-start!important;float:none!important;clear:both!important;
}
html body .reservation-content .tour-detail .content > label > span,
html body .reservation-content .tour-detail .content > label > div{
    display:flex!important;align-items:center!important;gap:5px!important;font-weight:600!important;font-size:10.5px!important;margin:0!important;color:#fff!important;
}
html body .reservation-content .tour-detail .content > label .kt-date-stack__depart::before{content:"📅";font-size:11px}
html body .reservation-content .tour-detail .content h2{
    margin:0!important;
    font-size:18px!important;font-weight:700!important;line-height:1.2!important;letter-spacing:-.01em!important;
    display:block!important;
}
html body .reservation-content .tour-detail .content p{
    margin:0!important;
    display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:3px!important;opacity:.95!important;
    width:100%!important;float:none!important;clear:both!important;line-height:1.3!important;
}
html body .reservation-content .tour-detail .content p > span{
    display:flex!important;align-items:center!important;gap:6px!important;color:#fff!important;font-weight:600!important;font-size:12px!important;width:100%!important;
}
html body .reservation-content .tour-detail .content p .kt-route-stack__from::before{content:"👤";font-size:11px;flex:0 0 auto}
@media (max-width:760px){
    html body .reservation-content .tour-detail{aspect-ratio:3/2!important;border-radius:10px!important}
    html body .reservation-content .tour-detail .content{
        left:8px!important;bottom:8px!important;
        padding:6px 9px 7px!important;border-radius:8px!important;
        max-width:calc(100% - 16px)!important;
        gap:3px!important;
    }
    html body .reservation-content .tour-detail .content > label{
        padding:2px 7px!important;border-radius:7px!important;gap:1px!important;line-height:1.15!important;
    }
    html body .reservation-content .tour-detail .content > label > span,
    html body .reservation-content .tour-detail .content > label > div{font-size:9px!important;gap:3px!important}
    html body .reservation-content .tour-detail .content > label .kt-date-stack__depart::before{font-size:9px!important}
    html body .reservation-content .tour-detail .content h2{font-size:12px!important;margin:0!important;line-height:1.15!important}
    html body .reservation-content .tour-detail .content p{gap:1px!important}
    html body .reservation-content .tour-detail .content p > span{font-size:10px!important;gap:4px!important;line-height:1.2!important}
    html body .reservation-content .tour-detail .content p .kt-route-stack__from::before{font-size:9px!important}
}

.rs-side{position:sticky;top:20px;display:flex;flex-direction:column;gap:14px;margin-top:-130px}
@media (max-width:991px){.rs-side{margin-top:0;position:relative;top:auto}}
.rs-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px;box-shadow:0 2px 10px -4px rgba(15,23,42,.06)}
.rs-card__head{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 14px;padding-bottom:14px;border-bottom:1px solid #f1f5f9}
.rs-tour{background:#f1f5fb;border-left:4px solid #001364;border-radius:6px;padding:12px 14px;color:#001364;font-weight:600;font-size:14px;margin-bottom:14px}
.rs-meta{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.rs-meta li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#475569;line-height:1.5}
.rs-meta li svg{flex:0 0 auto;color:#0f172a;margin-top:2px}
.rs-meta li strong{color:#0f172a;font-weight:600;margin-right:4px}
.rs-meta li span{color:#475569}
.rs-divider{height:1px;background:#f1f5f9;margin:16px 0}
.rs-total{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:16px;color:#0f172a;margin-bottom:14px}
.rs-total strong{font-size:18px;font-weight:700;color:#0f172a}
.rs-coupon label{display:block;font-size:12px;color:#64748b;margin-bottom:6px;font-weight:500}
.rs-coupon__row{display:flex}
.rs-coupon__row input{flex:1;height:40px;border:1px solid #e2e8f0;border-right:none;border-radius:8px 0 0 8px;padding:0 12px;font-size:13px;outline:none;background:#fff;color:#0f172a;font-family:inherit}
.rs-coupon__row input:focus{border-color:#001364}
.rs-coupon__row button{height:40px;border:none;border-radius:0 8px 8px 0;background:#9ca3af;color:#fff;padding:0 18px;font-size:13px;font-weight:600;cursor:pointer}
.rs-coupon__row button:not([disabled]){background:#001364;cursor:pointer}
.rs-coupon__row button:not([disabled]):hover{background:#001364}
.rs-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.rs-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;border-radius:10px;color:#fff;text-decoration:none;font-size:14px;font-weight:600;transition:filter .15s}
.rs-btn:hover{color:#fff;filter:brightness(.92)}
.rs-btn--wa{background:#25d366}
.rs-btn--call{background:#001364}
.rs-info{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px 20px;box-shadow:0 2px 10px -4px rgba(15,23,42,.06)}
.rs-info strong{display:block;color:#0f172a;font-size:14px;margin-bottom:6px}
.rs-info p{color:#64748b;font-size:13px;margin:0;line-height:1.6}
.rs-coupon__msg{margin-top:8px;font-size:12px;padding:6px 10px;border-radius:6px}
.rs-coupon__msg.is-ok{background:#dcfce7;color:#16a34a}
.rs-coupon__msg.is-err{background:#fef2f2;color:#dc2626}
.rs-discount{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px dashed #e2e8f0;color:#16a34a;font-size:14px;font-weight:600;margin-top:8px}
.kt-tg input{position:absolute;opacity:0;pointer-events:none}
.kt-tg__slot{display:inline-block;width:38px;height:22px;background:#cbd5e1;border-radius:11px;position:relative;transition:background .15s}
.kt-tg__dot{position:absolute;top:2px;left:2px;width:18px;height:18px;background:#fff;border-radius:50%;transition:left .15s;box-shadow:0 1px 3px rgba(0,0,0,.2)}
.kt-tg input:checked + .kt-tg__slot{background:#001364}
.kt-tg input:checked + .kt-tg__slot .kt-tg__dot{left:18px}

/* === otel-rezervasyon.php === */
    html body .kt-pay__title em{display:none!important}
    html body .kt-pay__price{font-weight:600;color:#001364;margin-left:4px}
    html body .collapse-reservation-summary{position:fixed;bottom:14px;left:50%;transform:translateX(-50%);z-index:100}
    html body .ktrez-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:99px;cursor:pointer;font-family:inherit;color:#0f172a;box-shadow:0 10px 28px -10px rgba(15,23,42,.3);min-width:300px}
    html body .ktrez-trigger__label{font-size:13.5px;font-weight:600;color:#64748b}
    html body .ktrez-trigger__right{display:flex;align-items:center;gap:8px}
    html body .ktrez-trigger__price{font-size:15px;font-weight:800;color:var(--brand-primary,#001364)}
    html body .ri-v2{padding-bottom:5px}
    html body .kz-float-btn{display:none!important}
    @media (max-width:480px){html body .ktrez-trigger{min-width:auto;width:calc(100vw - 24px)}}

    html body .reservation-content .tour-detail{position:relative!important;border-radius:18px!important;overflow:hidden!important;aspect-ratio:16/9!important;margin:0 0 28px!important;box-shadow:0 18px 50px -16px rgba(15,23,42,.32)!important;background:#0f172a!important;padding:0!important}
    html body .reservation-content .tour-detail .row{display:block!important;margin:0!important;height:100%!important;position:relative!important}
    html body .reservation-content .tour-detail [class*="col-lg-"]{position:absolute!important;inset:0!important;max-width:none!important;padding:0!important;width:100%!important;height:100%!important}
    html body .reservation-content .tour-detail .img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;margin:0!important}
    html body .reservation-content .tour-detail .img img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
    html body .reservation-content .tour-detail .content{position:absolute!important;left:14px!important;bottom:14px!important;max-width:calc(100% - 28px)!important;padding:10px 14px 12px!important;background:rgba(20,25,40,.42)!important;backdrop-filter:saturate(160%) blur(18px)!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:12px!important;display:flex!important;flex-direction:column!important;gap:6px!important;z-index:2}
    html body .reservation-content .tour-detail .content,
    html body .reservation-content .tour-detail .content *{color:#fff!important}
    html body .reservation-content .tour-detail .content h2{margin:0!important;font-size:18px!important;font-weight:700!important}
    html body .reservation-content .tour-detail .content p{margin:0!important;font-size:12px!important}
    @media (max-width:760px){html body .reservation-content .tour-detail{aspect-ratio:3/2!important}}

    .rs-side{position:sticky;top:20px;display:flex;flex-direction:column;gap:14px;margin-top:-130px}
    @media (max-width:991px){.rs-side{margin-top:0;position:relative;top:auto}}
    .rs-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px}
    .rs-card__head{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 14px;padding-bottom:14px;border-bottom:1px solid #f1f5f9}
    .rs-tour{background:#f1f5fb;border-left:4px solid #001364;border-radius:6px;padding:12px 14px;color:#001364;font-weight:600;font-size:14px;margin-bottom:14px}
    .rs-meta{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
    .rs-meta li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#475569}
    .rs-meta li svg{flex:0 0 auto;color:#0f172a;margin-top:2px}
    .rs-meta li strong{color:#0f172a;font-weight:600;margin-right:4px}
    .rs-divider{height:1px;background:#f1f5f9;margin:16px 0}
    .rs-total{display:flex;align-items:center;justify-content:space-between;padding:6px 0}
    .rs-total span{font-size:13px;color:#64748b;font-weight:600}
    .rs-total strong{font-size:18px;color:#0f172a;font-weight:800}
    .rs-coupon{margin-top:14px;padding-top:14px;border-top:1px solid #f1f5f9}
    .rs-coupon label{display:block;font-size:13px;font-weight:600;color:#0f172a;margin-bottom:6px}
    .rs-coupon__row{display:flex;gap:6px}
    .rs-coupon__row input{flex:1;padding:9px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px}
    .rs-coupon__row button{padding:9px 16px;background:#001364;color:#fff;border:0;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}
    .rs-payable{display:flex;align-items:center;justify-content:space-between;padding:12px 0;margin-top:10px;border-top:2px dashed #001364}
    .rs-payable span{color:#0f172a;font-weight:700}
    .rs-payable strong{color:#16a34a;font-size:18px;font-weight:800}
.ho-meals{display:flex;flex-direction:column;gap:8px}
.ho-meal{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;background:#fff}
.ho-meal:has(input:checked){background:#eef2ff;border-color:#c7d2fe}
.ho-meal__title{flex:1;font-weight:600;color:#0f172a;font-size:14px}
.ho-meal__price{color:#001364;font-weight:700;font-size:13px;white-space:nowrap}
.ho-meal__price small{color:#94a3b8;font-weight:500;margin-left:4px}

/* === yat-rezervasyon.php === */
    html body .kt-pay__title em{display:none!important}
    html body .kt-pay__price{font-weight:600;color:#001364;margin-left:4px}
    html body .collapse-reservation-summary{position:fixed;bottom:14px;left:50%;transform:translateX(-50%);z-index:100;margin:0;padding:0;width:auto}
    html body .ktrez-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:99px;cursor:pointer;font-family:inherit;color:#0f172a;box-shadow:0 10px 28px -10px rgba(15,23,42,.3);min-width:300px}
    html body .ktrez-trigger__label{font-size:13.5px;font-weight:600;color:#64748b}
    html body .ktrez-trigger__right{display:flex;align-items:center;gap:8px}
    html body .ktrez-trigger__price{font-size:15px;font-weight:800;color:var(--brand-primary,#001364)}
    html body .ktrez-trigger__chev{color:var(--brand-primary,#001364);flex:0 0 auto}
    html body .ri-v2{padding-bottom:5px}
    @media (max-width:480px){
        html body .ktrez-trigger{min-width:auto;width:calc(100vw - 24px)}
    }
    html body .kz-float-btn{display:none!important}

    /* === Yat hero === */
    html body .reservation-content .tour-detail{position:relative!important;border-radius:18px!important;overflow:hidden!important;aspect-ratio:16/9!important;margin:0 0 28px!important;box-shadow:0 18px 50px -16px rgba(15,23,42,.32)!important;background:#0f172a!important;padding:0!important}
    html body .reservation-content .tour-detail > .bordered{display:none!important}
    html body .reservation-content .tour-detail .row{display:block!important;margin:0!important;height:100%!important;position:relative!important}
    html body .reservation-content .tour-detail .col-lg-4,
    html body .reservation-content .tour-detail .col-6,
    html body .reservation-content .tour-detail [class*="col-lg-"]{position:absolute!important;inset:0!important;max-width:none!important;flex:none!important;padding:0!important;width:100%!important;height:100%!important}
    html body .reservation-content .tour-detail .col-lg-8{z-index:2!important}
    html body .reservation-content .tour-detail .img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;margin:0!important}
    html body .reservation-content .tour-detail .img img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
    html body .reservation-content .tour-detail .content{position:absolute!important;left:14px!important;bottom:14px!important;max-width:calc(100% - 28px)!important;padding:10px 14px 12px!important;background:rgba(20,25,40,.42)!important;backdrop-filter:saturate(160%) blur(18px)!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:12px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:6px!important}
    html body .reservation-content .tour-detail .content,
    html body .reservation-content .tour-detail .content *{color:#fff!important;text-shadow:none!important}
    html body .reservation-content .tour-detail .content h2{margin:0!important;font-size:18px!important;font-weight:700!important;line-height:1.2!important}
    html body .reservation-content .tour-detail .content p{margin:0!important;font-size:12px!important;opacity:.95!important}
    @media (max-width:760px){
        html body .reservation-content .tour-detail{aspect-ratio:3/2!important;border-radius:10px!important}
        html body .reservation-content .tour-detail .content h2{font-size:13px!important}
        html body .reservation-content .tour-detail .content p{font-size:11px!important}
    }

    .rs-side{position:sticky;top:20px;display:flex;flex-direction:column;gap:14px;margin-top:-130px}
    @media (max-width:991px){.rs-side{margin-top:0;position:relative;top:auto}}
    .rs-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px;box-shadow:0 2px 10px -4px rgba(15,23,42,.06)}
    .rs-card__head{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 14px;padding-bottom:14px;border-bottom:1px solid #f1f5f9}
    .rs-tour{background:#f1f5fb;border-left:4px solid #001364;border-radius:6px;padding:12px 14px;color:#001364;font-weight:600;font-size:14px;margin-bottom:14px}
    .rs-meta{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
    .rs-meta li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#475569;line-height:1.5}
    .rs-meta li svg{flex:0 0 auto;color:#0f172a;margin-top:2px}
    .rs-meta li strong{color:#0f172a;font-weight:600;margin-right:4px}
    .rs-divider{height:1px;background:#f1f5f9;margin:16px 0}
    .rs-total{display:flex;align-items:center;justify-content:space-between;padding:6px 0}
    .rs-total span{font-size:13px;color:#64748b;font-weight:600}
    .rs-total strong{font-size:18px;color:#0f172a;font-weight:800}
    .rs-coupon{margin-top:14px;padding-top:14px;border-top:1px solid #f1f5f9}
    .rs-coupon label{display:block;font-size:13px;font-weight:600;color:#0f172a;margin-bottom:6px}
    .rs-coupon__row{display:flex;gap:6px}
    .rs-coupon__row input{flex:1;padding:9px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;outline:none;font-family:inherit}
    .rs-coupon__row button{padding:9px 16px;background:#001364;color:#fff;border:0;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap}
    .rs-coupon__msg{margin-top:6px;font-size:12px;font-weight:600}
    .rs-coupon__msg.is-ok{color:#16a34a}
    .rs-coupon__msg.is-err{color:#dc2626}
    .rs-discount{display:flex;align-items:center;justify-content:space-between;padding:10px 0 0;font-size:13px;color:#16a34a;font-weight:600}
    .rs-payable{display:flex;align-items:center;justify-content:space-between;padding:12px 0;margin-top:10px;border-top:2px dashed #001364;font-size:15px}
    .rs-payable span{color:#0f172a;font-weight:700}
    .rs-payable strong{color:#16a34a;font-size:18px;font-weight:800}
    .rs-actions{display:flex;gap:8px}
    .rs-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px;border-radius:10px;text-decoration:none;font-weight:600;font-size:13px;color:#fff;border:0}
    .rs-btn--wa{background:#25d366}
    .rs-btn--call{background:#001364}
    .rs-info{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:12px 14px}
    .rs-info strong{display:block;font-size:13px;color:#92400e;margin-bottom:4px}
    .rs-info p{margin:0;font-size:12px;color:#92400e;line-height:1.5}

    .yt-charter-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
    .yt-charter-pill{padding:9px 16px;border:1px solid #e2e8f0;border-radius:99px;background:#fff;font-size:13px;color:#475569;cursor:pointer;display:inline-flex;align-items:center;gap:6px}
    .yt-charter-pill:has(input:checked){background:#001364;border-color:#001364;color:#fff;font-weight:700}
    .yt-charter-pill input{position:absolute;opacity:0;pointer-events:none}
    .yt-durfield{display:none}
    .yt-durfield.is-active{display:block}
    .yt-extras{display:flex;flex-direction:column;gap:8px}
    .yt-extra{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;font-size:14px;background:#fff}
    .yt-extra:has(input:checked){background:#eef2ff;border-color:#c7d2fe}
    .yt-extra__name{flex:1;color:#0f172a;font-weight:500}
    .yt-extra__price{color:#001364;font-weight:700;white-space:nowrap}
    .yt-extra__price small{color:#94a3b8;font-weight:500;margin-left:4px}
