/* .faq-layout-two{
    margin-block:60px;
} */
.faq-layout-two .faq-layout__heading{
    text-align: center;
    margin-bottom: 50px;
} 
.faq-layout-two .accordion-item{
    border-radius: 10px;
    /* background: #FFF; */
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    margin-bottom: 20px;
    border: 1px solid #00000033;
}
.faq-layout-two .accordion-button{
    border-radius: 10px;
    /* background-color: transparent; */
    /* background-color: transparent; */
    /* box-shadow: 0px 0px 4px 0px #00000040; */
}
.faq-layout-two .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    /* color: var(--bs-secondary); */
    padding-bottom: 10px;
}

.faq-layout-two .accordion-button {
    /* color: var(--bs-secondary);  */
    font-size: 18px;
    /* font-style: italic; */
    /* font-weight: 700; */
    line-height: 146.187%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 100%;
    font-family: "Outfit-Light";
}
.accordion-item:first-of-type .accordion-button{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.faq-layout-two .accordion-body{
    padding-top:20px;
    padding-left: 20px;
    padding-right: 20px;
    /* padding-bottom: 30px; */
}
.faq-layout-two .accordion-body p{
    font-family: "Outfit-Regular";
    line-height: 26px;
}

.faq-layout-two .accordion-item:has(.accordion-button:not(.collapsed)) {
  box-shadow: 0px 2px 4px 0px #0000004D;
}
.faq-layout-two .accordion-button:hover {
  background-color: #f8f8f8; /* light grey on hover */
}


.faq-layout-two .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%231f1f1f'%3e%3cpath d='M200-440v-80h560v80H200Z'/%3e%3c/svg%3e");
    /* background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19' height='4' viewBox='0 0 19 4' fill='none'%3e%3cpath d='M19 2C19 2.53043 18.7893 3.03914 18.4142 3.41421C18.0391 3.78929 17.5304 4 17 4H2C1.46957 4 0.960859 3.78929 0.585786 3.41421C0.210714 3.03914 0 2.53043 0 2C0 1.46957 0.210714 0.960859 0.585786 0.585786C0.960859 0.210714 1.46957 0 2 0L17 0C17.5304 0 18.0391 0.210714 18.4142 0.585786C18.7893 0.960859 19 1.46957 19 2Z' fill='%2314395B'/%3e%3c/svg%3e"); */
}
.faq-layout-two .accordion-button::after{
    transition: none;
    
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23000000'%3e%3cpath d='M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z'/%3e%3c/svg%3e");
    /* background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19' height='21' viewBox='0 0 19 21' fill='none'%3e%3cpath d='M7.74 18.24V12.259H1.759C1.29248 12.259 0.845076 12.0736 0.515199 11.7438C0.185323 11.4139 0 10.9665 0 10.5C0 10.0334 0.185323 9.58603 0.515199 9.25616C0.845076 8.92628 1.29248 8.74096 1.759 8.74096H7.74V2.75996C7.73441 2.52537 7.77578 2.29203 7.86169 2.07366C7.9476 1.8553 8.07631 1.65631 8.24025 1.48842C8.40419 1.32053 8.60004 1.18711 8.8163 1.09602C9.03255 1.00493 9.26484 0.958008 9.4995 0.958008C9.73416 0.958008 9.96644 1.00493 10.1827 1.09602C10.399 1.18711 10.5948 1.32053 10.7588 1.48842C10.9227 1.65631 11.0514 1.8553 11.1373 2.07366C11.2232 2.29203 11.2646 2.52537 11.259 2.75996V8.74096H17.24C17.7065 8.74096 18.1539 8.92628 18.4838 9.25616C18.8137 9.58603 18.999 10.0334 18.999 10.5C18.999 10.9665 18.8137 11.4139 18.4838 11.7438C18.1539 12.0736 17.7065 12.259 17.24 12.259H11.259V18.24C11.2646 18.4745 11.2232 18.7079 11.1373 18.9263C11.0514 19.1446 10.9227 19.3436 10.7588 19.5115C10.5948 19.6794 10.399 19.8128 10.1827 19.9039C9.96644 19.995 9.73416 20.0419 9.4995 20.0419C9.26484 20.0419 9.03255 19.995 8.8163 19.9039C8.60004 19.8128 8.40419 19.6794 8.24025 19.5115C8.07631 19.3436 7.9476 19.1446 7.86169 18.9263C7.77578 18.7079 7.73441 18.4745 7.74 18.24Z' fill='black'/%3e%3c/svg%3e"); */
}


@media(max-width:992px){
    .faq-layout-two{
        margin-block:30px;
    }
    .faq-layout-two .faq-layout__heading{
        margin-bottom: 30px;
    } 
}
