﻿/* Ana Kapsayıcı */
.tariffs-premium-wrapper {
    overflow-x: hidden;
    min-height: 70vh;
}

/* ==================================
   CUSTOM ACCORDION (Açılır Menüler)
   ================================== */
.custom-accordion .accordion-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .custom-accordion .accordion-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.05) !important;
    }

.custom-accordion .accordion-button {
    background-color: white;
    border: none;
    padding: 20px 25px;
    box-shadow: none !important;
}

    .custom-accordion .accordion-button:not(.collapsed) {
        background-color: #f8f9fa; /* Açıkken hafif gri olur */
        color: #1a4c6b !important; /* Açıkken lacivert vurgu */
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }

    .custom-accordion .accordion-button::after {
        filter: invert(0.5); /* Ok ikonunun rengini ayarlar */
    }

.custom-accordion .accordion-body {
    padding: 25px;
}

/* ==================================
   LİSTE VE ZAMAN ÇİZELGESİ (TIMELINE)
   ================================== */
.custom-bullet-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

    .custom-bullet-list li::before {
        content: '\f0da';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 2px;
        color: #1a4c6b;
    }

.time-blocks .d-flex {
    transition: transform 0.2s ease;
}

    .time-blocks .d-flex:hover {
        transform: translateX(2px);
    }

/* Yardımcı Renkler */
.bg-primary-subtle {
    background-color: rgba(13, 110, 253, 0.1) !important;
}

.bg-danger-subtle {
    background-color: rgba(220, 53, 69, 0.1) !important;
}

.tracking-wider {
    letter-spacing: 0;
}

.z-index-2 {
    z-index: 2;
}
