/*
 Theme Name:   PRIORISE
 Theme URI:    https://priorise.com
 Description:  Thème PRIORISE
 Author:       STUDIO WBM
 Author URI:   https://priorise.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light
 Text Domain:  priorise_theme
*/


/**************************
          FAQ
***************************/

.block-faq-row{
    display: flex;
    flex-direction: column;
    gap: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.row-faq-cat-repeater {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 80px;
}
.wrapper_tabcontent_faq ul{
    margin: 0;
    padding: 0;
}
.faq-cat-tabs{
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.faq-cat-tabs li{
    display: flex;
    align-items: center;
    list-style-type: none;
    border-bottom: 1px solid rgba(99, 53, 241, 0.20);
    color: rgba(55, 5, 131, 0.60);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    padding: 30px 5px 30px 10px;
}
.faq-cat-tabs li > div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.faq-cat-tabs li > span{
    margin-left: auto;
    font-size: 20px;
    color: var(--themeBluePurple);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.faq-cat-tabs li.active > span{
    opacity: 1;
}
.faq-cat-column{
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-width: 350px;
}
.block-faq-title h3{
    color: var(--themeMarinePurple);
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 80%;
}
.faq-cat-tabs li.active{
    color: var(--themeFontColor);
    font-weight: 500;
}
.faq-cat-tabs li.active span.material-symbols-outlined{
    color: var(--themePurple);
    font-size: 24px;
}
.tablinks-faq{
    cursor: pointer;
}
.faq-cat-column > div:first-of-type{
    display: flex;
    flex-direction: column;
}
.faq-cat-column > div:first-of-type h3{
    color: var(--themeMarine);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 0;
}
.wrapper_tabcontent_faq{
    flex-grow: 1;
}
.wrapper_tabcontent_faq li{
    list-style-type: none;
    padding: 30px 0;
    border-bottom: 1px solid rgba(99, 53, 241, 0.20);
    display: block;
}
.wrapper_tabcontent_faq li .faq-question{
    color: var(--themeFontColor);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; 
    color: var(--themeFontColor);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.faq-question span.material-symbols-outlined{
    color: var(--themeGrey);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-question.active span.material-symbols-outlined, .wrapper_tabcontent_faq li.faq-parent:hover span.material-symbols-outlined{
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    color: var(--themeBluePurple);
}
.wrapper_tabcontent_faq li .faq-answer{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--themeGreyColor)!important;
    display: none;
}
.wrapper_tabcontent_faq li .faq-answer > p{
    color: var(--themeFontColor);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 15px;
    max-width: 90%;
}
section.tabs-active .wrapper_tabcontent_faq ul.tabcontent-faq {
    display: none;
}
.wrapper_tabcontent_faq ul.tabcontent-faq.active {
    transition: all 1s ease;
    display: block;
}
.faq-answer ul{
    padding-left: 10px;
    list-style-type: circle;
}
.faq-answer ul li{
    padding: 5px 0px;
    list-style-type: circle;
    border: none;
    display: list-item;
    
}
.faq-answer ul li span{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-top: 15px;
    color: var(--themeGreyColor)!important;
}

/* INFOS MODAL */
section.block-faq .modal-col-infos{
    background-color: transparent;
    color: var(--themeFontColor);
    padding: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}
section.block-faq .modal-col-infos h3{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: var(--themeFontColor);
    margin-bottom: 2rem;
}



@media only screen and (max-width: 1280px) {
    .block-faq-title h3{
        font-size: 44px;
        margin-bottom: 15px;
    }
    .wrapper_tabcontent_faq li {
        padding: 25px 0;
    }
}
@media only screen and (max-width: 1200px) {
    .row-faq-cat-repeater {
        gap: 60px;
    }
    .faq-cat-column {
        min-width: 320px;
    }
    .block-faq-title h3 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1024px) {
    .faq-cat-column {
        min-width: 300px;
    }
}
@media only screen and (max-width: 992px) {
    .row-faq-cat-repeater{
        flex-direction: column;
        gap: 20px;
    }
    .faq-cat-column, .wrapper_tabcontent_faq{
        width: 100%;
    }
    .faq-cat-tabs{
        flex-direction: row;
        overflow: auto;
    }
    .faq-cat-tabs li > span{
        display: none;
    }
    .faq-cat-tabs li{
        padding: 30px 80px 30px 5px;
    }
    section.tabs-disable.block-faq .container-fluid,  section.tabs-disable.block-faq .container-custom, section.tabs-disable.block-faq .row-faq-cat-repeater{
        padding: 0;
    }
    section.tabs-disable.block-faq .block-faq-row{
        margin: 0;
    }
    .wrapper_tabcontent_faq li .faq-question{
        font-size: 17px;
    }
    .wrapper_tabcontent_faq li {
        padding: 20px 0;
    }
    .wrapper_tabcontent_faq li .faq-answer > p {
        font-size: 15px;
        line-height: 140%;
    }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 575px) {
    .faq-cat-tabs li {
        padding: 30px 60px 30px 5px;
        font-size: 16px;
    }
    .faq-cat-tabs li.active span.material-symbols-outlined {
        font-size: 20px;
    }
    .block-faq-title h3 {
        font-size: 32px;
        max-width: 100%;
        margin-bottom: 0;
    }
    .wrapper_tabcontent_faq li {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 420px) {
    .wrapper_tabcontent_faq li .faq-question {
        font-size: 15px;
        gap: 10px;
    }
    .wrapper_tabcontent_faq li .faq-answer > p {
        font-size: 15px;
        max-width: 100%;
    }
    .faq-cat-column > div:first-of-type h3 {
        font-size: 28px;
    }
}
