﻿
/*=========================
FAQ
=========================*/

.faq-section {
    background: #f8f9fc;
    padding: 90px 0;
}

.faq-header h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 15px;
}

.faq-header p {
    color: #777;
    font-size: 16px;
}

.accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 18px;
}

.accordion-button {
    background: #fff;
    border: 1px solid #71c837;
    border-radius: 15px !important;
    font-size: 20px;
    font-weight: 700;
    padding: 25px;
    box-shadow: none !important;
}

    .accordion-button:not(.collapsed) {
        background: #71c837;
        color: #fff;
    }

    .accordion-button::after {
        display: none;
    }

    .accordion-button::before {
        content: "+";
        font-size: 40px;
        margin-left: 15px;
        color: #222;
    }

    .accordion-button:not(.collapsed)::before {
        content: "−";
        color: #fff;
    }

.accordion-body {
    background: #fff;
    border: 1px solid #71c837;
    border-top: none;
    border-radius: 0 0 15px 15px;
    line-height: 2;
    color: #555;
    padding: 25px;
}
