/* .home-title h2 {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.home-title h2:after {
    content: '';
    width: 100%;
    height: 20px;
    background: url(/wp-content/uploads/2025/11/title-line.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    left: 50%;
    line-height: 0;
    transform: translateX(-50%);
} */


.home-tab .nav-line-bottom>li>a:before {
    height: 1px;
    bottom: 6px;
}

.home-tab ul.nav li a {
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}

.home-tab ul.nav li.active a {
    color: #000;
}

.home-cate .box-text h5.header-title {
    font-weight: 500;
    text-transform: capitalize;
}











