/*!
Theme Name: Itbha News
Theme URI: https://www.itbha.com/
Author: Itbha International
Author URI: https://www.itbha.com/
Description: Itbha News - It's modified all latest technology and custom code. The theme is useful for news and Advertisment.
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Itbha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll 
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Mukta:wght@300;400;500;600;700&family=Noto+Sans+Devanagari:wght@300;400;500;600;700&display=swap");

:root {
  --primary--color: #004e90;
  --secondary--color: #f25a29;
  --alt--color: #9eb5d9;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  border-radius: 3px;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

p {
  font-family: "Mukta", sans-serif;
  line-height: 1.8;
}

h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  margin: 0;
  color: #101010;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

body {
  font-family: "Mukta", sans-serif;
}

.itb-container {
  padding: 0 20px;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
}

.itb-container-large {
  max-width: 1250px;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-between {
  justify-content: space-between;
}

.flex-middle {
  align-items: center;
  text-align: -webkit-center;
}

.main-navigation .itb-container-large {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
background-color: var(--primary--color);
padding: 0px 15px;
}

.site-branding {
padding: 15px 0;
max-width: 330px;
}

.news__title--large {
margin: 0;
font-size: 25px;
margin-bottom: 8px;
line-height: 1.5;
}

.news__title--xlarge {
margin: 8px 0;
font-size: 30px;
margin-bottom: 8px;
line-height: 1.4;
}

.news__title--medium {
font-size: 22px;
margin: 0;
margin: 12px 0 0 0;
line-height: 1.4;
}

.news__title--small {
margin: 0;
font-size: 20px;
line-height: 1.5;
margin-top: 12px;
}

.dc-headerads .gam-each-ad {
display: inline-block;
}

.gam-ad-position-wrap div {
text-align: center;
margin-bottom: 10px;
}

.gam-ad-position-wrap > div {
margin-top: 20px;
}

.gam-ad-position-wrap div:last-child {
margin-bottom: 0;
}

.gam-ad-position-wrap.header-logo-right > div {
margin: 0;
}

.gam-ad-position-wrap img {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}

.gam-ad-position-wrap.header-logo-right img {
/* height: 100px; */
}

.dc-headerads .gam-ad-position-wrap > div {
  margin: 0;
  margin-left: 5px;
  max-width: 800px;
}

.sidebar-ads > div .gam-each-ad:first-child {
  margin-top: 0;
}

.sidebar-ads .gam-ad-position-wrap > div {
  margin-top: 0;
}
.headerdate {
  font-size: 16px;
  display: block;
  color: #5a7297;
  font-weight: 700;
  margin-top: 6px;
  font-family: sans-serif;
}

.main-navigation > div > div > ul {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
}

.main-navigation > div > div {
  align-self: stretch;
  display: flex;
  align-items: center;
}

.main-navigation > div > div > ul {
  display: flex;
  justify-content: space-between;
}

.burger--menu {
  display: none;
}

.mobile-nav-branding {
  display: none !important;
  align-items: center;
  gap: 10px;
}

.mobile-nav-logo {
  display: inline-block;
  max-height: 32px;
  line-height: 1;
}

.mobile-nav-logo img {
  max-height: 38px;
  width: auto;
  object-fit: contain;
}

.burger--menu {
  color: #fff;
  font-size: 25px;
  padding: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary--color);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  font-weight: 900;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.burger--menu i,
.burger--menu::before {
  display: block;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header--right > a {
  color: #fff;
  font-size: 18px;
  padding: 0;
  line-height: 1;
  display: inline-block;
}

.header--right > a.recent--menu {
  font-size: 18px;
  background-color: #053a67;
  margin-bottom: -1px;
  padding: 17px 15px;
}

.header--right > a.trending--menu {
  font-size: 18px;
  background-color: #dc291c;
  margin-bottom: -1px;
  border-left: 1px solid #c5d4eb;
  min-width: 41px;
  padding: 18px 15px;
}

.header--right {
  display: flex;
  align-items: center;
  gap: 7px;
}

.burger--menu:hover,
.search--menu:hover {
  color: #000;
}

.header--right > a {
  display: inline-block;
}

.main-navigation {
  position: relative;
  background-color: var(--primary--color);
}

.main-navigation > div > div > ul > li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s linear;
}

.main-navigation > div > div > ul > li > ul {
  position: absolute;
  top: 130%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffffffd6;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: 0 5px 15px #00000038;
}

.main-navigation > div > div > ul > li:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  transition: 0.3s linear;
  z-index: 12;
}

.main-navigation > div > div > ul > li > ul > li > a {
  display: block;
  padding: 10px 15px;
  color: #111;
  font-size: 16px;
}

.main-navigation > div > div > ul > li > i {
  padding-left: 15px;
  font-size: 24px;
  color: #111;
}

.main-navigation > div > div > ul > li > ul > li > a:hover {
  color: var(--secondary--color);
}

.main-navigation > div > div > ul > li > ul > li:first-child > a {
  padding-top: 0;
}

.main-navigation > div > div > ul > li > ul > li:last-child > a {
  padding-bottom: 0;
}

.main-navigation > div > div > ul > li:not(:first-child) {
  margin: 0 0 0 12px;
}

.main-navigation > div > div > ul > li > a {
  color: #fff;
  font-size: 20px;
  font-family: "Khand", sans-serif;
  font-weight: 500;
  display: block;
  padding: 12px 12px;
}

.main-navigation > div > div > ul > li:hover > a,
.main-navigation > div > div > ul > li:hover > i {
  color: #fff;
}

.main-navigation > div > div > ul > li.current-menu-item > a {
  color: #fff;
}

.offToggle {
  position: absolute;
  left: 310px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  top: 20px;
  z-index: 52;
  cursor: pointer;
  right: 0;
  background: var(--primary--color) !important;
  color: #fff;
  border-radius: 6px;
  display: block !important;
}

.offToggle img {
  width: 26px;
  height: 26px;
  object-fit: cover;
}

#sidebar-nav {
  visibility: hidden;
  left: -300px;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -moz-transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -o-transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  overflow: auto;
}

#sidebar-nav {
  opacity: 0;
  color: #fff;
}

.overlay {
  cursor: url("./assets/img/cross.png"), auto;
}

#sidebar-nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 290px;
  background: #fff;
  box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: default;
}

.sidebar-nav-inner {
  color: #434343;
  width: 290px;
  position: absolute;
  cursor: default;
  /* padding-top: 0; */
  background: #fff;
  height: 100vh;
  top: 0;
  left: 0;
  box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

#sidebar-nav > div > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar-nav > div > div > ul > li > a {
  color: #333;
  padding: 10px 15px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

#sidebar-nav > div > div > ul > li > a:hover {
  background: #f5f5f5;
  color: var(--primary--color);
}

#sidebar-nav > div > div > ul > li > span {
  /* background: #0000000f; */
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #666;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
}

#sidebar-nav > div > div > ul > li > span:hover {
  color: var(--primary--color);
}

/* Sidebar Dropdown Toggle Icon */
#sidebar-nav > div > div > ul > li.menu-item-has-children {
  position: relative;
}

#sidebar-nav > div > div > ul > li.menu-item-has-children > a {
  padding-right: 50px;
  cursor: pointer;
}

.sidebar-dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #666;
  font-size: 12px;
  transition: all 0.3s ease;
  z-index: 10;
  pointer-events: auto;
}

.sidebar-dropdown-toggle:hover {
  color: var(--primary--color);
  background: #f5f5f5;
}

.sidebar-dropdown-toggle.active {
  color: var(--primary--color);
}

.sidebar-dropdown-toggle i {
  transition: transform 0.3s ease;
  display: block;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sidebar-dropdown-toggle.active i {
  transform: translate(-50%, -50%) rotate(180deg);
}

#sidebar-nav > div > div > ul {
  position: relative;
}

#sidebar-nav > div > div > ul > li,
#sidebar-nav > div > div > ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#sidebar-nav > div > div > ul > li > ul > li:last-child {
  border-bottom: none;
}

#sidebar-nav > div > div > ul > li > ul {
  display: none;
  background: #f8f8f8;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

#sidebar-nav > div > div > ul > li:hover > a,
#sidebar-nav > div > div > ul > li:hover span,
#sidebar-nav > div > div > ul > li > ul > li:hover > a,
.main-navigation > div > div > ul > li.menu-item-has-children:hover span {
  background: #f5f5f5;
}

#sidebar-nav > div > div > ul > li > a,
#sidebar-nav > div > div > ul > li > ul > li > a {
  color: #333;
  padding: 8px 15px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: block;
  font-family: "Noto Sans Devanagari", sans-serif;
  font-size: 15px;
}

#sidebar-nav > div > div > ul > li > ul > li > a:hover {
  background: #f0f0f0;
  color: var(--primary--color);
}

#sidebar-nav > div > div > ul > li > ul > li > a {
  font-size: 14px;
  padding: 8px 15px 8px 30px;
}

.overlay {
  position: fixed;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  /* z-index: 998; */
  display: none;
}

#sidebar-nav > div > div {
  background: #fff;
}

.main-navigation > div > div > ul > li.menu-item-has-children span {
  -webkit-transform: rotate(450deg);
  -moz-transform: rotate(450deg);
  -ms-transform: rotate(450deg);
  -o-transform: rotate(450deg);
  transform: rotate(450deg);
  font-size: 21px;
  margin-left: -6px;
  color: #666;
}

#sidebar-nav > div > div > ul > li.menu-item-has-children span {
  color: #666;
}

.main-navigation > div > div > ul > li.menu-item-has-children {
  padding-right: 7px;
}

.show__side--menu #sidebar-nav {
  left: 0;
  -webkit-transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -moz-transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -o-transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  visibility: visible;
  z-index: 999999;
  opacity: 1;
}

.show__side--menu .overlay {
  display: block;
}

#sidebar-nav > div > div.sidebar-header {
  background: #fff;
  padding: 12px 15px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#sidebar-nav > div > div.sidebar-header img {
  max-height: 35px;
  width: auto;
}

/* Sidebar Social Links */
.sidebar-social-links {
  padding: 20px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.sidebar-social-links .social--links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.sidebar-social-links .social--links > a {
  width: 32px;
  height: 32px;
  background: var(--primary--color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.sidebar-social-links .social--links > a svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.sidebar-social-links .social--links > a:hover {
  background: #103973;
  transform: translateY(-2px);
}

.trending-tags {
  padding: 15px 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.trending-tags-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.trending-tags-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: thin;
}

.trending-tags-list::-webkit-scrollbar {
  height: 4px;
}

.trending-tags-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.trending-tags-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2px;
}

.trending-tags-list li {
  flex-shrink: 0;
}

.trending-tag-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.trending-tag-item:hover {
  color: var(--primary--color);
}

.trending-tag-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.trending-tag-name {
  white-space: nowrap;
}

.trending-tags-search {
  flex-shrink: 0;
  margin-left: auto;
}

.trending-tags-search .search-form {
  display: flex;
  align-items: center;
  position: relative;
}

.trending-tags-search .search-field {
  padding: 8px 40px 8px 15px;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 14px;
  width: 200px;
  background-color: #f5f5f5;
  outline: none;
  transition: all 0.3s ease;
}

.trending-tags-search .search-field:focus {
  border-color: var(--primary--color);
  background-color: #fff;
  width: 300px;
}

.trending-tags-search .search-submit {
  position: absolute;
  right: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  color: #666;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.trending-tags-search .search-submit:hover {
  color: var(--primary--color);
}

@media (max-width: 768px) {
  .trending-tags {
    display: none;
  }
}

/* Breaking Section */
.banner__section {
  padding: 40px 0;
}

/* Breaking News - First Item Full Width, Below 2 Columns */
.breaking__news--full {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.breaking__news--full:not(:last-child) {
  padding-bottom: 0;
  border-bottom: none;
}

/* Title-only breaking news - big titles without images */
.breaking__news--title-only {
  padding: 0;
  background: transparent;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.breaking__news--title-only:nth-child(2),
.breaking__news--title-only:last-of-type {
  border-bottom: none;
}

.breaking__news--title-only:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.breaking__news--title-only .breaking__news--title {
  font-size: 3.3rem;
  line-height: 1.2;
  margin: 0 0 15px 0;
  font-weight: 700;
}

.breaking__news--title-only .breaking__news--title .title {
  color: #1a1a1a;
  text-decoration: none;
}

.breaking__news--title-only .breaking__news--title .title:hover {
  color: var(--primary--color);
}

.breaking__news--title-only .subtitle {
  font-size: 20px;
  color: #666;
  margin: 0;
  font-weight: 400;
}

.breaking__news--title-only .slug {
  display: inline-block;
  margin-bottom: 15px;
}

/* Breaking News Grid - 2 Column Layout for Posts 3-4 */
.breaking-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 0;
  padding-top: 30px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.breaking__news--half {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.breaking__news--half:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* Content at Top */
.breaking__news--content {
  order: 1;
  padding: 20px 15px 0 15px;
}

/* Image at Bottom */
.breaking__news--half > a,
.breaking__news--half .frame-video,
.breaking__news--half .fb-video-frame {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  order: 2;
}

.breaking__news--half > a img {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  display: block;
  border-radius: 0 0 10px 10px;
  transition: transform 0.4s ease;
  margin: 0;
  padding: 0;
}

.breaking__news--half:hover > a img {
  transform: scale(1.05);
}

/* Compact Modern Design for 2 Column Items */
.breaking__news--half .slug {
  font-size: 12px;
  padding: 8px 12px;
  margin-bottom: 12px;
  display: inline-block;
}

.breaking__news--half .breaking__news--title {
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0 0 10px 0;
  padding: 0;
}

.breaking__news--half .breaking__news--title .title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1a1a1a;
  transition: color 0.3s ease;
}

.breaking__news--half .breaking__news--title .title:hover {
  color: var(--primary--color);
}

.breaking__news--half .subtitle {
  font-size: 18px;
  margin: 0 0 12px 0;
  padding: 0;
  color: #666;
}

.breaking__news--half .news--author {
  padding: 0;
  font-size: 13px;
  margin-top: 10px;
}

.breaking__news {
  text-align: center;
  margin-top: 0;
}

.breaking__news--title {
  font-size: 56px;
}

.subtitle {
  font-size: 23px;
  color: #858282;
}

.breaking__news--title {
  font-size: 63px;
  margin: 0;
  line-height: 1.2;
}

.subtitle {
  margin: 0;
  margin: 13px 0;
  font-size: 22px;
  color: #000000a3;
  font-weight: 500;
}

.breaking__news--title .title {
  color: #101010;
}

.title {
  color: #242424;
}

.title:hover {
  color: var(--primary--color);
}

.breaking__news p {
  color: #202020;
  font-size: 22px;
  padding: 0 40px;
  line-height: 37px;
  margin-top: 15px;
}

/* Breaking Section Banner Image - Compact Design */
.breaking__news > a {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 20px;
}

.breaking__news > a img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.breaking__news > a:hover img {
  transform: scale(1.02);
}

/* Responsive Styles for Title-Only Breaking News */
@media (max-width: 1024px) {
  .breaking__news--title-only .breaking__news--title {
    font-size: 2.5rem;
  }

  .breaking__news--title-only .subtitle {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .breaking__news--title-only .breaking__news--title {
    font-size: 2rem;
    margin-bottom: 12px;
  }

  .breaking__news--title-only .subtitle {
    font-size: 16px;
  }

  .breaking__news--title-only .slug {
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .breaking__news--title-only .breaking__news--title {
    font-size: 1.75rem;
    margin-bottom: 10px;
  }

  .breaking__news--title-only .subtitle {
    font-size: 14px;
  }

  .breaking__news--title-only .slug {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

/* Responsive Styles for Breaking Section Banner */
@media (max-width: 1024px) {
  .banner__section {
    padding: 40px 0;
  }

  .breaking-news-grid {
    gap: 18px;
  }

  .breaking__news > a img {
    max-height: 350px;
  }

  .breaking-news-grid {
    padding-top: 25px;
  }

  .breaking__news--half .breaking__news--title {
    font-size: 2rem;
  }

  .breaking__news--half .breaking__news--title .title {
    font-size: 2rem;
  }

  .breaking__news--half > a img {
    max-height: 220px;
  }

  .breaking__news--content {
    padding: 18px 12px 0 12px;
  }
}

@media (max-width: 768px) {
  .banner__section {
    padding: 40px 0;
  }

  .breaking-news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 20px;
  }

  .breaking__news > a {
    margin-top: 15px;
    border-radius: 6px;
  }

  .breaking__news > a img {
    max-height: 300px;
    border-radius: 6px;
  }

  .breaking__news--half .breaking__news--title {
    font-size: 1.75rem;
  }

  .breaking__news--half .breaking__news--title .title {
    font-size: 1.75rem;
  }

  .breaking__news--half .subtitle {
    font-size: 13px;
  }

  .breaking__news--content {
    padding: 15px 12px 0 12px;
  }

  .breaking__news--half > a img {
    max-height: 200px;
  }
}

@media (max-width: 640px) {
  .breaking__news > a img {
    max-height: 250px;
  }

  .breaking-news-grid {
    padding-top: 18px;
  }

  .breaking__news--half .breaking__news--title {
    font-size: 1.5rem;
  }

  .breaking__news--half .breaking__news--title .title {
    font-size: 1.5rem;
  }

  .breaking__news--content {
    padding: 12px 10px 0 10px;
  }

  .breaking__news--half > a img {
    max-height: 180px;
  }
}

.slug {
  background: var(--secondary--color);
  color: #fff;
  display: inline-block;
  padding: 12px 16px 12px 16px;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 100%;
}

.news--author {
  margin-bottom: 15px;
}

.news--author img {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  vertical-align: middle;
  border: 1.5px solid var(--primary--color);
}

.news--author a,
.news--author {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary--color);
}

.news--author {
  color: #333;
  font-size: 15px;
}

.news--author span {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #555;
  /* color: #555; */
  font-size: 14px;
}

.section {
  padding: 40px 0;
}

.grid-left {
  flex: 2;
  margin-right: 30px;
}

.grid-right {
  flex: 1;
  width: 300px;
  max-width: 300px;
  min-width: 300px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 25px;
}

.column-7 {
  grid-column: span 7;
}

.column-5 {
  grid-column: span 5;
}

.column-8 {
  grid-column: span 8;
}

.column-4 {
  grid-column: span 4;
}

.column-6 {
  grid-column: span 6;
}

.column-3 {
  grid-column: span 3;
}

.row-2 {
  grid-row: span 2;
}

.column-2 {
  grid-column: span 2;
}

.column-10 {
  grid-column: span 10;
}

.cat-head {
  position: relative;
  margin-bottom: 20px;
  display: block;
  flex-wrap: wrap;
}

.cat-head::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #26226299;
  position: absolute;
  top: 38%;
  right: 0;
  z-index: 1;
  bottom: inherit;
}

.cat-name {
  font-family: "Noto Sans Devanagari", sans-serif;
  font-size: 30px;
  font-weight: 500;
  padding: 11px 10px;
  display: inline-block;
  border: 0;
  background: var(--primary--color);
  color: #ffffff !important;
  position: relative;
  z-index: 2;
  line-height: 100%;
  top: -3px;
  padding-bottom: 5px;
}

.cat-name > a {
  color: #fff;
}
/* 
.cat-head > a {
  display: inline-block;
  font-family: "Mukta", sans-serif;
  background: #fff;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  position: relative;
  line-height: 42px;
  padding: 0 0 0 15px;
  z-index: 2;
}

.cat-head > a::after {
  content: "\f105";
  margin-left: 5px;
  font-family: "Font Awesome 6 Solid";
  font-weight: 900;
  font-size: 15px;
  width: 25px;
  height: 25px;
  background: var(--primary--color);
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
}

.cat-head a:hover,
.cat-head a:hover::after {
  color: var(--secondary--color);
}

.cat-head a:hover::after {
  color: #fff;
  background: var(--secondary--color);
} */

.col--news {
  display: flex;
  padding: 15px 0;
  border-top: 1px solid #eee;
}

.col--news:first-child {
  padding-top: 0;
  border-top: none;
}

.col--news > a {
  display: block;
  width: 150px;
  height: 100px;
  margin-right: 15px;
}

.col--news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.col--news .news__title--medium {
  flex: 1;
  margin: 0;
}

.overlay--news {
  position: relative;
}

.overlay--text {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0.79), #00000069, transparent);
  width: 100%;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.overlay--text .news__title--medium {
  font-size: 27px;
  margin: 0;
}

.overlay--text .news__title--medium a {
  color: #fff;
}

.overlay--news > a {
  display: block;
  width: 100%;
  height: 500px;
}

/* Economic Section - Modern Card Design */
.economic__section {
  padding: 40px 0;
}

.economic__section .overlay--news {
  position: relative;
  height: 615px;
  overflow: hidden;
  border-radius: 8px;
}

.economic__section .overlay--news > a {
  display: block;
  width: 100%;
  height: 100%;
}

.economic__section .overlay--news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.economic__section .overlay--text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 50%, transparent 100%);
  padding: 30px 25px 25px;
}

.economic__section .overlay--text .news__title--xlarge {
  color: #fff;
  font-size: 32px;
  line-height: 1.4;
  margin: 0 0 15px 0;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.economic__section .overlay--text .news__title--xlarge a {
  color: #fff;
}

/* Economic Section - Small Cards */
.economic__section .row--news {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  height: 100%;
}

.economic__section .row--news:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}

.economic__section .row--news > a {
  display: block;
  height: 200px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.economic__section .row--news > a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 1;
}

.economic__section .row--news:hover > a::after {
  opacity: 1;
}

.economic__section .row--news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.economic__section .row--news:hover > a img {
  transform: scale(1.08);
}

.economic__section .row--news .news__title--medium {
  padding: 15px 15px 0px 15px;
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.economic__section .row--news .news__title--medium a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
}

.economic__section .row--news .news__title--medium a:hover {
  color: #667eea;
}

.economic__section .grid {
  gap: 20px;
}

/* Society Section - Modern Card Design */
.society__section {
  padding: 40px 0;
}

.society__section .overlay--news {
  position: relative;
  height: 615px;
  overflow: hidden;
  border-radius: 8px;
}

.society__section .overlay--news > a {
  display: block;
  width: 100%;
  height: 100%;
}

.society__section .overlay--news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.society__section .overlay--text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 50%, transparent 100%);
  padding: 30px 25px 25px;
}

.society__section .overlay--text .news__title--xlarge {
  color: #fff;
  font-size: 32px;
  line-height: 1.4;
  margin: 0 0 15px 0;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.society__section .overlay--text .news__title--xlarge a {
  color: #fff;
}

/* Society Section - Small Cards */
.society__section .row--news {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.society__section .row--news:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}

.society__section .row--news > a {
  display: block;
  height: 200px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.society__section .row--news > a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 1;
}

.society__section .row--news:hover > a::after {
  opacity: 1;
}

.society__section .row--news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.society__section .row--news:hover > a img {
  transform: scale(1.08);
}

.society__section .row--news .news__title--medium {
  padding: 20px 20px 5px 20px;
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.society__section .row--news .news__title--medium a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
}

.society__section .row--news .news__title--medium a:hover {
  color: #667eea;
}

.society__section .grid {
  gap: 20px;
}

.political__news .overlay--news > a {
  height: 400px;
}

.overlay--news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main__news {
}

.row--news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row--news > a {
  display: block;
  height: 170px;
  width: 100%;
}

.main__news--grid {
  margin-top: 25px;
}

.samachar-col {
  grid-column: span 4;
}

.samachar-col:first-child {
  grid-column: span 12;
  display: flex;
  align-items: center;
}

.samachar-col:first-child > a {
  display: block;
  width: 475px;
  height: 320px;
  margin-right: 15px;
}

.samachar-col:first-child > div > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.samachar-col:first-child .news--wrapper {
  flex: 1;
}

.samachar-col:first-child .news__title--medium {
  font-size: 35px;
}

.samachar-col > a {
  display: block;
  width: 100%;
  height: 200px;
}
.samachar-col > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news--wrapper p {
  font-size: 19px;
  line-height: 1.7;
  color: #000000ba;
  margin-top: 8px;
}

.most--readed .col--news {
  align-items: center;
}

.most--readed .col--news > a {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.most--readed .col--news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.most--readed .news__title--small {
  font-size: 18px;
  flex: 1;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  text-align: left;
}

.most--readed .news__title--small a {
  display: block;
}

.most--readed > .col--news > div {
  flex: 1;
}

.most--readed {
  background: #0707070a;
  padding: 20px 22px;
}

.col--news > a {
  width: 100px;
  height: 80px;
}

.main--news .news__title--medium {
  font-size: 18px;
  flex: 1;
}

.col--news span {
  color: var(--primary--color);
  font-size: 14px;
}

.most--readed .col--news {
  border-color: #d5d5d5;
}
.main__news--grid .row--news > a {
  height: 200px;
}

.political__news .main__news--grid .column-4 .row--news .news__title--medium {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

.political__news .main__news--grid .column-4 .row--news .news__title--medium a {
  display: block;
}

.featured__section {
  background: #111;
  padding: 40px 0;
}

.featured__section .overlay--news > a {
  height: 375px;
}

.featured__section .overlay--news .news__title--medium {
  font-size: 22px;
}

.featured__section .cat-name > a,
.featured__section .cat-name {
  background: #111;
  color: #fff;
}

.swiper-pagination {
  position: static;
  margin-top: 15px;
}

.swiper-pagination-bullet {
  background: #fff;
  margin: 0 2px;
}

.swiper-pagination-bullet-active {
  background: var(--primary--color);
}

.social__section .row--news > a {
  height: auto;
}

.social--section {
  margin-bottom: 25px;
}

.world--news .news__title--small {
  flex: 1;
  margin: 0;
}

.blog__section {
  padding: 40px 0;
  background: #f8f9fa;
}

.blog__section .cat-name {
  background: var(--primary--color);
}

.blog-news {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.blog-news:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.blog-news > a {
  display: block;
  flex-shrink: 0;
  margin-right: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--primary--color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.blog-news > a:hover {
  transform: scale(1.05);
}

.blog-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-content {
  flex: 1;
  margin-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blog-content > a {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary--color);
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

.blog-content > a:hover {
  color: var(--secondary--color);
}

.blog-content span {
  font-size: 14px;
  font-weight: 500;
  color: #888;
}

.blog-content .news__title--small {
  font-size: 18px;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-content .news__title--small a {
  color: #2c3e50;
  transition: color 0.3s ease;
}

.blog-content .news__title--small a:hover {
  color: var(--primary--color);
}

.blog-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-grid {
  padding: 25px;
  border: none;
  border-radius: 12px;
  background: transparent;
  gap: 20px;
  display: flex !important;
  grid-template-columns: none !important;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.blog-grid::-webkit-scrollbar {
  display: none;
}

.blog-container {
  flex: 0 0 calc(33.333% - 14px);
  min-width: calc(33.333% - 14px);
  max-width: calc(33.333% - 14px);
  grid-column: unset !important;
}

.blog-container:not(:last-child) {
  padding-right: 0;
  border-right: none;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 0 25px;
}

.blog-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-pagination-bullet:hover {
  background: var(--primary--color);
  transform: scale(1.2);
}

.blog-pagination-bullet.active {
  background: var(--primary--color);
  width: 30px;
  border-radius: 5px;
}

/* Blog Section - Mobile Responsive */
@media (max-width: 768px) {
  .blog__section {
    padding: 30px 0;
  }

  .blog-grid {
    padding: 15px;
    gap: 15px;
  }

  .blog-container {
    flex: 0 0 calc(100% - 0px);
    min-width: calc(100% - 0px);
    max-width: calc(100% - 0px);
  }

  .blog-news {
    padding: 15px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .blog-news > a {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }

  .blog-content {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .blog-content .news__title--small {
    font-size: 16px;
    -webkit-line-clamp: 3;
  }

  .blog-pagination {
    padding: 0 15px;
    margin-top: 15px;
  }

  .blog-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .blog-pagination-bullet.active {
    width: 24px;
  }
}

@media (max-width: 480px) {
  .blog__section {
    padding: 20px 0;
  }

  .blog-grid {
    padding: 10px;
    gap: 12px;
  }

  .blog-news {
    padding: 12px;
  }

  .blog-news > a {
    width: 90px;
    height: 90px;
  }

  .blog-content .news__title--small {
    font-size: 15px;
  }
}

.country__section .grid {
  grid-row-gap: 0;
}

.country-grid {
  grid-column: span 5;
}

.country-grid:first-child {
  grid-column: span 7;
  grid-row: span 5;
}

.country-grid .col--news {
  padding: 0;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.country__section .grid-left .column-7 .col--news {
  display: block;
  padding: 0;
  border: none;
}

.country-grid .col--news > a {
  width: 150px;
  height: 100px;
}

.country__section .grid-left .column-7 .col--news > a {
  width: 100%;
  height: 500px;
}

.country-grid .col--news .news__title--medium {
  font-size: 20px;
}

.country__section .grid-left .column-7 .col--news .news__title--medium {
  font-size: 25px;
  margin-top: 12px;
}

.country-grid:last-child .col--news {
  padding-bottom: 0;
  border: none;
}

.row--news {
  margin-bottom: 15px;
}

.row--news > a {
  display: block;
  width: 100%;
  height: 175px;
}

.row--news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row--news .news__title--small {
  margin-top: 12px;
}

.country-grid:nth-child(2) .col--news {
  padding-top: 0;
}

.country__section .grid-right {
  padding-left: 30px;
  border-left: 1px solid #eee;
}

.subcat {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  margin-left: auto;
  background: #fff;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  overflow: auto;
  float: right;
}

.subcat > li > a {
  display: inline-block;
  padding: 0 0 0 15px;
  border-left: 1px solid #3336;
  /* border-radius: 50px; */
  margin-left: 15px;
  font-size: 15px;
  color: #101010;
  line-height: 100%;
  font-weight: 500;
}

.subcat > li > a:hover {
  color: var(--primary--color);
}

.col--news .news__title--small {
  flex: 1;
  margin: 0;
}

.country__section .col--news > a {
  width: 150px;
  height: 100px;
}

/* Sports Section - Modern Redesign */
.sports__section {
  background: #f8f9fa;
  padding: 40px 0;
  border-radius: 12px;
}

.sports--container {
  margin-bottom: 20px;
}

.sports-featured-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #000;
}

.sports-featured-card:hover {
  transform: translateY(-4px);
}

.sports-featured-image {
  display: block;
  width: 100%;
  height: 480px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}

.sports-featured-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
  pointer-events: none;
}

.sports-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.sports-featured-card:hover .sports-featured-image img {
  transform: scale(1.05);
}

.sports-featured-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 20px;
  z-index: 2;
}

.sports-featured-title {
  font-size: 32px;
  line-height: 1.3;
  margin: 0;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.sports-featured-title a {
  color: #fff;
  transition: color 0.3s ease;
}

.sports-featured-title a:hover {
  color: #ffd700;
}

.sports-grid {
  gap: 15px;
  margin-top: 0;
}

.sports-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sports-card:hover {
  transform: translateY(-4px);
}

.sports-card-image {
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.sports-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.sports-card:hover .sports-card-image img {
  transform: scale(1.1);
}

.sports-card-content {
  padding: 15px;
  flex: 1;
  display: flex;
  align-items: center;
}

.sports-card-title {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sports-card-title a {
  color: #2c3e50;
  transition: color 0.3s ease;
}

.sports-card-title a:hover {
  color: var(--primary--color);
}

/* Prabhas Section - Simple List */
.prabhas--news {
  display: flex;
  flex-direction: column;
}

.prabhas-featured-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.prabhas-featured-image {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.prabhas-featured-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  pointer-events: none;
}

.prabhas-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prabhas-featured-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 15px;
  z-index: 2;
}

.prabhas-featured-title {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
  font-weight: 600;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.prabhas-featured-title a {
  color: #fff;
  transition: color 0.3s ease;
}

.prabhas-featured-title a:hover {
  color: #ffd700;
}

.prabhas-list-item {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-top: 1px solid #eee;
  align-items: center;
}

.prabhas-list-item:first-of-type {
  border-top: none;
  padding-top: 0;
}

.prabhas-item-image {
  flex-shrink: 0;
  width: 100px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}

.prabhas-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prabhas-item-content {
  flex: 1;
  min-width: 0;
}

.prabhas-item-title {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prabhas-item-title a {
  color: #2c3e50;
  transition: color 0.3s ease;
}

.prabhas-item-title a:hover {
  color: var(--primary--color);
}

/* Entertainment Section - Modern Professional Design */
.entertainment__section {
  padding: 40px 0;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  position: relative;
  overflow: hidden;
}

.entertainment__section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.02) 0%, transparent 50%);
  pointer-events: none;
}

.entertainment__section .cat-head {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}

.entertainment__section .cat-head .cat-name {
  flex: 0 0 auto;
}

.entertainment__section .entertainment-nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.entertainment__section .entertainment-nav-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.entertainment__section .entertainment-nav-btn i {
  transition: transform 0.3s ease;
}

.entertainment__section .entertainment-nav-btn:hover i {
  transform: translateX(3px);
}

/* Entertainment Grid - 2 Column Layout with Big Left, Small Right */
.entertainment-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
}

/* Left Column - 2 Cards Horizontally */
.entertainment-left-col {
  display: flex;
  flex-direction: column;
}

.entertainment-left-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: 100%;
}

.entertainment-col-left {
  display: flex;
  flex-direction: column;
}

/* Left Column Cards - Bigger */
.entertainment-col-left .overlay--news > a {
  height: 850px;
}

/* Right Column - 3 Cards Vertically (Horizontal Layout - Attractive & Compact) */
.entertainment-right-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.entertainment-col-right {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.entertainment-col-right::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.entertainment-col-right:hover::before {
  left: 100%;
}

.entertainment-col-right:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(5px) translateY(-2px);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.entertainment-col-right > a {
  flex-shrink: 0;
  width: 140px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.entertainment-col-right > a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.entertainment-col-right:hover > a {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  transform: scale(1.08);
}

.entertainment-col-right:hover > a::after {
  opacity: 1;
}

.entertainment-col-right > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.entertainment-col-right:hover > a img {
  transform: scale(1.15);
}

.entertainment-col-right .news__title--small {
  flex: 1;
  margin: 0;
  line-height: 1.4;
  padding-top: 2px;
}

.entertainment-col-right .news__title--small a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.entertainment-col-right .news__title--small a:hover {
  color: #ffd700;
  text-shadow: 0 2px 6px rgba(255, 215, 0, 0.5);
}

/* Responsive Styles for Entertainment Section */
@media (max-width: 1024px) {
  .entertainment-grid {
    grid-template-columns: 2fr 1fr;
    gap: 20px;
  }
  
  .entertainment-left-grid {
    gap: 15px;
  }
  
  .entertainment-right-col {
    gap: 12px;
  }
  
  .entertainment-col-right {
    gap: 12px;
    padding: 12px;
  }
  
  .entertainment-col-left .overlay--news > a {
    height: 750px;
  }
  
  .entertainment-col-right > a {
    width: 120px;
    height: 90px;
  }
  
  .entertainment-col-right .news__title--small a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .entertainment-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .entertainment-left-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .entertainment-right-col {
    gap: 12px;
  }
  
  .entertainment-col-left .overlay--news > a {
    height: 350px;
  }
  
  .entertainment-col-right {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 12px;
  }
  
  .entertainment-col-right > a {
    width: 100%;
    height: 180px;
  }
  
  .entertainment-col-right .news__title--small a {
    font-size: 16px;
  }
  
  .entertainment__section .entertainment-nav-btn {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}

.entertainment__section .cat-name {
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  border-radius: 8px 8px 0 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.entertainment__section .cat-name::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.entertainment__section .cat-head:hover .cat-name::before {
  left: 100%;
}

.entertainment__section .cat-name::after {
  border-color: transparent transparent transparent #764ba2;
  filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.2));
}

.entertainment__section .cat-name > a {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.entertainment__section .cat-head:hover .cat-name {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* Overlay News Cards - Modern Design */
.entertainment__section .overlay--news {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
}

.entertainment__section .overlay--news:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.entertainment__section .overlay--news > a {
  height: 414px;
  display: block;
  position: relative;
  overflow: hidden;
}

.entertainment__section .overlay--news > a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%);
  transition: opacity 0.3s ease;
  opacity: 0.8;
}

.entertainment__section .overlay--news:hover > a::after {
  opacity: 0.9;
}

.entertainment__section .overlay--news > a img {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entertainment__section .overlay--news:hover > a img {
  transform: scale(1.08);
}

.entertainment__section .overlay--text {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
  padding: 25px 30px;
  backdrop-filter: blur(10px);
}

.entertainment__section .overlay--text .news__title--medium {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
}

.entertainment__section .overlay--text .news__title--medium a {
  color: #fff;
  transition: color 0.3s ease;
  display: block;
}

.entertainment__section .overlay--text .news__title--medium a:hover {
  color: #ffd700;
}

/* Small News Cards - Modern Design */
.entertainment__section .col--news {
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 18px 0;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.02);
  margin-bottom: 8px;
}

.entertainment__section .col--news:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(5px);
  border-color: rgba(255, 255, 255, 0.25);
}

.entertainment__section .col--news .news__title--small {
  flex: 1;
  margin: 0;
  padding-left: 15px;
}

.entertainment__section .col--news .news__title--small > a {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.entertainment__section .col--news .news__title--small > a:hover {
  color: #ffd700;
  text-shadow: 0 2px 4px rgba(255, 215, 0, 0.3);
}

.entertainment__section .grid .col--news > a {
  width: 150px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.entertainment__section .grid .col--news:hover > a {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
}

.entertainment__section .grid .col--news > a img {
  transition: transform 0.4s ease;
}

.entertainment__section .grid .col--news:hover > a img {
  transform: scale(1.1);
}

/* Literature Section - Modern Design */
.literature--section {
  position: relative;
}

.literature--section .title {
  color: #fff;
}

.literature--section > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.literature--section > ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 15px;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.literature--section > ul > li:hover {
  padding-left: 10px;
}

.literature--section > ul > li > a {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: block;
}

.literature--section > ul > li > a:hover {
  color: #ffd700;
  text-shadow: 0 2px 4px rgba(255, 215, 0, 0.3);
}

.literature--section .row--news {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
  background: rgba(255, 255, 255, 0.02);
  margin-bottom: 20px;
}

.literature--section .row--news:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.literature--section .row--news > a {
  display: block;
  position: relative;
  overflow: hidden;
}

.literature--section .row--news > a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  transition: opacity 0.3s ease;
}

.literature--section .row--news:hover > a::after {
  opacity: 0.6;
}

.literature--section .row--news > a img {
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.literature--section .row--news:hover > a img {
  transform: scale(1.1);
}

.literature--section .row--news .news__title--small {
  padding: 20px;
  margin: 0;
}

.literature--section .row--news .news__title--small a {
  color: #fff;
  font-weight: 600;
  transition: color 0.3s ease;
}

.literature--section .row--news .news__title--small a:hover {
  color: #ffd700;
}

.literature--section .main--news {
  margin-top: 20px;
}

.literature--section .col--news {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.02);
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.literature--section .col--news:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(5px);
  border-color: rgba(255, 255, 255, 0.25);
}

.literature--section .col--news .news__title--small {
  margin-right: 15px;
  margin-bottom: 0;
}

.literature--section .col--news .news__title--small a {
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.literature--section .col--news .news__title--small a:hover {
  color: #ffd700;
}

.literature--section .col--news > a {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.literature--section .col--news:hover > a {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
}

.literature--section .col--news > a img {
  transition: transform 0.4s ease;
}

.literature--section .col--news:hover > a img {
  transform: scale(1.1);
}

.lifestyle__section .overlay--news > a {
  height: 434px;
}

.art-literature__section .overlay--news > a {
  height: 434px;
}

/* Dalit Diaspora Section - Modern Compact Design */
.dalit-diaspora__section {
  padding: 50px 0;
}

.dalit-diaspora__section .overlay--news > a {
  height: 500px;
}

/* Right Column Cards - Compact Modern Design */
.dalit-diaspora__section .row--news {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 0;
}

.dalit-diaspora__section .row--news:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.dalit-diaspora__section .row--news > a {
  display: block;
  height: 140px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.dalit-diaspora__section .row--news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.dalit-diaspora__section .row--news:hover > a img {
  transform: scale(1.08);
}

.dalit-diaspora__section .row--news .news__title--medium {
  margin: 0;
  padding: 12px 15px;
  line-height: 1.4;
}

.dalit-diaspora__section .row--news .news__title--medium a {
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.dalit-diaspora__section .row--news .news__title--medium a:hover {
  color: var(--primary--color);
}

/* Responsive Styles for Dalit Diaspora Section */
@media (max-width: 1024px) {
  .dalit-diaspora__section {
    padding: 40px 0;
  }

  .dalit-diaspora__section .overlay--news > a {
    height: 400px;
  }

  .dalit-diaspora__section .row--news > a {
    height: 120px;
  }

  .dalit-diaspora__section .row--news .news__title--medium {
    padding: 10px 12px;
  }

  .dalit-diaspora__section .row--news .news__title--medium a {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .dalit-diaspora__section {
    padding: 30px 0;
  }

  .dalit-diaspora__section .overlay--news > a {
    height: 350px;
  }

  .dalit-diaspora__section .row--news > a {
    height: 150px;
  }

  .dalit-diaspora__section .row--news .news__title--medium {
    padding: 12px 15px;
  }

  .dalit-diaspora__section .row--news .news__title--medium a {
    font-size: 19px;
  }
}

/* Lifestyle Section - Right Column List Modern Design */
.lifestyle__section .main--news,
.art-literature__section .main--news {
  margin-top: 20px;
}

.lifestyle__section .col--news,
.art-literature__section .col--news {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  transition: all 0.3s ease;
  background: transparent;
  margin-bottom: 0;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

.lifestyle__section .col--news:first-child,
.art-literature__section .col--news:first-child {
  border-top: none;
  padding-top: 0;
}

.lifestyle__section .col--news:hover,
.art-literature__section .col--news:hover {
  background: transparent;
  transform: translateX(5px);
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.12);
}

.lifestyle__section .col--news > a,
.art-literature__section .col--news > a {
  flex-shrink: 0;
  width: 120px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.lifestyle__section .col--news:hover > a,
.art-literature__section .col--news:hover > a {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: scale(1.03);
}

.lifestyle__section .col--news > a img,
.art-literature__section .col--news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.lifestyle__section .col--news:hover > a img,
.art-literature__section .col--news:hover > a img {
  transform: scale(1.1);
}

.lifestyle__section .col--news .news__title--small,
.art-literature__section .col--news .news__title--small {
  flex: 1;
  margin: 0;
  padding-top: 0;
  line-height: 1.5;
}

.lifestyle__section .col--news .news__title--small a,
.art-literature__section .col--news .news__title--small a {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.lifestyle__section .col--news .news__title--small a:hover,
.art-literature__section .col--news .news__title--small a:hover {
  color: var(--primary--color);
}

/* Responsive Styles for Lifestyle and Art Literature Sections */
@media (max-width: 1024px) {
  .lifestyle__section .col--news,
  .art-literature__section .col--news {
    padding: 10px 0;
    gap: 10px;
  }

  .lifestyle__section .col--news > a,
  .art-literature__section .col--news > a {
    width: 110px;
    height: 75px;
  }

  .lifestyle__section .col--news .news__title--small a,
  .art-literature__section .col--news .news__title--small a {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .lifestyle__section .col--news,
  .art-literature__section .col--news {
    padding: 12px 0;
    gap: 10px;
    flex-direction: column;
  }

  .lifestyle__section .col--news > a,
  .art-literature__section .col--news > a {
    width: 100%;
    height: 180px;
  }

  .lifestyle__section .col--news .news__title--small a,
  .art-literature__section .col--news .news__title--small a {
    font-size: 16px;
    -webkit-line-clamp: 2;
  }

  .lifestyle__section .col--news:hover,
  .art-literature__section .col--news:hover {
    transform: translateY(-2px);
  }
}

/* .video-wrapper .video--content {
  flex: 1;
  height: 315px;
  background: #eee;
  display: flex;
  align-items: center;
  padding: 25px;
} */

.video__section {
  padding: 40px 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border-radius: 12px;
}

/* Video Section - Beautiful Title Design */
.video__section .cat-head {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}

.video__section .cat-head::before {
  background: linear-gradient(90deg, rgba(220, 41, 28, 0.1) 0%, rgba(220, 41, 28, 0.3) 100%);
}

.video__section .cat-name {
  color: #fff;
  background: linear-gradient(135deg, #dc291c 0%, #ff4444 50%, #ff6b5a 100%);
  box-shadow: 0 4px 15px rgba(220, 41, 28, 0.4);
  border-radius: 8px 8px 0 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  padding: 10px 18px;
  font-size: 24px;
  font-weight: 600;
}

.video__section .cat-name::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.video__section .cat-head:hover .cat-name::before {
  left: 100%;
}

.video__section .cat-name::after {
  content: '';
  position: absolute;
  top: 8px;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ff4444;
  filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.2));
}

.video__section .cat-name > a {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.video__section .cat-name > a::before {
  content: "\f167";
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  font-size: 18px;
  display: inline-block;
}

.video__section .cat-head:hover .cat-name {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 41, 28, 0.5);
}

.video__section .cat-head:hover .cat-name > a {
  transform: scale(1.05);
}

.iframe-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.iframe-wrap:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
}

.iframe-wrap iframe {
  height: 400px;
  display: block;
  border: none;
}

.video__section .title {
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.video__section .title:hover {
  color: #ff4444;
}

.video__section .news__title--small {
  margin-top: 8px;
}

.video__section .news__title--small a {
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video__section .col--news {
  border-color: rgba(255, 255, 255, 0.1);
  padding: 12px 0;
  transition: all 0.3s ease;
  border-radius: 8px;
  margin-bottom: 8px;
}

.video__section .col--news:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateX(5px);
  padding-left: 8px;
}

.video--section {
  height: 515px;
  overflow: auto;
  padding-right: 20px;
}

.video__section .col--news > a {
  width: 140px;
  height: 90px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.video__section .col--news > a:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(220, 41, 28, 0.4);
}

.video__section .col--news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video__section .col--news > a:hover img {
  transform: scale(1.1);
}

.video__section .col--news > a::before {
  content: "\f167";
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  background: rgba(220, 41, 28, 0.9);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.video__section .col--news > a:hover::before {
  opacity: 1;
}

.video__section .col--news > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video__section .col--news > a:hover::after {
  opacity: 1;
}

/* Video list item clickable styles */
.video__section .video-list-item {
  cursor: pointer;
  position: relative;
}

.video__section .video-list-item:hover {
  background: rgba(255, 255, 255, 0.08);
}

.video__section .video-list-item.active {
  background: rgba(220, 41, 28, 0.15);
  border-left: 3px solid #dc291c;
  padding-left: 10px;
}

.video__section .video-list-item.active .news__title--small a {
  color: #ff4444;
  font-weight: 600;
}

.video__section .video-thumb-link,
.video__section .video-title-link {
  cursor: pointer;
}

.interesting__section .row--news {
  margin: 0;
}

.interesting__section .row--news > a {
  height: 150px;
}

.sifaris-section > .row--news > a {
  height: 175px;
}

.sifaris-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sifaris-section ul li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.sifaris-section ul li a {
  font-size: 18px;
  color: #101010;
  font-weight: 600;
}

/* Health Section - Modern Professional Design */
.health__section {
  padding: 40px 0;
  background: #6B7B4D;
  position: relative;
  overflow: hidden;
}

/* Health Section Title Styling */
.health__section .cat-head {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.health__section .cat-name {
  color: #fff;
  background: linear-gradient(135deg, #8B9A6B 0%, #6B7B4D 100%);
  box-shadow: 0 4px 15px rgba(107, 123, 77, 0.3);
  border-radius: 8px 8px 0 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.health__section .cat-name::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.health__section .cat-head:hover .cat-name::before {
  left: 100%;
}

.health__section .cat-name::after {
  content: '';
  position: absolute;
  top: 10px;
  right: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 24px;
  border-color: transparent transparent transparent #6B7B4D;
  filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.2));
}

.health__section .cat-name > a {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.health__section .cat-head:hover .cat-name {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(107, 123, 77, 0.4);
}

/* Health Section - 3 Column Layout */
.health-three-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

/* Left and Middle Columns - Large Articles */
.health-col-left,
.health-col-middle {
  display: flex;
  flex-direction: column;
}

.health-article {
  display: flex;
  flex-direction: column;
}

/* Left and Middle Columns - Overlay Design (Same Design) */
.health-col-left .overlay--news,
.health-col-middle .overlay--news {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  position: relative;
}

.health-col-left .overlay--news:hover,
.health-col-middle .overlay--news:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.health-col-left .overlay--news > a,
.health-col-middle .overlay--news > a {
  display: block;
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.health-col-left .overlay--news > a::after,
.health-col-middle .overlay--news > a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%);
  transition: opacity 0.3s ease;
  opacity: 0.8;
}

.health-col-left .overlay--news:hover > a::after,
.health-col-middle .overlay--news:hover > a::after {
  opacity: 0.9;
}

.health-col-left .overlay--news > a img,
.health-col-middle .overlay--news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.health-col-left .overlay--news:hover > a img,
.health-col-middle .overlay--news:hover > a img {
  transform: scale(1.08);
}

.health-col-left .overlay--text,
.health-col-middle .overlay--text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
  padding: 25px 30px;
  backdrop-filter: blur(10px);
}

.health-col-left .overlay--text .news__title--medium,
.health-col-middle .overlay--text .news__title--medium {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
  margin: 0;
}

.health-col-left .overlay--text .news__title--medium a,
.health-col-middle .overlay--text .news__title--medium a {
  color: #fff;
  transition: color 0.3s ease;
  display: block;
}

.health-col-left .overlay--text .news__title--medium a:hover,
.health-col-middle .overlay--text .news__title--medium a:hover {
  color: #ffd700;
}

/* Right Column - List Items (Attractive Design) */
.health-col-right {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.health-list-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.health-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.health-list-item > a {
  flex-shrink: 0;
  width: 130px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  position: relative;
}

.health-list-item > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.health-list-item .news__title--small {
  flex: 1;
  margin: 0;
  line-height: 1.5;
  padding-top: 3px;
}

.health-list-item .news__title--small a {
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

/* Responsive Styles for Health Section */
@media (max-width: 1024px) {
  .health-three-column {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  
  .health-col-right {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  
  .health-col-left .overlay--news > a,
  .health-col-middle .overlay--news > a {
    height: 450px;
  }
  
  .health-list-item {
    flex-direction: column;
    padding: 12px 0;
  }
  
  .health-list-item > a {
    width: 100%;
    height: 200px;
  }
  
  .health-list-item .news__title--small a {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .health__section {
    padding: 40px 0;
  }
  
  .health-three-column {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .health-col-right {
    grid-column: 1;
    grid-template-columns: 1fr;
  }
  
  .health-col-left .overlay--news > a,
  .health-col-middle .overlay--news > a {
    height: 380px;
  }
  
  .health-list-item {
    padding: 12px 0;
  }
  
  .health-list-item > a {
    width: 100%;
    height: 200px;
  }
  
  .health-list-item .news__title--small a {
    font-size: 17px;
  }
}

/* Photo Feature Section - Dark Gallery Design */
.photo__feature {
  padding: 40px 0;
  background: #1a1a1a;
  position: relative;
}

.photo-gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.photo__feature .cat-head {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  position: relative;
}

.photo__feature .cat-name {
  color: #fff;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: visible;
  padding: 0;
  font-size: 32px;
  font-weight: 700;
}

.photo__feature .cat-name::before,
.photo__feature .cat-name::after {
  display: none;
}

.photo__feature .cat-name > a {
  color: #fff;
  font-weight: 700;
  text-shadow: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.photo__feature .cat-name > a:hover {
  color: #fff;
  opacity: 0.8;
}

/* Navigation Buttons - Right Side, Same Row */
.photo-gallery-nav {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.photo-feature--slider {
  position: relative;
  padding: 0;
}

.photo__feature--container {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #1a1a1a;
  transition: transform 0.3s ease;
}

.photo__feature--container:hover {
  transform: translateY(-3px);
}

/* Image Wrapper */
.photo-gallery-image-wrapper {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 8px;
}

/* Image Container */
.photo-gallery-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.photo-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.photo__feature--container:hover .photo-gallery-image img {
  transform: scale(1.05);
}

/* Gradient Overlay for Title */
.photo-gallery-image-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Gallery Icon - Red Square with Picture Frame */
.photo-gallery-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  background: #DC2626;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.photo-gallery-icon svg {
  width: 20px;
  height: 20px;
}

/* Title Overlay on Image */
.photo-gallery-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 20px;
  z-index: 2;
}

.photo-gallery-title-overlay .news__title--medium {
  margin: 0;
}

.photo-gallery-title-overlay .news__title--medium a {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  display: block;
  transition: color 0.3s ease;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.photo-gallery-title-overlay .news__title--medium a:hover {
  color: #fff;
  opacity: 0.9;
}

/* Swiper Navigation Buttons - Right Side, Stacked */
.photo-gallery-nav .swiper-button-next,
.photo-gallery-nav .swiper-button-prev {
  position: relative;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.photo-gallery-nav .swiper-button-next:hover,
.photo-gallery-nav .swiper-button-prev:hover {
  background: #f5f5f5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}

.photo-gallery-nav .swiper-button-next::after,
.photo-gallery-nav .swiper-button-prev::after {
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 700;
}

.photo-gallery-nav .swiper-button-next {
  order: 2;
}

.photo-gallery-nav .swiper-button-prev {
  order: 1;
}

/* Photo Feature Responsive Styles */
@media (max-width: 1280px) {
  .photo-gallery-image-wrapper {
    height: 320px;
  }
}

@media (max-width: 1024px) {
  .photo__feature {
    padding: 50px 0;
  }

  .photo-gallery-image-wrapper {
    height: 300px;
  }

  .photo-gallery-title-overlay {
    padding: 20px 15px;
  }

  .photo-gallery-title-overlay .news__title--medium a {
    font-size: 20px;
  }

  .photo__feature .cat-name {
    font-size: 28px;
  }

  .photo-gallery-nav .swiper-button-next,
  .photo-gallery-nav .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .photo-gallery-nav .swiper-button-next::after,
  .photo-gallery-nav .swiper-button-prev::after {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .photo__feature {
    padding: 40px 0;
  }

  .photo-gallery-header {
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
  }

  .photo__feature .cat-name {
    font-size: 24px;
  }

  .photo-gallery-image-wrapper {
    height: 280px;
  }

  .photo-gallery-title-overlay {
    padding: 18px 15px;
  }

  .photo-gallery-title-overlay .news__title--medium a {
    font-size: 18px;
  }

  .photo-gallery-nav {
    gap: 8px;
  }

  .photo-gallery-nav .swiper-button-next,
  .photo-gallery-nav .swiper-button-prev {
    width: 38px;
    height: 38px;
  }

  .photo-gallery-nav .swiper-button-next::after,
  .photo-gallery-nav .swiper-button-prev::after {
    font-size: 14px;
  }

  .photo-gallery-icon {
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
  }

  .photo-gallery-icon svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 640px) {
  .photo-gallery-image-wrapper {
    height: 250px;
  }

  .photo-gallery-title-overlay {
    padding: 15px 12px;
  }

  .photo-gallery-title-overlay .news__title--medium a {
    font-size: 16px;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 30px;
  color: #fff;
}

.site-footer {
  background: var(--primary--color);
  padding: 50px 0 0 0;
  margin-top: 0;
}

/* Footer Branding Section */
.footer-branding-content {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.footer-icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgb(255 255 255 / 41%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.footer-icon-wrapper:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.05);
}


.footer-site-name {
  flex: 1;
  min-width: 0;
}

.site-name-title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
}

.site-name-title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-name-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-site-name .site-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 8px 0 0 0;
  line-height: 1.5;
}

/* Mobile Responsive Styles for Footer Branding */
@media (max-width: 768px) {
  .footer-branding-content {
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: nowrap;
  }

  .footer-icon-wrapper {
    width: 60px;
    height: 60px;
    padding: 10px;
    flex-shrink: 0;
  }

  .site-name-title {
    font-size: 24px;
    white-space: nowrap;
  }

  .footer-site-name {
    flex: 1;
    min-width: 0;
    overflow: hidden;
  }

  .footer-site-name .site-description {
    font-size: 13px;
    margin-top: 6px;
  }
}

@media (max-width: 480px) {
  .footer-branding-content {
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
    flex-wrap: nowrap;
  }

  .footer-icon-wrapper {
    width: 50px;
    height: 50px;
    padding: 8px;
    flex-shrink: 0;
  }

  .site-name-title {
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .footer-site-name {
    flex: 1;
    min-width: 0;
    overflow: hidden;
  }

  .footer-site-name .site-description {
    font-size: 11px;
    margin-top: 4px;
    display: none;
  }
}


.footer--logo p {
  color: #fff;
  margin: 15px 0;
}

.quick-links h3 {
  color: #fff;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  margin-bottom: 12px;
}

.quick-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick-links ul li a {
  font-size: 16px;
  color: #ffff;
  margin-bottom: 8px;
  display: block;
}

.site-footer .grid > div:not(:first-child) {
  padding-left: 25px;
  border-left: 1px solid #eee3;
}

.quick-links p {
  color: #fff;
}

.social--links > a {
  width: 40px;
  height: 40px;
  background: #ffffff24;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  border-radius: 50px;
  color: #fff;
  margin-left: 8px;
}

.social--links > a svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  vertical-align: middle;
  display: inline-block;
}

.social--links > a:hover {
  background: #103973;
}

.footer--links {
  padding: 15px 0;
  margin-top: 15px;
  border-top: 1px solid #ffffff24;
}

.footer--links > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer--links > div > ul li a {
  font-size: 15px;
  color: #ffff;
  padding: 0 15px;
  border-left: 1px solid #ffffff24;
  display: block;
  line-height: 100%;
}

.footer--links > div > ul li:first-child a {
  border: none;
}

.footer--links span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 8px;
}

/* Mobile Responsive Styles for Footer Grid */
@media (max-width: 768px) {
  .site-footer .grid {
    flex-direction: column;
  }

  .site-footer .grid > div {
    width: 100% !important;
    margin-bottom: 30px;
    padding-left: 0 !important;
    border-left: none !important;
  }

  .site-footer .grid > div:last-child {
    margin-bottom: 0;
  }

  .quick-links h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .quick-links ul li a {
    font-size: 15px;
  }

  .footer--logo p {
    font-size: 14px;
    line-height: 1.6;
  }

  .social--links {
    margin-top: 15px;
  }

  .social--links > a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-left: 6px;
  }

  .footer--links span {
    font-size: 12px;
    line-height: 1.6;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .site-footer {
    padding: 30px 0 0 0;
  }

  .site-footer .grid > div {
    margin-bottom: 25px;
  }

  .quick-links h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .quick-links ul li a {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .footer--logo p {
    font-size: 13px;
  }

  .social--links > a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-left: 5px;
  }

  .footer--links {
    padding: 12px 0;
  }

  .footer--links span {
    font-size: 11px;
    padding: 0 5px;
  }
}


.owl-nav {
  text-align: center;
  margin-top: 15px;
}

.owl-nav button::before {
  content: "\f053";
  font-family: "Font Awesome 6 Solid";
  font-weight: 900;
  color: #000;
  margin: 0 5px;
}

.owl-nav button.owl-next::before {
  content: "\f054";
}

.owl-nav button span {
  display: none;
}

.singlePost-content {
  margin-top: 20px;
}

.news-content-area p,
.news-content-area {
  line-height: 170%;
  font-size: 22px;
  color: #000000d6;
  margin-bottom: 20px;
  text-align: justify;
  transition: 0.3s linear font-size;
}

@media (max-width: 768px) {
  .news-content-area p,
  .news-content-area {
    margin-bottom: 0;
  }
}

/* .news-content-area img {
  text-align: center;
  margin: 20px auto 20px 0;
} */

.news-content-area ul,
.news-content-area ol {
  margin: 0;
  padding: 12px 0px 0 19px;
}

.news-content-area ul li {
  margin-top: 11px;
  line-height: 1.6;
}

.news-content-area h1,
.news-content-area h2,
.news-content-area h3,
.news-content-area h4,
.news-content-area h5,
.news-content-area h6 {
  font-weight: 600;
  color: #000;
}

.news-content-area blockquote {
  font-weight: 600;
  font-size: 22px;
  background: #fff3f3;
  margin-top: 20px;
  padding: 35px 35px 35px 60px;
  line-height: 1.7;
  margin-bottom: 20px;
  position: relative;
}

.news-content-area blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 32px;
  color: #dc291c;
  position: absolute;
  top: 15px;
  left: 15px;
  line-height: 1;
}

blockquote.floatleft {
  background: none;
  padding: 80px 0 0 0;
  color: #000;
  float: left;
  width: 250px;
  padding-right: 30px;
  border-right: 2px solid var(--primary--color);
  margin-right: 40px;
  text-align: inherit;
  position: relative;
}

blockquote.floatright {
  background: none;
  padding: 80px 0 0 0;
  color: #000;
  float: right;
  width: 250px;
  padding-left: 30px;
  border-left: 2px solid var(--primary--color);
  margin-left: 40px;
  text-align: inherit;
  position: relative;
}

blockquote.floatleft::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-size: 41px;
  position: absolute;
  left: 0px;
  background: var(--primary--color);
  color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  text-align: center;
  line-height: 70px;
  top: 0;
}

blockquote.floatright::before {
  content: "\f10e";
  font-family: "Font Awesome 6 Free";
  font-size: 41px;
  position: absolute;
  right: 0px;
  background: var(--primary--color);
  color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  text-align: center;
  line-height: 70px;
  top: 0;
}

.alignleft {
  padding-right: 30px;
  float: left;
}

.alignright {
  padding-left: 30px;
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.social-share {
  margin-left: 34px;
}

.comment-area {
  margin-top: 20px;
  padding: 30px;
  background: #eee;
}

.comment-area > span {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-family: "Noto Sans Devanagari", sans-serif;
  padding-top: 0;
  font-size: 35px;
  font-weight: bold;
  color: var(--primary--color);
  z-index: 1;
  position: relative;
  padding-right: 16px;
}

.comment-reply-title {
  font-size: 22px;
  display: none;
  font-weight: 600;
  color: #000;
}

#commentform {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}

.comment-notes {
  font-size: 15px;
  display: none;
  color: #000;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-cookies-consent {
  margin-top: 21px;
}

#respond p label {
  width: 100%;
  color: #000000bf;
  font-weight: 600;
  font-size: 16px;
}

#respond textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 20px;
  margin: 5px 1px 3px 0;
  width: 100%;
  border: none;
  height: 150px;
  font-family: mukta, sans-serif;
  background: #fff;
  resize: none;
  color: #000;
  font-size: 17px;
  border: 1px solid #00000026;
  line-height: 1.8;
}

#respond input[type="text"],
#respond input[type="url"],
#respond input[type="email"] {
  background: #fff;
  height: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 3px 20px;
  margin: 5px 1px 3px 0;
  font-family: poppins, sans-serif;
  width: 100%;
  border: none;
  color: #000;
  font-size: 15px;
  border: 1px solid #00000026;
  border-radius: 4px;
}

.comment-form-comment,
.comment-notes,
.comment-form-cookies-consent,
.form-submit {
  grid-column: span 3;
  margin-top: 0;
}

#respond #submit {
  border: none;
  padding: 12px 14px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 1px;
  text-transform: uppercase;

  background: var(--primary--color);
  font-weight: 600;
}

#respond #submit:hover {
  opacity: 0.8;
}

.comment-form-cookies-consent {
  display: none;
}

.comments-title {
  font-size: 18px;
  display: none;
  background: #036;
  padding: 14px 23px;
  color: #fff;
  margin: 0;
}

.comment-list {
  margin: 30px 0 30px 0;
  list-style: none;
}

.comment-list > li {
  padding-top: 30px;
  border-top: 1px solid #00000021;
  margin-top: 30px;
}

.comment-list > li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.comment-list > li > article {
  position: relative;
}

.form-submit {
  margin-top: 30px;

  margin-bottom: 0;
}

.comment-list > li article footer .comment-author,
.comment-metadata {
  position: relative;
  padding-left: 69px;
  color: #000;
}

.fn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 17px;
  color: #000;
  text-transform: capitalize;
}

.comment-list > li article footer .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  border-radius: 100%;
}

.comment-list > li article footer time {
  font-size: 14px;
}

.comment-list > li article footer .comment-author a,
.comment-list > li article footer time {
  color: #000;
}

.comment-list > li article .comment-content {
  margin: 0px 0 0 58px;
  padding: 14px 0 0;
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  /* border-top: 1px solid #15151517; */
}

.comment-list > li article .comment-content p {
  color: #000;
}

.comment-list > li > article .reply {
  position: absolute;
  right: 0;
  top: 0;
}

.reply a {
  font-weight: 700;
  background: var(--primary--color);
  padding: 5px 9px;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
}

.comment-list > li ol {
  margin: 0 0 0 50px;
  padding: 0;
  list-style: none;
}

.comment-list > li ol li em {
  display: inline-block;
  margin-top: 20px;
}

.comment-awaiting-moderation {
  display: none;
}

.singlePost .breaking__news--title,
.singlePost .subtitle,
.singlePost .slugcontainer {
}

.featured--img {
  text-align: center;
}

.featured--img img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: center;
}

.featured--img .frame-video {
  width: 100%;
  max-height: 600px;
}

/* Responsive styles for featured image */
@media (max-width: 1024px) {
  .featured--img img {
    max-height: 500px;
  }
  
  .featured--img .frame-video {
    max-height: 500px;
  }
}

@media (max-width: 768px) {
  .featured--img img {
    max-height: 400px;
  }
  
  .featured--img .frame-video {
    max-height: 400px;
    height: auto;
  }
}

@media (max-width: 640px) {
  .featured--img img {
    max-height: 300px;
  }
  
  .featured--img .frame-video {
    max-height: 300px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .featured--img img {
    max-height: 250px;
  }
  
  .featured--img .frame-video {
    max-height: 250px;
    height: auto;
  }
}

.news-content-area iframe {
  width: 100%;
}

.singlePost-content .news--author {
  text-align: center;
  margin-bottom: 0;
}

.singlePost-content .news--author img {
  display: block;
  width: 75px;
  height: 75px;
  margin: auto;
  margin-bottom: 8px;
}

.post__time {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}

.sharethis-inline-share-buttons > div {
  display: block !important;
  width: 40px;
  margin-bottom: 6px;
  margin: 0 auto !important;
  margin-bottom: 6px !important;
}

.sticky {
  position: sticky;
  top: 70px;
}

.singlePost-content hr {
  border-color: #eeeeee4a;
}

.related--news .row--news > a {
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  display: block;
}

.related--news .row--news > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.related--news .row--news > a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 12px;
}

.related--news .row--news > a:hover::after {
  opacity: 1;
}

.related--news .row--news {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.related--news .row--news:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.related--news .row--news .news__title--small {
  margin-top: 15px;
  padding: 0 15px 15px;
  line-height: 1.5;
  flex: 1;
  display: flex;
  align-items: flex-start;
}

.related--news .row--news .news__title--small a {
  color: #333;
  transition: color 0.3s ease;
  font-weight: 500;
  width: 100%;
}

.related--news .row--news .news__title--small a:hover {
  color: var(--primary--color);
}

.related--news .row--news > a img {
  border-radius: 12px 12px 0 0;
  transition: transform 0.3s ease;
}

.related--news .row--news:hover > a img {
  transform: scale(1.05);
}

.related--news .grid {
  gap: 30px;
  margin-top: 20px;
  align-items: stretch;
}

.related--news .grid .column-4 {
  display: flex;
  flex-direction: column;
}

/* Responsive Styles for Related News Section */
@media (max-width: 1024px) {
  .related--news .grid {
    gap: 20px;
  }
  
  .related--news .grid .column-4 {
    grid-column: span 6; /* 2 columns on tablet */
  }
  
  .related--news .row--news > a {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .related--news .grid {
    gap: 12px;
  }
  
  .related--news .grid .column-4 {
    grid-column: span 6; /* 2 columns on medium mobile */
  }
  
  .related--news .row--news > a {
    height: 160px;
  }
  
  .related--news .row--news .news__title--small {
    margin-top: 12px;
    padding: 0 12px 12px;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .related--news {
    padding: 30px 0;
  }
  
  .related--news .grid {
    gap: 12px;
  }
  
  .related--news .grid .column-4 {
    grid-column: span 12; /* 1 column on mobile */
  }
  
  .related--news .row--news > a {
    height: 200px;
  }
  
  .related--news .row--news .news__title--small {
    margin-top: 10px;
    padding: 0 10px 10px;
    font-size: 17px;
  }
  
  .related--news .cat-head .cat-name {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .related--news {
    padding: 25px 0;
  }
  
  .related--news .grid {
    gap: 10px;
  }
  
  .related--news .row--news > a {
    height: 180px;
  }
  
  .related--news .row--news .news__title--small {
    font-size: 16px;
    line-height: 1.5;
  }
  
  .related--news .cat-head .cat-name {
    font-size: 22px;
    padding: 8px 10px;
  }
}

.category__container .overlay--news > a {
  height: 325px;
}

.pagination-wrap {
  margin-top: 40px;
}

.pagination-wrap .page-numbers {
  border: 1px solid #00000036;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  margin-right: 11px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.page-numbers:hover,
.page-numbers.current {
  border: 1px solid var(--primary--color);
  color: #fff;
  background: var(--primary--color);
}

.page-numbers.next,
.page-numbers.prev {
  padding-left: 20px;
  width: auto;
  padding-right: 13px;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-right: 20px;
}

.page-numbers.next:hover,
.page-numbers.prev:hover {
  color: var(--primary--color);
  background: none;
}

.error-404 {
  text-align: center;
}

.btn {
  background: var(--primary--color);
  color: #fff;
  display: inline-block;
  padding: 10px 16px;
  text-align: center;
  font-size: 16px;
  line-height: normal;
  outline: none;
  border: none;
  cursor: pointer;
}

.error-404 .btn {
  margin-top: 10px;
}

.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--primary--color);
  z-index: 111111;
  transition: top 0.3s;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -ms-transition: top 0.3s;
  -o-transition: top 0.3s;
  box-shadow: 0 0 10px #0000002e;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px 15px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
}

.modal-content {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  max-width: calc(100% - 0.01px) !important;
  background: #fff;
  opacity: 0;
  transition-property: opacity, transform;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  padding: 30px;
}

.modal.modal-open {
  opacity: 1;
  z-index: 99999999;
}

.modal-open > .modal-content {
  transform: translateY(0);
  opacity: 1;
}

.close {
  color: var(--primary--color);
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 100%;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.news-title-med {
  color: var(--primary--color);
  font-size: 35px;
  margin-bottom: 15px;
  font-family: "Noto Sans Devanagari", sans-serif;
}

.modal-content form input {
  max-width: 100%;
  height: 50px;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  margin-bottom: 15px;
  color: #666;
  border: 1px solid #b6b6b6;
  transition-property: color, background-color, border;

  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.news-tags ul {
  margin: 20px 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.news-tags ul li {
  margin-right: 15px;
}

.news-tags a {
  position: relative;
  display: block;
  border: 1px solid #0000008f;
  padding: 7px 18px;
  text-align: center;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 13px;
  line-height: 18px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.news-tags a:hover {
  background: var(--primary--color);
  color: #fff;
  border-color: var(--primary--color);
}

.text-center {
  text-align: center;
}

.recent--news {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 25px;
  z-index: 111111;
  box-shadow: 0px 0px 9px #00000017;
  overflow: auto;
}

.trending--news {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 25px;
  z-index: 111111;
  box-shadow: 0px 0px 9px #00000017;
  overflow: auto;
}

.site-header {
  position: relative;
}

.recent--news .itb-container,
.trending--news .itb-container {
  display: block;
}

.category__title {
  font-family: "Hind", sans-serif;
  font-size: 41px;
  color: #9c0e0e;
  font-weight: 600;
}

.entertainment__video.featured__section .overlay--news > a {
  height: 300px;
}

/* RoadBLock */

.roadblock {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  padding: 0;
  background: #fff;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.roadblock-wrap {
  height: 100%;
  /* overflow: scroll; */
  /* height: 100%; */
  width: 100%;
  overflow: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  place-items: center;
}

.skip-ad {
  margin-bottom: 15px;
  background: var(--primary--color);
  text-align: center;
  padding: 6px 19px;
  color: #fff;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 20px 6px 20px;
  border-radius: 22px;
  vertical-align: middle;
  display: inline-block;
}
.skip-ad:hover {
  color: #fff;
}

.roadblock-news-wrap .primary {
  color: #fff;
  background-color: #002c3e;
}
.roadblock-news-wrap h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
}
.roadblock-news-wrap h3 a:hover {
  color: #fff;
  opacity: 0.9;
}
.roadblock-news-wrap p {
  font-size: 20px;
  line-height: 32px;
}

.roadblock-news-wrap {
  margin-bottom: 30px;
}

.roadblock-ad {
  overflow: hidden;
}

.roadblock-remove .roadblock {
  opacity: 0;

  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  visibility: hidden;
}
.aligncenter {
  text-align: center;
}
.roadblock__ad .container {
  width: 100%;
}

.roadblock__ad .desktop-view a img{
max-width: 650px !important;
}

.alignright {
  text-align: right;
}

.roadblock__ad {
  text-align: center;
}

.margin-bottom {
  margin-bottom: 20px;
}
.ad-container .gam-each-ad {
  padding: 10px 0;
  /* padding-top: 15px; */
}

.sidebar-ads .ad-container .gam-each-ad,
.singlePost .ad-container .gam-each-ad {
  padding: 0;
  border: none;
}

.blog-container {
  align-self: center;
}

.nav-links {
  margin: 25px 0;
  display: flex;
  justify-content: space-between;
}

.nav-links > div {
  padding: 5px 10px;
  background: var(--primary--color);
}

.nav-links > div a {
  color: #fff;
}

.nav-links > div:hover {
  color: #fff;
  background: var(--secondary--color);
}

#gam-ad-107 {
  border-top: none;
  margin-top: 0px;
}

#gam-ad-94 img {
  width: 100%;
}

.singlePost-content .grid {
  margin-top: 31px;
}

#gam-ad-26 img {
  width: 100%;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  text-align: inherit;
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

.ourteams > div {
  padding: 20px;
  background: #eee;
  margin: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.ourteams {
  font-size: 20px;
  color: #000000d6;
}

.about-content strong {
  font-size: 22px;
  margin-bottom: 10px;
  color: #000;
}

.row--news .news__title--xlarge {
  margin-top: -5px;
  box-shadow: 2px 5px 7px 2px rgba(0, 0, 0, 0.1);
  padding: 25px 15px;
}

.blog-content p {
  font-size: 15px;
  line-height: normal;
}

.gam-ad-position-wrap.home-header-logo-right {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.info > a > img {
  max-width: 300px;
  object-fit: cover;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.newsticker {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.newsticker > li {
  margin-right: 25px;
}

ul#newsTicker {
  position: relative;
  left: 750px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
ul#newsTicker li {
  margin: 0;
  padding: 0;
  margin-right: 30px;
  position: relative;
}

.newsTicker__wrap {
  position: relative;
  z-index: 1;
}

.tickercontainer {
  flex: 1;
  margin-left: 10px;
  /* overflow: hidden; */
}

/* .info.popup1 > a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  transition: 1s all;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
} */

.info > a > img:hover {
  position: relative;
  z-index: 111;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.roadblock__ad {
  margin-top: 25px;
}

.marquee__section {
  margin: 25px 0;
}

.landing__caption {
  font-weight: bold;
  color: var(--primary--color);
  font-style: italic;
  text-align: right;
  display: block;
  z-index: 111;
  font-size: 13px;
  margin-top: 4px;
  position: relative;
}

.news-content-area figcaption em {
  color: var(--primary--color);
}

/* Election Style */

.election-title {
  text-align: center;
  margin-bottom: 30px;
}

.election-title h3 {
  font-size: 40px;
  font-weight: 600;
  padding: 0 20px;
  margin: 0;
  display: block;
  border: 0;
  background: #fff;
  /* color: var(--primary--color); */
  position: relative;
  z-index: 2;
  line-height: 100%;
}

.election-title h3 a {
  color: #101010;
  color: var(--primary--color);
}

.election-subtitle {
  text-align: center;
  background: var(--primary--color);
  padding: 8px 15px;
}

.election-subtitle h4 {
  font-size: 22px;
  color: #fff;
}

.card-header {
  padding: 8px 18px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-title {
  font-size: 20px;
  margin: 0;
  color: #010101;
}
.card-body {
  background: #fff;
}
.card-label-wrap {
  padding: 10px 16px;
  margin-bottom: 0;
  background-color: #fff;
}
.card-header-label,
.card-header-top {
  color: #010101;
  font-weight: 600;
  font-size: 16px;
}

.card-header-top {
  color: var(--primary--color);
}
.card-header-label:last-child {
  margin-right: 0;
}

.election-data .card {
  background-color: #fff;
  background-clip: border-box;
  border-bottom: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.parties-row {
  padding: 10px 16px;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body table {
  width: 100%;
}
.parties-row:nth-child(even) {
  background: af0f0f08;
}
.col-auto {
  flex: 1 0 auto;
  width: auto;
  padding: 0 10px;
}
.party-icon img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 1px solid #dadada;
  padding: 3px;
  border-radius: 4px;
  width: 40px;
}

.party-name a {
  color: #111;
  font-size: 16px;
  display: block;
  font-weight: 600;
}

.col {
  flex: 17 0 0%;
  padding: 0 10px;
}

.party-name {
  display: flex;
  align-items: center;
  gap: 15px;
}

.party-name img {
  width: 30px;
}

.parties-row .card-header-label {
  height: 100%;
  display: grid;
  place-items: center;
  font-weight: 700;
  width: 40px;
}

.election-tabs {
  justify-content: center;
  margin-left: 0;
}

.election-tabs a {
  padding: 5px 15px;
  display: block;
  background: var(--primary--color);
  color: #fff !important;
  font-weight: bold;
  font-size: 15px !important;
  margin-bottom: 5px;
}

.election-tabs.uk-subnav > * {
  padding-left: 15px;
}

.election-tabs .uk-active a {
  background: var(--secondary--color);
}

.election-data {
  border: 1px solid #eee;
}

.mobile-view {
  display: none;
}

@media (max-width: 959px) {
  .election__section .grid .column-6 {
    grid-column: span 12;
  }
}

.tajaSamachar {
  margin-top: 20px;
}

.latest__news .news__title--small {
  font-size: 18px;
}
.facebook-comment{
  background-color: #f0f0f0;
  padding: 24px 15px;
  border-top: 3px solid #547bca;
}
.block-head-more{
  font-family: "Noto Sans Devanagari", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 0px 15px;
  margin: 0;
  display: inline-block;
  border: 0;
  background: #fff;
  position: relative;
  z-index: 2;
  float: right;
  line-height: 100%;
  color: var(--primary--color);
  margin-top: 7px;
}
.trend_container {
  height: 39px;
  display: block;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;}

.title__label {
  position: relative;
  padding: 0 1.6em;
  line-height: 3em;
  font-weight: 700;
  color: rgba(0,0,0,.6);
  font-size: 13px;
  background-color: rgba(0,0,0,.06);
  float: left;
}
.title__label::after {
  content: '';
  position: absolute;
  top: 12px;
  right: -18px;
  border-color: transparent transparent transparent rgba(0,0,0,.06);
  border-style: solid;
  border-width: 0.7em;
}
.hastag {
  float: left;
  width: max-content;
  margin-top: 7px;
}
.tag-cloud-link {
  padding: 10px;
  font-size: 17px !important;
  color: #656565;
}
.tag-cloud-link::before {
  content: "#";
  top: 8px;
  left: 10px;
  font-size: 15px;
  color: rgb(175, 173, 173);
  font-weight: 400;
  padding-right: 5px;
}
.video-sidebar {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  margin-top: 0;
  padding: 15px;
  overflow-y: auto;
  height: 500px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.video-sidebar::-webkit-scrollbar {
  width: 6px;
}

.video-sidebar::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.video-sidebar::-webkit-scrollbar-thumb {
  background: rgba(220, 41, 28, 0.5);
  border-radius: 10px;
}

.video-sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(220, 41, 28, 0.7);
}
.video-lgbox {
  margin: 15px 0 0 0;
  padding: 15px 0;
}

.video-lgbox .news__title--xlarge {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.video-lgbox .news__title--xlarge a {
  color: #fff;
  transition: color 0.3s ease;
}

.video-lgbox .news__title--xlarge a:hover {
  color: #ff4444;
}

.video-wrapper {
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
}

/* Person/Personality Section - Modern Professional Design */
.person-personalit__section {
  padding: 40px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.person-personalit__section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #667eea 100%);
  background-size: 200% 100%;
  animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.person-personalit__section .cat-head {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.person-personalit__section .cat-head::before {
  background: linear-gradient(90deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.3) 100%);
}

.person-personalit__section .cat-name {
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
  border-radius: 8px 8px 0 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  padding: 12px 20px;
  font-size: 30px;
  font-weight: 600;
}

.person-personalit__section .cat-name::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.person-personalit__section .cat-head:hover .cat-name::before {
  left: 100%;
}

.person-personalit__section .cat-name::after {
  content: '';
  position: absolute;
  top: 8px;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #764ba2;
  filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.2));
}

.person-personalit__section .cat-name > a {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.person-personalit__section .cat-name > a::before {
  content: "\f2c0";
  font-family: "Font Awesome 6 Solid";
  font-weight: 900;
  font-size: 20px;
  display: inline-block;
}

.person-personalit__section .cat-head:hover .cat-name {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}

.person-personalit__section .cat-head:hover .cat-name > a {
  transform: scale(1.05);
}

.person-personalit__section .row--news {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.person-personalit__section .row--news:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.25);
}

.person-personalit__section .row--news > a {
  display: block;
  height: 200px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.person-personalit__section .row--news > a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(102, 126, 234, 0.1) 100%);
  transition: opacity 0.3s ease;
  opacity: 0;
}

.person-personalit__section .row--news:hover > a::after {
  opacity: 1;
}

.person-personalit__section .row--news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.person-personalit__section .row--news:hover > a img {
  transform: scale(1.1);
}

.person-personalit__section .row--news .news__title--medium {
  margin: 0;
  padding: 18px 20px;
  line-height: 1.5;
  flex: 1;
  display: flex;
  align-items: center;
}

.person-personalit__section .row--news .news__title--medium a {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.person-personalit__section .row--news .news__title--medium a:hover {
  color: #667eea;
}

.person-personalit__section .grid {
  gap: 25px;
}

/* Responsive Styles for Person/Personality Section */
@media (max-width: 1024px) {
  .person-personalit__section {
    padding: 35px 0;
  }

  .person-personalit__section .row--news > a {
    height: 180px;
  }

  .person-personalit__section .row--news .news__title--medium {
    padding: 15px 18px;
  }

  .person-personalit__section .row--news .news__title--medium a {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .person-personalit__section {
    padding: 30px 0;
  }

  .person-personalit__section .cat-name {
    font-size: 22px;
    padding: 10px 18px;
  }

  .person-personalit__section .row--news > a {
    height: 200px;
  }

  .person-personalit__section .row--news .news__title--medium {
    padding: 15px 18px;
  }

  .person-personalit__section .row--news .news__title--medium a {
    font-size: 16px;
    -webkit-line-clamp: 2;
  }

  .person-personalit__section .grid {
    gap: 20px;
  }
}

/* Technology Section - Photo Feature Style Card Design */
.technology__section {
  padding: 40px 0;
}

.technology__feature--container {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #1a1a1a;
  transition: transform 0.3s ease;
}

.technology__feature--container:hover {
  transform: translateY(-3px);
}

/* Image Wrapper */
.technology-gallery-image-wrapper {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 8px;
}

/* Image Container */
.technology-gallery-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.technology-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.technology__feature--container:hover .technology-gallery-image img {
  transform: scale(1.05);
}

/* Gradient Overlay for Title */
.technology-gallery-image-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Gallery Icon - Red Square with Picture Frame */
.technology-gallery-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  background: #DC2626;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.technology-gallery-icon svg {
  width: 20px;
  height: 20px;
}

/* Title Overlay on Image */
.technology-gallery-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 20px;
  z-index: 2;
}

.technology-gallery-title-overlay .news__title--medium {
  margin: 0;
}

.technology-gallery-title-overlay .news__title--medium a {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  display: block;
  transition: color 0.3s ease;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.technology-gallery-title-overlay .news__title--medium a:hover {
  color: #fff;
  opacity: 0.9;
}

.technology__section .grid {
  gap: 20px;
}

/* Technology Section Responsive Styles */
@media (max-width: 1280px) {
  .technology-gallery-image-wrapper {
    height: 320px;
  }
}

@media (max-width: 1024px) {
  .technology__section {
    padding: 35px 0;
  }

  .technology-gallery-image-wrapper {
    height: 300px;
  }

  .technology-gallery-title-overlay {
    padding: 20px 15px;
  }

  .technology-gallery-title-overlay .news__title--medium a {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .technology__section {
    padding: 30px 0;
  }

  .technology-gallery-image-wrapper {
    height: 280px;
  }

  .technology-gallery-title-overlay {
    padding: 18px 15px;
  }

  .technology-gallery-title-overlay .news__title--medium a {
    font-size: 18px;
  }

  .technology-gallery-icon {
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
  }

  .technology-gallery-icon svg {
    width: 16px;
    height: 16px;
  }

  .technology__section .grid {
    gap: 15px;
  }
}

@media (max-width: 640px) {
  .technology-gallery-image-wrapper {
    height: 250px;
  }

  .technology-gallery-title-overlay {
    padding: 15px 12px;
  }

  .technology-gallery-title-overlay .news__title--medium a {
    font-size: 16px;
    line-height: 1.4;
  }

  .technology__section .grid {
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .technology__section {
    padding: 25px 0;
  }

  .technology-gallery-image-wrapper {
    height: 220px;
  }

  .technology-gallery-title-overlay {
    padding: 12px 10px;
  }

  .technology-gallery-title-overlay .news__title--medium a {
    font-size: 15px;
    line-height: 1.3;
  }

  .technology-gallery-icon {
    width: 22px;
    height: 22px;
    top: 8px;
    right: 8px;
  }

  .technology-gallery-icon svg {
    width: 14px;
    height: 14px;
  }

  .technology__section .grid {
    gap: 10px;
  }
}

.cat-name::after {
  content: '';
  position: absolute;
  top: 10px;
  right: -24px;
  border-color: transparent transparent transparent rgb(0 78 144);
  border-style: solid;
  border-width: 0.4em;
}

/* Responsive styles for cat-name::after on mobile */
@media (max-width: 768px) {
  .cat-name::after {
    right: -19px;
  }
}

@media (max-width: 640px) {
  .cat-name::after {
    right: -15px;
  }
}

@media (max-width: 480px) {
  .cat-name::after {
    right: -12px;
  }
}

.header--right > a.recent--menu {
  font-size: 18px;
  background-color: #053a67;
  margin-bottom: -1px;
  padding: 17px 15px;
}

.header--right > a.trending--menu {
  font-size: 18px;
  background-color: #dc291c;
  margin-bottom: -1px;
  border-left: 1px solid #c5d4eb;
  min-width: 41px;
  padding: 18px 15px;
}

.header--right > a.search--menu {
  font-size: 18px;
  background-color: #f25a29;
  margin-bottom: -1px;
  border-left: 1px solid #c5d4eb;
  min-width: 41px;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
}