/* ============================================================
   Özkaymak Seyahat — site geneli düzeltmeler
   (global.min.css'ten SONRA yüklenir, oradaki kuralları ezer)
   ============================================================ */

/* Takvim slider'ın altında kalıyordu: arama kutusunu ve takvimi
   slider'ın (swiper z-index:1) üzerine çıkar. */
.action-area .quick_select {
    z-index: 20;
}

.daterangepicker {
    z-index: 30 !important;
}

/* ------------------------------------------------------------
   Sefer listesi — koltuk seçim özeti
   ------------------------------------------------------------ */

/* DEVAM butonu: belirgin, tam genişlik, yeşil (eski sitedeki SONRAKİ ADIM gibi) */
.secim-ozeti .devam-btn {
    display: block;
    text-align: center;
    background: #34aa68;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 20px;
    border-radius: 8px;
    margin-top: 14px;
    transition: background .2s;
}

.secim-ozeti .devam-btn:hover {
    background: #2c9058;
    color: #fff;
    text-decoration: none;
}

/* ------------------------------------------------------------
   Site uyarı penceresi (alert yerine)
   ------------------------------------------------------------ */
.site-uyari-katman {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.site-uyari {
    background: #fff;
    border-radius: 14px;
    max-width: 430px;
    width: 100%;
    padding: 28px 26px 22px;
    text-align: center;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .25);
}

.site-uyari .uyari-ikon {
    font-size: 46px;
    margin-bottom: 10px;
}

.site-uyari .uyari-baslik {
    font-size: 18px;
    color: #2d4191;
    margin-bottom: 8px;
}

.site-uyari .uyari-mesaj {
    font-size: 14px;
    color: #444;
    line-height: 1.55;
    margin-bottom: 18px;
}

.site-uyari .uyari-butonlar {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.site-uyari .uyari-btn {
    display: inline-block;
    background: #2d4191;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .5px;
    padding: 10px 22px;
    border-radius: 8px;
    transition: background .2s;
}

.site-uyari .uyari-btn:hover {
    background: #db1f1c;
    text-decoration: none;
}

/* ------------------------------------------------------------
   E-bilet kartı (ödeme sonucu + PNR sorgulama)
   ------------------------------------------------------------ */
.e-bilet-sarici {
    margin: 18px 0;
}

.e-bilet {
    display: flex;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .10);
    overflow: hidden;
    border: 1px solid #eceff5;
}

.e-bilet-kocan {
    background: #2d4191;
    color: #fff;
    padding: 24px 20px;
    min-width: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 2px dashed rgba(255, 255, 255, .5);
    gap: 6px;
}

.e-bilet-kocan .kocan-marka {
    font-size: 16px;
    letter-spacing: 3px;
    opacity: .9;
}

.e-bilet-kocan .kocan-pnr-etiket {
    font-size: 10px;
    letter-spacing: 2px;
    opacity: .7;
    margin-top: 8px;
}

.e-bilet-kocan .kocan-pnr {
    font-size: 22px;
    letter-spacing: 1px;
}

.e-bilet-kocan .kocan-durum {
    font-size: 11px;
    letter-spacing: 1px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-top: 10px;
}

.e-bilet-govde {
    flex: 1;
    padding: 20px 24px;
    min-width: 0;
}

.govde-rota {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eceff5;
}

.govde-rota .rota-etiket {
    font-size: 10px;
    letter-spacing: 2px;
    color: #9aa3b5;
}

.govde-rota .rota-sehir {
    font-size: 24px;
    color: #2d4191;
    line-height: 1.1;
}

.govde-rota .rota-nokta.sag {
    text-align: right;
}

.govde-rota .rota-cizgi {
    flex: 1;
    border-top: 2px dashed #c6cede;
    position: relative;
    min-width: 60px;
}

.govde-rota .rota-cizgi i {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #db1f1c;
    padding: 0 8px;
    font-size: 16px;
}

.govde-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 26px;
    padding: 14px 0;
    border-bottom: 1px solid #eceff5;
}

.govde-meta .meta-etiket {
    font-size: 10px;
    letter-spacing: 2px;
    color: #9aa3b5;
}

.govde-meta .meta-deger {
    font-size: 14px;
    color: #333;
}

.govde-yolcular {
    padding: 10px 0;
}

.yolcu-satir {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 18px;
    padding: 7px 0;
    font-size: 14px;
    border-bottom: 1px dashed #eef1f6;
}

.yolcu-satir:last-child {
    border-bottom: none;
}

.yolcu-satir .yolcu-ad {
    flex: 1;
    min-width: 140px;
    color: #333;
}

.yolcu-satir .yolcu-cinsiyet {
    color: #7a8194;
    min-width: 48px;
}

.yolcu-satir .yolcu-koltuk {
    color: #555;
    min-width: 90px;
}

.yolcu-satir .yolcu-fiyat {
    color: #2d4191;
    min-width: 80px;
    text-align: right;
}

.govde-alt {
    display: flex;
    gap: 10px;
    padding-top: 12px;
    flex-wrap: wrap;
}

.bilet-btn {
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 22px;
    border-radius: 8px;
    transition: opacity .2s;
    font-family: "Montserrat", sans-serif;
}

.bilet-btn.yazdir {
    background: #2d4191;
    color: #fff;
}

.bilet-btn.iptal {
    background: #fff;
    color: #db1f1c;
    border: 2px solid #db1f1c;
}

.bilet-btn.pdf {
    background: #fe7813;
    color: #fff;
}

.bilet-btn:hover {
    opacity: .85;
}

@media (max-width: 767px) {
    .e-bilet {
        flex-direction: column;
    }

    .e-bilet-kocan {
        border-right: none;
        border-bottom: 2px dashed rgba(255, 255, 255, .5);
        padding: 16px;
        min-width: 0;
    }

    .govde-rota .rota-sehir {
        font-size: 18px;
    }
}

/* ------------------------------------------------------------
   PNR / E-Bilet sorgulama — form eski tasarımda (tudeGlobal.css),
   sonuç alanı yeni e-bilet kartı. Formun üst boşluğu + ARA butonu
   dikey hizası için küçük dokunuşlar.
   ------------------------------------------------------------ */
.online-islemler .pnr-form {
    padding-top: 24px;
}

.online-islemler .pnr-form .btn-ara {
    cursor: pointer;
    border: none;
}

.bilet-block {
    margin-bottom: 40px;
}

/* ------------------------------------------------------------
   Sözleşme / bilgilendirme metinleri
   ------------------------------------------------------------ */
.sozlesme-metin {
    line-height: 1.7;
    color: #444;
    font-size: 14.5px;
}

.sozlesme-metin .header {
    color: #2d4191;
    margin-bottom: 20px;
    font-size: 26px;
}

.sozlesme-metin p {
    margin-bottom: 12px;
}

.sozlesme-metin h2,
.sozlesme-metin h3,
.sozlesme-metin strong {
    color: #2d4191;
}

.sozlesme-metin table {
    width: 100%;
    border-collapse: collapse;
    margin: 14px 0;
}

.sozlesme-metin table td,
.sozlesme-metin table th {
    border: 1px solid #dfe3ec;
    padding: 8px 10px;
}

/* ------------------------------------------------------------
   Profil sayfası
   ------------------------------------------------------------ */
.profil-menu {
    background: #fff;
    border: 1px solid #eceff5;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
}

.profil-hosgeldin {
    padding: 16px;
    border-bottom: 1px solid #eceff5;
    background: #f8f9fc;
}

.profil-sekme {
    display: block;
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #4a4f60 !important;
    border-bottom: 1px solid #f1f3f8;
    transition: background .15s;
}

.profil-sekme i {
    width: 22px;
    color: #9aa3b5;
}

.profil-sekme:hover {
    background: #f5f7fb;
    text-decoration: none;
}

.profil-sekme.aktif {
    background: #2d4191;
    color: #fff !important;
}

.profil-sekme.aktif i {
    color: #fff;
}

.profil-sekme.cikis {
    color: #db1f1c !important;
}

.profil-sekme.cikis i {
    color: #db1f1c;
}

.uye-panel {
    background: #fff;
    border: 1px solid #eceff5;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
}

/* ------------------------------------------------------------
   Ödeme sayfası düzeltmeleri
   ------------------------------------------------------------ */

/* "T.C. Vatandaşı Değilim" kutusu TC input'unun üzerine biniyordu:
   kimlik bloğuna sabitle, TC etiketi hizasında sağda dursun. */
#odeme .area3 .yolcu-bilgileri .input-area .kimlik {
    position: relative;
}

#odeme .area3 .yolcu-bilgileri .input-area .kimlik .non {
    top: 0;
    right: 0;
    left: auto;
    margin: 0;
}

/* T.C. Kimlik No input'u Ad Soyad ile aynı genişlik ve hizada olsun */
#odeme .area3 .yolcu-bilgileri .input-area .kimlik {
    width: 100% !important;
    margin: 0 !important;
}

#odeme .area3 .yolcu-bilgileri .input-area .kimlik .fw-medium {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

#odeme .area3 .yolcu-bilgileri .input-area .kimlik .check_btn,
#odeme .area3 .yolcu-bilgileri .input-area .kimlik .check_btn_false,
#odeme .area3 .yolcu-bilgileri .input-area .kimlik .check_btn_false input,
#odeme .area3 .yolcu-bilgileri .input-area .kimlik .check_btn_true {
    width: 100% !important;
    margin-left: 0 !important;
}

/* Mobilde saat ile "Koltuk Düzeni" yazısı çakışıyordu: sağ kenara sabitle */
@media (max-width: 991px) {
    #koltuk-sec .list-item .tab4 {
        left: auto !important;
        right: 10px;
        text-align: right;
    }

    #koltuk-sec .list-item .tab4 .smk {
        display: inline-block;
        text-align: right;
    }
}
