.category-bg {
    background-color: #f7f7f7;
    padding-block: 35px;
}
.wrapper-category {
    background-color: #fff;
    overflow: hidden;
    border-radius: 12px;
    min-height: 150px;
    height: 100%;
}
.wrapper-category img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.wrapper-category .category-overlay {
    position: relative;
    padding-block: 18px;
    height: inherit;
}
.category-hero svg, .category-hero img {
    width: 100%;
    max-width: 100px;
    height: 100%;
    max-height: 90px;
}
.category-list .nav-item {
    transition: linear .5s all;
}
.category-list .nav-item:hover {
    background-color: #0054ff78;
}
.category-list .nav-item:hover .nav-link {
    transform: scale(1.15);
    color: #fff;
}
.category-list .nav-link {
    transition: linear .3s all;
    color: #fff;
    font-weight: 300;
}
.category-list {
    align-content: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #00000094;
    transition: linear .5s all;
    transform: translateY(100%);
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding-block: 15px !important;
}
.wrapper-category:hover .category-list {
    opacity: 1;
    visibility: visible;
    top: 0;
    z-index: 9;
    transform: translateY(0);
}
.long_description_category a {
    color: #007bff;
}
.long_description_category p {
    font-weight: 300;
    font-size: 15px;
}
.toggle_categories {
    font-size: 14px;
    color: var(--third-color);
    font-weight: 300;
    padding-block: 6px;
    margin-top: 6px;
    display: none;
}
.toggle_categories svg {
    width: 16px;
}
.fw-bolder{
    font-weight: 600 !important;
}
@media ( max-width: 991.98px ) {
    .toggle_categories {
        display: block;
    }
    /* .category-list > a {
        display: none;
    }
    .category-list.active {
        opacity: 1;
        visibility: visible;
        top: 0;
        z-index: 9;
        position: relative;
        transform: none;
        padding-block: 0 !important;
    } */
}

@media ( max-width: 768px ) {
    .resume-cat p {
        font-size: 15px;
        font-weight: 300;
    }
}