/*
Theme Name: GenzPress
Author: Nishant Bhurtel
Version: 1.0
*/
/*--------------------------------------------------------------
/* Normalization */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



@font-face {
  font-family: "Satoshi";
  src: url("./fonts/Satoshi-Regular.woff2") format("woff"),
    url("./fonts/Satoshi-Regular.woff2") format("ttf"),
    url("./fonts/Satoshi-Regular.woff2") format("ttf");
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: "satoshi";
  src: url("./fonts/Satoshi-Bold.woff2") format("woff"),
    url("./fonts/Satoshi-Bold.woff2") format("ttf"),
    url("./fonts/Satoshi-Bold.woff2") format("ttf");
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: "Satoshi";
  src: url("./fonts/Satoshi-Medium.woff2") format("woff"),
    url("./fonts/Satoshi-Medium.woff2") format("ttf"),
    url("./fonts/Satoshi-Medium.woff2") format("ttf");
  font-weight: 500;
  font-style: medium;
}
@font-face {
  font-family: "Oswald";
  src: url("./fonts/Oswald-Regular.woff2") format("woff"),
    url("./fonts/Oswald-Regular.woff2") format("ttf"),
    url("./fonts/Oswald-Regular.woff2") format("ttf");
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: "Oswald";
  src: url("./fonts/Oswald-Bold.woff2") format("woff"),
    url("./fonts/Oswald-Bold.woff2") format("ttf"),
    url("./fonts/Oswald-Bold.woff2") format("ttf");
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: "Oswald";
  src: url("./fonts/Oswald-Medium.woff2") format("woff"),
    url("./fonts/Oswald-Medium.woff2") format("ttf"),
    url("./fonts/Oswald-Medium.woff2") format("ttf");
  font-weight: 500;
  font-style: medium;
}
@font-face {
  font-family: "Oswald";
  src: url("./fonts/Oswald-SemiBold.woff2") format("woff"),
    url("./fonts/Oswald-SemiBold.woff2") format("ttf"),
    url("./fonts/Oswald-SemiBold.woff2") format("ttf");
  font-weight: 500;
  font-style: SemiBold;
}


html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
  color: inherit !important;
  cursor: pointer !important;
  display: inline-block !important;
}
a h2:hover{
	color: var(--primary-color) !important;
}

ul {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center !important;
}

.hidden {
  opacity: 0;
  display: none;
  visibility: hidden;
}

* {
  font-family: Satoshi, sans-serif !important;
  font-size: 16px;
  font-weight: 400; 
  color: var(--text-color);
  line-height: 24px;
}

h1 {
  font-family: Satoshi, sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
 color:var(--text-color) !important;
}

h2{
	  font-family: Satoshi, sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  color:var(--text-color)!important;
  line-height: 30px;
}

h3 {
  font-size: 32px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

:root {
  --primary-color: #0257a7;
	--text-color:#2D2D2D;
  --menu-color: #313131;
}

:root{
	--translate-color: #0A0C11;
	--Live-date-color: #212326;
	--category-link-color: #313131;
}
body{
	margin: 0 !important;
	background-color: #F6F4F4 !important;
	
}
.site-header{
	border-bottom: 1px solid #E6E6E6;
	background: #F6F4F4;
	position: fixed;
	width: 100%;
	z-index: 999999
}
.site-header .container-fluid{
	padding: 0 32px;
}
.current-date{
	color: var(--Live-date-color);
	font-weight: 500;
}
.langugage-switcher .header-translate {
	position: relative;
}
.langugage-switcher .header-translate .gt-current-lang img{
	width: 33px;
}
.langugage-switcher .header-translate .gtranslate_wrapper .notranslate .gt_options{
	position: absolute;
	width: 100%;
	display: flex !important;
	flex-direction: column;
	z-index: -999;
}
.langugage-switcher .header-translate .gtranslate_wrapper .notranslate .gt-open{
	z-index: 999;
}
.langugage-switcher .header-translate .gtranslate_wrapper .notranslate .gt_options a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.langugage-switcher .header-translate .gtranslate_wrapper .notranslate .gt_options a img{
	width:20px;
}

.langugage-switcher .header-translate .notranslate {
	font-size: 14px;
	width: auto;
	background-color: #EDE9E9 !important;
	box-shadow: none;
	border-radius: 6px;
}
.langugage-switcher .header-translate .notranslate .gt-selected {
	background-color: #EDE9E9;
}
.langugage-switcher .header-translate .notranslate .gt-selected .gt-current-lang{
	color: var(--translate-color);
}
.langugage-switcher .header-translate .notranslate .gt-open{
	background-color: #FFFFFF;
}
.langugage-switcher .header-translate .notranslate .gt-open a{
	color: var(--translate-color);
}

.langugage-switcher .header-translate .notranslate .gt-open a:hover{
	background-color: #F2F2F4;
	color: var(--translate-color);
	
}
.langugage-switcher .search-button{
	padding: 10px;
	background-color: #EDE9E9;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	max-height: 45px;
  overflow: hidden;
	border-radius: 6px;
}
.langugage-switcher .search-button img{
	width: 28px;
	height: 28px;
}
.langugage-switcher .search-button:hover{
	background-color: #EDE9E9;
}
.site-header .categories-nav .container-fluid .category-link{
	font-family: Oswald, sans-serif !important;
	color: var(--category-link-color) !important;
	font-size: 18px ;
	font-weight: 600;
	line-height: 28px;
	transition: all 0.3s ease-in-out;
	padding: 8px 12px;
}
.site-header .categories-nav .container-fluid .category-link font{
font-family: Oswald, sans-serif !important;
	color: var(--category-link-color) !important;
	font-size: 18px ;
	font-weight: 600;
	line-height: 28px;
	transition: all 0.3s ease-in-out;
}
/* .archive-posts-wrapper .first-news-item .first-news-title-content .excerpt{
	overflow: visible;
	
} */
.archive-posts-wrapper .first-news-item .first-news-title-content .excerpt p{
	font-size: 18px;
}
.archive-posts-wrapper .first-news-item.archive-hero-post a img{
    max-height: 260px;
}
.site-header .categories-nav .container-fluid .category-link:hover{
		background-color: var(--primary-color);
    transition: all 0.3s ease-in-out;
    color: #ffffff !important;
    border-radius: 6px;
}
.breaking-news-section .breaking-title{
	background-color: var(--primary-color);
}
.site-header .categories-nav .container-fluid .category-link.active,
.site-header .categories-nav .container-fluid .category-link.active font{
	background-color: var(--primary-color) !important;
	color: #FFFFFF !important;
	padding: 8px 12px !important;
	border-radius: 6px;
}
.site-main{
	padding-top: 250px;
	padding-bottom:48px;
}
.seeall-news-btn{
	padding: 12px 76px;
	background-color: var(--primary-color);
	color: #fff !important;
	border-radius: 6px;
	position: relative;
}
/* .seeall-news-btn::after{
	content: url('./assets/images/chevron-right-red.svg');
	display: block;
	position: absolute;
} */
.site-main .site-branding{
	margin-top: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#desktop-horizontal-categories .nav-item.dropdown ul.dropdown-menu{
	border-radius: 6px;
	padding: 6px;
}
#desktop-horizontal-categories .nav-item.dropdown ul.dropdown-menu li{
	padding: 4px 0;
}
#desktop-horizontal-categories .nav-item.dropdown ul.dropdown-menu li .dropdown-item{
	font-family: Oswald, sans-serif !important;
}
.category-news-row .category-news-block .subcategory-titles-wrapper h4 a{
	font-size: 13px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif !important;
}
.category-news-row .category-news-block .subcategory-titles-wrapper h4 a:hover{
	color: var(--primary-color) !important;
}
.breaking-news-section .breaking-news-ticker .ticker-wrapper a:hover{
	color: var(--primary-color) !important;
}
.site-main .site-title{
	font-family: Oswald, sans-serif !important;
	font-size: 95px !important;
	font-weight: 700 !important;
	color: var(--primary-color) !important;
	letter-spacing: 30px;
	position: relative;
	font-style: italic;
	border: 5px solid var(--primary-color);
	padding: 20px;
}
/* .site-main .site-title::after{
	content: "";
	position: absolute;
	display: block;
	width: 80px;
	height: 5px;
	background-color: var(--primary-color);
	margin-top: 24px;
	left: 50%;
	transform: translateX(-50%);
} */
.site-main .social-icons-section{
	margin: 64px 0;
}

.site-main .social-icons-section .cnss-social-icon {
	display: flex;
	align-items: center;
	gap: 16px;
}
.site-main .social-icons-section .cnss-social-icon li{
	background-color:#FFFFFF !important;
	border: 1px solid #E6E6E6 !important;
aspect-ratio:1;
	width: 25% !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.site-main .social-icons-section .cnss-social-icon li a{
	   border: none !important;
    text-decoration: none !important;
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    place-content: center;
}
.site-main .social-icons-section .cnss-social-icon li a img{
	width: 64px;
	height: 64px;
}
.site-main .site-content{
	padding: 0 32px;
}

.site-main .recent-news-section{
	margin-top: 95px;
}

/* .site-main .trending-news-section{
	margin-top: 95px;
} */
.trending-news-section .trending-hero .trending-hero-title a{
	font-size: 68px;
	line-height: 1.3;
	font-weight: 700;
}
.trending-news-section .trending-hero .trending-hero-title a:hover{
	color: var(--primary-color) !important;
}
.author{
	color: var(--primary-color);
}
.category-display-meta .category-name{
	background-color: var(--primary-color);
	color: #fff;
	padding: 8px;
	border-radius: 6px;
}
.trending-hero .trending-hero-excerpt p{
	font-size: 18px;
}
.trending-news-section .trending-hero{
	padding:60px 0;
}

/* Categories News Section Styles */
.category-block-title {
    font-family: Oswald, sans-serif !important;
    font-size: 24px;
    color: var(--primary-color) !important;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 10px;
    display: inline-block;
}

.hover-zoom {
    transition: transform 0.3s ease;
}

.hover-zoom:hover {
    transform: scale(1.05);
}

.category-box-post-title,.category-box-post-title font{
	font-family: Oswald, sans-serif !important;
	color: #FFFFFF !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	text-align: left;
	margin: 0;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.langugage-switcher .header-translate .notranslate{
	box-shadow: none;
}
.langugage-switcher .header-translate .notranslate .gt-selected .gt-current-lang .gt-lang-code,
.language-form-section .header-translate .notranslate .gt-selected .gt-current-lang .gt-lang-code{
	font-weight: 500;
	color: var(--translate-color);

}
.langugage-switcher .header-translate .notranslate .gt-open a,
.language-form-section .header-translate .notranslate .gt-open a{
	      color: var(--translate-color) !important;
        font-weight: 500;
}

.current-date span,
.current-date span font{
	font-weight: 500;
}

.site-main.single__post .main-single .main-left .meta .date,
.site-main.single__post .main-single .main-left .meta .date font{
	font-weight: 500;
	color: #3E3E3E;
}
.site-main.single__post .main-single .main-left .meta .read.desk-only,
.site-main.single__post .main-single .main-left .meta .read.desk-only font{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}
.site-main.single__post .main-single .main-left .content p,
.site-main.single__post .main-single .main-left .content p font{
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #3E3E3E;
}
.desktop-inputBtn-wrapper input{
	border-radius: 6px;
}
.desktop-inputBtn-wrapper input:focus{
	box-shadow: none;
	border:1px solid #EDE9E9;
}
.desktop-inputBtn-wrapper button{
	background-color: #EDE9E9;
	border-radius: 6px;
	border:none;
}
.card .card-title{
	font-family: Oswald, sans-serif !important;
}
.card .card-title::after{
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	background-color: var(--primary-color);
	margin-top: 8px;
}
.categories-news-section{
	margin-top: 95px;
}
.heading-404 h1,
.heading-404 h1 font{
	font-size: 80px !important;
}
.heading-404 h2,
.heading-404 h2 font{
	font-size: 40px;
}
.heading-404 p,
.heading-404 p font{
	font-size: 20px;
}
.heading-404 a,
.heading-404 a font{
	background-color:var(--primary-color);
	border-color: var(--primary-color);
	color: #fff !important;
	border-radius: 6px;
}
.heading-404 a:hover,
.heading-404 a font:hover{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff !important;
}
.no-results.not-found .page-header h1,
.no-results.not-found .page-header h1 font{
	font-size: 60px !important;
}
.no-results.not-found .page-content p,
.no-results.not-found .page-content p font{
	font-size: 32px;
	color: #3E3E3E;
	line-height: 40px;
}
.no-results.not-found .page-content .search-form {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	margin-top: 46px;
}
.no-results.not-found .page-content .search-form label{
	width: 100%;
}
.category-news-block .first-news-item .first-news-title-content{
	padding: 60px;
	background-color: var(--primary-color);
	border-radius: 6px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.category-news-block .first-news-item .first-news-title-content h4 a,
.category-news-block .first-news-item .first-news-title-content .excerpt{
	color: #FFFFFF !important;
}
.first-news-item a{
	height: 100%;
}
.category-news-block .other-news-item h4 a:hover{
	color: var(--primary-color) !important;
}
.no-results.not-found .page-content .search-form label input,
.no-results.not-found .page-content .search-form label input font{
    width: 100%;
    min-height: 48px;
    background: #EFEBEB;
    border: none;
    padding: 0 20px;
		color: var(--text-color) !important;
		font-weight: 500;
		
}
.no-results.not-found .page-content .search-form label input:focus{
	outline: 1px solid #E6E6E6;
}

.no-results.not-found .page-content .search-form input{
	width: 150px;
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
	color: #fff !important;
	border-radius: 6px;
	font-weight: 500;
	min-height: 48px;
}
.categories-nav .d-flex::-webkit-scrollbar{
	display: none;
}

.site-footer{
	background: url(./assets/images/footer-image.png);
    padding: 32px 48px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.site-footer .socials-column .cnss-social-icon {
	text-align:left !important;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
/* .site-footer .socials-column .cnss-social-icon li a{
	padding: 0 12px;
} */
.site-footer .socials-column .cnss-social-icon li a img{
	width: 28px;
	height: 28px;
}
.site-footer .logo-socials-column-wrapper{
	width: 34%;
}
.site-footer .footer-categories-contact div a{
	color: var(--category-link-color) !important;
	font-size: 18px;
	font-weight: 600;
	font-family: Oswald, sans-serif !important;
	line-height: 28px;
	padding: 0 24px;
  margin: 12px 0;
  border-right: 1px solid #E6E6E6;
}
.site-footer .footer-categories-contact div a font{
	color: var(--category-link-color) !important;
	font-size: 18px;
	font-weight: 600;
	font-family: Oswald, sans-serif !important;
	line-height: 28px;
}
.site-footer .footer-categories-contact div a:last-child{
	border-right: none;
}
.site-footer .all-rights{
	margin-top: 60px;
	border-top: 1px solid #E6E6E6;
}
.site-footer .all-rights p,
.site-footer .all-rights p font{
	color: #717680;
	font-weight: 400;
	line-height: 24px;
}
.site-footer h3,
.site-footer h3 font{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #171813;
}
.site-footer p,
.site-footer p font{
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #171813;
}
.site-footer .logo-column p,
.site-footer .logo-column p font{
	color:#535862;
}

.section-title{
	font-family: oswald, sans-serif !important;
	text-align: center;
}
/* .section-description{
	width: 75%;
	margin: 0 auto;
	text-align: center;
} */
.section-title::after{
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	background-color: var(--primary-color);
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}
/* Mobile Menu Hamburger */
.mobile-menu-toggle{
	padding: 10px;
	background-color: #EDE9E9;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	max-height: 45px;
	overflow: hidden;
	transition: background-color 0.2s ease;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus{
	background-color: #D9D5D5;
	text-decoration: none;
}

.mobile-menu-toggle svg{
	width: 24px;
	height: 24px;
	color: #0A0C11;
}

.mobile-menu-content{
	min-height: 100vh;
	position: fixed;
	top: 0;
	z-index: 999999;
	background-color: #F6F4F4;
	width: 100%;
}

.mobile-menu-content .header-translate{
	position: relative;
	margin-bottom: 0 !important;
}

.mobile-menu-content .category-link{
	color: var(--category-link-color);
	font-size: 18px;
	font-weight: 600;
	display: block;
	padding: 8px 0;
	width: 100%;
}
.mobile-menu-content .category-link font{
	color: var(--category-link-color);
	font-size: 18px;
	font-weight: 600;
	display: block;
	width: 100%;
	padding: 2px 0;
}

.mobile-menu-content .category-link.active,
.mobile-menu-content .category-link.active font{
	background-color: var(--primary-color);
	color: #FFFFFF !important;
	border-radius: 0;
}

/* .mobile-menu-content label{
	color: var(--category-link-color);
	font-size: 14px;
} */

.mobile-menu-content .input-group{
	width: 100%;
}
.mobile-menu-content .custom-categories-section .mobile-category-label,
.mobile-menu-content .custom-categories-section .mobile-category-label font{
	font-size: 24px;
	font-family: Oswald !important;
	font-weight: 700;
}
.mobile-menu-content .language-form-section form input{
	box-shadow: none;
}

@media (min-width:992px){
	.archive-posts-wrapper .first-news-item .first-news-title-content .excerpt{
		min-height: 75px;
	}
}
	.site-main .site-title{
		font-size: 60px !important;
		letter-spacing: 12px;
	}
@media (max-width: 992px){
	.category-box-title{
		font-size: 18px;
	}
	.category-box:hover .category-box-title{
		font-size: 20px;
	}
	.mobile-menu-content .category-link{
		padding: 12px;
		font-family: Oswald !important;
		line-height: 28px;
	}
	.mobile-menu-content .category-link.active{
		padding: 12px;
	}
}
@media (min-width:768px){
	.site-header .langugage-switcher{
		width: auto !important;
		margin-left: auto;
	}
}
@media (min-width:768px) and (max-width:1023px){
.single__post .similar_post .similar-posts_wrapper article .thumbnail_img img{
	height: 225px;
	}
	.site-main .social-icons-section .cnss-social-icon li a img{
		width: 38px;
		height: 38px;
	}
	.site-main .social-icons-section{
		margin: 32px 0;
	}
}
@media (min-width: 1200px){
	.archive-posts-wrapper .first-news-item .first-news-title-content .excerpt{
		min-height: 148px;
	}
}
@media (max-width: 768px){
	.site-main{
		padding-bottom: 24px;
		padding-top: 210px;
	}
	.site-main .site-content{
		padding: 0 16px;
	}
	.site-main .social-icons-section{
		margin: 16px 0;
	}
    .categories-news-section{
        padding: 20px 0 !important;
    }
	.categories-grid-section .row{
      justify-content: center;
	}
	.site-content .social-icons-section .cnss-social-icon {
		flex-wrap:wrap;
		gap:0px;
		justify-content: space-between;
		margin-inline:-5px !important
	}
	.site-content .social-icons-section .cnss-social-icon li{
		flex: 0 0 calc(25% - 10px);
		max-width: calc(25% - 10px);
		margin:5px !important;
	}
	/* .site-main .social-icons-section .cnss-social-icon li a img{
		width:28px;
		height:28px;
	} */
	.site-header .current-date{
		width: auto;
		text-align: left !important;
		order: 2;
	}
	.site-header .my-logo-section{
		width: auto;
		order: 1;
	}
	.site-header .langugage-switcher{
		width: 56px;
		order: 3;
		margin-left: auto;
	}
	.site-header .container-fluid{
		padding: 0 16px;
	}
	.mobile-menu-content .language-form-section{
		display: flex;
		gap: 16px;
	}
	.mobile-menu-content .language-form-section .header-translate .notranslate .gt-selected .gt-current-lang{
		display: flex;
		background-color: #EDE9E9;
		gap: 4px;
	}
	
	.mobile-menu-content .language-form-section form input{
		border:none;
		border-radius: 0;
		background-color: #EFEBEB;
		min-height: 48px;
		font-size: 16px;
		font-weight:500 ;
	}
	.language-form-section .header-translate .notranslate{
		min-height: 48px;
		background-color: #EDE9E9;
		box-shadow: none;
	}
	.language-form-section .header-translate .notranslate .gt_options{
		position: absolute;
		background-color: #FFFFFF;
		width: 100%;
	}
	
	
	.language-form-section .header-translate .notranslate .gt_options a img{
		width:20px;
	}
	.mobile-menu-content .language-form-section form img{
		top: 25px !important;
		left: -6px !important;
		width: 28px;
		height: 28px;
	}
	.category-box-content{
		padding: 8px;
	}

	.site-footer{
		padding: 24px 16px;
		background-position: right;
	}
	.site-footer .full-footer-content{
		flex-direction: column;
		gap: 24px;
	}
	.site-footer .full-footer-content .logo-socials-column-wrapper,
	.site-footer .full-footer-content .footer-categories-contact{
		width: 100%;
	}
	.site-footer .footer-categories-contact div{
		gap: 0 8px !important;
	}
	.site-footer .footer-categories-contact div a{
		font-size: 14px;
		line-height: 20px;
		padding: 0 20px;
	}
	.site-footer .full-footer-content .footer-categories-contact{
		margin-top: 15px;
	}
	.site-footer .all-rights{
		margin-top: 24px;
	}
	.site-footer .socials-column .cnss-social-icon li a img{
		width: 20px;
		height: 20px;
	
	}
	.btm{
		margin-block:22px !important;
	}
	.site-main.cat__post,
	.site-main.single__post,
	.site-main.search__post{
		margin-bottom: 0;
		padding-bottom: 20px;
		padding-top: 225px;
	}
	.section-description{
	width: 100%;

	}
}
@media (max-width: 575px){
	.trending-news-section .trending-hero .trending-hero-title a{
	font-size: 32px;
	}
}

@media (max-width:480px){
	.article-grid{
    grid-template-columns: repeat(1, 1fr) !important;
}
	
	.site-content .categories-grid-section{
		margin-top: 60px;
		padding: 20px 0 !important;
	}
	.site-main .site-content .site-title{
	font-size: 26px !important;
	letter-spacing: 18px;
	width: 100%;
}
	.site-main .recent-news-section{
		margin-top: 72px;
	}
	
	.site-main .social-icons-section .cnss-social-icon li a img{
		width: 28px;
		height: 28px;
	}
	.header-logo .custom-logo-link img{
		width: 110px;
		height: auto;
	}
	.first-featured-post{
		min-height: 400px;
	}
	.first-featured-post .title a{
		font-size: 20px;
		line-height: 28px;
	}
	article .first-post-content{
		padding: 20px;
	}
}


/* article */
@media(min-width:767px){
	article:first-child {
    grid-column: span 2;
    grid-row: span 2;
}
.article-grid{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap:20px;

}
}
@media(min-width:1024px){
.article-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-auto-rows: 100px;  */
    gap: 20px;
    grid-auto-flow: row;    

}
.article-grid article:first-child .title h2,
.article-grid article:first-child .title h2 font{
font-size:32px !important;
line-height: 40px;
}

}
article{
padding: 20px;
background-color: #fff;
border-radius: 6px;
}
article .title h2,
article .title h2 font{
	margin-bottom:15px;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}
article .meta{
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:4px;
}
.similar-posts_wrapper{
	background-color: #fff;
	border-radius: 6px;
	padding: 20px;
}
.similar-posts_wrapper article{
	background-color: transparent;
	border-bottom: 1px solid #dee2e6;
	border-radius: 0;
	padding: 0;
}
.similar-posts_wrapper article:last-child {
	border-bottom: none;
}
article .meta span,
article .meta span font{
color:#3E3E3E;
font-weight: 500;
}
article .meta .read,
article .meta .read font{
	font-size: 14px;
}
article .thumbnail_img{
	width: 100% !important;
}

article .thumbnail_img img{
	/* height:165px; */
	overflow: hidden;
	aspect-ratio: 4 / 2.2;
}
article .first-img img{
	/* height:375px; */
	aspect-ratio: 4 / 2.6;
}
 .excerpt,
 .excerpt font{
font-weight: 500;
font-size: 18px;
line-height: 28px;
word-break: break-word;
 }
 .loadmore,
 .loadmore font{

padding-top: 12px;
padding-right: 20px;
padding-bottom: 12px;
padding-left: 20px;
gap: 8px;
background-color: var(--primary-color);
color:#fff !important;
cursor: pointer;
border-radius: 6px;
}
.btm{
	display: flex;
	justify-content: center;
	margin-block:36px;
}
h1.title,
h1.title font{
font-size: 48px !important;
margin-block:8px 40px;
line-height:55px !important;
}
h1.title font{
	font-weight: 700;
}
.main-single{
	display: flex;
	gap:20px;
	width: 100%;
}
.main-left{
	max-width:1027px;
	width: 100%;
	
}
.min-right{
	max-width:329px;
	width: 100%;

}
.similar-posts_wrapper{
	display: flex;
	flex-direction: column;
	gap:20px;
}
.similar-posts_wrapper article .title h2,
.similar-posts_wrapper article .title h2 font{
	font-size: 24px;
	font-weight: 700;
}
.single__post, .cat__post, .search__post{
margin-block:32px;
padding-bottom: 0;
}
.similar_post> h2,
.similar_post> h2 font{
	margin-bottom:12px;
	font-size: 32px;
	font-weight: 700;
}
@media(max-width:1023px){

.main-single{
	flex-direction: column;
}
.main-left,.min-right{
	max-width: 1024px !important;
}
.single .similar-posts_wrapper{
	flex-direction: row;
}

}
.no-results.not-found{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin: 80px 0;
}
.page-content{
	margin-top:12px;
}
.excerpt,.similar-posts_wrapper .title h2, .category-box-post-title,article .title h2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.category-box-post-title{
	  -webkit-line-clamp: 1;

}
.single_img{
	height: 470px;
	overflow: hidden;
}
.single.single-post figure.wp-block-image {
	height: 400px;
	overflow: hidden;
}
.single.single-post .wp-block-gallery figure{
    height: 490px !important;
}
.main-left .meta{
	display: flex;
	align-items: center;
	justify-content: space-between;

}
:is(.single_img , .single.single-post figure.wp-block-image, .single.single-post .wp-block-gallery figure) img{
width:100%;
height: 100%;
}
.mob-only{
	display:none;
}
.backarrow{
	margin-bottom: 20px;
	display: block;
}
@media(max-width:768px){
	.single_img{
	height: 223px;

}
.site-main .site-title{
	font-size: 44px !important;
	width: 100%;
}
.site-main .categories-grid-section{
	margin-top: 70px;
}
.read.mob-only{
	font-weight: 500;
}
.single .similar-posts_wrapper{
	flex-direction: column;
}
.article-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.single.single-post figure.wp-block-image{
	height: 250px;
}
.single.single-post .wp-block-gallery figure{
    height: 160px !important;
}
h1.title{
	font-size: 24px !important;
	line-height: 32px !important;
	text-align: center;
	margin-block:16px !important;
}


.desk-only{
	display:none;
}
.mob-only{
	display:block;
	margin-inline: auto;
	text-align: center;
	margin-bottom:32px;
}
.main-left .meta{
	justify-content: center;
	text-align: center;
}
.backarrow svg{
	width:30px;
	height: 30px;
}
.backarrow {
	margin:0px;
	position: absolute;
}
.article-grid .meta .date{
	display:none;
}
.article-grid .excerpt{
	display:none;
}
.article-grid .first-img img{
	 aspect-ratio: 4 / 2.2 !important;
}
.no-results.not-found .page-header h1, .no-results.not-found .page-header h1 font{
	font-size: 48px !important;
}
.no-results.not-found .page-content p, .no-results.not-found .page-content p font{
	font-size: 24px;
	line-height: 28px;
}
.site-header .categories-nav .container-fluid .category-link,
.site-header .categories-nav .container-fluid .category-link font{
	font-size: 16px ;
}
.first-featured-post .title a.text-white{
		font-size: 20px !important;
		line-height: 28px;
	}
	article .first-post-content{
		padding: 0 20px;
	}
}
.custom-logo-link img{
	max-width:150px;
}
body.login div#login h1 a{
	height: 60px !important;
}
button[type="submit"]:hover{
	background-color: #e7e4e4 !important;
	border-color: #e7e4e4 !important;
}

/* Sticky Header Custom Styles */
.header-display-condition {
    transition: opacity 0.4s ease, max-height 0.4s ease, padding 0.4s ease, visibility 0.4s ease;
    max-height: 300px; /* High enough to contain the logo and date area */
    overflow: hidden;
    visibility: visible;
}
.header-display-condition.hidden { 
    display: block !important; /* Override the global .hidden display:none to allow transition */
    max-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
.categories-section.fixed-top { background-color: #f8f9fa !important; z-index: 1040; border-bottom: 1px solid #dee2e6; }

/* Featured First Article Styles */
.first-featured-post {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 !important;
    overflow: hidden;
    border: none;
}
.first-post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    z-index: 1;
}
.first-post-content {
    position: relative;
    z-index: 2;
    padding: 30px;
    width: 100%;
}
.first-featured-post .title a {
    font-size: 32px !important;
    line-height: 1.2;
    font-weight: 700;
    color: #fff !important;
}
.first-featured-post .title a:hover {
		color: var(--primary-color) !important;
}

/* Breaking News Ticker Styles */
.breaking-news-section {
    white-space: nowrap;
    z-index: 10;
    overflow: hidden;
}

.breaking-title {
    font-family: Oswald, sans-serif !important;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 11;
    border-radius: 2px;
}

.ticker-wrapper {
    display: inline-flex;
    animation: ticker-scroll 40s linear infinite;
}

.ticker-wrapper:hover {
    animation-play-state: paused;
}

.ticker-item {
    display: inline-block;
    padding-right: 80px; /* Adjust spacing between titles */
    font-size: 15px;
}
.recent-news-card .recent-news-card-content .badge{
	background-color: var(--primary-color);
}
.recent-news-card .recent-news-card-content h3:hover{
	color: var(--primary-color) !important;

}
@keyframes ticker-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Recent News Slider Card Styles */
.recent-news-card-link {
    display: block !important;
    width: 100%;
    text-decoration: none !important;
}

.recent-news-card {
    position: relative;
    height: 400px;
    background-color: #333;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.recent-news-card:hover { transform: translateY(-5px); }

.recent-news-card-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 20%, rgba(0,0,0,0.9) 100%);
    z-index: 1;
}

.recent-news-card-content { position: relative; z-index: 2; width: 100%; }

.hover-primary:hover {
    color: var(--primary-color) !important;
}
.sub-category-group{
	background-color: #fff;
	border-radius: 6px;
	padding: 20px;
}
.sub-category-group ul li:last-child{
	border-bottom: none !important;
}

/* Custom CSS for desktop hover dropdowns */
@media (min-width: 768px) {
    .categories-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; /* remove the gap so it doesn't close */
    }
    .categories-nav .dropdown-menu {
        border-radius: 0;
        border: none;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .categories-nav .dropdown-item:hover {
        background-color: var(--primary-color);
        color: #fff !important;
    }
    /* Adjust nav-link styling for dropdowns */
    .categories-nav .nav-link.dropdown-toggle {
        padding-right: 1.5rem; /* Give space for the caret */
    }
    /*.categories-nav,*/
    /*.categories-nav .container-fluid,*/
    /*.categories-nav #desktop-horizontal-categories {*/
    /*    overflow: visible !important;*/
    /*}*/
    .categories-nav .nav-item.dropdown {
        position: static;
    }
    .categories-nav .dropdown-menu {
        z-index: 2000 !important;
    }
}

/* Mobile nested categories toggle button */
.mobile-menu-content .category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.mobile-menu-content .category-item:last-child { border-bottom: none; }
.mobile-menu-content .category-item .category-link { flex-grow: 1; padding: 0; }
.mobile-menu-content .category-item .toggle-sub-categories { padding: 0 8px; color: var(--text-color) !important; }
.mobile-menu-content .category-item .toggle-sub-categories:hover { color: var(--primary-color) !important; }
.mobile-menu-content .category-item .toggle-sub-categories svg { transition: transform 0.3s ease; }
.mobile-menu-content .category-item .toggle-sub-categories[aria-expanded="true"] svg { transform: rotate(180deg); }
.mobile-menu-content .collapse ul { padding-top: 8px; padding-bottom: 8px; }
.mobile-menu-content .collapse ul li a { padding: 8px 0; display: block; }
.sub-category-group{
	background-color: #fff;
	border-radius: 6px;
	padding: 20px;
}
.sub-category-group ul li:last-child{
	border-bottom: none !important;
}