@font-face {
  font-family: 'Tanker';
  src: url('../fonts/Tanker_Complete/Fonts/OTF/Tanker-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 0;
  font-family: 'Tanker', sans-serif;
  background: #fff;
  overflow-x: hidden;
}

/* ✅ Sticky header container */
.header-container {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 90px;
  background: white;
  border-bottom: 1px solid #eee;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.dots {
  display: grid;
  grid-template-columns: repeat(3, 6px);
  gap: 4px;
}

.dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #41004e;
}
.dots span:first-child {
  background: #d23847;
}
/* Dots Menu */
.cat-button-sec.dots {
  display: grid;
  grid-template-columns: repeat(3, 6px);
  gap: 4px;
  width: max-content;
  cursor: pointer;
  margin: 20px;
}

.cat-button-sec.dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #41004e;
}

.cat-button-sec.dots span:first-child {
  background: #d23847;
}

/* Sidebar Container */
.cat-button-sec.sidebar {
  position: fixed;
  top: 0;
  left: -397px;
  width: 280px;
  height: 100vh;
  background: white;
  box-shadow: 2px 0 6px rgba(0,0,0,0.1);
  padding: 20px;
  transition: left 0.3s ease-in-out;
  z-index: 1000;
  
}

/* Sidebar Opened */
.cat-button-sec.sidebar.active {
  left: 0;
}

/* Close Dots Positioning */
.cat-button-sec.dots.close-dots {
 margin-top: -3px;
  margin-left: 230px;
}

/* Search Input */
.cat-button-sec.search-bar {
  width: 85%;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 6px;
  border: none;
  background: #eef2f2;
  font-size: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23d23847" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>');
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 36px;
}

/* Navigation List */
.cat-button-sec.nav-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.cat-button-sec.nav-list li {
  font-size: 24px;
  font-weight: 200;
  color: #26023c;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cat-button-sec.nav-list li.highlight {
  color: #ff3c3c;
}

.cat-button-sec.nav-list .arrow {
  font-size: 16px;
}

/* Cover Image */
.cat-button-sec.cover-image img {
  width: 100%;
  border-radius: 10px;
}


/* Your existing search icon */
/* 🔍 Search Icon */
.search-icon {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.circle {
  width: 15px;
  height: 15px;
  border: 3px solid #e63245;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
}

.handle {
  width: 8px;
  height: 2px;
  background-color: #24003d;
  position: absolute;
  bottom: 3px;
  right: -1px;
  transform: rotate(45deg);
  border-radius: 2px;
}

/* 🔎 Search Sidebar (hidden by default) */
.cat-button-secs.search-sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100vh;
  background-color: white;
  z-index: 999;
  padding: 20px;
  box-shadow: -4px 0 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: right 0.3s ease;
}

/* Sidebar when active */
.cat-button-secs.search-sidebar.active {
  left: 0;
}

/* Search Bar inside Sidebar */
.cat-button-secs.search-bar {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  background: #eef2f2;
  border: none;
  font-size: 14px;
  margin-top: 60px;
}

/* Heading */
.cat-button-secs.heading {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 300;
  color: #24003d;
}

/* Close Dots */
.cat-button-secs.dots.close-dots {
  display: grid;
  grid-template-columns: repeat(3, 6px);
  gap: 4px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.cat-button-secs.dots.close-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #41004e;
}

.cat-button-secs.dots.close-dots span:first-child {
  background: #d23847;
}



.logo {
  font-family: "Merriweather", serif;
  font-size: 46px;
  font-weight: 100;
  color: #f80e1e;
  text-shadow: 0.3px 0.3px 0 currentColor;
}


.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Overpass", sans-serif;
  font-weight: 200;
}

.login {
  text-decoration: none;
  color: black;
  font-size: 16px;
}

.user-icon img {
  width: 24px;
  margin-top: 8px;
}

.subscribe-button {
  background: #FFD500;
  color: #1c003b;
  font-weight: 300;
  padding: 9px 11px;
  border-radius: 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-family: 'Tanker', sans-serif;
  font-size: 13px;
}

.bold-h {
  font-weight: bold;
  font-family: 'Tanker', sans-serif;
  margin-right: 6px;
  font-size: 18px;
}

/* Navigation menu */
.nav-menu {
   display: flex;
  align-items: center;
  padding: 13px 90px;
  gap: 25px;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
  font-family: "Overpass", sans-serif;
  background: #fff;
}

.nav-menu a {
  text-decoration: none;
  color: #1c003b;
  font-weight: 700;
  font-size: 14px;
  font-family: "Overpass", sans-serif;
  padding-bottom: 2px;
  border-bottom: 3px solid transparent;
  transition: border-color 0.2s ease;
}

/* Hover/touch active state */
.nav-menu a:hover,
.nav-menu a:focus {
  border-bottom: 2px solid #000;
}

.nav-menu a:nth-child(n+3) {
  color: #9c8ba3;
  font-weight: normal;
}


/* start sec */
.featured-news {
  display: grid;
  grid-template-columns: 1.2fr 2.1fr 0.9fr;
  border-top-left-radius: 120px;
  gap: 40px;
  padding: 40px 90px;
  align-items: start;
}

/* Left text block */
.left-headline .section-title {
  color: #1c003b;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
   color: #f13c47;
   font-family: 'Inter', sans-serif;
}

.main-title {
  color: #101010;
  font-weight:100;
  font-size: 30px;
  line-height: 1.25;
  margin: 0;
  width: 100%;
  font-family: 'Tanker', sans-serif;
}
.main-title:hover{
  color: #f13c47;
}

/* Center image */
.main-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  height: 100%;
}

/* Right side article */
.side-article {
  font-family: 'Overpass', sans-serif;
  color: #1c003b;
}

.side-tag {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 8px;
}

.side-tag .red {
  color: #f13c47;
}
.side-tag .red:hover{
  color: black;
}

.side-title {
  font-size: 23px;
  font-weight: 100;
  margin: 0 0 10px;
  color: #1c003b;
  line-height: 1.3;
  font-family: 'Tanker', sans-serif;
}
.side-title:hover{
   color: #f13c47;
}

.side-img img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 12px;
}

.side-excerpts {
  font-size: 16px;
  color: #4d3c5a;
  line-height: 1.5;
  margin: 0;
  font-family: 'Overpass', sans-serif;
  margin-top: 20px;
}
.side-excerpts:hover{
   color: #f13c47;
}
.side-excerpt {
  font-size: 16px;
  color: #4d3c5a;
  line-height: 1.5;
  margin: 0;
}
.side-excerpt:hover{
  color: #f13c47;
}
.au-a{
  text-decoration: none;
  color: black;
}

.edit-sec-news-site-card {
  background-color: #f1f6f7;
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
  width: 175px;
  text-align: center;
  font-family: 'Overpass', sans-serif;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.edit-sec-news-site-card:hover{
  background-color: #e63245 ;
}

.edit-sec-news-site-category {
  color: #e63245;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.edit-sec-news-site-category:hover{
  color: black;
}


.edit-sec-news-site-title {
  color: #1c003b;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 15px 0;
  font-family: 'Tanker', sans-serif;
}

.edit-sec-news-site-author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.edit-sec-news-site-author {
  color: #1c003b;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.row {
  display: flex;
  gap: 60px;
  padding: 0px 90px;
}

/* Remove max-width constraint */
.block {
  display: flex;
  flex-direction: column;
}

/* First column: smaller width (e.g., 30%) */
.block:first-child {
  flex: 0 0 30%;
}

/* Second column: larger width (e.g., 70%) */
.block:last-child {
  flex: 0 0 40%;
}

.label {
  font-weight: 700;
  color: #FF3C38;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.title {
  font-family: 'Tanker', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 20px;
 
}
.title:hover{
  color: #d23847;
}

.text {
     font-size: 16px;
    color: #4d3c5a;
    line-height: 1.5;
    margin: 0;
    font-family: 'Overpass', sans-serif;
}


.des-sec-grid-news-container {
      max-width: 1300px;
      margin: 40px auto;
      padding: 0 90px;
      display: grid;
      grid-template-columns: repeat(3, 1fr) 280px;
      gap: 30px;
    }

    .des-sec-grid-news-article {
      display: flex;
      flex-direction: column;
    }

    .des-sec-grid-news-image {
      width: 100%;
      height: 150px;
      background-color: #ddd;
      object-fit: cover;
      margin-bottom: 10px;
    }

    .des-sec-grid-news-label {
       font-family: 'Overpass', sans-serif;
      font-weight: 700;
      color: #FF3C38;
      font-size: 0.95em;
      margin-bottom: 5px;
    }

    .des-sec-grid-news-title {
      font-family: 'Tanker', sans-serif;
      font-weight: 400;
      font-size: 1.3em;
      line-height: 1.5;
      margin-bottom: 10px;
    }

    .des-sec-grid-news-text {
        font-family: 'Overpass', sans-serif;
      font-size: 0.95em;
      color: #333;
      line-height: 1.5;
    }

    .des-sec-grid-news-sidebar {
  background-color: #FF3C38;
  color: white;
  padding: 20px;
  border-radius: 8px;
  font-size: 0.9em;
  position: sticky;
  top: 70px; /* distance from top of the viewport */
  align-self: start; /* makes it work properly in a grid/flex container */
}


    .des-sec-grid-news-sidebar-title {
      font-weight: 700;
      margin-bottom: 20px;
        font-family: 'Overpass', sans-serif;
    }

    .des-sec-grid-news-sidebar-item {
        font-family: 'Overpass', sans-serif;
      margin-bottom: 10px;
      border-left: 2px solid white;
      padding-left: 10px;
    }

    .des-sec-grid-news-button {
      margin-top: 20px;
      background-color: white;
      color: #22002E;
      padding: 10px 15px;
      border: none;
      border-radius: 5px;
      font-weight: 600;
      cursor: pointer;
    }

    .des-sec-grid-news-bottom {
      max-width: 1300px;
      margin: 40px auto;
      padding: 0 90px;
      display: grid;
      grid-template-columns: 0.4fr 0.4fr;
      gap: 30px;
      align-items: start;
    }

    .des-sec-grid-news-debate {
      background-color: #f0f2f4;
      padding: 20px;
      border-radius: 6px;
      
    }

    .des-sec-grid-news-debate-title {
        font-family: 'Overpass', sans-serif;
      color: #FF3C38;
      font-weight: 700;
      font-size: 0.95em;
      margin-bottom: 10px;
    }

    .des-sec-grid-news-debate-headline {
     
      font-weight: 100;
      font-size: 1em;
      margin-bottom: 15px;
    }

    .des-sec-grid-news-author {
      background: #fff;
      padding: 10px 15px;
      border-radius: 4px;
      margin-bottom: 10px;
      font-size: 0.9em;
    }

    .des-sec-grid-news-gaza-image {
      
      border-radius: 6px;
      object-fit: contain;
      height: 270px;
    }

    .pod-sec-grid-news-container {
      max-width: 1300px;
      margin: 40px auto;
      padding: 0 90px;
      background-color: #000;
      height: 793px;
    }

    .pod-sec-grid-news-grid {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr;
      gap: 30px;
      margin-bottom: 40px;
    }

    .pod-sec-grid-news-card {
     
      margin: 22px;
    }

    .pod-sec-grid-news-image {
      width: 100%;
      height: auto;
      border-radius: 5px;
      margin-bottom: 10px;
    }
    .pod-sec-grid-news-cta-image {
  width: 350px;
  height: auto;
  border-radius: 6px;
}


    .pod-sec-grid-news-badge {
       font-family: 'Overpass', sans-serif;
      font-size: 0.75em;
      font-weight: 700;
      color: #FF3C38;
      margin-bottom: 10px;
    }

    .pod-sec-grid-news-title {
    
      font-weight: 200;
      font-size: 28px;
      color: white;
      line-height: 1.4;
      margin-bottom: 10px;
    }
    .pod-sec-grid-news-title:hover{
      color: #e63245;
    }
    .pod-sec-grid-newss-title {
    font-weight: 100;
      font-size: 24px;
      color: white;
      line-height: 1.4;
      margin-bottom: 10px;
    }
.pod-sec-grid-news-side-card {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #333;
  padding-top: 20px;
  margin-top: 20px;
}

.pod-sec-grid-news-side-image {
  width: 120px;
  height: auto;
  border-radius: 5px;
}

.pod-sec-grid-news-side-text {
  font-weight: 100;
  font-size: 15px;
  color: white; /* Light peach like screenshot */
  line-height: 1.4;
}
.pod-sec-grid-news-side-text:hover{
  color: #e63245;
}
     .pod-sec-grid-newss-title:hover{
      color: #e63245;
     }
    .pod-sec-grid-news-text {
      font-family: 'Overpass', sans-serif;
      font-size: 0.98em;
      color: #ccc;
      line-height: 1.5;
    }

    .pod-sec-grid-news-highlight {
      font-weight: 700;
      color: #FF3C38;
      font-size: 0.9em;
    }

    .pod-sec-grid-news-video-cta {
      background-color: #DDF4FF;
      padding: 20px 30px;
      border-radius: 8px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #000;
      flex-wrap: wrap;
    }

    .pod-sec-grid-news-video-text {
     
      font-weight: 700;
      font-size: 1.1em;
      color: #001F3F;
    }

    .pod-sec-grid-news-button {
      background-color: #FF3C38;
      color: white;
      border: none;
      padding: 10px 20px;
      font-weight: bold;
      border-radius: 5px;
      cursor: pointer;
      font-size: 0.9em;
    }

    .pod-sec-grid-news-avatars {
      margin-top: 20px;
      display: flex;
      gap: 15px;
      align-items: center;
    }

    .pod-sec-grid-news-avatar {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
    }

    

 .art-sec-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 30px 90px;
  
}

/* Shared for Columns 1 and 2 */
.news-card {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.news-card:hover {
  transform: scale(1.03);
}

.news-card .overlay {
  position: absolute;
  bottom: 0;
  color: white;
  left: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.news-card .overlay .tag {
  color: #f44336;
  font-weight: 200;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.news-card .overlay h3 {
  font-size: 32px;
  font-weight: 200;
  margin: 5px 0;
}

.news-card .overlay .desc {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.4;
  font-weight: 200;
   font-family: 'Overpass', sans-serif;
}

.news-card .overlay .yellow {
  color: #ffc107;
  font-weight: bold;
}

/* Column 3 */
.most-read {
  background: #fff;
  padding: 0 10px;
}

.most-read h3 {
  color: #f44336;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 200;
  text-transform: uppercase;
}

.read-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  position: relative;
}

.read-item .num {
  font-size: 36px;
  font-weight: bold;
  color: #e0d9e8;
  margin-right: 10px;
}

.read-thumb {
  width: 124px;
  height: 102px;
  overflow: hidden;
  margin-right: 10px;
  flex-shrink: 0;
}

.read-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.read-item:hover .read-thumb img {
  transform: scale(1.05);
}

.read-item p {
  font-size: 16px;
  color: #050505;
  font-weight: 200;
  line-height: 1.3;
}


    .highlight {
      color: red;
      font-weight: bold;
    }

    .articles-most-read {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .article-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }

    .article-num {
      font-size: 2rem;
      color: #999;
      font-weight: bold;
    }

    .bottom-row {
      display: flex;
      gap: 20px;
    }

    .bottom-row .col {
      flex: 1;
    }

    .article-bottom-text {
      font-size: 0.95rem;
      color: #333;
    }

    .img-text {
      display: flex;
      gap: 10px;
    }

    .img-small {
      width: 80px;
      height: 80px;
      background-size: cover;
      background-position: center;
    }

.series-section {
  padding: 40px 90px;
  background-color: #000;
  overflow: hidden;
}

.series-header {
  font-size: 32px;
  font-weight: 100;
  color: #ff3d3d;
  margin-bottom: 30px;
}

.carousel-container {
  position: relative;
  display: flex;
  align-items: center;
}

.carousel-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.carousel-track::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.carousel-item {
  flex: 0 0 auto;
  width: 260px;
 padding-bottom: 10px;
}

.carousel-item img {
  width: 100%;
  height: auto;
 display: block;
}

.series-title {
  margin-top: 10px;
  font-size: 22px;
  color: #fff;
}

.series-episodes {
   font-family: 'Overpass', sans-serif;
  color: #999;
  font-size: 14px;
  margin-top: 4px;
}





.discover-button-container {
  margin-top: 40px;
  background-color: #9e3b43;
  padding: 40px 20px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  height: 30px;
}

.discover-button {
  background-color: #ff3d3d;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 14px 30px;
  border-radius: 5px;
  cursor: pointer;
}

.discover-image {
  height: 100px; /* adjust as needed */
  max-width: 180px;
  object-fit: contain;
}

.featured-news-first-wrapper {
  background-color: #000000; /* light background to contrast the white box */
  padding-top: 10px;
}
.featured-news-wrapper {
  background-color: #edf3f3; /* light background to contrast the white box */
  padding-top: 10px;
}
.featured-news-last {
  background-color: white;
  border-top-left-radius: 54px;
  padding: 40px 90px;
  display: grid;
  grid-template-columns: 1.2fr 1.3fr 0.9fr;
  gap: 40px;
  align-items: start;
}


.main-images img {
  width: 85%;
  border-radius: 8px;
  height: 240px;
  margin-top: 30px;
}
.side-titles {
  font-size: 21px;
  font-weight: 100;
  margin: 10px 0 10px;
  color: #1c003b;
  line-height: 1.3;
  font-family: 'Tanker', sans-serif;
}


.side-title-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
}

.side-title-icon svg {
  width: 20px;
  height: 28px;
  flex-shrink: 0;
  margin-top: 10px;
}

.card-col-news-sec {
  background-color: #eaf0f0;
  padding: 40px 90px;
 
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  justify-content: center;
  align-items: stretch;
}

.news-card {
  background-color: white;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: background 0.3s, color 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-card .news-tag {
 
  font-size: 20px;
  margin-bottom: 8px;
  font-family: 'Overpass', sans-serif;
}

.news-card .news-title {
  font-size: 32px;
  margin: 0 0 12px;
  font-weight: 100;
}

.news-author {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  color: #222;
   font-family: 'Overpass', sans-serif;
}

.author-img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.red {
  color: #f43d3d;
}

.purple {
  color: #520a58;
}

.red-card {
  background-color: #f43d3d;
  color: white;
}

.red-card .news-title,
.red-card .news-author span {
  color: white;
  transition: color 0.3s;
}

.red-card:hover .news-title,
.red-card:hover .news-author span {
  color: #000;
}

.news-prison {
  text-align: center;
  align-self: center;
  padding: 20px;
}

.prison-headline {
  font-size: 50px;
  color: #f43d3d;
  font-weight: 200;
  margin-bottom: 20px;
  line-height: 1.2;
}

.news-tags .tag {
  display: inline-block;
  background: white;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 300;
  color: #1c003b;
  margin: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.news-card:hover {
  background-color: #f43d3d;
}

.news-card:hover .news-title,
.news-card:hover .news-author span ,
.news-card:hover .news-tag {
  color: white;
}

.second-carousel-wrapper {
  padding: 40px 60px;
  background-color: #fff;
}

.carousel-title {
  font-size: 36px;
  font-weight: 200;
  color: #f43d3d;
  margin-bottom: 20px;
  font-family: 'Tanker', sans-serif;
}

.second-carousel {
  overflow-x: auto;
}

.carousel-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.carousel-card {
  position: relative;
  min-width: 280px;
  height: 420px;
  background-color: #000;
  color: white;
  border-radius: 10px;
  overflow: hidden;
  font-family: 'Tanker', sans-serif;
 
}

.carousel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: brightness(70%);
}

.carousel-card:hover img {
  transform: scale(1.05);  /* zoom effect */
  filter: brightness(60%);
}
.carousel-card:hover .card-title {
color: #ea2929;
  
}


.card-tag {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: #1c003b;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 13px;
  z-index: 1;
}

.card-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-size: 30px;
  font-weight: 200;
  line-height: 1.2;
  color: white;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
  transition: color 0.3s ease;
}

.card-title:hover {
  color: #f43d3d;
}

/* Leftmost panel styling */
.carousel-category {
  background-color: #edf3f3;
  color: #1c003b;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
  min-width: 280px;
  height: 396px;
  border-radius: 10px;
}

.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-tags span {
  background-color: white;
  padding: 10px 16px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 14px;
  color: #1c003b;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.category-title {
  font-size: 24px;
  font-weight: bold;
  color: #f43d3d;
  margin: 20px 0 10px;
  font-family: 'Tanker', sans-serif;
}

.discover-button {
  background-color: #f43d3d;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  font-family: inherit;
  transition: background-color 0.3s ease;
}

.discover-button:hover {
  background-color: #d93333;
}

.capital-news-sec {
  padding: 60px 80px;
}

.capital-news-sec-header {
  display: flex;
  
  align-items: center;
  margin-bottom: 30px;
 
  padding-bottom: 10px;
}

.capital-news-sec-title {
  font-size: 32px;
  font-weight: 200;
  color: #f43d3d;
  text-transform: uppercase;
}

.capital-news-sec-link {
  font-size: 16px;
  color: #f43d3d;
  text-decoration: none;
   font-family: 'Overpass', sans-serif;
   margin-left: 30px;
}

.capital-news-sec-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
}

.capital-news-sec-left img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.capital-news-sec-left-title {
  font-size: 32px;
  font-weight: 200;
  color: #1c003b;
  margin: 20px 0 10px;
  line-height: 1.4;
}

.capital-news-sec-icon {
  font-size: 16px;
  margin-left: 5px;
}

.capital-news-sec-desc {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 200;
  color: #333;
 font-family: 'Overpass', sans-serif;
  
}

.capital-news-sec-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: -90px;
}

.capital-news-sec-card {
  display: flex;
  flex-direction: column;
}

.capital-news-sec-card-title {
  font-size: 22px;
  font-weight: 200;
  color: #1c003b;
  margin-bottom: 10px;
  line-height: 1.4;
}

.capital-news-sec-card img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 3px;
}

.capital-news-sec-card p {
  font-size: 15px;
  line-height: 1.5;
  color: #444;
  font-weight: 300;
   font-family: 'Overpass', sans-serif;
}
.highlight-news-item {
  display: flex;
  align-items: flex-start;
  font-family: 'Tanker', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #1c003b;
  line-height: 1.2;
}

.highlight-news-icon {
  width: 0;
  height: 0;
  margin-top: 6px;
  margin-right: 10px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #f43d3d;
}

.highlight-news-text {
  max-width: 480px;
}

 .entertainment-news-sec-final {
     background: linear-gradient(110.36deg, #eeee22 3.67%, #f7730e 97.5%); ;
      margin: 0 auto;
      padding: 0px 80px;
    }

    .entertainment-news-sec-final .section-title {
      font-size: 2.5rem;
      font-weight: 200;
      color: #24004c;
      margin-bottom: 5px;
      padding-top: 20px;
    }

    .entertainment-news-sec-final .section-subtitle {
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 30px;
      font-family: 'Overpass', sans-serif;
    }

    .entertainment-news-sec-final .card-row {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .entertainment-news-sec-final .card {
    
      border-radius: 12px;
      overflow: hidden;
      width: 100%;
      max-width: 330px;
    }

    .entertainment-news-sec-final .card img {
      width: 100%;
      display: block;
    }

    .entertainment-news-sec-final .card-content {
      background: transparent;
      padding: 15px;
      background: transparent;
      color: #fff;
    }

    .entertainment-news-sec-final .card-title-ent {
      font-size: 1.1rem;
      font-weight: 100;
      margin: 10px 0 5px;
    }

    .entertainment-news-sec-final .card-title-ent::before {
      content: "▶";
      margin-right: 8px;
      color: #ffeb3b;
    }

    .entertainment-news-sec-final .card-date {
        font-family: 'Overpass', sans-serif;
      font-size: 0.85rem;
      opacity: 0.8;
    }
   .international-news-sec-final {
      max-width: 1300px;
      margin: 0 auto;
      padding: 10px 90px;
    }

    .international-news-sec-final .top-bar {
      display: flex;
     
      align-items: center;
      margin-bottom: 30px;
    }

    .international-news-sec-final .section-title {
      font-size: 2rem;
      font-weight: 200;
      color: #ef3c3c;
    }

    .international-news-sec-final .view-all {
      font-size: 0.95rem;
        font-family: 'Overpass', sans-serif;
      color: #ef3c3c;
      text-decoration: none;
      font-weight: 500;
      margin-left: 20px;
    }

    .international-news-sec-final .content {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
    }

    .international-news-sec-final .col {
      flex: 1;
      min-width: 280px;
    }

    .international-news-sec-final img {
      width: 100%;
      border-radius: 10px;
    }

    .international-news-sec-final .main-article-title {
      font-size: 1.7rem;
      font-weight:100;
      color: #000000;
      margin-bottom: 10px;
    }

    .international-news-sec-final .main-article-summary {
      font-size: 0.93rem;
      line-height: 1.5;
      color: #333;
      font-weight: 300;
        font-family: 'Overpass', sans-serif;
    }

    .international-news-sec-final .headline {
      font-size: 1.1rem;
      font-weight: 200;
      color: #000000;
      margin-bottom: 15px;
    }
     .bou-tech-img-wrapper {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0px 90px;
    }

    .bou-tech-img-title {
      font-size: 1.8rem;
      font-weight:200;
      color: #ef3c3c;
      margin-bottom: 30px;
    }

   .bou-tech-img-row {
  display: flex;
  gap: 40px; /* spacing between columns */
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px; /* space around the whole row */
}

.bou-tech-img-card {
  text-align: center;
  flex: 1;
  min-width: 250px;
  max-width: 300px;
  margin-left: -45px;
  box-sizing: border-box;
}

.bou-tech-img-container {
  overflow: hidden;
  border-radius: 12px; /* smooth rounded edges */
  transition: transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff; /* ensure bg separation if needed */
}

.bou-tech-img-container img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease-in-out;
  border-radius: 12px; /* apply same border radius to image */
}

.bou-tech-img-container:hover img {
  transform: scale(1.08);
}
.bou-tech-img-label {
      font-weight:200;
      font-size: 1.5rem;
      color: #000000;
      margin-top: 12px;
     }

/* footer */
.ads-footer-style {
  background-color: #fdfdfd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 40px 20px;
   font-family: 'Overpass', sans-serif;
  text-align: center;
}

.ads-columns {
  max-width: 712px;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: center; /* Changed from space-around to center */
  gap: 60px; /* Reduced space between columns */
  flex-wrap: wrap;
}

.ads-section {
  flex: 1 1 300px;
  margin: 0; /* Removed excess margin */
}

.ads-section h4 {
  font-size: 14px;
  color: #e53b44;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ads-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ads-section ul li {
  margin-bottom: 6px;
}

.ads-section ul li a {
  text-decoration: none;
  color: #333;
  font-size: 13px;
}

.ads-section ul li a:hover {
  color: #e53b44;
  text-decoration: underline;
}

.ads-social-icons {
  margin-bottom: 20px;
}

.ads-social-icons a {
  margin: 0 8px;
  display: inline-block;
}

.ads-social-icons img {
  width: 20px;
  height: 20px;
}

.ads-logo img {
  width: 160px;
  height: auto;
  margin: 0 auto;
}
.footer-logo{
   font-family: "Merriweather", serif;
    font-size: 120px;
    font-weight: 100;
    color: #ef1322;
    text-shadow: 0.3px 0.3px 0 currentColor;
}



/* detail page */
.det-page-col-sec-container {
  background-color: #f2f7f7;
  text-align: center;
  padding: 60px 20px 40px;
  
}

.det-page-col-sec-meta {
  font-size: 14px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
   font-family: 'Overpass', sans-serif;
}

.det-page-col-sec-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #ffd700;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
}

.det-page-col-sec-headline {
  font-size: 34px;
  font-weight: 200;
  color: #ef0a15;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.3;
  text-transform: uppercase;
}
.det-twoside-col-sec-wrapper {
  display: flex;
  gap: 30px;
  padding: 40px 90px;
  
}

.det-twoside-col-sec-main {
  flex: 3;
}

.det-twoside-col-sec-lead {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
  font-family: 'Overpass', sans-serif;
}

.det-twoside-col-sec-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 14px;
   font-family: 'Overpass', sans-serif;
}

.det-twoside-col-sec-meta .category {
  color: #ff0c20;
  font-weight: 300;
  font-size: 20px;
   font-family: 'Tanker', sans-serif;
}

.det-twoside-col-sec-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.det-twoside-col-sec-author img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.det-twoside-col-sec-author a {
  color:black;
  font-weight: 300;
  text-decoration: underline;
   font-family: 'Overpass', sans-serif;
}

.det-twoside-col-sec-audio {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.det-twoside-col-sec-audio .audio-icon {
  background: #ffd700;
  color: black;
  border-radius: 50%;
  font-weight: bold;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
}

.det-twoside-col-sec-audio .audio-label a {
  color: #000;
  text-decoration: underline;
}

.det-twoside-col-sec-player .player-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f5f5f5;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 400px;
}

.det-twoside-col-sec-player .bar {
  flex: 1;
  height: 4px;
  background: #ccc;
  border-radius: 2px;
}

.det-twoside-col-sec-sidebar {
  flex: 1;
  background: #edf3f5;
  padding: 20px;
  border-radius: 10px;
  height: 50%;
}

.det-twoside-col-sec-sidebar h3 {
  color: black;
  font-weight: 200;
  font-size: 24px;
  margin-bottom: 20px;
}

.det-twoside-col-sec-sidebar .dot {
  color: red;
  font-size: 22px;
  vertical-align: middle;
  margin-right: 8px;
}

.det-twoside-col-sec-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.det-twoside-col-sec-list li {
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: 300;
   font-family: 'Overpass', sans-serif;
}

.det-twoside-col-sec-list li strong {
  margin-right: 10px;
}
.det-twoside-col-sec-player img{
  width: 96%;
  margin-top: 30px;
  border-radius: 6px;
}

.det-twoside-col-sec-btn {
  margin-top: 20px;
  background: #f5424e;
  border: none;
  padding: 10px 18px;
  color: white;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}
.mid-para{
  font-family: 'Overpass', sans-serif;
  color: rgb(136, 135, 135);
  font-size: 12px;
  text-align: center;

}
.det-para{
   font-family: 'Overpass', sans-serif;
   font-weight: 300;
   font-size: 15px;
   color: #000000;

}

.det-readalso-wrapper {
  margin-top: 50px;
  padding: 0 90px;
}

.det-readalso-title {
  color: #e82c2c;
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 20px;
  
}

.det-readalso-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.det-readalso-main {
  flex: 2;
  max-width: 45%;
}

.det-readalso-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.det-readalso-image-wrapper img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.det-readalso-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 20px;
  background: white;
  border-radius: 50%;
  padding: 4px;
}

.det-readalso-headline {
  margin-top: 17px;
  color: black;
  font-size: 20px;
  font-weight: 200;
}
.det-readalso-subtitle:hover{
  color: red;
}

.det-readalso-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: #555;
  font-size: 14px;
   font-family: 'Overpass', sans-serif;
}

.det-readalso-headline:hover{
  color: red;
}
.det-readalso-tag {
  background: #ffdb00;
  padding: 3px 6px;
  border-radius: 4px;
  color: #000;
}

.det-readalso-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 40%;
}

.det-readalso-item {
  display: flex;
  gap: 15px;
}

.det-readalso-thumb img {
width: 231px;
    height: 127px;
  border-radius: 6px;
  object-fit: cover;
}

.det-readalso-text {
  flex: 1;
}

.det-readalso-subtitle {
  font-weight: 200;
  font-size: 18px;
  color: #080808;
}

.det-readalso-playicon {
  color: #e82c2c;
  margin-right: 6px;
}

.det-readalso-submeta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #999;
  margin-top: 6px;
  font-family: 'Overpass', sans-serif;
}
.det-grid-img-col {
  margin-top: 50px;
  padding: 0 90px;
  
}

.det-grid-img-title {
  font-size: 28px;
  font-weight: 300;
  color: #e82c2c;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.det-grid-img-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.det-grid-img-card {
  display: flex;
  flex-direction: column;
}

.det-grid-img-image {
  width: 100%;
  height: auto;
  border-radius: 0px;
  object-fit: cover;
}

.det-grid-img-caption {
  margin-top: 10px;
  font-weight: 300;
  font-size: 15px;
  color: #2c2c2c;
  font-family: 'Overpass', sans-serif;
}

.det-grid-img-source {
  margin-top: 5px;
  color: #aaa;
  font-size: 8px;
  font-weight: 600;
  font-family: 'Overpass', sans-serif; 
}

.cat-banner {
  position: relative;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.cat-overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.3); /* Optional for better text contrast */
  display: flex;
  align-items: center;
  justify-content: center;
}

.cat-title {
  color: white;
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  
}
.cat-tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 90px;
}

.cat-tag {
  background-color: #f1f5f5;
  color: #1a0033;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 999px;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.cat-tag:hover {
  background-color: #e0eaea;
}

.cat-feature-grid-news-container {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 30px;
  padding: 20px 100px;
}

.cat-feature-grid-news-left,
.cat-feature-grid-news-right {
  display: flex;
  flex-direction: column;
}

.cat-feature-grid-news-title {
  font-size: 32px;
  font-weight: 200;
  color: #000000;
  margin-bottom: 16px;
  line-height: 1.3;
}

.cat-feature-grid-news-image-wrap {
  margin-bottom: 16px;
  position: relative;
}

.cat-feature-grid-news-img {
  width: 100%;
  border-radius: 5px;
}

.cat-feature-grid-news-description {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  font-family: 'Overpass', sans-serif;
}

.cat-feature-grid-news-sidebar {
  background-color: #f1f5f5;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cat-feature-grid-news-subtitle {
  font-size: 18px;
  font-weight: 200;
  color: white;
  margin-bottom: 10px;
}

.cat-feature-grid-news-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 16px 0;
}

.cat-feature-grid-news-list li {
  font-size: 14px;
  color: black;
  margin-bottom: 8px;
  line-height: 1.4;
}

.cat-feature-grid-news-button {
  background-color: #ed4251;
  color: white;
  border: none;
  padding: 10px 16px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

.cat-feature-grid-news-video-block {
  background-color: #111;
  padding: 16px;
  border-radius: 8px;
  color: white;
}

.cat-feature-grid-news-video-img {
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
}
.cat-feature-grid-news-title:hover{
  color: red;
}

.cat-feature-grid-news-bottom-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}

.cat-feature-grid-news-col {
  display: flex;
  flex-direction: column;
}

.cat-feature-grid-news-thumb {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 12px;
}

.cat-feature-grid-news-subtext {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #333;
  font-weight: 200;
}
.cat-feature-grid-news-subtext:hover{
  color: red;
}
.cat-feature-grid-news-subtexts {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #333;
  font-family: 'Overpass', sans-serif;
}
.bookmark-image-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.bookmark-svg {
  position: absolute;
  top: -7px;
    left: -4px;
    width: 24px;
  height: 32px;
  z-index: 1;
}

.cat-including-row-sec {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: 20px 0;
}

.cat-including-col-img {
  flex: 0 0 180px;
}

.cat-including-thumb {
  width: 100%;
  border-radius: 6px;
  display: block;
}

.cat-including-col-text {
  flex: 1;
}

.cat-including-title-link {
  text-decoration: none;
}

.cat-including-title {
  font-weight: 200;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.cat-including-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 0.85rem;
  color: #aaa;
   font-family: 'Overpass', sans-serif;
}

.cat-including-badge {
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
}

.cat-icon {
  display: inline-block;
  background: #ffcc00;
  border-radius: 50%;
  font-weight: bold;
  padding: 2px 6px;
  color: #22002d;
  font-size: 0.8rem;
}
.cat-including-row-sec {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.cat-button-sec.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 60px 0;
 
}

.cat-button-sec.nav-previous,
.cat-button-sec.nav-next {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-weight: bold;
}

.cat-button-sec.text.disabled {
  color: #ddd;
}

.cat-button-sec.page-numbers {
  display: flex;
  gap: 0.5rem;
  font-weight: 200;
}

.cat-button-sec.page {
  color: #001;
  cursor: pointer;
}

.cat-button-sec.page.active {
  color: red;
  text-decoration: underline;
}

.cat-button-sec.arrow {
  font-size: 1rem;
}

.cat-button-sec.breadcrumb {
  display: flex;
  gap: 0.5rem;
  margin-top: 10px;
  font-family: sans-serif;
}

.cat-button-sec.crumb {
  color: #001;
  font-weight: normal;
}

.cat-button-sec.crumb.active {
  color: #001;
  font-weight: bold;
}

.cat-button-sec.separator {
  color: red;

}
.cat-including-title:hover{
  color: rgb(208, 43, 43);
}


/* Responsive */
@media (max-width: 768px) {
  .cat-feature-grid-news-container {
    grid-template-columns: 1fr;
  }
}




@media (max-width: 768px) {
  .det-readalso-grid {
    flex-direction: column;
  }

  .det-readalso-main,
  .det-readalso-side {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .det-twoside-col-sec-wrapper {
    flex-direction: column;
  }

  .det-twoside-col-sec-sidebar {
    margin-top: 30px;
  }
}


@media (max-width: 768px) {
  .det-page-col-sec-headline {
    font-size: 22px;
    padding: 0 10px;
  }
}


/* Responsive Design */
@media (max-width: 768px) {
  .ads-columns {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .ads-section {
    flex: none;
    width: 100%;
    max-width: 320px;
  }

  .ads-logo img {
    width: 130px;
  }
}


    @media (max-width: 900px) {
      .international-news-sec-final .content {
        flex-direction: column;
      }
    }
    @media (max-width: 900px) {
      .entertainment-news-sec-final .card-row {
        flex-direction: column;
        align-items: center;
      }
    }

/* Responsive */
@media (max-width: 960px) {
  .capital-news-sec-grid {
    grid-template-columns: 1fr;
  }
  .capital-news-sec-right {
    grid-template-columns: 1fr;
  }
}
