.faqs-sec {
    padding: 80px 0;
}
.faqs-sec .row .col-lg-6 {
    padding: 0 30px !important;
}
.faqs .accordion-item {
    margin-bottom: 15px;
    border: none;
    border-radius: 12px !important;
    overflow: hidden;
    background: transparent;
}
.faqs .accordion-button {
    background-color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0;
    padding: 15px 20px;
    line-height: 1.3;
    cursor: pointer;
    color: #000;
    opacity: 1;
    align-items: flex-start;
    font-size: 16px !important;
    font-weight: 600;
    border: 2px solid #b5b5b5 !important;
    border-radius: 12px !important;
}
.faqs .accordion-button[aria-expanded="true"] {
    background: var(--orange-gradient-right) !important;
    color: #fff !important;
    border-color: var(--pink-magenta) !important;
}
.faqs .accordion-button::after {
    content: "\002B";
    width: 19px;
    height: 20px;
    font-size: 28px;
    display: block;
    background: none;
    line-height: 15px;
    text-align: center;
}
.faqs .accordion-button[aria-expanded="true"]::after {
    content: "\2212";
}
.faqs .accordion-body {
    padding: 15px 20px;
    color: #333;
    background-color: transparent !important;
}
.faqs .accordion-body p {
    font-size: 14px;
    line-height: 29px;
    margin-bottom: 0;
    font-weight: 500;
}
.faqs-form-wrapper {
    background: #00006a;
    padding: 25px;
    border-radius: 20px;
    color: #fff;
}
.faqs-form-wrapper .headings {
    text-align: center;
    margin-bottom: 20px;
}
.faqs-form-wrapper h3 {
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
}
.faqs-form-wrapper .headings p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.2;
    text-transform: capitalize;
    color: #fff;
    margin-top: 4px;
}
.faqs-form-wrapper .submit-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.faqs-form-wrapper .submit-box .text-data {
    width: 50%;
}
.faqs-form-wrapper .submit-box span:not(.wpcf7-spinner) {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}
.faqs-form-wrapper .submit-box a {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    line-height: 1;
}
.faqs .accordion-button::after {
    background-position: center;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
    .faqs-sec {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 575px) {
    .faqs-form-wrapper .submit-box {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: center;
    }
    .faqs-form-wrapper .submit-box > :not(.wpcf7-spinner) {
        width: 100% !important;
    }
    .faqs-form-wrapper h3 {
        font-size: 26px;
        line-height: 1.3;
    }
    .faqs-form-wrapper .headings p {
        font-size: 16px;
    }
    .faqs-form-wrapper {
        padding: 25px 15px;
    }
    .faqs .accordion-button,
    .faqs .accordion-body {
        padding: 8px 10px;
    }
}
@media only screen and (max-width: 435px) {
    .faqs-sec .row .col-lg-6 {
        padding: 15px !important;
    }
}
