.rounded-8px{border-radius: 8px !important}
.rounded-10px{border-radius: 10px !important}
.rounded-15px{border-radius: 15px !important}
.maxw-150px{max-width: 150px}
.maxw-200px{max-width: 200px}
.w150h160{width: 150px; height: 160px}
.w150h170{width: 150px; height: 170px}
.fw-500{font-weight: 500 !important}
.minh-48px{min-height: 48px}
.img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-bannerz-area {
    min-height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.blog-bannerz-area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(33, 33, 33, 0.5);
    left: 0;
    top: 0;
    user-select: none;
}
.blog-bannerz-area img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    user-select: none;
}
.blog-bannerz-area .container {
    position: relative;
    z-index: 2;
}
.blog-bannerz-area h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
@media screen and (max-width: 480px){
    .blog-bannerz-area {
        min-height: 140px;
    }
    .blog-bannerz-area h1 {
        font-size: 20px;
    }
}
.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot {
    padding: 0;
    margin: 2px 3px;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: var(--blue)!important;
    opacity: .35;
}
.owl-dots .owl-dot.active {
    opacity: 1;
}

.card-blg:hover{
    box-shadow: 0px 0px 15px 0px #00000033;
    transition: 300ms;
}
.card-blg:hover .stretched-link, .card-latestblg:hover .stretched-link{
    color: var(--green);
}
.card-latestblg{
    box-shadow: 0px 0px 3px 0px #00000033;
    transition: 300ms;
}
.card-latestblg:hover {
    box-shadow: 0px 0px 10px 0px #00000033;
}
.blog-leftlist{
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 340px;
    overflow: hidden;
    overflow-y: auto;
}
.blog-leftlist::-webkit-scrollbar{
    width: 5px !important;
    height: 5px !important;
}
.blog-leftlist::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
}
.blog-leftlist::-webkit-scrollbar-thumb {
    background: var(--blue); 
    border-radius: 10px;
}
.blog-leftlist::-webkit-scrollbar-thumb:hover {
    background: var(--green); 
}
.blog-leftlist li a{
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #515252;
    padding: 7px 2px 6px 2px;
    border-bottom: 1px solid #DBD8D8;
}
.blog-leftlist li a.active, .blog-leftlist li a:hover{
    color: var(--blue);
}
.form-searching{
    height: 32px;
    font-size: 15px;
    padding-right: 33px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23888" class="bi bi-search" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-size: 0.9rem 0.9rem !important;
    background-position: calc(100% - 10px) center !important;
}
.most-viewed-list a{
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px solid #DBD8D8;
    text-decoration: none;
    color: #000000;
}
.most-viewed-list a:hover{
    color: var(--green);
}
.most-viewed-list a:last-child{
    margin-bottom: 0;
    padding-bottom: 0px;
    border-bottom: none;
}
.line-clamp2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-clamp4{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-clamp5{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-social{
    display: flex;
    gap: 8px;
    padding: 3px 0;
}
.blog-social a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 30px;
    gap: 10px;
    background-color: var(--blue);
    border-radius: 6px;
    color: #fff;
}
.blog-social a:hover{
    transition: 300ms;
    transform: scale(1.075);
}
.blog-social svg{
    width: 18px;
}
.blog-social a[title="Facebook"]{
    background-color: #0865fe;
}
.blog-social a[title="Twitter"]{
    background-color: #00acee;
}
.blog-social a[title="WhatsApp"]{
    background-color: #26d366;
}
.blog-social a[title="Telegram"]{
    background-color: #43afe6;
}
.cat-heading{
    pointer-events: none;
}
@media screen and (max-width: 767.9px) {
    .card-categorimob{
        margin-top: -50px; z-index: 1;
    }
    .cat-heading{
        pointer-events: all;
        position: relative;
    }
    .cat-heading::before{
        content: '';
        display: block;
        width: 9px;
        height: 9px;
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: rotate(-45deg);
        position: absolute;
        right: 1px;
        top: calc(50% - 5.5px);
    }

}