
.faq-container{
width: 90%;
margin: auto;
}
.faq-section{
    padding:40px 0;
    width: 100%;
}

.faq-heading{
    margin-bottom:30px;
}

.faq-heading h2{
    font-weight:700;
    background: linear-gradient(122.73deg, #08083B 0%, #9B97E8 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
    color:transparent;
    margin-bottom:5px;
    line-height:1;
}

.faq-heading p{
    color:rgba(5, 5, 62, 1);
    margin:0;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: -0.4px;
    vertical-align: middle;
}


.custom-accordion .accordion-item{
    border:1px solid #e6e8fa;
    border-radius:14px !important;
    overflow:hidden;
    margin-bottom:12px;
    background:#fff;
}

.custom-accordion .accordion-button{
    background:#fff;
    border:none;
    box-shadow:none;
    padding:20px 22px;
    font-size:16px;
    font-weight:700;
    color:rgba(8, 8, 59, 1);
    position:relative;
    font-family: Inter;
    font-style: bold;
    line-height: 30px;
    letter-spacing: normal;
}

.custom-accordion .accordion-button:not(.collapsed){
    background:#fff;
    color:#16194b;
    box-shadow:none;
}

.custom-accordion .accordion-button::after{
    display:none;
}

.faq-icon{
    margin-left:auto;
  
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.faq-icon img{
    width:30px;
    transition:.4s ease;
}


.accordion-button:not(.collapsed) .faq-icon img{
    transform:rotate(45deg);
}

.accordion-body{
    padding:0 22px 22px;
    color:#666;
    font-size:16px;
    line-height:1.8;
}

@media(min-width:1920px){

    .faq-heading h2{
        font-size:60px;
    }

    .faq-heading p{
        font-size:28px;
    }
}
@media(max-width:991px){

    .faq-heading h2{
        font-size:42px;
    }

    .faq-heading p{
        font-size:22px;
    }

    .custom-accordion .accordion-button{
        font-size:16px;
        padding:18px;
    }
}
@media(max-width:768px){

    .faq-section{
        padding:50px 0;
    }

    .faq-heading h2{
        font-size:30px;
    }

    .faq-heading p{
        font-size:17px;
    }

    .custom-accordion .accordion-button{
        font-size:15px;
        padding:16px;
    }

    .faq-icon{
        width:26px;
        height:26px;
    }

    .faq-icon img{
        width:22px;
    }

    .accordion-body{
        font-size:14px;
    }
}
@media(max-width:500px){

    .faq-section{
        padding:50px 0;
    }

    .faq-heading h2{
        font-size:30px;
    }

    .faq-heading p{
        font-size:17px;
    }

    .custom-accordion .accordion-button{
        font-size:14px;
        padding:16px;
    }

    .faq-icon{
        width:26px;
        height:26px;
    }

    .faq-icon img{
        width:22px;
    }

    .accordion-body{
        font-size:14px;
    }
}