.highlight_help_search {
    background-color: #ddf1ff;
    font-weight: 400;
    /*font-weight: 500;*/
}

.breadcrumbs {
    margin-bottom: 25px;
}
.breadcrumbs span,
.breadcrumbs span a {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body_font);
    color: #525252;
    transition: .3s ease-in-out;
}
.breadcrumbs span.current,
.breadcrumbs span a:hover {
    color: #2DA8FF;
}
.breadcrumbs span {
    width: auto;
    display: inline-block;
}
.breadcrumbs span svg {
    margin: 0 7px;
}

html.no-scroll {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.slider_question {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s ease;
}

.slider_question.slick-initialized {
    visibility: visible !important;
    opacity: 1 !important;
}
.help_center {
    padding: 30px 0 215px 0;
}
.help_center.help_center_category {
    padding-bottom: 140px;
}
.help_center .category-picture-wrap {
    position: relative;
    display: inline-block;
}

.help_center .category-picture.default,
.help_center .category-picture.hover {
    display: block;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
}
.help_center .category-picture.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.help_section_item h3.active .category-picture.hover,
.help_section_item h3:hover .category-picture.hover {
    opacity: 1;
}
.help_section_item h3:hover .category-picture.default {
    opacity: 0;
}

.help_center .container {
    width: 100%;
    padding-right: 13vw;
    padding-left: 13vw;
    max-width: 100%;
}
.help_center h1{
    margin: 0 0 35px 0;
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.help_center h2 {
    margin: 0 0 35px 0;
    color: #535354;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
}
.help_center .search_wrap {
    margin-bottom: 30px;
    position: relative;
    padding: 55px 0 135px 0;
    border-radius: 12px;
    height: 305px;
}
.help_center .search_wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url('/wp-content/themes/rom-linkcom/images/background_help_center.svg') center no-repeat;
    background-size: cover;
    border-radius: 12px;
    pointer-events: none;
}
.help_center .search_wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(90deg, #0683F8 0%, #06102C 65.72%);
    pointer-events: none;
    border-radius: 12px;
    mix-blend-mode: soft-light;
    /*opacity: .9;*/
}
.help_center .search_wrap_intro {
    position: relative;
    z-index: 1;
    padding: 0 15px;
}
.help_center .help_search_wrap {
    position: relative;
    max-width: 745px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    border-radius: 38px;
}
.help_center .help_search_wrap,
.help_center .help_search_wrap input {
    border-radius: 38px;
}
.help_center .help_search_wrap.simple-active,
.help_center .help_search_wrap.simple-active input,
.help_center .help_search_wrap.active,
.help_center .help_search_wrap.active input{
    /*border-radius: 12px;*/
    border-radius: 24px;
}
.help_center .help_search_wrap.simple-active,
.help_center .help_search_wrap.active {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.help_center .help-center-results {
    position: relative;
    z-index: 15;
    background: #fff;
    width: 100%;
    border-radius: 0 0 24px 24px;

}
.help_center .active .help-center-results {
    height: 140px;
    max-width: calc(100% - 24px);
    overflow-y: scroll; /* or auto */
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #C0C0C0 transparent;
}
.help_center .active .help-center-results::-webkit-scrollbar {
    width: 12px;
}
.help_center .active .help-center-results::-webkit-scrollbar-track {
    background: transparent;
}
.help_center .active .help-center-results::-webkit-scrollbar-thumb {
    background-color: #C0C0C0;
    border-radius: 22px;
    min-height: 32px;
}

/* Arrow styles */
.help_center .active .help-center-results::-webkit-scrollbar-button:single-button:vertical:decrement {
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg fill='#C0C0C0' height='8' width='10' xmlns='http://www.w3.org/2000/svg'><polygon points='5,0 0,5 10,5'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}

.help_center .active .help-center-results::-webkit-scrollbar-button:single-button:vertical:increment {
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg fill='#C0C0C0' height='8' width='10' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 10,0 5,5'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}
.help_center .help-center-results p {
    margin: 0;
    padding: 15px 60px 20px 50px;
    line-height: 1.5;
}
.help_center .help-center-results ul {
    padding: 0 36px 15px 50px;
    margin: 0;
    list-style: none;
}
.help_center .help-center-results ul li {
    padding: 13px 0 8px 0;
    border-top: 1px solid #B9B9B9;
}
.help_center .help-center-results ul li:last-of-type {
    margin-bottom: 0;
}
.help_center .help-center-results ul a {
    font-size: 16px;
    line-height: 1.4;
    color: #2DA8FF;
    transition: .3s ease-in-out;
}
.help_center .help-center-results ul a:hover {
    text-decoration: underline;
}
.help_center .search_label {
    position: relative;
    display: block;
    width: 100%;
}
.help_center #help-center-search {
    position: relative;
    display: block;
    width: 100%;
    padding: 7px 50px;
    background: #fff;
    border: none;
    outline: none;
    font-size: 20px;
    line-height: 1.3;
    color: #535354;
}
.help_center .search_clear_btn {
    position: absolute;
    top: 12px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    cursor: pointer ;
}
.help_center .search_clear_btn path {
    transition: .3s ease-in-out;
}

.help_center .search_clear_btn:hover path {
    fill: #2DA8FF;
    stroke: #2DA8FF;
}
.help_center .search_clear_btn svg {
    pointer-events: none;
}
.help_center .search_label:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 14px;
    height: 20px;
    width: 18px;
    display: block;
    background: url('/wp-content/themes/rom-linkcom/images/dandruff.svg') center no-repeat;
    background-size: cover;
    pointer-events: none;
}
.popular_question_wrap {
    margin-bottom: 45px;
}
.popular_question_wrap.popular_question_wrap_category {
    margin-bottom: 0;
}
.help_center .popular_question {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #2DA8FF;
    border-radius: 12px;
    color: #535454;
    text-align: center;
    transition: .3s ease-in-out;
}
/*.help_center .popular_question:focus,*/
/*.help_center .popular_question:focus-visible,*/
/*.help_center .popular_question:active,*/
/*.help_center .popular_question:target,*/
/*.help_center .popular_question:focus-within,*/
.help_center .popular_question:hover {
    background: #2DA8FF !important;
    color: #fff !important;
}
.help_center .slick-arrow {
    height: 100%;
    background: #F8F8F8;
    border-radius: 4px;
    transform: none;
    width: 35px;
    top: 0;
}
.help_center .slick-track {
    display: flex;
}
.help_center .slick-track:after,
.help_center .slick-track:before {
    display: none;
}
.help_center .slick-arrow.slick-next {
    right: 0;
}
.help_center .slick-arrow.slick-prev:before,
.help_center .slick-arrow.slick-next:before {
    content: '';
    position: absolute;
    top: calc(50% - 7px);
    left: 10px;
    display: block;
    height: 13px;
    width: 16px;
    background: url('/wp-content/uploads/2025/06/arrpw-right.svg') center no-repeat;
    background-size: contain;
    pointer-events: none;
}
.help_center .slick-arrow.slick-prev:before {
    background: url('/wp-content/uploads/2025/06/arrow-left.svg') center no-repeat;
}
.help_center .slick-arrow.slick-prev {
    left: 0;
}
.help_center .slick-slide {
    height: auto;
    margin: 0 15px;
}
.help_center .popular_question,
.help_center .slick-slide div {
    height: 100%;
}
.help_center .slick-slider {
    padding: 0 35px;
}

/* help_section */
.help_section {
    margin-bottom: 90px;
}
.help_center .help_section_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 70px;
}
.help_center .help_section_item {
    padding: 15px 0;
    border-bottom: 1px solid #B9B9B9;
}
.help_center .help_section_item h3 {
    position: relative;
    margin: 0;
    display: flex;
    gap: 30px;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #535354;
    cursor: pointer;
}
.help_center .help_section_item h3 svg path {
    transition: .3s ease-in-out;
}
.help_center .help_section_item h3:hover svg path{
    fill: #2DA8FF;
}
.help_center .help_section_item h3 span {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8F8F8;
    flex-shrink: 0;
    border-radius: 50%;
    pointer-events: none;
}
.help_center .help_section_item h3 svg {
    pointer-events: none;
}
.help_center .help_section_item h3 svg.other_icon {
    margin-top: -40px;
}
.help_center .help_section_item .icon_arrow {
    position: absolute;
    right: 10px;
    width: 15px;
    height: 12px;
    top: calc(50% - 6px);
    display: block;
    transition: .3s ease-in-out;
}
.help_center .help_section_item .active .icon_arrow {
    transform: rotate(90deg);
}
.help_center .help_section_item .active .icon_arrow path {
    fill: #AB04FF;
}
.help_center .help_section_item .help-posts {
    display: none;
    padding: 0 0 0 100px;
    margin: 0 0 20px 0;
    list-style: none;
}
.help_center .help_section_item .help-posts a {
    font-size: 16px;
    line-height: 2.1;
    color: #299BEB;
}
.help_center .help_section_item .help-posts a:hover {
    color: #AB04FF;
}
.category_wrap {
    margin-bottom: 85px;
}
.category_wrap .category_articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.category_wrap .category_articles a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.15;
    color: #535354;
    border: 1px solid #2DA8FF;
    border-radius: 12px;
    text-align: center;
    transition: .3s ease-in-out;
}
.category_wrap .category_articles a:active,
.category_wrap .category_articles a:focus,
.category_wrap .category_articles a:focus-visible,
.category_wrap .category_articles a:target,
.category_wrap .category_articles a:focus-within {
    color: #535354;
    border: 1px solid #2DA8FF;
    background: #fff;
}
.category_wrap .category_articles a.clicked,
.category_wrap .category_articles a:hover {
    background-color: #2DA8FF;
    color: #fff;
}
.category_wrap .category_title {
    margin: 0;
}
.category_wrap .title_wrap {
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.category_wrap .title_wrap img {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
}
/*RESPONSIVE*/
@media screen and (max-width: 1799px) {
    .help_center .container {
        padding-right: 11vw;
        padding-left: 11vw;
    }
}
@media screen and (max-width: 1599px) {
    .help_center .container {
        padding-right: 10vw;
        padding-left: 10vw;
    }
}
@media screen and (max-width: 1399px) {
    .help_center .container {
        padding-right: 8vw;
        padding-left: 8vw;
    }
}


@media(max-width: 1199px) {
    .help_center {
        padding-top: 60px;
        padding-bottom: 150px;
    }
}
@media(max-width: 991px) {
    .help_center .help_section_wrap {
        grid-template-columns: 100%;
        grid-gap: 0;
    }
    .category_wrap .category_articles {
        grid-template-columns: repeat(2, 1fr);
    }
    .category_wrap {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 768px) {
    .help_center .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(max-width: 767px) {

    .help_center .active .help-center-results {
        max-width: 100%;
    }
    .help_center .help-center-results ul {
        padding: 0 13px 15px 13px;
    }
    .help_center #help-center-search {
        font-size: 16px;
    }
    .help_center .search_clear_btn {
        top: 15px;
        width: 14px;
        height: 14px;
    }
    .help_center #help-center-search {
        padding: 10px 50px;
    }
    .help_center {
        padding-top: 55px;
        padding-bottom: 80px;
    }
    .help_center h2 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .help_center .help_section_item h3 svg.other_icon {
        margin-top: -18px;
    }
    .help_center .popular_question {
        padding: 13px 20px;
    }
    .help_center .help_section_item h3 {
        gap: 15px;
    }
    .help_center .help_section_item h3 span {
        width: 35px;
        height: 35px;
    }
    .help_center .help_section_item h3 {
        font-size: 16px;
    }
    .help_center .help_section_item .icon svg {
        width: 20px;
        height: 20px;
    }
    .help_center .help_section_item .help-posts {
        padding-left: 5px;
        margin: 20px 0 10px 0;
    }
    .help_center h1 {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .help_center .search_wrap {
        position: relative;
        z-index: 1;
        padding: 90px 0;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .help_center .search_wrap,
    .help_center .search_wrap:before {
        border-radius: 0;
    }
    .help_center .help_section_item .icon_arrow {
        width: 15px;
        height: 12px;
        top: calc(50% - 6px);
        right: 10px;
    }
    .help_section,
    .category_wrap {
        margin-bottom: 30px;
    }
    .category_wrap .title_wrap {
        margin-bottom: 20px;
    }
    .category_wrap .title_wrap {
        gap: 12px;
    }
    .category_wrap .title_wrap img {
        width: 45px;
        height: 45px;
    }
    .category_wrap .category_articles {
        grid-template-columns: 100%;
        grid-gap: 20px;
    }
    .category_wrap .category_articles a:hover {
        color: #535354;
        border: 1px solid #2DA8FF;
        background: #fff;
    }
    
    .category_wrap .category_articles a {
        font-size: 16px;
    }
}
