.breadcrumb {
    font-size: 14px;
    color: #B9E901;
    margin-bottom: 16px;
}

.breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.breadcrumb a:focus {
    color: #ffffff;
}

.breadcrumb a:hover {
    text-decoration: underline;
    color: #ffffff !important;
}

.breadcrumb .sep {
    margin: 0 6px;
    color: #B9E901;
}

.margtop{

margin: 20px 0;
    border-top: 1px solid #dedede;
    border-bottom: 10px solid #dedede;
    height: 14px;
}



    /* FAQ Wrapper */
.faq-bolum {


}

.faq-bolum h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e0e0e0;
}

/* Her soru-cevap bloğu */
.faq-item {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px 24px;
    margin-bottom: 12px;
    border-left: 4px solid #2563eb;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.faq-item:last-child {
    margin-bottom: 0;
}

/* Soru */
.faq-item h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin: 0 0 10px 0;
}

/* Cevap */
.faq-item p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}