.faq-header {
    background: linear-gradient(135deg, #d3e7d5 0%, #d3e7d5  50%, #d3e7d5 100%);
    background-size: cover;
    min-height: 300px !important;
    position: relative;
    overflow: hidden;
}

.faq-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: rgba(198, 0, 0, 0.08);
    border-radius: 50%;
}

.faq-header::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -5%;
    width: 250px;
    height: 250px;
    background: rgba(198, 0, 0, 0.06);
    border-radius: 50%;
}

.faq-header .input-wrapper {
    position: relative;
    width: 100%;
    max-width: 55%;
    z-index: 1;
}

.faq-header h3,
.faq-header p {
    position: relative;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .faq-header .input-wrapper {
        max-width: 70%;
    }
}

.light-style .bg-faq-section {
    background-color: rgba(75, 75, 75, .04);
}

.dark-style .bg-faq-section {
    background-color: rgba(134, 146, 208, .04);
}
