/* =====================================================================
   Profesyonel Tur Liste Kartı  ( .tour-box2--pro )
   - Mobil öncelikli, modern ve erişilebilir tasarım
   - İşlevsel sınıflar (compare-btn, favori-icon, date-btn, t-price ...)
     korunmuştur; yalnızca görünüm güncellenmiştir.
   ===================================================================== */

.tour-list .tour-box2.tour-box2--pro {
    --tc-radius: 16px;
    --tc-border: #e9edf2;
    --tc-ink: #1f2a37;
    --tc-muted: #64748b;
    --tc-soft: #f4f7fa;
    --tc-primary: #0065b8;
    --tc-price: #0681b1;
    --tc-cta-1: #ef4444;
    --tc-cta-2: #d62828;

    position: relative;
    float: none;
    width: 100%;
    margin: 0 0 18px;
    padding: 0;
    background: #fff;
    border: 1px solid var(--tc-border);
    border-radius: var(--tc-radius);
    box-shadow: 0 6px 22px rgba(15, 23, 42, .06);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.tour-list .tour-box2.tour-box2--pro:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, .12);
    border-color: #d7e0ea;
}

/* Dış sarmalayıcı (bootstrap col) boşluklarını sıfırla */
.tour-list .tour-box2.tour-box2--pro .kontenjanWrap {
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: inherit;
}

.tour-list .tour-box2.tour-box2--pro .kontenjanWrap > .row {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.tour-list .tour-box2.tour-box2--pro .kontenjanWrap > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;

}

/* ----------------------------------------------------------------- */
/*  GÖRSEL ALANI                                                      */
/* ----------------------------------------------------------------- */
.tour-list .tour-box2.tour-box2--pro .image {
    position: relative;
    float: none;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #eef2f6;
    border-radius: 0;
}

.tour-list .tour-box2.tour-box2--pro .image > a {
    display: block;
    width: 100%;
    height: 100%;
}

.tour-list .tour-box2.tour-box2--pro .image img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: transform .4s ease;
}

.tour-list .tour-box2.tour-box2--pro:hover .image:not(.is-ready) img {
    transform: scale(1.05);
}

/* ----------------------------------------------------------------- */
/*  Liste kartı galeri — prof. crossfade + slide                      */
/* ----------------------------------------------------------------- */
.tour-list .tour-box2.tour-box2--pro .tour-card-gallery__frames {
    position: absolute;
    inset: 0;
    z-index: 3;
    overflow: hidden;
    border-radius: inherit;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
}

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery.is-gallery-live .tour-card-gallery__frames {
    opacity: 1;
}

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery__frame {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: #eef2f6;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.04) translateX(0);
    will-change: transform, opacity;
    transition:
        opacity .52s cubic-bezier(0.22, 1, 0.36, 1),
        transform .52s cubic-bezier(0.22, 1, 0.36, 1);
}

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery__frame.is-active {
    opacity: 1;
    transform: scale(1) translateX(0);
    z-index: 2;
}

/* Sonraki slayt — giriş hazırlığı */
.tour-list .tour-box2.tour-box2--pro .tour-card-gallery.is-slide-next .tour-card-gallery__frame.is-entering {
    opacity: 0;
    transform: scale(1.04) translateX(3.5%);
    z-index: 3;
}

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery.is-slide-next.is-animating .tour-card-gallery__frame.is-entering {
    opacity: 1;
    transform: scale(1) translateX(0);
}

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery.is-slide-next.is-animating .tour-card-gallery__frame.is-leaving {
    opacity: 0;
    transform: scale(1.02) translateX(-3%);
}

/* Önceki slayt */
.tour-list .tour-box2.tour-box2--pro .tour-card-gallery.is-slide-prev .tour-card-gallery__frame.is-entering {
    opacity: 0;
    transform: scale(1.04) translateX(-3.5%);
    z-index: 3;
}

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery.is-slide-prev.is-animating .tour-card-gallery__frame.is-entering {
    opacity: 1;
    transform: scale(1) translateX(0);
}

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery.is-slide-prev.is-animating .tour-card-gallery__frame.is-leaving {
    opacity: 0;
    transform: scale(1.02) translateX(3%);
}

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery.is-gallery-live .tour-card-gallery__link img {
    opacity: 0;
    visibility: hidden;
}

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery__link {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
}

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery.is-animating .tour-card-gallery__nav,
.tour-list .tour-box2.tour-box2--pro .tour-card-gallery.is-animating .tour-card-gallery__dots {
    pointer-events: none;
}

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: #1f2a37;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .16);
    backdrop-filter: blur(6px);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, background .2s ease, transform .25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .2s ease;
}

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery.is-ready .tour-card-gallery__nav {
    opacity: 1;
    pointer-events: auto;
}

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery__prev { left: 10px; }
.tour-list .tour-box2.tour-box2--pro .tour-card-gallery__next { right: 10px; }

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery__nav:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .2);
}

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery__nav i {
    font-size: 12px;
    line-height: 1;
}

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery__dots {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    z-index: 6;
    display: flex;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, .42);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
}

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery.is-ready .tour-card-gallery__dots {
    opacity: 1;
    pointer-events: auto;
}

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery__dots button {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .5);
    cursor: pointer;
    transition:
        width .32s cubic-bezier(0.22, 1, 0.36, 1),
        background .25s ease,
        opacity .25s ease;
}

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery__dots button.is-active {
    background: #fff;
    width: 18px;
}

.tour-list .tour-box2.tour-box2--pro .tour-card-gallery.is-loading::after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 5;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, .35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: tcg-spin .6s linear infinite;
}

@keyframes tcg-spin {
    to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    .tour-list .tour-box2.tour-box2--pro .tour-card-gallery__frame,
    .tour-list .tour-box2.tour-box2--pro .tour-card-gallery__frames,
    .tour-list .tour-box2.tour-box2--pro .tour-card-gallery__dots button,
    .tour-list .tour-box2.tour-box2--pro .tour-card-gallery__nav {
        transition-duration: .15s !important;
    }

    .tour-list .tour-box2.tour-box2--pro .tour-card-gallery__frame {
        transform: none !important;
    }
}

/* Favori butonu */
.tour-list .tour-box2.tour-box2--pro .image .favori-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
    width: 36px !important;
    height: 36px;
    padding: 0;
    background: rgba(255, 255, 255, .95);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
    z-index: 4;
    transition: transform .2s ease, background .2s ease;
}

.tour-list .tour-box2.tour-box2--pro .image .favori-icon:hover {
    transform: scale(1.08);
    background: #fff;
}

.tour-list .tour-box2.tour-box2--pro .image .favori-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ef4444;
    font-size: 15px;
}

/* Vize / rozet — karşılaştır butonunun altında */
.tour-list .tour-box2.tour-box2--pro .image .vize,
.tour-list .tour-box2.tour-box2--pro .image .turliste_vize {
    position: absolute;
    top: 48px;
    left: 10px;
    z-index: 4;
    padding: 4px 9px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: rgba(15, 23, 42, .78);
    border-radius: 6px;
    backdrop-filter: blur(2px);
}

/* Karşılaştır butonu — otellerle aynı chip (sol üst) */
.tour-list .tour-box2.tour-box2--pro .image .compare-btn,
.tour-list .tour-box2.tour-box2--pro .tour-card-gallery .compare-btn {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 30 !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 7px 11px !important;
    border: 1px solid rgba(26, 36, 51, 0.08) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #1a2433 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em;
    line-height: 1;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    pointer-events: auto !important;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    animation: none !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.tour-list .tour-box2.tour-box2--pro .image .compare-btn:hover,
.tour-list .tour-box2.tour-box2--pro .tour-card-gallery .compare-btn:hover {
    background: #fff !important;
    color: #0b1f42 !important;
    border-color: rgba(16, 45, 93, 0.18) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.18);
}

.tour-list .tour-box2.tour-box2--pro .image .compare-btn:active,
.tour-list .tour-box2.tour-box2--pro .tour-card-gallery .compare-btn:active {
    transform: scale(0.97);
}

.tour-list .tour-box2.tour-box2--pro .image .compare-btn.selected,
.tour-list .tour-box2.tour-box2--pro .image .compare-btn.selected:hover,
.tour-list .tour-box2.tour-box2--pro .tour-card-gallery .compare-btn.selected,
.tour-list .tour-box2.tour-box2--pro .tour-card-gallery .compare-btn.selected:hover {
    background: #16a34a !important;
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: 0 3px 12px rgba(22, 163, 74, 0.35);
    animation: none !important;
}

.tour-list .tour-box2.tour-box2--pro .image .compare-btn i,
.tour-list .tour-box2.tour-box2--pro .tour-card-gallery .compare-btn i {
    font-size: 11px;
    line-height: 1;
}

.tour-list .tour-box2.tour-box2--pro .image .compare-btn span,
.tour-list .tour-box2.tour-box2--pro .tour-card-gallery .compare-btn span {
    font-size: 11px;
    font-weight: 700;
}

@media (max-width: 640px) {
    .tour-list .tour-box2.tour-box2--pro .image .compare-btn,
    .tour-list .tour-box2.tour-box2--pro .tour-card-gallery .compare-btn {
        top: 8px !important;
        left: 8px !important;
        padding: 6px 9px !important;
        font-size: 10px !important;
    }

    .tour-list .tour-box2.tour-box2--pro .image .compare-btn span,
    .tour-list .tour-box2.tour-box2--pro .tour-card-gallery .compare-btn span {
        font-size: 10px;
    }

    .tour-list .tour-box2.tour-box2--pro .image .vize,
    .tour-list .tour-box2.tour-box2--pro .image .turliste_vize {
        top: 44px;
        left: 8px;
    }
}

/* Kontenjan şeridi */
.tour-list .tour-box2.tour-box2--pro .kontenjan {
    top: 16px;
    right: -28px;
    width: 120px;
    padding: 3px 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .3px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .18);
    z-index: 5;
}

/* ----------------------------------------------------------------- */
/*  İÇERİK ALANI                                                      */
/* ----------------------------------------------------------------- */
.tour-list .tour-box2.tour-box2--pro .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: auto;
    padding: 16px 18px 4px;
}

.tour-list .tour-box2.tour-box2--pro .content .title {
    display: block;
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    font-size: 1.06rem;
    font-weight: 700;
    line-height: 1.35;
}

.tour-list .tour-box2.tour-box2--pro .content .title a {
    color: var(--tc-ink);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .2s ease;
}

.tour-list .tour-box2.tour-box2--pro .content .title a:hover {
    color: var(--tc-primary);
}

/* Bilgi satırı: tarih / geceleme / ulaşım = chip görünümü */
.tour-list .tour-box2.tour-box2--pro .dates-boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
}

.tour-list .tour-box2.tour-box2--pro .dates-boxes .date,
.tour-list .tour-box2.tour-box2--pro .dates-boxes .turliste_ulasim.ucak,
.tour-list .tour-box2.tour-box2--pro .dates-boxes .informations.ulasim-tipi {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: auto;
    max-width: max-content;
    margin: 0;
    padding: 5px 10px;
    font-size: .8rem;
    font-weight: 600;
    color: #334155;
    background: var(--tc-soft);
    border: 1px solid #e6ebf1;
    border-radius: 999px;
    line-height: 1.1;
}

.tour-list .tour-box2.tour-box2--pro .dates-boxes .date svg path {
    stroke: var(--tc-primary);
}

.tour-list .tour-box2.tour-box2--pro .dates-boxes .turliste_ulasim.ucak img,
.tour-list .tour-box2.tour-box2--pro .dates-boxes .informations.ulasim-tipi img {
    width: 16px;
    height: 16px;
}

/* Tur güzergahı satırı */
.tour-list .tour-box2.tour-box2--pro .dates-boxes .locations {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    width: auto;
    max-width: max-content;
    margin: 2px 0 0;
    padding: 0;
    color: var(--tc-muted);
    font-size: .82rem;
    font-weight: 600;
    text-decoration: none;
    cursor: help;
}

.tour-list .tour-box2.tour-box2--pro .dates-boxes .locations img {
    width: 15px;
    height: auto;
}

/* Diğer tarihler butonu */
.tour-list .tour-box2.tour-box2--pro .tur-periyot {
    width: 100%;
    margin-top: 2px;
    order: 5;
}

.tour-list .tour-box2.tour-box2--pro .tur-periyot .date-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    width: auto;
    padding: 6px 14px;
    font-family: inherit;
    font-size: .8rem;
    font-weight: 600;
    color: var(--tc-primary);
    background: #eef6fc;
    border: 1px solid #cfe6f7;
    border-radius: 999px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    z-index: 2;
    pointer-events: auto;
    transition: background .2s ease, border-color .2s ease;
}

.tour-list .tour-box2.tour-box2--pro .tur-periyot .date-btn:hover {
    background: #dcedfa;
    border-color: #a9d4f0;
}

.tour-list .tour-box2.tour-box2--pro .tur-periyot .date-btn img {
    width: 16px;
    height: 16px;
}

.tour-list .tour-box2.tour-box2--pro .tur-periyot .date-btn .other-dates,
.tour-list .tour-box2.tour-box2--pro .tur-periyot > .other-dates {
    display: none !important;
}

.tour-list .tour-box2.tour-box2--pro .tur-periyot .date-btn .other-dates:empty,
.tour-list .tour-box2.tour-box2--pro .tur-periyot > .other-dates:empty {
    display: none !important;
}

/* =====================================================================
   Tur Periyotları Modalı (datesModal)
   ===================================================================== */
.tur-dates-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, .55);
}

.tur-dates-modal[hidden] {
    display: none !important;
}

.tur-dates-modal.is-open {
    display: flex !important;
}

body.tur-dates-modal-open {
    overflow: hidden;
}

.tur-dates-modal__dialog {
    position: relative;
    width: min(100%, 560px);
    max-height: min(80vh, 640px);
    overflow: auto;
    padding: 22px 22px 18px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .22);
}

.tur-dates-modal__title {
    margin: 0 40px 14px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e7eb;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #1f2a37;
}

.tur-dates-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: 2px solid #f59e0b;
    border-radius: 50%;
    background: #fff;
    color: #b45309;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease, color .2s ease;
}

.tur-dates-modal__close:hover {
    background: #fff7ed;
    color: #92400e;
}

.tur-dates-modal__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tur-dates-modal__empty {
    margin: 8px 0 0;
    color: #64748b;
    font-size: .95rem;
}

.tur-dates-modal__body span a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: #1f2a37;
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease;
}

.tur-dates-modal__body span a:hover {
    border-color: #93c5fd;
    background: #f8fafc;
}

.tur-dates-modal__body span a::after {
    content: 'Tarihe Git';
    flex-shrink: 0;
    padding: 5px 10px;
    border: 1px solid #dbe3ea;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 600;
    color: #0065b8;
    background: #f8fbff;
}

@media (max-width: 767px) {
    .tur-dates-modal {
        padding: 12px;
        align-items: flex-end;
    }

    .tur-dates-modal__dialog {
        width: 100%;
        max-height: 85vh;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}
.tour-list .tour-box2.tour-box2--pro .content > b {
    display: block;
    margin-top: 8px;
    color: #0f7b3f;
    font-size: .82rem;
}

.tour-list .tour-box2.tour-box2--pro .content > b:empty {
    display: none;
}

/* ----------------------------------------------------------------- */
/*  FİYAT ALANI                                                       */
/* ----------------------------------------------------------------- */
.tour-list .tour-box2.tour-box2--pro .price-wrap {
    width: 100%;
    min-height: auto;
    height: auto;
    padding: 16px 18px;
    border-left: 1px solid #eef1f5;
    background: linear-gradient(180deg, #fbfcfe 0%, #f3f7fb 100%);
}

.tour-list .tour-box2.tour-box2--pro .price-wrap .wrap {
    position: static;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
}

/* İndirim rozeti */
.tour-list .tour-box2.tour-box2--pro .price-wrap .indirimorancssana {
    display: inline-block;
    margin: 0 0 6px;
    padding: 4px 11px;
    font-size: .68rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, var(--tc-cta-1), var(--tc-cta-2));
    border-radius: 999px;
    box-shadow: 0 3px 8px rgba(214, 40, 40, .28);
}

/* Başlangıç fiyatı etiketi */
.tour-list .tour-box2.tour-box2--pro span.baslangic {
    display: block;
    margin-bottom: 2px;
    font-size: .72rem;
    font-weight: 600;
    color: var(--tc-muted);
}

/* Brüt (üzeri çizili) fiyat */
.tour-list .tour-box2.tour-box2--pro .price-wrap del {
    display: block;
    margin: 0 0 2px;
    font-size: .8rem;
    font-weight: 600;
    color: #98a2b3;
    text-decoration: line-through;
}

/* Ana fiyat */
.tour-list .tour-box2.tour-box2--pro .price-wrap .t-price {
    margin: 0 0 12px;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--tc-ink);
    line-height: 1.15;
    text-align: right;
}

.tour-list .tour-box2.tour-box2--pro .price-wrap .t-price .tlfiyat {
    display: block;
    margin-top: 2px;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--tc-price);
    line-height: 1.1;
}

.tour-list .tour-box2.tour-box2--pro .price-wrap .t-price small {
    display: block;
    margin-top: 2px;
    font-size: .7rem;
    font-weight: 500;
    color: var(--tc-muted);
}

/* CTA butonu */
.tour-list .tour-box2.tour-box2--pro .price-wrap .detail-go {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 4px;
    padding: 11px 14px;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-transform: none;
    color: #fff;
    background: linear-gradient(135deg, var(--tc-cta-1), var(--tc-cta-2));
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(214, 40, 40, .28);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.tour-list .tour-box2.tour-box2--pro .price-wrap .detail-go:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(214, 40, 40, .34);
}

/* ----------------------------------------------------------------- */
/*  KAMPANYA ALANI                                                    */
/* ----------------------------------------------------------------- */
.tour-list .tour-box2.tour-box2--pro .bottomKampanya {
    margin: 0;
    padding: 10px 18px;
    border-top: 1px solid var(--tc-border);
    background: #fafbfc;
}

.tour-list .tour-box2.tour-box2--pro .bottomKampanya:empty,
.tour-list .tour-box2.tour-box2--pro .bottomKampanya:has(.kampanya-wrap:empty) {
    display: none;
    padding: 0;
    border: 0;
}

/* =====================================================================
   MASAÜSTÜ ( >= 992px )  —  yatay 3 sütun düzeni
   ===================================================================== */
@media (min-width: 992px) {
    .tour-list .tour-box2.tour-box2--pro .kontenjanWrap > .row {
        flex-wrap: nowrap;
    }

    .tour-list .tour-box2.tour-box2--pro .image img {
        min-height: 100%;
        height: 100%;
    }

    .tour-list .tour-box2.tour-box2--pro .content {
        padding: 18px 20px;
        justify-content: center;
    }

    .tour-list .tour-box2.tour-box2--pro .price-wrap .wrap {
        justify-content: center;
    }
}

/* =====================================================================
   TABLET / MOBİL ( < 992px )  —  dikey yığın düzeni
   ===================================================================== */
@media (max-width: 991px) {
    .tour-list .tour-box2.tour-box2--pro .kontenjanWrap > .row {
        flex-direction: column;
    }

    .tour-list .tour-box2.tour-box2--pro .image img {
        min-height: 200px;
        max-height: 230px;
    }

    .tour-list .tour-box2.tour-box2--pro .price-wrap {
        border-left: 0;
        border-top: 1px solid #eef1f5;
    }

    /* Masaüstü fiyat kutusu tablet/mobilde alt bar olur */
    .tour-list .tour-box2.tour-box2--pro .col-md-3 .price-wrap .wrap {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        gap: 8px 14px;
    }

    .tour-list .tour-box2.tour-box2--pro .col-md-3 .price-wrap .t-price {
        margin: 0;
        text-align: left !important;
    }

    .tour-list .tour-box2.tour-box2--pro .col-md-3 .price-wrap .detail-go {
        width: auto;
        min-width: 160px;
        margin: 0;
        padding: 12px 26px;
    }

    .tour-list .tour-box2.tour-box2--pro .col-md-3 .price-wrap .indirimorancssana {
        margin: 0;
    }
}

/* =====================================================================
   MOBİL ( < 768px )  —  tam ekran kart + alt fiyat barı
   (Bootstrap 3'te .price-wrap.mobile yalnızca xs / <768px'de görünür)
   ===================================================================== */
@media (max-width: 767px) {
    .tour-list .tour-box2.tour-box2--pro {
        margin-bottom: 14px;
        border-radius: 14px;
    }

    .tour-list .tour-box2.tour-box2--pro .image img {
        min-height: 190px;
        max-height: 210px;
    }

    .tour-list .tour-box2.tour-box2--pro .content {
        padding: 14px 15px 6px;
    }

    .tour-list .tour-box2.tour-box2--pro .content .title {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    /* Mobil fiyat barı (price-wrap.mobile) */
    .tour-list .tour-box2.tour-box2--pro .price-wrap.mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: auto;
        height: auto;
        padding: 12px 15px;
        background: #f6f9fc;
        border-top: 1px solid #eef1f5;
    }

    .tour-list .tour-box2.tour-box2--pro .price-wrap.mobile .wrap {
        position: static;
        width: auto;
        flex: 1 1 auto;
        display: block;
        text-align: left;
    }

    .tour-list .tour-box2.tour-box2--pro .price-wrap.mobile .indirim-line {
        margin-bottom: 4px;
    }

    .tour-list .tour-box2.tour-box2--pro .price-wrap.mobile .indirim-line:empty {
        display: none;
    }

    .tour-list .tour-box2.tour-box2--pro .price-wrap.mobile span.baslangic {
        margin-bottom: 0;
    }

    .tour-list .tour-box2.tour-box2--pro .price-wrap.mobile del {
        display: inline-block;
        margin: 0;
    }

    .tour-list .tour-box2.tour-box2--pro .price-wrap.mobile .t-price {
        margin: 2px 0 0;
        text-align: left !important;
    }

    .tour-list .tour-box2.tour-box2--pro .price-wrap.mobile .t-price .tlfiyat {
        font-size: 1.4rem;
    }

    .tour-list .tour-box2.tour-box2--pro .price-wrap.mobile .detail-go {
        width: auto;
        flex: 0 0 auto;
        margin: 0;
        padding: 12px 20px;
        white-space: nowrap;
    }
}

