@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;
}

/* 🔍 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;
}

.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;
}

/* ── Featured Hero ── */
.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;
  height: 450px;
}

.left-headline .section-title {
  color: #f13c47;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
  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;
}

.main-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  height: 100%;
}

.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;
}

.block {
  display: flex;
  flex-direction: column;
}

.block:first-child {
  flex: 0 0 30%;
}

.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 {
    margin-top:90px;
  background-color: #FF3C38;
  color: white;
  padding: 20px;
  border-radius: 8px;
  font-size: 0.9em;
  position: sticky;
  top: 400px; /* increased from 70px — adjust this value to taste */
  align-self: start;
}

.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 Section (Black BG) ── */
.pod-sec-grid-news-container {
  max-width: 1300px;
  margin: 40px auto 0 auto;
  padding: 0 90px 120px 90px;
  background-color: #000;
  height: auto;
}

.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-newss-title:hover {
  color: #e63245;
}

.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;
  line-height: 1.4;
}
.pod-sec-grid-news-side-text:hover {
  color: #e63245;
}

.pod-sec-grid-news-text {
  font-family: 'Overpass', sans-serif;
  font-size: 0.98em;
  color: #ccc;
  line-height: 1.5;
}

/* ── Blue CTA Banner ── */
.pod-sec-grid-news-video-cta {
  background-color: #d6ecf8;
  max-width: 1480px;
  width: calc(100% - 180px);
  margin: -70px auto 10px auto;
  padding: 34px 42px;
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 20;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* LEFT TEXT */
.pod-sec-grid-news-video-text {
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.35;
  text-transform: uppercase;
  color: #001F3F;
  max-width: 320px;
  flex-shrink: 0;
}

/* CENTER BUTTON */
.pod-sec-grid-news-button {
  background: #ef3434;
  color: #fff;
  border: none;
  padding: 16px 34px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s ease;
}

.pod-sec-grid-news-button:hover {
  background: #cf2626;
}

/* RIGHT AVATARS */
.pod-sec-grid-news-avatars {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 260px;
}

.pod-sec-grid-news-avatars img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  margin-left: -16px;
  background: #fff;
}

.pod-sec-grid-news-avatars img:first-child {
  margin-left: 0;
}

/* ── Art Section ── */
.art-sec-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 90px 30px 90px;
  margin-top: 0;
}

.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 */
.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;
}

/* ── Series Section ── */
.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;
  -ms-overflow-style: none;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.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;
  max-width: 180px;
  object-fit: contain;
}

/* ── Featured News Wrappers ── */
.featured-news-first-wrapper {
  background-color: #000000;
  padding-top: 10px;
}

.featured-news-wrapper {
  background-color: #edf3f3;
  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 Section ── */
.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 ── */
.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);
  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;
}

.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 ── */
.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;
  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 ── */
.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;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
}

.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;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.bou-tech-img-container img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease-in-out;
  border-radius: 12px;
}

.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;
  gap: 60px;
  flex-wrap: wrap;
}

.ads-section {
  flex: 1 1 300px;
  margin: 0;
}

.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;
}

/* ── Category Page ── */
.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);
  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);
}

/* ── Custom Pagination ── */
.custom-pagination nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.custom-pagination ul {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 8px;
}

.custom-pagination li {
  display: inline;
}

.custom-pagination a,
.custom-pagination span {
  display: block;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  background: #f1f1f1;
  color: #333;
  font-weight: 500;
  transition: 0.3s;
}

.custom-pagination a:hover {
  background: #c0392b;
  color: #fff;
}

.custom-pagination .active span {
  background: #c0392b;
  color: #fff;
  font-weight: bold;
}

.custom-pagination .disabled span {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ============================================================
   RESPONSIVE — max-width: 768px
   ============================================================ */

@media (max-width: 768px) {

  /* Prevent horizontal overflow globally */
  body {
    overflow-x: hidden;
  }

  *, *::before, *::after {
    box-sizing: border-box;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  /* ── Header ── */
  .header {
    padding: 10px 16px;
    flex-wrap: nowrap;
  }

  .logo {
    font-size: 28px;
  }

  .header-right .login,
  .header-right .user-icon {
    display: none;
  }

  .subscribe-button {
    font-size: 11px;
    padding: 7px 9px;
  }

  /* ── Nav menu ── */
  .nav-menu {
    padding: 10px 16px;
    gap: 14px;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .nav-menu::-webkit-scrollbar {
    display: none;
  }

  .nav-menu a {
    font-size: 12px;
    white-space: nowrap;
  }

  /* ── Featured news hero — FIX OVERLAPPING ── */
  .featured-news {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    padding: 16px !important;
    gap: 20px !important;
    border-top-left-radius: 0 !important;
  }

  .left-headline,
  .main-image,
  .side-article {
    width: 100% !important;
    min-width: 0 !important;
  }

  .main-image img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
  }

  /* ── Featured news wrappers ── */
  .featured-news-first-wrapper,
  .featured-news-wrapper {
    padding-top: 0 !important;
  }

  /* ── featured-news-last — FIX OVERLAPPING ── */
  .featured-news-last {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    padding: 20px 16px !important;
    gap: 20px !important;
    border-top-left-radius: 24px !important;
  }

  .main-images img {
    width: 100% !important;
    height: auto !important;
    margin-top: 0 !important;
  }

  /* ── Row / block ── */
  .row {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    padding: 16px !important;
  }

  .block,
  .block:first-child,
  .block:last-child {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  /* ── des-sec grid — FIX OVERLAPPING ── */
  .des-sec-grid-news-container {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 16px !important;
    margin: 20px auto !important;
    gap: 24px !important;
  }

  .des-sec-grid-news-article {
    width: 100% !important;
  }

  .des-sec-grid-news-image {
    width: 100% !important;
    height: 180px !important;
  }

  .des-sec-grid-news-sidebar {
    position: static !important;
    width: 100% !important;
  }

  /* ── des-sec bottom ── */
  .des-sec-grid-news-bottom {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 16px !important;
    margin: 20px auto !important;
    gap: 20px !important;
  }

  .des-sec-grid-news-gaza-image {
    width: 100% !important;
    height: auto !important;
  }

  /* ── pod-sec — FIX OVERLAPPING ── */
  .pod-sec-grid-news-container {
    height: auto !important;
    padding: 16px 16px 60px 16px !important;
    margin: 0 auto !important;
    max-width: 100% !important;
  }

  .pod-sec-grid-news-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  .pod-sec-grid-news-card {
    margin: 0 !important;
    width: 100% !important;
  }

  .pod-sec-grid-news-image,
  .pod-sec-grid-news-cta-image {
    width: 100% !important;
    height: auto !important;
  }

  .pod-sec-grid-news-title {
    font-size: 20px;
  }

  .pod-sec-grid-newss-title {
    font-size: 18px;
  }

  .pod-sec-grid-news-side-card {
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .pod-sec-grid-news-side-image {
    width: 100px !important;
    flex-shrink: 0 !important;
  }

  /* ── Blue CTA Banner ── */
  .pod-sec-grid-news-video-cta {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: calc(100% - 32px) !important;
    margin: -30px auto 20px auto !important;
    padding: 20px !important;
    gap: 16px !important;
  }

  .pod-sec-grid-news-avatars {
    min-width: 0 !important;
  }

  .pod-sec-grid-news-avatars img {
    width: 40px !important;
    height: 40px !important;
  }

  /* ── art-sec ── */
  .art-sec-news-grid {
    display: flex !important;
    flex-direction: column !important;
    padding: 16px !important;
    gap: 16px !important;
  }

  .news-card {
    min-height: 280px;
  }

  .news-card .overlay h3 {
    font-size: 22px;
  }

  /* ── Series section ── */
  .series-section {
    padding: 20px 16px;
  }

  .carousel-item {
    width: 200px;
  }

  /* ── card-col-news-sec ── */
  .card-col-news-sec {
    padding: 20px 16px;
  }

  .card-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  .prison-headline {
    font-size: 32px;
  }

  /* ── second carousel wrapper ── */
  .second-carousel-wrapper {
    padding: 20px 16px;
  }

  .carousel-card {
    min-width: 220px;
    height: 320px;
  }

  .card-title {
    font-size: 20px;
  }

  .carousel-category {
    min-width: 220px;
    height: auto;
    padding: 16px;
  }

  /* ── Capital news — FIX OVERLAPPING ── */
  .capital-news-sec {
    padding: 24px 16px;
  }

  .capital-news-sec-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }

  .capital-news-sec-right {
    display: flex !important;
    flex-direction: column !important;
    margin-top: 0 !important;
    gap: 20px !important;
  }

  /* ── Entertainment — FIX OVERLAPPING ── */
  .entertainment-news-sec-final {
    padding: 0 16px;
  }

  .entertainment-news-sec-final .section-title {
    font-size: 1.8rem;
  }

  .entertainment-news-sec-final .card-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;
  }

  .entertainment-news-sec-final .card {
    max-width: 100% !important;
    width: 100% !important;
  }

  /* ── International — FIX OVERLAPPING ── */
  .international-news-sec-final {
    padding: 10px 16px;
  }

  .international-news-sec-final .content {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  .international-news-sec-final .col {
    min-width: 0 !important;
    width: 100% !important;
  }

  /* ── bou-tech images ── */
  .bou-tech-img-wrapper {
    padding: 0 16px;
  }

  .bou-tech-img-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    padding: 0 !important;
  }

  .bou-tech-img-card {
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    width: 100% !important;
  }

  /* ── Footer logo ── */
  .footer-logo {
    font-size: 52px;
  }

  .ads-columns {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .ads-section {
    flex: none;
    width: 100%;
    max-width: 320px;
  }

  .ads-logo img {
    width: 130px;
  }

  /* ── Detail page ── */
  .det-page-col-sec-headline {
    font-size: 22px;
    padding: 0 10px;
  }

  .det-twoside-col-sec-wrapper {
    display: flex !important;
    flex-direction: column !important;
    padding: 20px 16px !important;
    gap: 20px !important;
  }

  .det-twoside-col-sec-sidebar {
    width: 100% !important;
    height: auto !important;
  }

  .det-readalso-wrapper {
    padding: 0 16px;
    margin-top: 30px;
  }

  .det-readalso-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  .det-readalso-main,
  .det-readalso-side {
    max-width: 100% !important;
    width: 100% !important;
  }

  .det-readalso-thumb img {
    width: 100px;
    height: auto;
  }

  .det-grid-img-col {
    padding: 0 16px;
    margin-top: 30px;
  }

  .det-grid-img-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  /* ── Category page ── */
  .cat-tags-container {
    padding: 12px 16px;
  }

  .cat-feature-grid-news-container {
    display: flex !important;
    flex-direction: column !important;
    padding: 16px !important;
    gap: 20px !important;
  }

  .cat-feature-grid-news-bottom-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin-top: 16px !important;
  }

  .cat-title {
    font-size: 28px;
  }

  .cat-including-col-img {
    flex: 0 0 110px;
  }

  /* ── Edit-sec cards ── */
  .edit-sec-news-site-card {
    width: auto;
  }

  /* ── Discover button container ── */
  .discover-button-container {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    padding: 20px 16px !important;
    gap: 16px !important;
    align-items: center !important;
  }

  /* ── Pagination ── */
  .cat-button-sec.pagination-container {
    gap: 1rem;
    flex-wrap: wrap;
    margin: 32px 0;
  }

  /* ── Sidebar full-width on mobile ── */
  .cat-button-sec.sidebar {
    width: calc(100vw - 40px);
    left: -100vw;
  }

  .cat-button-sec.sidebar.active {
    left: 0;
  }

  .cat-button-sec.dots.close-dots {
    margin-left: calc(100vw - 80px);
  }
}

/* ============================================================
   TABLET / MEDIUM — max-width: 900px
   ============================================================ */

@media (max-width: 900px) {
  .international-news-sec-final .content {
    flex-direction: column;
  }

  .entertainment-news-sec-final .card-row {
    flex-direction: column;
    align-items: center;
  }
}

/* ============================================================
   TABLET / MEDIUM — max-width: 960px
   ============================================================ */

@media (max-width: 960px) {
  .capital-news-sec-grid {
    grid-template-columns: 1fr;
  }

  .capital-news-sec-right {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SMALL PHONES — max-width: 480px
   ============================================================ */

@media (max-width: 480px) {
  .logo {
    font-size: 22px;
  }

  .main-title {
    font-size: 19px;
  }

  .side-title {
    font-size: 18px;
  }

  .featured-news-last {
    border-top-left-radius: 16px;
  }

  .cat-title {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .footer-logo {
    font-size: 38px;
  }

  .prison-headline {
    font-size: 26px;
  }

  .det-page-col-sec-headline {
    font-size: 18px;
  }

  .capital-news-sec-left-title {
    font-size: 22px;
  }

  .pod-sec-grid-news-title {
    font-size: 17px;
  }

  .carousel-card {
    min-width: 180px;
    height: 270px;
  }

  .card-title {
    font-size: 16px;
  }

  .carousel-category {
    min-width: 180px;
  }

  .det-readalso-item {
    flex-direction: column;
  }

  .det-readalso-thumb img {
    width: 100%;
    height: auto;
  }

  .cat-including-row-sec {
    flex-direction: column;
  }

  .cat-including-col-img {
    flex: none;
    width: 100%;
  }

  .read-thumb {
    width: 80px;
    height: 68px;
  }

  .subscribe-button {
    font-size: 10px;
    padding: 6px 8px;
  }
}
