section.faqs .accordion-flush .accordion-item{
    background: transparent;
    color: var(--heading-color);
    border: 1px solid var(--heading-color);
    margin-bottom: var(--m15);
    /* background-image: var(--main-bg); */
    border-radius: 15px;
    /* padding-left: 20px; */
}
section.faqs .accordion-header{
    background: transparent;
}
section.faqs button.accordion-button{
    background: transparent;
    color: var(--heading-color);
    box-shadow: none;
    font-size: var(--f18);
    padding-left: 20px;
    font-weight: 600;
}
section.faqs .accordion-button:focus{
    box-shadow: none;
}
section.faqs .accordion-button:not(.collapsed){
    color: #fff;
    background: var(--heading-color);
    box-shadow: none;
    border-radius: 0;
}
section.faqs .accordion-flush .accordion-item:last-child{
    /* border-bottom: 1.5px solid #fff; */
}
/* section.faqs .accordion-button:not(.collapsed)::after{
    background: url(../images/faqdown-chevron.png);
}
section.faqs .accordion-button::after{
    background: url(../images/faqdown-chevron.png);
    width: 24px;
    height: 24px;
} */
section.faqs .accordion-body{
    font-family: var(--primary-font);
    opacity: 1;
    color: var(--black-color);
}
section.faqs .head{
    text-align: center;
}
section.faqs .head p{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 2px;
}
section.faqs .head h2{
    margin-bottom: 15px;
    position: relative;
    /* color: #F2B181; */
    font-size: var(--f42);
}
.head p{
    color: var(--black-color);
    font-weight: 500;
    font-size: 16px;
}
.head{
    margin-bottom: 40px;
}
section.faqs .head h2::before{
    content: '';
    width: 100px;
    height: 4px;
    border-radius: 5px;
    background: var(--btn-color);
    position: absolute;
    bottom: -20px;
    display: none;
}
section.faqs .img-sec{
    display: flex;
    justify-content: center;
    align-items: center;
}
section.faqs .img-sec img{
    width: 88%;
}
section.faqs{
    background: #f1f1f1;
}

.accordion-button::after {
    /* background: transparent !important; */
    background: url(../images/plus.png);
    /* background: url(../images/add.png); */
    background-size: cover;
    width: 32px;
    height: 32px;
}
.accordion-button:not(.collapsed)::after {
    background: url(../images/minus-sign.png);
    background: url(../images/minus.png);
    background-size: cover;
}
section.quick-action{
    background-image: var(--main-bg);
}
section.quick-action .head{
    text-align: center;
    margin-bottom: 50px;
}
section.quick-action  .main-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
section.quick-action  .main-sec .img-sec img{
    width: 120px;
    height: 120px;
    border-radius: 10px;
}
section.quick-action  .main-sec .cont-sec h4{
    color: var(--heading-color);
    font-size: var(--f22);
    margin-bottom: 10px;
}
section.quick-action  .main-sec .cont-sec p{
    color: var(--white-color);
    font-size: var(--f18);
    letter-spacing: 1px;
    opacity: .7;
}
section.quick-action .head h3{
    font-size: var(--f42);
    /* color: #f2b181; */
}


/* newletter */
section.newsletters{
    background: url(https://themes.pixelwars.org/consultra/demo-01/wp-content/uploads/sites/2/2024/12/Canva-Team-of-Creative-People-in-Office-1920x1200.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    position: relative;
}
section.newsletters::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#000000a3;
}
section.newsletters .container{
    position: relative;
}
section.newsletters .cont-sec span{
    color: #fff;
    font-size: 15px;
    position: relative;
}
section.newsletters .cont-sec span::before{
    content: '';
    position: absolute;
    top: 10px;
    right: -150px;
    background: #fff;
    height: 1.5px;
    width: 140px;
}

section.newsletters .cont-sec h3{
    color: #fff;
    margin-top: 10px;
}
section.newsletters .cont-sec p{
    color: #fff;
    font-size: 18px;
}
section.newsletters form input{
    padding: 15px;
    border: none;
    background: var(--white-color);
}
section.newsletters form button{
    background: var(--btn-color);
    padding: 15px;
    border: none;
    color: #fff;
}
section.newsletters form{
    display: flex;
    justify-content: center;
}
section.newsletters .col-6{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(max-width: 980px){
    section.faqs button.accordion-button{
        font-size: 15px;
    }
}