

/*faq css */
.faq-section {
    padding: 80px 0;
    position: relative;
    background: #f9f9ff;
    font-family: "Inter", sans-serif;
}

.accordion-box-four {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion-box-four .block {
    background: #0000000a;
    border-radius: 45px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-box-four .acc-btn {
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: #1e1e2f;
    padding: 20px 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.accordion-box-four .acc-btn.active {
    background: #0000000a;
    color: var(--primary);
    border-radius: 16px 16px 0 0;
}

.accordion-box-four .acc-btn .icon {
    font-size: 22px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.accordion-box-four .acc-content {
    background: #0000000a;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s ease;
}

.accordion-box-four .acc-content .text {
    padding: 20px 30px;
    color: #3b3b55;
    font-size: 16px;
    line-height: 1.6;
}

.accordion-box-four .block.active-block {
    box-shadow: 0 4px 16px rgba(106, 66, 244, 0.1);
}

.accordion-box-four .block:hover {
    transform: translateY(-2px);
}

.faq-section {
    position: relative;
}

.faq-section .shape-2 {
    position: absolute;
    top: 0px;
    right: 0px;
}

.shape-2 {
    width: 749px;
    height: 749px;

}

.faq-section .shape-3 {
    position: absolute;
    bottom: 20px;
    left: 0px;
}

.shape-3 {
    width: 732px;
    height: 732px;

}

.terms-list li {
    list-style-type: none;
}

#aboutText-1 {
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.349);
    text-stroke: 1px var(--light) !important;
    letter-spacing: 10px;
    transition: transform 0.2s linear;
    position: relative;
    z-index: 0;
    margin-bottom: 15px;
    text-align: center;
}

.about-heading h3 strong {
    font-size: 35px;
    color: var(--primary);
    font-weight: 700;
    font-family: 'Montserrat Alternates', sans-serif;
    line-height: 1.2;
}

.faq-hdr {
    margin-bottom: 15px;
}

.mr-bt {
    margin: 30px 0px;
    margin-bottom: 30px;
    text-align: center;
}

.exp-para-1 {
    text-align: center;
}

@media (max-width: 667px) {
    #aboutText-1{
        font-size: 2rem;
    }
}

@media (max-width: 414px){
    .faq-hdr .heading{
        font-size: 22px;
    }
    
     .faq-hdr .heading strong{
        font-size: 22px;
    }
    
    .faq-section {
        padding: 40px 0;
    }
    
    .accordion-box-four .acc-btn {
        font-size: 16px;
    }
}

 @media (max-width: 360px){
        #aboutText-1 {
            font-size: 22px !important;
        }
    }