.mb-10 {
    margin-bottom: 10px;
}

.category-section {
    padding-top: 12px!important;
    padding-bottom: 12px;
}

.category-section:first-child {
    padding-top: 0;
}

.cat-section-heading .cat-heading h2 {
    margin-bottom: 10px;
	text-transform: capitalize;
}

.cat-section-heading .cat-heading a {
    color: #EB2E2E !important;
	font-weight: 600;
	font-size: 14px;
}

.cat-section-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #EB2E2E;
}

.cat-heading {
    width: 100%;
    display: flex;
    display: -moz-box;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
}

.heading a {
    text-decoration: none;
    color: #007BFF;
    font-weight: bold;
}

.post-item {
    margin-bottom: 10px;
}

/*section css */
.category-posts {
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    min-height: 350px;
}

.news-left {
    width: 47.1%;
    margin-right: 20px;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    list-style-type: none;
}

a.main-article-card {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px;
}

.main-article {
    padding-top: 56.25%;
}

.main-article-card .main-article img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.main-article-card .main-article-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    margin: auto;
}

.main-article h2 {
    font-size: 26px;
    line-height: 35px;
    color: #FFFFFF;
    left: 10px;
    right: 15px;
    bottom: 10px;
    position: absolute;
    z-index: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

a.main-article-card:after {
    content: "";
    background-image: url("/wp-content/uploads/2024/12/main-img-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 8px;
}

.news-right {
    -moz-box-flex: 1;
    flex: 1 1;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    list-style-type: none;
}

.news-right > .news-thumb-card {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.news-right > .news-thumb-card .news-date {
    font-size: 12px;
    font-weight: 500;
    color: #969696;
	line-height: 16px;
}

.news-thumb-card {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
	display: -moz-box;
	display: flex;
    gap: 14px;
}

.news-thumb-card a {
    position: relative;
    display: -moz-box;
    display: flex;
    gap: 14px;
}

.news-thumb-card a .news-thumbs-img {
    position: relative;
   	overflow: hidden;
    width: 130px;
    height: 80px;
}

.news-thumb-card a .news-thumbs-img img {
	width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.news-text {
    display: flex;
    gap: 2px;
    flex-direction: column;
    justify-content: flex-start;
}

.news-thumb-card h4 {
    flex: 1 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-thumb-card .news-date {
    font-size: 12px;
    color: #969696;
}

.category-videos .category-posts .play-icon-category ,
.article-sub-card .play-icon-category ,
.play-icon-video-single-page {
    position: absolute;
    z-index: 9;
    top: 50%;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    left: 50%;
    right: 0;
    border-radius: 100px;
    background: rgba(0, 0, 0, .5);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.category-videos .category-posts .news-thumbs-img .play-icon-category ,
.article-sub-card .play-icon-category ,
.video-icon-small {
    width: 30px;
    height: 30px;
}

.category-videos .category-posts .play-icon-category:before ,
.article-sub-card .play-icon-category:before ,
.play-icon-video-single-page:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid #fff;
    position: absolute;
    top: 11px;
    left: 18px;
    border-radius: 2px;
}

.category-videos .category-posts .news-thumbs-img .play-icon-category:before ,
.article-sub-card .play-icon-category:before ,
.video-icon-small:before {
    top: 4px;
    left: 10px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 11px solid #fff;
}

.main-article-photos-counter ,
.photos-counter-thumb {
    background: #EB2E2E;
    font-size: 10px;
    z-index: 9;
   	padding: 0px 10px;
    border-radius: 3px;
    position: absolute;
    bottom: 120px;
    left: 10px;
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}

.main-article-photos-counter i {
    width: 20px;
    height: 20px;
    margin: 0;
    background-image: url(../images/photo-counter.svg);
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 15px;
}

.photos-counter-thumb i {
	width: 18px;
    height: 20px;
    margin: 0;
    background-image: url(../images/photo-counter.svg);
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 13px;
}

.photos-counter-thumb {
    position: absolute;
    bottom: 5px;
    left: 6px;
	height: 22px;
    padding: 0 7px;
}

.main-article-photos-counter p {
    color: #FFFFFF;
	font-weight: 700;
}

.photos-counter-thumb p {
    color: #FFFFFF;
	font-size: 12px;
	font-weight: 700;	
}

.photo-gallery-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 27px;
}

.photo-gallery-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 21px;
}

.photo-gallery-counter {
    bottom: 12px;
}

.photo-gallery-article-card {
    max-height: 285px;
    margin-bottom: 10px!important;
}

/* sidebar css */
.pcm_sidebar h5 {
    letter-spacing: 0.5px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    flex: 1 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 5px;
    text-overflow: ellipsis;
}

/* For sticky sidebar section */
.sticky-wrapper {
    position: relative;
}

.sticky-section {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    z-index: 10;
}

.sticky-section.stop {
    position: absolute;
    top: auto;
    bottom: 0;
}

/* other layout css */
.videos-card {
    position: relative;
    width: 33%;
}
.other-layout-posts {
    display: flex;
    column-gap: 15px;
}

.videos-card .video-img {
    position: relative;
}

.videos-card a img {
    border-radius: 8px;
}

.videos-card a h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
}

.videos-card .play-icon {
    position: absolute;
    z-index: 9;
    top: 60%;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    left: 50%;
    right: 0;
    border-radius: 100px;
    background: rgba(0, 0, 0, .5);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.videos-card .play-icon:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid #fff;
    position: absolute;
    top: 11px;
    left: 18px;
    border-radius: 2px;
}

/* Web Stories */
.cat-web-stories {
    padding: 20px 0;
}

.cat-web-stories .other-layout-posts {
    display: flex!important;
    overflow-x: scroll!important;
    flex-wrap: nowrap!important;
    column-gap: 10px;
    overflow-y: hidden;
    padding-bottom: 12px;

}
.cat-web-stories .other-layout-posts::-webkit-scrollbar {
    height: 8px;
}

.cat-web-stories .other-layout-posts::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
    width: 20px;
}

.cat-web-stories .other-layout-posts::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom right, #ff00c6 0%, #d11919 100%);
    width: 10px;
    border-radius: 8px;
}

.web-stories-card {
    position: relative;
}

.web-stories-card a {
    position: relative;
    display: block;
    width: 277px;
    max-width: 277px;
}

.web-stories-card img {
    border-radius: 8px;
	min-height: 414px;
}

.web-stories-card:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 28px;
    background-image: url("../images/web-stories-icon.svg");
    background-repeat: no-repeat;
}

.web-stories-card a:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/12/main-img-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 8px;
}

.web-stories-card a h3 {
    color: #FFFFFF;
    left: 10px;
    right: 10px;
    bottom: 45px;
    position: absolute;
    z-index: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.web-stories-card a span {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #FFFFFF;
    left: 10px;
    right: 15px;
    bottom: 15px;
    position: absolute;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 0;
}

/* article sub-card in category and tags */
.subcategory-posts {
	padding: 10px 0;
}
.article-sub-card {
    display: -moz-box;
    display: flex;
	padding-bottom: 21px;
}

.article-sub-card .article-image {
    flex-shrink: 0;
    margin-right: 16px;
    position: relative;
    overflow: hidden;
    width: 227px;
    height: 140px;
    border-radius: 6px;
}

.article-sub-card .article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    vertical-align: top;
}

.article-sub-card .article-content {
    flex: 1;
}

.article-sub-card .article-title {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 5px;
}

.article-sub-card .article-meta ,
.publish-date {
    font-size: 14px;
	font-weight: 500;
    color: #969696;
}

.author-img img {
    max-width: 46px;
}

.article-sub-card .article-description {
    font-size: 16px;
    line-height: 1.4;
	margin-top: 5px;
    color: #969696;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Breadcrumbs */
.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
    scrollbar-width: none;
/*     overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 6px 0;
    width: 75%;
	font-weight: 500;
}

.breadcrumbs a , .breadcrumb-separator {
    font-size: 14px;
    color: #EB2E2E !important;
    padding: 0 3px;
}

.breadcrumb-separator img {
	min-width: 8px;
    max-height: 10px;
}

/* Tags */
.archive-title-h1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.alphabet-nav {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.alphabet-button {
    font-size: 12px;
	font-weight: 600;
    background: #fff;
	color: #9696AF!important;
    border: 1px solid #969696;
    border-radius: 4px;
    padding: 5px 10px;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.alphabet-button.active {
    background: #EB2E2E;
    color: #fff !important;
    border-color: #EB2E2E;
}

.tags-columns {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.tags-column {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.tags-column li {
    display: inline-grid;
    width: 100%;
    margin-bottom: 8px;
}

.tags-column li a {
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: #EB2E2E !important;
    border: 1px solid #EB2E2E;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
	text-transform: capitalize;
}

.tags-column li a:hover {
    background: #EB2E2E;
    color: #fff !important;
}

/* Author Profile */
.author-box {
    background: #FFF1F1;
    border: 2px solid #FFDBDB;
    border-radius: 12px;
    margin: 12px 0;
    padding: 12px;
    display: flex;
}

.author-box .author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-box .author-title h1 {
    margin: 0;
	text-transform: capitalize;
}

.ajax-ads ,
.category-ads section {
    margin-bottom: 12px!important;
}

/* Skeleton */
.category-skeleton ,
.category-skeleton-post {
    position: relative;
    width: 100%;
    min-height: 500px;
    border-radius: 8px;
    margin: 16px 0;
    overflow: hidden;
}

.category-skeleton.loading-skeleton ,
.category-skeleton-post {
/*     background-image: url("/wp-content/uploads/2025/01/skeleton.png"); */
	background-image: url("../images/skeleton.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.error-message {
    color: #d9534f;
    font-size: 14px;
    text-align: center;
}

.skeleton-card {
    background: #f0f0f0;
    height: 150px;
    margin-bottom: 15px;
    border-radius: 5px;
    animation: pulse 1.5s infinite;
}

/* Category & Sub Category */
.sub-category-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 0 10px 0 0;
    background: #FFF1F1;
    border: 1px solid #EB2E2E;
    border-radius: 4px;
}

.sub-category-nav .first-active-cate {
    display: inline-block;
    background: #EB2E2E;
    text-align: center;
    white-space: nowrap;
    position: relative;
    padding: 3px 0;
    margin-right: 5px;
}

.sub-category-nav .first-active-cate a {
    color: #FFFFFF !important;
}

.sub-category-nav a {
    display: inline-block;
    font-size: 16px;
	line-height: 20px;
	font-weight: 500;
    padding: 7px;
    text-transform: capitalize;
    position: relative;
    border-bottom: none;
}

.sub-category-nav a.active span {
    color: #EB2E2E;
}

.sub-cat-navbar {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0;
    padding: 0;
}

.scroll-navbar::-webkit-scrollbar {
	display: none !important;
}

/* Search Page */
.search-results-page .search-form {
	max-width: 100%;
	border-radius: 7px;
}
.search-results-page .search-form label ,
.search-no-results .search-form label {
    width: 100%;
}

.search-results-page .search-submit {
    width: 50px;
    vertical-align: middle;
}

.search-form .wp-block-search__input {
    border: 1px solid #969696;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.search__button {
    position: relative;
    background-color: #EB2E2E;
}

.search-submit img {
    margin: 0 auto;
}

.search-field::-webkit-search-cancel-button {
	width: 25px;
 	height: 25px;
}
/* Pagination */
.custom-pagination ul {
    display: flex;
	flex-flow: wrap;
    row-gap: 12px;
    justify-content: center;
    list-style: none;
    padding: 0;
	margin: 0 0 12px;
}

.custom-pagination ul li {
    margin: 0 5px;
}

.custom-pagination ul li a,
.custom-pagination ul li span {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    color: #969696 !important;
    text-decoration: none;
    background: #EEEEEE;
}

.custom-pagination ul li a:hover {
    background: #f4f4f4;
}

.custom-pagination ul li .current {
    background: #EB2E2E;
    color: #FFFFFF !important;
}

.custom-pagination .page-numbers.dots {
    border: 0;
    background: transparent;
}

/* liveblog */
.live-blog .live-blog-post-category a {
    color: #EB2E2E !important;
    font-weight: 600;
}

.live-blog-icon {
    border: 1px solid #EB2E2E;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #EB2E2E;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    position: absolute;
    top: 7px;
    left: 7px;
}
.live-blog-icon::before ,
.live-blog-updates::before {
    content: "";
    background-image: url(../images/live-blog.svg);
    padding: 7px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 16px;
}

.blog-post-content h4 {
	margin-bottom: 5px;
}

/* Mobile Responsive */
@media screen and (max-width: 1390px) {
    .alphabet-nav {
        overflow-x: scroll !important;
        flex-wrap: nowrap !important;
        /*scrollbar-width: thin;*/
        scrollbar-width: none;
    }
}

@media screen and (max-width: 992px) {
    .category-section .category-posts {
        display: block;
    }

    .entry-content .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }

    .category-section .category-posts .news-left {
        width: 100%;
        padding-bottom: 20px;
    }

    .cat-web-stories .other-layout-posts {
      scrollbar-width: none;
    }

    .breadcrumbs {
        width: 100%;
    }
	
	.article-sub-card {
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
    .videos-card .play-icon {
        width: 35px;
        height: 35px;
    }

    .videos-card .play-icon:before {
        top: 4px;
        left: 12px
    }
}

@media screen and (max-width: 577px) {
    .tags-columns {
        display: block;
    }

    .author-title h1 {
        font-size: 24px;
    }

    .article-sub-card .article-image {
        width: 130px;
        height: 80px;
    }

    .article-sub-card .article-title {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }

    .article-sub-card .article-description {
        display: none;
    }

    .cat-heading h2 {
        font-size: 22px;
    }

    .other-layout-posts {
        flex-wrap: wrap;
    }

    .videos-card {
        width: 100%;
    }
	
	.live-blog-post-category {
		margin-bottom: 0;
	}
	
	.article-sub-card .article-meta {
		font-size: 12px;
		line-height: 15px;
		margin: 0;
	}
	
	.live-blog-icon {
		font-size: 12px;
		line-height: 18px;
		padding: 2px;
	}
	
	.live-blog-icon::before, .live-blog-updates::before {
		padding: 5px;
	}
	
	.main-article-photos-counter, .photos-counter-thumb {
        padding: 2px;
	}
	
	.main-article-photos-counter p, .photos-counter-thumb p {
		font-size: 12px;
    	line-height: 12px;
	}
	
	.custom-pagination ul li a,
	.custom-pagination ul li span {
		font-size: 14px;
	}
	
	.main-article h2 {
		font-size: 18px;
    	line-height: 24px;
	}
	
	.news-thumb-card h4 {
		line-height: 20px;
    	font-size: 14px;
	}
	
	.cat-web-stories .other-layout-posts {
		column-gap: 17px;
	}
	
	.web-stories-card a h3 {
		font-size: 18px;
    	line-height: 24px;
	}
	
	.web-stories-card a span {
		font-size: 12px;
    	line-height: 16px;
	}
	
	.main-article .main-article-photos-counter {
        padding: 2px 7px;
	}
		
	.photos-counter-thumb {
		padding: 0px 5px;
    	left: 6px;
	}
	.videos-card .play-icon {
		border: none;
   		width: 58px;
    	height: 58px;
	}
	
	.videos-card .play-icon:before {
		top: 17px;
        left: 24px;
	}
}

@media screen and (max-width: 357px) {
    .article-sub-card .article-meta {
        font-size: 10px;
    }
	
	.custom-pagination ul li {
		margin: 0 2px;
	}
	
	.news-thumb-card .news-date , .news-right>.news-thumb-card .news-date {
		font-size: 10px;
	}	
}

@media screen and (max-width: 335px) {
    .cat-heading h2 {
        font-size: 20px;
    }
}