﻿.detail-icon {
    font-size: 20px;
    vertical-align: middle;
    color: #FDC52C;
    margin-right: 5px;
}

.price-section {
    min-width: 180px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.badge-box {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 14px;
    justify-content: center;
    color: #333;
}

.badge-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

    .badge-box > div {
        display: flex;
        align-items: center;
        gap: 6px;
        font-weight: 600;
        color: #333;
        white-space: nowrap;
    }

    .badge-box i {
        font-size: 16px;
        margin-right: 5px;
        color: #FDC52C;
    }

.included-tag {
    background-color: #1c4482;
    color: white;
    border-radius: 12px;
    padding: 4px 12px;
    font-size: 0.8rem;
}

/* Kart içerisindeki üst kısım (görsel + bilgi + fiyat) hizalama */
.card .d-flex.flex-wrap.align-items-start {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 20px;
}

/* Orta Bilgi Alanı (Aciklama + Yolcu sayısı vs.) */
.flex-grow-1 {
    flex: 1;
    min-width: 0;
}

/* Sağ kısımdaki fiyat ve buton */
.card .d-flex.flex-column.align-items-center.justify-content-start.gap-3 {
    flex-shrink: 0;
    min-width: 180px;
}

/* Responsive için kırılma noktaları */
@media (max-width: 992px) {
    .card .d-flex.flex-wrap.align-items-start {
        flex-direction: column;
    }

    .carousel {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 1rem;
    }

    .flex-grow-1 {
        width: 100%;
    }

    .card .d-flex.flex-column.align-items-center.justify-content-start.gap-3 {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin-top: 1rem;
    }

    .text-center.bg-white {
        width: 48%;
        padding: 1rem;
        font-size: 1.5rem;
       
        border-bottom: none !important;
        border-radius: 1rem 0 0 1rem !important;
    }

    .btn.btn-dark {
        width: 48%;
        font-size: 1rem;
        border-radius: 0 1rem 1rem 0 !important;
    }
}

@media (max-width: 576px) {
    .card .d-flex.flex-column.align-items-center.justify-content-start.gap-3 {
        flex-direction: column;
    }

    .text-center.bg-white,
    .btn.btn-dark {
        width: 100% !important;
        border-radius: 1rem !important;
        font-size: 1.25rem;
    }

    .fsize-18,
    .flex-grow-1 {
        font-size: 0.95rem !important;
    }

    .included-tag {
        font-size: 0.75rem;
        padding: 3px 10px;
    }

    .badge-box > div {
        font-size: 0.8rem;
    }
}
@media (max-width: 576px) {
    .included-tags-group {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.3rem !important;
    }

        .included-tags-group .detail-icon,
        .included-tags-group .fiyata-title {
            margin-bottom: 0.2rem;
        }

    .fiyata-title {
        width: 100% !important;
        font-size: 0.95rem;
    }

    .included-list {
        width: 100% !important;
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
        gap: 0.4rem !important;
    }

    .included-tag {
        font-size: 0.75rem !important;
        padding: 3px 10px !important;
    }
}
.detail-icon {
    font-size: 20px;
    vertical-align: middle;
    color: #FDC52C;
    margin-right: 5px;
}

.price-section {
    min-width: 180px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.badge-box {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 14px;
    justify-content: center;
    color: #333;
}

    .badge-box > div {
        display: flex;
        align-items: center;
        gap: 6px;
        font-weight: 600;
        color: #333;
        white-space: nowrap;
    }

    .badge-box i {
        font-size: 16px;
        margin-right: 5px;
        color: #FDC52C;
    }

.included-tag {
    background-color: #1c4482 !important;
    color: white;
    border-radius: 12px;
    padding: 4px 12px;
    font-size: 0.8rem;
}

.included-tags-group {
    flex-wrap: wrap;
    align-items: flex-start;
}

.fiyata-title {
    width: auto;
    min-width: 120px;
    font-weight: bold;
}

@media (max-width: 768px) {
    /* Ana container: Yolcu/Bagaj ve sağ fiyat+buton alanı alt alta */
    .flex-grow-1.ps-4.pe-4.fsize-18 > .d-flex.justify-content-between.align-items-start.flex-wrap.gap-3 {
        flex-direction: column !important;
        align-items: center !important;
        gap: 1.5rem !important;
    }

        /* Sol blok: Yolcu Sayısı, Bagaj, Fiyata Dahil Olanlar */
        .flex-grow-1.ps-4.pe-4.fsize-18 > .d-flex.justify-content-between.align-items-start.flex-wrap.gap-3 > .d-flex.flex-column.gap-4 {
            min-width: auto !important;
            width: 100% !important;
            align-items: flex-start !important;
            padding: 0 1rem;
        }

    /* Yolcu Sayısı ve Bagaj satırları */
    .flex-grow-1.ps-4.pe-4.fsize-18 .d-flex.align-items-center.gap-3 {
        flex-wrap: wrap !important;
        gap: 0.5rem !important;
    }

    /* Strong başlıklar genişlik sınırlamasını kaldır */
    .flex-grow-1.ps-4.pe-4.fsize-18 strong {
        width: auto !important;
        min-width: 0 !important;
        white-space: nowrap;
    }

    /* Fiyata Dahil Olanlar container */
    .fiyata-dahil-blok .d-flex.align-items-start.gap-3.included-tags-group {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.5rem !important;
    }

    /* Included list ortalama ve tam genişlik */
    .included-list {
        justify-content: flex-start !important;
        width: 100% !important;
    }

    /* Sağ blok: fiyat kutusu ve buton */
    .flex-grow-1.ps-4.pe-4.fsize-18 > .d-flex.justify-content-between.align-items-start.flex-wrap.gap-3 > div.d-flex.flex-column.align-items-center.justify-content-start.gap-3 {
        width: 100% !important;
        min-width: auto !important;
        padding: 0 1rem;
        align-items: center !important;
    }

    /* Fiyat kutusu */
    .text-center.bg-white.border-bottom.border-3.rounded-0.px-4 {
        min-width: auto !important;
        width: 100% !important;
    }

    /* Buton genişliği mobilde %100 ve max genişlik */
    .btn.btn-dark.w-100 {
        width: 100% !important;
        max-width: 400px !important;
    }

    .fiyata-dahil-blok .included-tags-group {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.5rem !important;
    }

        .fiyata-dahil-blok .included-tags-group > strong.fiyata-title {
            width: 100% !important;
            margin-bottom: 0.3rem !important;
        }

    .fiyata-dahil-blok .included-list {
        width: 100% !important;
        justify-content: flex-start !important;
    }

        .fiyata-dahil-blok .included-list > .included-tag {
            flex: 0 0 auto;
        }
}
