/* FAQ Sayfası Özel Stilleri */

/* Accordion Başlıklarını Mor Yap */
.accordion-button {
    background-color: #A6429F !important;
    color: white !important;
    border: none !important;
    font-weight: bold !important;
}

.accordion-button:not(.collapsed) {
    background-color: #A6429F !important;
    color: white !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    background-color: #A6429F !important;
    color: white !important;
    box-shadow: 0 0 0 0.25rem rgba(166, 66, 159, 0.25) !important;
}

.accordion-button:hover {
    background-color: #8B3A7A !important;
    color: white !important;
}

.accordion-button::after {
    filter: brightness(0) invert(1) !important; /* İkonu beyaz yap */
}

/* Accordion İçeriği */
.accordion-body {
    background-color: white !important;
    border-top: 1px solid #A6429F !important;
}

/* Ana Başlık */
.vs-blog__heading {
    color: #A6429F !important;
    font-weight: bold !important;
}

/* FAQ Section Titles */
.faq-section-title {
    margin: 2rem 0 1rem 0;
    padding: 1rem 0;
    border-bottom: 2px solid #A6429F;
}

.faq-section-title h4 {
    color: #A6429F;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.faq-section-title:first-child {
    margin-top: 0;
}

/* Accordion Body Links */
.accordion-body a {
    color: #A6429F;
    text-decoration: none;
    font-weight: 600;
}

.accordion-body a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-section-title h4 {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .faq-section-title {
        margin: 1.5rem 0 0.8rem 0;
        padding: 0.8rem 0;
    }

    .faq-section-title h4 {
        font-size: 1rem;
    }
}
