a:hover{
    text-decoration: none;
}

#blog-category-widget ul.blog-categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    scrollbar-width: none;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0em 0em 5em 0em;
}
#blog-category-widget ul.blog-categories li {
    background-color: transparent;
    font-family: "hero-new", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    color: #fff;
    border-radius: 100px 100px 100px 100px;
    padding: 17px 40px 17px 40px;
    box-shadow: none;
    text-decoration: none;
    text-align: center;
    transition: all .3s;
    border: 1px solid #fff;
    cursor: pointer;
    width: 230px;
}
#blog-category-widget ul.blog-categories li:hover{
    background-color: #ffffff;
    border: 1px solid #000;
    color: #252525;
    box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 0.3);
}
#blog-category-widget ul.blog-categories li.active{
    background-color: #002AFF;
    border: 1px solid #002AFF;
    color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 42.000000000000306, 255, 0.6);
}
/* #blog-category-widget ul.blog-categories li:nth-child(4), #blog-category-widget ul.blog-categories li:nth-child(5), #blog-category-widget ul.blog-categories li:nth-child(6), #blog-category-widget ul.blog-categories li:nth-child(10) {
    display: none;
} */
.blog-posts-wrap {
    color: #fff;
}
.custom-single-post {
    color: #fff;
    padding: 0;
    border-radius: 12px;
    margin-bottom: 40px;
    font-family: 'Inter', sans-serif;
    width: 48%;
}
.post-thumbnail img {
    width: 100%;
    border-radius: 12px;
    display: block;
    margin-bottom: 15px;
} 


.post-date {
    font-size: 14px;
    color: #D0D0D0;
    margin-bottom: 5px;
}

.post-title {
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0 10px;
}

.post-author {
    font-size: 16px;
    margin-bottom: 15px;
}

.post-excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: #D0D0D0CC;
}
.post-title a,
.post-date a,
.post-author a,
.post-badge a {
    color: inherit;
    text-decoration: none;
}

.post-title a:hover,
.post-date a:hover,
.post-author a:hover,
.post-badge a:hover {
    text-decoration: underline;
}
#blog-category-widget .posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.custom-single-post a.feature-img {
    margin: 0 0 30px;
    display: block;
    min-height: 350px;
}
.custom-single-post a.feature-img .post-thumbnail {
    height: 350px;
    overflow: hidden;
    border-radius: 20px;
}
.custom-single-post a.feature-img img:hover {
    transform: scale(1.1);
    transition: all 
ease-in-out 0.3s;
}
.custom-single-post a.feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-badge a {
    padding: 12px 20px;
    border-radius: 40px;
    background-color: #002AFF;
    display: inline-block ;
    font-size: 16px;
    transition: 0.3s all ease-in-out;
    margin-right: 12px;
}

.post-badge {
    margin: 0 0 30px;
}
.post-badge a:hover {
    text-decoration: none;
    background: #fff;
    border-color: #fff;
    color: #000;
}
.post-title a:hover {
    font-size: 36px;
    font-weight: 700;
    font-family: "hero-new", Sans-serif;
    line-height: 47.88px;
    display: inline-block;
    margin: 20px 0;
    color: #002AFF;
    text-decoration: none;
}
.post-title a {
    font-size: 36px;
    font-weight: 700;
    font-family: "hero-new", Sans-serif;
    line-height: 47.88px;
    display: inline-block;
    margin: 20px 0;
}
p.post-author a:hover {
    text-decoration: none;
    color: #002AFF;
}

p.post-author a {
    color: #fff;
}
p.post-author {
    color: #D0D0D0;
}
.ajax-pagination {
    display: flex
;
    margin-top: 100px;
    justify-content: space-between;
    align-items: center;
}
.ajax-pagination button {
    background-color: transparent;
    font-family: "hero-new", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    fill: var(--e-global-color-4d9fca1);
    color: var(--e-global-color-4d9fca1);
    border-radius: 100px 100px 100px 100px;
    padding: 17px 40px 17px 40px;
    box-shadow: none;
    text-decoration: none;
    text-align: center;
    transition: all .3s;
    border: 1px solid #fff;
    min-width: 130px;
    margin-right: calc(10px / 2);
}
.ajax-pagination button:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}

@media (max-width:1024px){
    #blog-category-widget ul.blog-categories li{
        width: 220px;
    }
}

@media (max-width:1023px){
    .custom-single-post {
        width: 47%;
    }
    .custom-single-post a.feature-img .post-thumbnail {
        height: 280px;
    }
    .custom-single-post a.feature-img {
        min-height: 280px;
    }
    .post-title a {
        font-size: 32px;
        line-height: 41.88px;
    }
}
@media (max-width:767px){
    #blog-category-widget ul.blog-categories li {
        padding: 12px 20px 12px 20px;
        width: auto;
        font-size: 14px;
    }
    .custom-single-post {
        width: 100%;
    }
    .post-title a {
        font-size: 28px;
        line-height: 37.88px;
    }
    .ajax-pagination button {
        padding: 12px 16px;
        font-size: 14px !important;
        margin-right: calc(0px / 2);
    }
    .ajax-pagination {
        margin-top: 30px;
        margin-bottom: 50px;
    }
}