
.scheme-faq-section {
    padding: 40px 0;
    margin-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.scheme-faq-section .section-heading {
    text-align: center;
    margin-bottom: 30px;
}

.scheme-faq-accordion .accordion-item {
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.scheme-faq-accordion .accordion-item:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.scheme-faq-accordion .accordion-item:last-of-type {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.scheme-faq-accordion .accordion-button {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    background-color: #f8f9fa;
    box-shadow: none;
    padding: 1rem 1.25rem;
}

.scheme-faq-accordion .accordion-button:not(.collapsed) {
    color: #0b981c;
    /* Your primary color */
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.scheme-faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.scheme-faq-accordion .accordion-body {
    padding: 1.25rem;
    line-height: 1.7;
    color: #555;
}

.scheme-faq-accordion .accordion-body p:last-child {
    margin-bottom: 0;
}

/* Add this CSS at the end of your stylesheet */

.scheme-type-badge {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #fff !important;
    /* Use !important to override other link styles if needed */
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #0b981c;
    /* Example: Bootstrap Primary Blue */
    text-transform: uppercase;
}

.scheme-type-badge:hover {
    color: #fff !important;
    background-color: #0b981c;
    /* Darker on hover */
}
