.faq-tabs {
    display: flex;
}

.faq-tabs_right {
    width: 100%;
}

.faq-category-archive {
    display: none;
}

.faq-content {
    display: none;
}

span.clear_search {
    position: absolute;
    right: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    cursor:pointer;
    transition: all 0.3s;
    opacity: 0;
}

.faq-keywords {
    display: none !important;
}
ul.child-menu{
    display: none;
}

.faq-category-archive ul > li.active .faq-content {
    display: block !important;
}
span.clear_search:after {
    content: '×';
    font-size: 2.5em;
    color:var(--primary);
}
#faq-search{
    background-color: #fff;
}
ul.child-menu {
    padding-left: 2em!important;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 2px solid #000;
    margin-left: 1.5em;
    margin-top: 1.25em!important;
    margin-bottom: 1em;
}

.faq-tabs {
    display: flex;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.faq-tabs_left {
    flex: 0 0 300px;
}

.faq_nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq_nav > li {
    margin-bottom: 0.75rem;
}

.faq_nav > li > a {
    text-align: center;
    display: block;
    padding: 1rem 1.25rem;
    background-color: #fff;
    color: var(--primary);
    text-decoration: none;
    border-radius: 9px;
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.075);
    transition: background-color 0.3s, color 0.3s;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.35;
}

.faq_nav > li > a.active {
    background-color: var(--primary);
    color: #fff;
}


.faq_empty_category {    
    position: relative;
    padding: 1em 0;
    margin: 0;
    cursor: pointer;
    color: #ddd;
    font-size: 20px;
    font-weight: 500;
}
.faq_nav > li > a:not(.active):hover {
    background-color: var(--primary);
    color: #fff;
}

.faq_nav > li > ul {
    list-style: none;
    padding-left: 1.5rem;
    margin-top: 0.5rem;
}

.faq_nav > li > ul > li {
    margin-top: .75em;
    margin-bottom: .75em;
}

.faq_nav > li > ul > li > a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s;
    font-size: 14px;
}

.faq_nav > li > ul > li > a:hover {
    color: var(--primary);
}

.faq-tabs_right {
    flex: 1;
}

.faq-category-archive {
    display: none; 
    padding: 1.2em 0;
}

.faq-category-archive.is-current {
    display: block;
}

.faq-category-archive h2 {
    color: var(--primary);
    margin-bottom: 1.5rem;
    font-size: 24px;
    font-weight:700;
}

.faq-category-archive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-category-archive li {
    background: white;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.faq-title {
    position: relative;
    padding: 1em 0;
    margin: 0;
    cursor: pointer;
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;

}

.faq-title::after {
    content: '';
    position: absolute;
    right: -2em;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary);
    font-size: 1.5rem;
    transition: transform 0.3s;
    width: 30px;
    height: 30px;
    background: url('assets/img/plus.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.faq-category-archive ul > li.active .faq-title::after {
    transform: rotate(45deg) translate(-12px, -9px);
}

.faq-no-results{
    display:none;
    font-size: 5em;
    text-align: center;
    color: #eee;
}

.faq-title.active::after {
    content: '×';
    transform: translateY(-50%) rotate(180deg);
}

.faq-content {
    display: none;
    padding: 1.25rem 0;
    color: #275D3A;
    font-weight: 350;

    line-height: 1.6;
    font-size:16px;
}
.faq-category-archive ul li {
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-bottom: .5em;
}
.faq-content.active {
    display: block;
}

.faq-search {
    max-width: 808px;
    margin: 0 auto;
    padding: 1em 0;
    position: relative;
}

.faq-search:after {
    content: '';
    display: block;
    clear: both;
    width: 30px;
    height: 30px;
    background: url('assets/img/Search.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 99999;
    transform: translateY(-50%);
}
#faq-search::placeholder {
    color: #275D3A80
  }
  #faq-search{
    font-size:16px;
  }
  ul.faq-keywords-list {
    display: flex;
    justify-content: center;
    gap: 32px;
    list-style: none;
    padding: 0;
}
.faq-search input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    box-shadow: 0 6px 9px 4px #00000017;
    border-radius: 50px;
    font-size: 1rem;
    outline: none;
    padding-left: 70px;
}

.faq-search input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(39, 85, 60, 0.1);
}
.faq-title {
    width: calc(100% - 1.5em);
}
@media (max-width: 768px) {

    .faq-category-archive h2{
        position: relative;
    }

    span.mobile_close {
        height: 45px;
        width: 45px;
        display: inline-block;
        background: url('assets/img/plus.svg');
        transform: rotate(45deg) translateY(-25%);
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 10px;
        margin-bottom: -1px;
        position: absolute;
        right: 0;
        top: 0;
    }

    span.mobile_back {
        height: 22px;
        width: 22px;
        display: inline-block;
        background: url('assets/img/back_arrow.svg');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 10px;
        margin-bottom: -1px;
    }

    .faq-tabs {
        flex-direction: column;
    }
    
    .faq-tabs_left {
        flex: none;
        margin-bottom: 2rem;
    }

    /** MODAL **/
    .faq-tabs_right {
        display: none;
        position: fixed;
        background: #fff;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 99999999999999999999999;
        padding: 2em;
    }

    .faq-search, .faq-keywords {
        display: none;
    }
    

}  