/* faqs section */

.faqs {
    width: 70%;
    margin: 0 auto;
}

.faqs .leftside,
.faqs .rightside {
    padding: 0 0.5rem;
    margin: auto;
}

.faqs .section-heading {
    font-family: myFirstFont2;
    font-size: 60px;
    line-height: 60px;
    color: #3F37A1;
    font-weight: 600;
}

.faqs .section-heading span {
    background: linear-gradient(90deg, #02FA72, #0074FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.faqs .sub-heading {
    font-family: myFirstFont3;
    font-size: 18px;
    line-height: 20px;
    color: #717171;
    font-weight: normal;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}


.faqs-view-all {
    text-align: center;
    text-align: center;
    margin-top: 1rem;

}

.faqs-view-all a {
    font-family: myFirstFont3;
    font-size: 16px;
    line-height: 20px;
    color: #0080FF;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    margin: 1.5rem auto 0 auto;
    /* text-underline-offset: 10px; */
    text-decoration: none;
    border: 0;
    width: 372px;
    height: 50px;
    padding: 0 1rem;
    border-radius: 115px;
    display: block;
    align-content: center;
    background-color: #ffffff;
    background: linear-gradient(90deg, #02FA72, #0074FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    border: 2px solid;
    border-image: linear-gradient(90deg, #02FA72, #0074FF) 1;
    color: transparent;
}


.faqs .accordion-button,
.faqs .accordion-header {
    font-family: myFirstFont2;
    font-size: 16px;
    line-height: 20px;
    color: #717171;
    font-weight: 600;
    border-radius: 10px;
    padding-top: 0;
    padding-bottom: 0;

    /* display: inline-block; */
}


.faqs .accordion-button {
    height: 75px;
}

.faqs .accordion-body {
    font-family: myFirstFont3;
    font-size: 16px;
    line-height: 20px;
    color: #717171;
    font-weight: 400;
    padding-top: 0;
    font-weight: 400;
    /* margin-top: -1rem; */
}

.faqs .accordion-body p {
    margin-bottom: 0;
}

.faqs .accordion-item {
    border: 1.5px solid #B3B3B3;
    border-radius: 10px;
    margin: 1rem 0;
}


.faqs .accordion-item.active {
    border-color: #1B1B1B;
}

.faqs .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    height: 60px;
    background: linear-gradient(90deg, #240183, #0074FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.faqs .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.faqs .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.faqs .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("../img/plus.png");
}

.faqs .accordion-button:not(.collapsed)::after {
    background-image: url("../img/minus.png");
    transform: rotate(-180deg);
}

.faqs hr {
    width: 80%;
    color: #D2D6DB;
    border-width: 1px;
    margin: 32px auto;
    opacity: unset;
}

@media (max-width: 991px) {
    .faqs .section-heading {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .faqs .rightside .accordion-item:first-child {
        margin-top: 0;
    }

    .faqs-view-all a {
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .faqs .section-heading {
        font-size: 30px;
        line-height: 30px;
    }

    .faqs .sub-heading {
        font-size: 16px;
        line-height: 20px;
    }

    .faqs-view-all a,
    .faqs .accordion-body,
    .faqs .accordion-button,
    .faqs .accordion-header {
        font-size: 14px;
    }

}

@media (max-width: 426px) {
    .faqs-view-all a {
        width: auto;
    }
    .faqs hr {
        margin-bottom: 1rem;
    }
}

@media (max-width: 321px) {

    .faqs-view-all a,
    .faqs .accordion-body,
    .faqs .accordion-button,
    .faqs .accordion-header {
        font-size: 12px;
    }

    .faqs .accordion-button {
        height: 60px;
    }
}