/* =========================================================
   DramaStream — main.css (AAN TV Channel Exact Replica)
   --silver:   #EDEFF4  header / footer light bg
   --crimson:  #A00028  main body dark crimson
   --crimson2: #D82540  vibrant red
   --deepred:  #660018  dark burgundy
   --amber:    #F4C038  AAN TV accent gold
   --text-d:   #3A3F49  dark text on light areas
   ========================================================= */

:root {
  --silver: #EDEFF4;
  --crimson: #A00028;
  --crimson2: #D82540;
  --deepred: #660018;
  --amber: #F4C038;
  --text-d: #3A3F49;
  --white: #FFFFFF;
  --radius: 10px;
  --font: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

/* Global Body & Section Floral Background (Stretch 100% x 100% across full page height) */
body,
.ds-body,
.ds-main,
main,
.ds-archive,
.ds-schedule {
  background-color: #8C0327 !important;
  background-image: url('../images/bg-4.d48f09264e146d984d4f.jpg') !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-attachment: scroll !important;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: var(--white);
  font-family: var(--font);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

main,
#main,
.site-main {
  flex: 1 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.ds-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------------- Header (Fixed Sticky Top Navbar) ---------------- */
.HeaderSection,
.ds-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
  background: linear-gradient(0deg, #f8f8f8, #d6dbe4) !important;
  display: flex !important;
  height: 74px !important;
  max-height: 74px !important;
  justify-content: space-between !important;
  padding: 0 115px !important;
  align-items: center !important;
  box-sizing: border-box !important;
  border: none !important;
  margin: 0 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12) !important;
}

@media (max-width: 1200px) {
  .HeaderSection,
  .ds-header {
    padding: 0 40px !important;
  }
}

@media (max-width: 768px) {
  .HeaderSection,
  .ds-header {
    padding: 0 16px !important;
  }
}

.admin-bar .HeaderSection,
.admin-bar .ds-header {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  .admin-bar .HeaderSection,
  .admin-bar .ds-header {
    top: 46px !important;
  }
}

body {
  padding-top: 74px !important;
}

.admin-bar body {
  padding-top: 106px !important;
}

.ds-main,
main,
#main,
.site-main,
.entry-content,
#content,
.elementor-section,
.elementor-container,
.elementor-widget-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}

.ds-hero,
.ds-sd-hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}

.ds-hero__img,
.ds-sd-hero__img {
  margin-top: 0 !important;
  padding-top: 0 !important;
  display: block !important;
}

.ds-header__inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 74px !important;
  height: 74px !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ds-header__logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.ds-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.ds-logo-img,
.ds-header__logo img,
.custom-logo {
  height: 48px !important;
  max-height: 48px !important;
  width: auto !important;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  transition: transform 0.2s ease;
  object-fit: contain;
}

.ds-logo-link:hover .ds-logo-img {
  transform: scale(1.04);
}

.ds-logo-text {
  font-weight: 800;
  font-size: 26px;
  color: var(--crimson);
  letter-spacing: 0.5px;
}

.ds-nav {
  margin: 0 auto;
}

.ds-nav__list {
  list-style: none;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  align-items: center;
}

.ds-nav__list li {
  position: relative;
}

.ds-nav__list>li>a {
  display: block;
  padding: 10px 16px;
  color: #5A6275;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.ds-nav__list>li>a:hover,
.ds-nav__list>li.current-menu-item>a,
.ds-nav__list>li.current_page_item>a {
  color: #E5002C;
}

.ds-nav__list .sub-menu {
  list-style: none;
  margin: 0;
  padding: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.2s;
  z-index: 50;
}

.ds-nav__list li:hover>.sub-menu,
.ds-nav__list li:focus-within>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ds-nav__list .sub-menu a {
  display: block;
  padding: 8px 12px;
  color: var(--text-d);
  border-radius: 6px;
  font-weight: 500;
}

.ds-nav__list .sub-menu a:hover {
  background: #F2F3F7;
  color: #E5002C;
}

/* Search (right side pill — exact aan.tv replica) */
.ds-search {
  margin-left: auto;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #B8C0D0;
  border-radius: 20px;
  padding: 3px 6px 3px 14px;
  transition: all 0.2s ease;
}

.ds-search:focus-within {
  background: #FFFFFF;
  border-color: #E5002C;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ds-search input {
  background: transparent;
  border: 0;
  color: #1E2432;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  width: 150px;
}

.ds-search input:focus {
  outline: none;
}

.ds-search input::placeholder {
  color: #8A92A3;
}

.ds-search button {
  background: transparent;
  border: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 14px;
  color: #5A6275;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ds-nav-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
}

.ds-nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-d);
  margin: 5px 0;
}

/* ---------------- Left fixed social bar (.social-fixed exact replica) ---------------- */
.ds-social-bar,
.social-fixed {
  display: flex !important;
  flex-direction: column !important;
  left: 40px !important;
  position: fixed !important;
  top: calc(50% - 103px) !important;
  z-index: 99999 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
}

.ds-social-bar a,
.social-fixed a {
  margin-bottom: 5px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: transform 0.2s ease !important;
}

.ds-social-bar a:hover,
.social-fixed a:hover {
  transform: scale(1.08) !important;
  background: transparent !important;
}

.ds-social-bar img,
.social-fixed img {
  height: 36px !important;
  width: 36px !important;
  border-radius: 50% !important;
  object-fit: contain !important;
  vertical-align: middle !important;
}

/* Responsive Social Sidebar Scaling */
@media (max-width: 1024px) {

  .ds-social-bar,
  .social-fixed {
    left: 8px !important;
  }

  .ds-social-bar a,
  .social-fixed a {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    border-width: 1.5px !important;
    margin-bottom: 4px !important;
  }

  .ds-social-bar a svg,
  .social-fixed a svg {
    width: 13px !important;
    height: 13px !important;
  }
}

@media (max-width: 768px) {

  .ds-social-bar,
  .social-fixed {
    display: none !important;
  }

  .schedule-single-box,
  .ds-strip {
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
  }
}

/* ---------------- Hero slider (full banner) ---------------- */
.ds-hero {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden !important;
  background: #000000 !important;
}

.ds-hero__track,
.carousel .slider-wrapper {
  margin: auto !important;
  overflow: hidden !important;
  transition: height 0.15s ease-in !important;
  width: 100% !important;
  position: relative !important;
}

.ds-hero__slide {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.7s ease !important;
  display: block !important;
  width: 100% !important;
}

.ds-hero__slide.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  width: 100% !important;
}

.ds-hero__link {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

.ds-hero__img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
}

.ds-hero__fallback {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, var(--crimson), var(--deepred));
  color: #fff;
  text-align: center;
  padding: 30px;
}

.ds-hero__fallback h2 {
  font-size: clamp(30px, 5vw, 52px);
  margin: 0 0 8px;
}

/* Hero Slider Overlays */
.ds-hero__badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: linear-gradient(135deg, rgba(160, 0, 40, 0.95), rgba(102, 0, 24, 0.95));
  padding: 12px 22px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  border: 2px solid var(--amber);
  z-index: 4;
}

.ds-hero__badge-text {
  font-size: clamp(16px, 2.5vw, 24px);
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.ds-hero__watermark {
  position: absolute;
  bottom: 25px;
  right: 25px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  z-index: 4;
}

.ds-hero__dots {
  position: absolute !important;
  bottom: 14px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  gap: 8px !important;
  z-index: 10 !important;
}

.ds-hero__dots button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  border: 1px solid #FFFFFF !important;
  background: rgba(255, 255, 255, 0.45) !important;
  cursor: pointer !important;
  padding: 0 !important;
  transition: all 0.3s ease !important;
}

.ds-hero__dots button.is-active {
  background: #FFFFFF !important;
  transform: scale(1.3) !important;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.9) !important;
}

/* ---------------- Weekly schedule strip ---------------- */
.ds-strip {
  position: relative !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  width: 100% !important;
  height: 86px !important;
  min-height: 86px !important;
  max-height: 86px !important;
  background: #b40f33 !important;
  border-top: 2px solid #000000 !important;
  border-bottom: 2px solid #000000 !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  font-family: 'Montserrat', sans-serif !important;
}

.ds-strip__label {
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(-90deg, #b40f33 10.23%, #da2220 54.55%, #ed5d0f 86.58%, #fcb008) !important;
  display: flex !important;
  height: 86px !important;
  min-height: 86px !important;
  max-height: 86px !important;
  max-width: 160px !important;
  min-width: 160px !important;
  width: 160px !important;
  flex: 0 0 160px !important;
  color: #FFFFFF !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  border-right: 1px solid #000000 !important;
  box-sizing: border-box !important;
}

.ds-strip__label h5,
.ds-strip__label span {
  font-family: 'Montserrat', sans-serif !important;
  color: #FFFFFF !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.ds-strip__btn,
.schedule-arrow {
  display: none !important;
  width: 38px !important;
  min-width: 38px !important;
  max-width: 38px !important;
  height: 86px !important;
  background: linear-gradient(180deg, #F8F9FC 0%, #D8DCE6 100%) !important;
  border: none !important;
  border-right: 1px solid #000000 !important;
  border-left: 1px solid #000000 !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  padding: 0 !important;
  outline: none !important;
  z-index: 10 !important;
  flex: 0 0 38px !important;
  transition: background 0.2s ease !important;
}

@media (max-width: 992px) {
  .ds-strip__btn,
  .schedule-arrow {
    display: flex !important;
  }
}

.ds-strip__btn:hover {
  background: linear-gradient(180deg, #FFFFFF 0%, #E2E6EF 100%) !important;
}

@media (max-width: 768px) {
  .ds-strip__label {
    width: 110px !important;
    min-width: 110px !important;
    font-size: 11px !important;
    flex: 0 0 110px !important;
  }

  .ds-strip__btn {
    width: 32px !important;
    min-width: 32px !important;
    flex: 0 0 32px !important;
  }

  .ds-strip__item {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    background: linear-gradient(180deg, #ed5d0f 0%, #da2220 50%, #b40f33 100%) !important;
  }

  .ds-strip__top {
    font-size: 12px !important;
    background: linear-gradient(180deg, #ed5d0f 0%, #da2220 50%, #b40f33 100%) !important;
  }

  .ds-strip__bottom {
    font-size: 11px !important;
    background: linear-gradient(180deg, #da2220 0%, #b40f33 70%, #8C0327 100%) !important;
  }
}

.ds-strip__items {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: row !important;
  height: 86px !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: linear-gradient(180deg, #ed5d0f 0%, #da2220 50%, #b40f33 100%) !important;
}

.ds-strip__items::-webkit-scrollbar {
  display: none !important;
}

.ds-strip__item {
  flex: 1 1 0 !important;
  min-width: 200px !important;
  height: 86px !important;
  display: flex !important;
  flex-direction: column !important;
  border-right: 1px solid #000000 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  background: linear-gradient(180deg, #ed5d0f 0%, #da2220 50%, #b40f33 100%) !important;
  color: #FFFFFF !important;
}

.ds-strip__item:last-child {
  border-right: 0 !important;
}

.schedule-name,
.ds-strip__top {
  align-items: center !important;
  background: linear-gradient(-90deg, #b40f33 10.23%, #da2220 54.55%, #ed5d0f 86.58%, #fcb008) !important;
  border-bottom: 1px solid #000000 !important;
  border-left: 1px solid #000000 !important;
  display: flex !important;
  height: 42px !important;
  max-height: 42px !important;
  flex: 0 0 42px !important;
  justify-content: center !important;
  color: #FFFFFF !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9) !important;
  padding: 0 8px !important;
  margin: 0 !important;
  text-align: center !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.schedule-datetime,
.ds-strip__bottom {
  align-items: center !important;
  background: linear-gradient(180deg, #ec5a11, #d12117 32.63%, #a80e2d 57.75%, #ec5a11) !important;
  border-bottom: 1px solid #000000 !important;
  border-left: 1px solid #000000 !important;
  display: flex !important;
  height: 42px !important;
  max-height: 42px !important;
  flex: 0 0 42px !important;
  justify-content: center !important;
  color: #FFFFFF !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 500 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9) !important;
  letter-spacing: 0.2px !important;
  padding: 0 8px !important;
  margin: 0 !important;
  text-align: center !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.ds-strip__bottom strong {
  font-weight: 800 !important;
  color: #FFFFFF !important;
}

/* ---------------- Sections ---------------- */
.ds-section {
  padding: 52px 0;
}

.ds-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}

/* AAN TV Original .flower Title Class */
.flower {
  display: inline-flex;
  align-items: center;
  background-image: url('../images/flower-final.2326083202391de923f7.png') !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: auto 130px !important;
  padding-left: 92px !important;
  min-height: 110px !important;
  position: relative;
}

.flower h2 {
  color: #FFFFFF !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin: -10px 12px 0 0 !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6) !important;
}

.ds-title-divider {
  display: inline-block !important;
  height: 28px !important;
  width: 4px !important;
  background: #FFC000 !important;
  border-radius: 2px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) !important;
  margin-top: -10px !important;
}
}

.ds-section__more {
  color: #FFD9A0;
  font-size: 14px;
  font-weight: 600;
}

.ds-section__more:hover {
  color: #fff;
}

/* ---------------- Programs grid (landscape banners) ---------------- */
.ds-grid {
  display: grid;
  gap: 26px;
}

.ds-grid--programs {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 26px !important;
}

.ds-grid--programs.ds-cols-2 {
  grid-template-columns: repeat(2, 1fr) !important;
}

.ds-grid--programs.ds-cols-3 {
  grid-template-columns: repeat(3, 1fr) !important;
}

.ds-grid--programs.ds-cols-4 {
  grid-template-columns: repeat(4, 1fr) !important;
}

.ds-program {
  display: block !important;
  width: 100% !important;
}

.ds-program__banner {
  aspect-ratio: 16 / 9 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 3px solid #fff !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
  position: relative !important;
  width: 100% !important;
}

.ds-program__banner img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.35s ease;
}

.ds-program:hover .ds-program__banner img {
  transform: scale(1.04);
}

.ds-more-wrap {
  text-align: center;
  margin: 30px 0 0;
}

.ds-more-link {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.ds-more-link:hover {
  color: #FFD9A0;
}

/* ---------------- Trending / drama cards (portrait) ---------------- */
.ds-grid--dramas {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.ds-grid--episodes {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.ds-row--scroll {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}

.ds-row--scroll .ds-card {
  flex: 0 0 190px;
  scroll-snap-align: start;
}

.ds-row--scroll::-webkit-scrollbar {
  height: 8px;
}

.ds-row--scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 8px;
}

.ds-card,
.ds-epcard {
  display: block;
  color: #fff;
}

.ds-card__poster,
.ds-epcard__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 3px solid #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.ds-card__poster {
  aspect-ratio: 5 / 7;
}

.ds-epcard__thumb {
  aspect-ratio: 16 / 9;
}

.ds-card__poster img,
.ds-epcard__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.ds-card:hover img,
.ds-epcard:hover img {
  transform: scale(1.06);
}

.ds-card__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  text-align: center;
  color: var(--crimson);
  font-weight: 700;
  background: linear-gradient(160deg, #F4F5F8, #E1E4EC);
}

.ds-card__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.25s;
  background: rgba(140, 10, 30, 0.55);
}

.ds-card:hover .ds-card__play,
.ds-epcard:hover .ds-card__play {
  opacity: 1;
}

.ds-card__title {
  font-size: 15px;
  font-weight: 700;
  margin: 10px 0 2px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.ds-card__meta {
  font-size: 13px;
  color: #FFD9A0;
  margin: 0;
  font-weight: 600;
}

.ds-epcard__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--crimson);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  letter-spacing: 0.5px;
}

/* ---------------- Blogs ---------------- */
.ds-grid--blogs {
  grid-template-columns: repeat(3, 1fr);
}

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

.ds-blog__thumb {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 3px solid #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.ds-blog__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}

.ds-blog:hover .ds-blog__thumb img {
  transform: scale(1.04);
}

.ds-blog__title {
  font-size: 16px;
  font-weight: 600;
  margin: 14px 0 6px;
}

.ds-blog__title a {
  color: #fff;
}

.ds-blog__more {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
}

.ds-blog__more:hover {
  color: #FFD9A0;
}

/* ---------------- Schedule page (day tabs) ---------------- */
.ds-tabs {
  display: flex;
}

.ds-tabs__btn {
  flex: 1;
  padding: 16px 8px;
  cursor: pointer;
  background: linear-gradient(180deg, var(--crimson2), var(--crimson));
  color: #fff;
  font-family: inherit;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.25);
  transition: 0.2s;
}

.ds-tabs__btn:first-child {
  border-left: 0;
}

.ds-tabs__btn.is-active {
  background: linear-gradient(180deg, #F7F8FB, #D9DDE6);
  color: #1E2430;
}

.ds-day {
  display: none;
  padding: 60px 0;
}

.ds-day.is-active {
  display: block;
}

.ds-day__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 40px;
}

.ds-day__item {
  text-align: center;
  color: #fff;
}

.ds-day__poster {
  aspect-ratio: 5 / 7;
  max-width: 260px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 3px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  position: relative;
}

.ds-day__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ds-day__time {
  font-weight: 700;
  margin: 16px 0 2px;
}

.ds-day__title {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  font-size: 18px;
}

.ds-day__empty {
  color: #FFD9A0;
  text-align: center;
  grid-column: 1 / -1;
}

/* ---------------- Single drama ---------------- */
.ds-drama__banner {
  position: relative;
  padding: 60px 0 30px;
  overflow: hidden;
  background: var(--deepred);
}

.ds-drama__bg {
  position: absolute;
  inset: 0;
}

.ds-drama__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(14px) brightness(0.4);
  transform: scale(1.1);
}

.ds-drama__head {
  position: relative;
  display: flex;
  gap: 28px;
  align-items: flex-end;
}

.ds-drama__poster {
  flex: 0 0 200px;
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}

.ds-drama__title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.ds-drama__schedule {
  color: #FFD9A0;
  font-weight: 700;
  margin: 0 0 10px;
}

.ds-chip {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 999px;
  margin-right: 6px;
}

.ds-drama__desc {
  color: #fff;
  max-width: 860px;
}

.ds-drama__desc p {
  margin-top: 0;
}

/* ---------------- Single episode ---------------- */
.ds-episode__player {
  padding: 34px 0 10px;
}

.ds-video {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  border: 3px solid #fff;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.45);
}

.ds-video iframe,
.ds-video video,
.ds-video img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.ds-episode__title {
  font-size: clamp(22px, 3vw, 32px);
  margin: 22px 0 6px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

.ds-episode__title .ds-epcard__badge {
  position: static;
}

.ds-episode__drama {
  color: #FFD9A0;
  margin: 0 0 12px;
  font-weight: 600;
}

.ds-episode__drama a {
  color: #fff;
  text-decoration: underline;
}

.ds-episode__desc {
  max-width: 860px;
}

/* ---------------- Pages / misc ---------------- */
.ds-page__content {
  max-width: 900px;
}

.ds-page__content h2,
.ds-page__content h3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ds-empty {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  color: #FFD9A0;
}

.ds-pagination {
  margin-top: 28px;
  text-align: center;
}

.ds-pagination .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 3px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  color: #fff;
}

.ds-pagination .page-numbers.current {
  background: #fff;
  color: var(--crimson);
  font-weight: 700;
}

/* ---------------- Header & Body (Zero Gap Sticky Navbar) ---------------- */
body,
.admin-bar body {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.ds-header,
.admin-bar .ds-header {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 72px !important;
  max-height: 72px !important;
  z-index: 999999 !important;
  background: linear-gradient(180deg, #F8F9FC 0%, #E2E6EF 100%) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ds-main,
main,
#main,
.site-main,
.entry-content,
#content,
.elementor-section,
.elementor-container,
.elementor-widget-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}

.ds-hero,
.ds-sd-hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}

.ds-hero__img,
.ds-sd-hero__img {
  margin-top: 0 !important;
  padding-top: 0 !important;
  display: block !important;
}

/* Completely remove Hero Slider dots ("light type neshan") */
.ds-hero__dots {
  display: none !important;
}

/* Mobile Hero Banner — 100% Proportional, Zero Black Space, Zero Gaps */
@media (max-width: 768px) {

  .ds-hero,
  .ds-sd-hero {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    overflow: hidden !important;
  }

  .ds-hero__track {
    height: auto !important;
    min-height: 0 !important;
  }

  .ds-hero__slide {
    height: auto !important;
    min-height: 0 !important;
  }

  .ds-hero__img,
  .ds-sd-hero__img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
  }
}

/* Responsive Program Grid (Mobile 1 Wide Card Per Row - Exact match to live aan.tv) */
@media (max-width: 768px) {

  .ds-grid--programs,
  .ds-grid--dramas {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .ds-card--program,
  .ds-card--drama {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ---------------- Official Footer Replica (Exact 462px Image Size Match) ---------------- */
.ds-footer,
.footer-section {
  position: relative !important;
  width: 100% !important;
  height: 462px !important;
  min-height: 462px !important;
  background-color: #FFFFFF !important;
  background-image: url('../images/footer-bg.7ccbc6f03cfbb5594774.jpg') !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  background-size: cover !important;
  color: #1E2432 !important;
  margin-top: 0 !important;
  border-top: 3px solid #E5002C !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: 'Montserrat', sans-serif !important;
  overflow: hidden !important;
}

.footer-inner,
.footer-section-1 {
  max-width: 1350px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 100px 40px 35px 140px !important;
  /* Adjust overall left margin/position of logo here */
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  box-sizing: border-box !important;
}

.footer-left {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.ds-sb-logo,
.sbmedia-logo {
  height: 95px !important;
  /* Adjust Logo Size here */
  width: auto !important;
  display: block !important;
  object-fit: contain !important;
}

.footer-divider {
  width: 2px !important;
  height: 95px !important;
  background: linear-gradient(180deg, #E5002C 0%, #FF6A00 100%) !important;
  margin: 0 100px !important;
  /* Adjust Spacing between Logo & Vertical Line here */
  flex-shrink: 0 !important;
}

.footer-right,
.footer-menu-1 {
  display: flex !important;
  flex-direction: row !important;
  gap: 250px !important;
  /* Adjust Spacing between 'About Us' and 'Terms' columns here */
  align-items: flex-start !important;
  margin-left: 20px !important;
}

.footer-col,
.footer-menu-1 div {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  /* Adjust Vertical Spacing between links here */
}

.footer-col a,
.footer-menu-1 a {
  color: #1E2432 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  /* Adjust Link Font Size here */
  text-decoration: none !important;
  font-family: 'Montserrat', sans-serif !important;
  transition: color 0.2s ease !important;
}

.footer-col a:hover,
.footer-menu-1 a:hover {
  color: #E5002C !important;
}

.footer-copyright,
.foot-copyright {
  position: absolute !important;
  bottom: 25px !important;
  left: 140px !important;
  /* Adjust Copyright Text Left Position here */
  z-index: 10 !important;
}

.footer-copyright p,
.foot-copyright p {
  margin: 0 !important;
  color: #FFFFFF !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  font-family: 'Montserrat', sans-serif !important;
}

/* Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {

  .ds-footer,
  .footer-section {
    height: 350px !important;
    min-height: 350px !important;
  }

  .footer-inner,
  .footer-section-1 {
    padding: 75px 30px 25px 240px !important;
  }

  .footer-copyright,
  .foot-copyright {
    bottom: 20px !important;
    left: 240px !important;
  }
}

/* Tablets (769px - 991px) */
@media (min-width: 769px) and (max-width: 991px) {

  .ds-footer,
  .footer-section {
    height: 280px !important;
    min-height: 280px !important;
  }

  .footer-inner,
  .footer-section-1 {
    padding: 55px 20px 20px 190px !important;
  }

  .ds-sb-logo,
  .sbmedia-logo {
    height: 50px !important;
  }

  .footer-divider {
    height: 50px !important;
    margin: 0 30px !important;
  }

  .footer-copyright,
  .foot-copyright {
    bottom: 16px !important;
    left: 190px !important;
  }
}

/* Mobile (<= 768px) */
@media (max-width: 768px) {

  .ds-footer,
  .footer-section {
    position: relative !important;
    height: auto !important;
    min-height: auto !important;
    background-image: url('../images/bg-footer-mobile.63b62e9dc24d0040b1d0.jpg') !important;
    background-size: cover !important;
    background-position: center bottom !important;
  }

  .footer-inner,
  .footer-section-1 {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 20px !important;
    padding: 30px 16px 20px !important;
  }

  .footer-divider {
    display: none !important;
  }

  .ds-sb-logo,
  .sbmedia-logo {
    height: 48px !important;
  }

  .footer-right,
  .footer-menu-1 {
    gap: 30px !important;
    justify-content: center !important;
  }

  .footer-copyright,
  .foot-copyright {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    text-align: center !important;
    background: linear-gradient(90deg, #E5002C 0%, #FF6A00 100%) !important;
    padding: 8px 12px !important;
  }

  .footer-copyright p,
  .foot-copyright p {
    color: #FFFFFF !important;
    font-size: 11px !important;
  }
}
}
}

.footer-nav-col a {
  text-decoration: none !important;
}

.footer-nav-col p {
  margin: 0 !important;
  color: #1E222A !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  transition: color 0.2s ease !important;
}

.footer-nav-col a:hover p {
  color: #E5002C !important;
}

.footer-end,
.ds-footer__bottom {
  position: absolute !important;
  bottom: 16px !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 10 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
}

.foot-copyright-text,
.ds-footer__bottom p {
  margin: 0 !important;
  color: #FFFFFF !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) !important;
}

/* ---------------- WP defaults ---------------- */
.screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.wp-block-embed iframe {
  max-width: 100%;
}

.alignwide {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100%;
}

/* ---------------- Comprehensive Responsive Design (Desktop, Tablet, Mobile) ---------------- */

/* Desktop Large (>= 1200px) */
@media (min-width: 1200px) {
  .ds-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .flower {
    background-size: auto 140px !important;
    padding-left: 100px !important;
    min-height: 120px !important;
  }

  .flower h2 {
    font-size: 32px !important;
    margin-top: -12px !important;
  }
}

/* Tablet Landscape & Small Desktop (992px - 1199px) */
@media (max-width: 1199px) and (min-width: 769px) {
  .ds-nav__list>li>a {
    padding: 10px 10px;
    font-size: 13px;
  }

  .flower {
    background-size: auto 110px !important;
    padding-left: 80px !important;
    min-height: 90px !important;
  }

  .flower h2 {
    font-size: 26px !important;
    margin-top: -8px !important;
  }

  .ds-grid--programs {
    grid-template-columns: repeat(2, 1fr);
  }

  .ds-grid--episodes {
    grid-template-columns: repeat(3, 1fr);
  }

  .ds-grid--blogs {
    grid-template-columns: repeat(3, 1fr);
  }

  .ds-footer__inner,
  .footer-top-section {
    padding: 50px 24px 50px 180px;
    gap: 35px;
  }
}

/* Tablet Portrait (769px - 991px) */
@media (max-width: 991px) {
  .ds-nav__list>li>a {
    padding: 8px 8px;
    font-size: 12px;
  }

  .ds-search input {
    width: 140px;
  }

  .ds-hero__title {
    font-size: clamp(24px, 4vw, 36px);
  }

  .ds-grid--blogs {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .ds-tabs__btn {
    flex: 1 0 25%;
    font-size: 14px;
    padding: 12px 6px;
  }

  .ds-social-bar {
    left: 8px;
  }

  .ds-social-bar a {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}

/* Mobile Devices (<= 768px) */
@media (max-width: 768px) {
  .ds-header {
    max-height: 64px;
  }

  .ds-header__inner {
    min-height: 64px;
    height: 64px;
  }

  .ds-logo-img,
  .ds-header__logo img,
  .custom-logo {
    height: 38px !important;
    max-height: 38px !important;
  }

  .ds-nav-toggle {
    display: block;
  }

  .ds-nav {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    padding: 24px;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    z-index: 99;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }

  .ds-nav.is-open {
    transform: translateX(0);
  }

  .ds-nav__list {
    flex-direction: column;
    gap: 0;
  }

  .ds-nav__list>li>a {
    padding: 14px 10px;
    font-size: 15px;
    color: #1E222A;
    border-bottom: 1px solid #EEF0F5;
    font-weight: 700;
  }

  .ds-nav__list>li>a:hover {
    color: var(--crimson);
    background: #F8F9FC;
  }

  .ds-search {
    margin-left: auto;
    margin-right: 10px;
  }

  .ds-search input {
    width: 110px;
    font-size: 12px;
    padding: 6px 10px;
  }

  /* Flower Section Headings Mobile */
  .flower {
    background-size: auto 80px !important;
    padding-left: 60px !important;
    min-height: 65px !important;
    margin-bottom: 18px;
  }

  .flower h2 {
    font-size: 20px !important;
    margin-top: -6px !important;
    letter-spacing: 1px;
    margin-right: 10px;
  }

  letter-spacing: 1px;
  margin-right: 10px;
}

.ds-title-divider,
.footer-divider-img {
  height: 22px;
}

/* Grids Mobile */
.ds-grid--programs {
  grid-template-columns: 1fr;
  gap: 16px;
}

.ds-grid--episodes {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.ds-grid--blogs {
  grid-template-columns: 1fr;
  gap: 16px;
}

/* Weekly Schedule Strip Mobile */
.ds-strip {
  flex-direction: column;
}

.ds-strip__label {
  flex-basis: auto;
  padding: 10px;
  font-size: 14px;
}

.ds-strip__items {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ds-strip__item {
  flex: 0 0 140px;
}

/* Single Drama Mobile */
.ds-drama__head {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.ds-drama__poster {
  flex-basis: auto;
  width: 150px;
  margin: 0 auto;
}

.ds-drama__title {
  font-size: 26px;
}

/* Footer Mobile */
.ds-footer,
.footer-section {
  background-image: url('../images/footer-bg-mobile-official.jpg') !important;
  background-size: cover !important;
  background-position: center top !important;
}

.ds-footer__inner,
.footer-top-section {
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 16px 36px 16px;
  gap: 20px;
}

.footer-section-1 {
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer-divider {
  display: none;
}

.ds-footer__divider {
  width: 60px;
  height: 3px;
  margin: 10px auto;
}

.footer-menu-1,
.ds-footer__nav-cols {
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-left: 0;
}

.footer-section-2 {
  margin-left: 0;
}

.footer-menu-1 p,
.ds-footer__col a {
  font-size: 15px !important;
  text-align: center;
}

.foot-copyright p,
.ds-footer__bottom p {
  font-size: 12px;
}
}

/* Extra Small Phones (<= 480px) */
@media (max-width: 480px) {
  .ds-grid--episodes {
    grid-template-columns: 1fr;
  }

  .flower h2 {
    font-size: 18px;
  }

  .ds-hero__title {
    font-size: 20px;
  }

  .ds-search input {
    width: 90px;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* ---------------- Single Drama Official Replica Styles ---------------- */
.ds-sd-hero,
.ds-sd-subnav,
.ds-sd-synopsis,
.ds-sd-teaser-sec {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  box-sizing: border-box !important;
}

.banner-section,
.ds-sd-hero {
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  box-sizing: border-box !important;
  background: #000000 !important;
}

.banner-section img,
.ds-sd-hero__img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: cover !important;
  display: block !important;
}

.content-top-division,
.ds-sd-subnav {
  align-items: center !important;
  background: linear-gradient(180deg, #b3c1dc, #d8dce7 32.63%, #e5e5ed 57.75%, #b3c1dc) !important;
  display: flex !important;
  height: 58px !important;
  justify-content: center !important;
  padding: 0 !important;
  border-bottom: none !important;
}

.content-top-division .content-top-btns,
.ds-sd-subnav__btn {
  align-items: center !important;
  color: #000000 !important;
  cursor: pointer !important;
  display: flex !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  height: 34px !important;
  justify-content: center !important;
  margin: 0 5px !important;
  padding: 0 16px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.content-top-division .content-top-btns.active,
.ds-sd-subnav__btn--active,
.ds-sd-subnav__btn:hover {
  align-items: center !important;
  background: linear-gradient(180deg, #ec5a11, #d12117 32.63%, #a80e2d 57.75%, #ec5a11) !important;
  border-radius: 10px !important;
  color: #FFFFFF !important;
  cursor: pointer !important;
  display: flex !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  height: 34px !important;
  justify-content: center !important;
  margin: 0 5px !important;
  width: 120px !important;
}

.synopsis-section,
.ds-sd-synopsis {
  background-color: #b50b31 !important;
  color: #FFFFFF !important;
  padding: 30px 40px !important;
  box-sizing: border-box !important;
}

@media only screen and (max-width: 576px) {
  .synopsis-section,
  .ds-sd-synopsis {
    padding: 24px 20px !important;
  }
}

.ds-sd-synopsis__grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 40px !important;
  align-items: start !important;
}

.synopsis-section h4,
.ds-sd-synopsis__head {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #FFC107 !important;
  margin: 0 0 12px 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
}

.synopsis-section .ds-sd-synopsis__col--ur h4,
.ds-sd-synopsis__col--ur .ds-sd-synopsis__head {
  text-align: right !important;
  font-family: 'Noto Nastaliq Urdu', 'Jameel Noori Nastaliq', 'Urdu Typesetting', 'Montserrat', sans-serif !important;
  font-size: 22px !important;
}

.synopsis-section p,
.ds-sd-synopsis__col p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15.5px !important;
  line-height: 1.7 !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  font-weight: 500 !important;
}

.synopsis-section .ds-sd-synopsis__col--ur p,
.ds-sd-synopsis__col--ur p {
  text-align: right !important;
  font-family: 'Noto Nastaliq Urdu', 'Jameel Noori Nastaliq', 'Urdu Typesetting', 'Montserrat', sans-serif !important;
  font-size: 17px !important;
  line-height: 1.9 !important;
}

.ds-sd-synopsis__btn-wrap {
  text-align: center !important;
  margin-top: 24px !important;
}

.detail-btn-section,
.ds-sd-synopsis__btn-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 24px !important;
  width: 100% !important;
}

.ds-sd-detail-btn {
  align-items: center !important;
  background: linear-gradient(180deg, #ec5a11, #d12117 32.63%, #a80e2d 57.75%, #ec5a11) !important;
  border-radius: 10px !important;
  color: #FFFFFF !important;
  cursor: pointer !important;
  display: flex !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  height: 34px !important;
  justify-content: center !important;
  width: 120px !important;
  border: none !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  transition: transform 0.2s ease !important;
}

.ds-sd-detail-btn:hover {
  transform: scale(1.05) !important;
  color: #FFFFFF !important;
}

.ds-sd-detail-btn.is-active-up-arrow {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #FFFFFF !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  height: auto !important;
  width: auto !important;
  padding: 0 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transform: none !important;
}

.ds-sd-synopsis__cast-line {
  margin-top: 18px !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #FFFFFF !important;
  font-family: 'Montserrat', sans-serif !important;
}

.ds-sd-detail-btn:hover {
  transform: scale(1.05) !important;
  color: #FFFFFF !important;
}

/* Glossy 3D Circular Play Button Overlay on Hover */
.ds-epcard-official__play,
.ds-card__play {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(0.85) !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 50% !important;
  border: 2.5px solid #FFFFFF !important;
  background: linear-gradient(180deg, rgba(255, 193, 7, 0.78) 0%, rgba(255, 87, 34, 0.78) 40%, rgba(229, 0, 44, 0.78) 80%, rgba(180, 15, 51, 0.78) 100%) !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45), inset 0 2px 4px rgba(255, 255, 255, 0.6) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0 !important;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  pointer-events: none !important;
  z-index: 5 !important;
  box-sizing: border-box !important;
}

.ds-epcard-official__play::after,
.ds-card__play::after {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  border-left: 17px solid #FFFFFF !important;
  margin-left: 4px !important;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3)) !important;
}

.ds-epcard-official:hover .ds-epcard-official__play,
.ds-card:hover .ds-card__play,
a:hover .ds-card__play,
a:hover .ds-epcard-official__play {
  opacity: 0.85 !important;
  transform: translate(-50%, -50%) scale(1.1) !important;
}

/* ---------------- Video Player & YouTube Embed Frame ---------------- */
.ds-video {
  position: relative !important;
  width: 100% !important;
  padding-bottom: 56.25% !important; /* 16:9 Aspect Ratio */
  height: 0 !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  background: #000000 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

.ds-video iframe,
.ds-video video,
.ds-video embed,
.ds-video object {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

.ds-sd-video-frame {
  max-width: 900px !important;
  margin: 0 auto !important;
  width: 100% !important;
}

/* Official Episode Cards Grid (Vertical Poster style matching aan.tv) */
.ds-epcard-official {
  flex: 0 0 270px !important;
  width: 270px !important;
  text-decoration: none;
  display: block;
  position: relative;
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  background: #000;
  isolation: isolate;
}

.ds-epcard-official:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: #FFD700 !important;
  box-shadow: 0 14px 32px rgba(255, 215, 0, 0.45);
}

.ds-epcard-official__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 14;
  overflow: hidden !important;
  border-radius: 11px !important;
  background: #000;
}

.ds-epcard-official__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.4s ease;
  opacity: 1 !important;
  visibility: visible !important;
  border-radius: 10px !important;
}

.ds-epcard-official:hover img {
  transform: scale(1.04);
  opacity: 1 !important;
  visibility: visible !important;
}

.ds-epcard-official__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E62A15, #8C0327);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 24px;
  padding-left: 3px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
  border: 2px solid #FFF;
  transition: transform 0.2s ease;
  pointer-events: none;
  z-index: 5;
}

.ds-epcard-official:hover .ds-epcard-official__play {
  transform: translate(-50%, -50%) scale(1.15);
}

.ds-epcard-official__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(140, 3, 39, 0.94) 0%, rgba(80, 0, 20, 0.98) 100%);
  padding: 11px 8px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  z-index: 6;
}

.ds-epcard-official__bar span {
  color: #FFFFFF;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Official Teaser / Trailer Section with Light Silver Background */
.ds-sd-teaser-sec {
  background: #EBF0F6 url('../images/bg-3.7be86eef3e1f8740233a.jpg') no-repeat center center !important;
  background-size: cover !important;
  padding: 50px 0 60px !important;
  position: relative;
}

/* Video Frame with Rounded Golden Border (Large Official Size) */
.ds-sd-video-frame {
  max-width: 1140px !important;
  width: 100% !important;
  margin: 30px auto 0 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  border: 4px solid #E59F1C !important;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.4) !important;
  background: #000 !important;
}

.ds-sd-video-frame .ds-video {
  border-radius: 16px !important;
}

/* =========================================================
   OFFICIAL FOOTER REPLICA (EASY CUSTOMIZATION BLOCK)
   ========================================================= */
.ds-footer,
.footer-section {
  position: relative !important;
  width: 100% !important;
  height: 462px !important;
  min-height: 462px !important;
  background-color: #FFFFFF !important;
  background-image: url('../images/footer-bg.7ccbc6f03cfbb5594774.jpg') !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  background-size: cover !important;
  color: #1E2432 !important;
  margin-top: 0 !important;
  border-top: 3px solid #E5002C !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: 'Montserrat', sans-serif !important;
  overflow: hidden !important;
}

/* --- 1. OVERALL LEFT POSITION & LOGO POSITION --- */
.footer-inner,
.footer-section-1 {
  max-width: 1350px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 110px 40px 35px 260px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  box-sizing: border-box !important;
}

.footer-left {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

/* --- 2. LOGO SIZE --- */
.ds-sb-logo,
.sbmedia-logo {
  height: 75px !important;
  width: auto !important;
  display: block !important;
  object-fit: contain !important;
}

/* --- 3. SPACING: VISIBLE VERTICAL DIVIDER LINE --- */
.footer-divider {
  display: block !important;
  width: 2px !important;
  min-width: 2px !important;
  height: 75px !important;
  background: linear-gradient(180deg, #E5002C 0%, #FF6A00 100%) !important;
  margin: 0 45px !important;
  flex-shrink: 0 !important;
}

/* --- 4. SPACING: MENU COLUMNS GAP --- */
.footer-right,
.footer-menu-1 {
  display: flex !important;
  flex-direction: row !important;
  gap: 75px !important;
  align-items: flex-start !important;
  margin-left: 0 !important;
}

.footer-col,
.footer-menu-1 div {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

/* --- 5. ABOUT FONT SIZE & WEIGHT --- */
.footer-col a,
.footer-menu-1 a {
  color: #1E2432 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-decoration: none !important;
  font-family: 'Montserrat', sans-serif !important;
  transition: color 0.2s ease !important;
}

.footer-col a:hover,
.footer-menu-1 a:hover {
  color: #E5002C !important;
}

/* --- 6. COPYRIGHT TEXT POSITION --- */
.footer-copyright,
.foot-copyright {
  position: absolute !important;
  bottom: 25px !important;
  left: 260px !important;
  z-index: 10 !important;
}

.footer-copyright p,
.foot-copyright p {
  margin: 0 !important;
  color: #FFFFFF !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  font-family: 'Montserrat', sans-serif !important;
}

/* --- RESPONSIVE MEDIA QUERIES --- */
@media (min-width: 992px) and (max-width: 1199px) {

  .ds-footer,
  .footer-section {
    height: 350px !important;
    min-height: 350px !important;
  }

  .footer-inner,
  .footer-section-1 {
    padding: 75px 30px 25px 200px !important;
  }

  .footer-copyright,
  .foot-copyright {
    bottom: 20px !important;
    left: 200px !important;
  }
}

/* iPad / Tablet (769px to 991px) */
@media (min-width: 769px) and (max-width: 991px) {

  .ds-footer,
  .footer-section {
    height: 310px !important;
    min-height: 310px !important;
    position: relative !important;
  }

  .footer-inner,
  .footer-section-1 {
    padding: 65px 20px 20px 180px !important;
  }

  .ds-sb-logo,
  .sbmedia-logo {
    height: 55px !important;
  }

  .footer-divider {
    height: 55px !important;
    margin: 0 35px !important;
    display: block !important;
  }

  .footer-right,
  .footer-menu-1 {
    gap: 45px !important;
  }

  .footer-col a,
  .footer-menu-1 a {
    font-size: 13px !important;
    font-weight: 600 !important;
  }

  .footer-copyright,
  .foot-copyright {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: linear-gradient(90deg, #E5002C 0%, #FF6A00 100%) !important;
    padding: 8px 16px !important;
    text-align: center !important;
    z-index: 10 !important;
    box-sizing: border-box !important;
  }

  .footer-copyright p,
  .foot-copyright p {
    color: #FFFFFF !important;
    font-size: 11px !important;
    margin: 0 !important;
  }
}

/* Mobile Phones (<= 768px - Copyright Bar Full-Width Pinned at Absolute Bottom Edge) */
@media (max-width: 768px) {

  .ds-footer,
  .footer-section {
    position: relative !important;
    min-height: 310px !important;
    height: auto !important;
    background-image: url('../images/bg-footer-mobile.63b62e9dc24d0040b1d0.jpg') !important;
    background-size: cover !important;
    background-position: center bottom !important;
    padding: 0 0 45px 0 !important;
    overflow: hidden !important;
  }

  .footer-inner,
  .footer-section-1 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 14px !important;
    padding: 24px 16px 15px !important;
  }

  .footer-divider {
    display: none !important;
  }

  .ds-sb-logo,
  .sbmedia-logo {
    height: 50px !important;
    margin: 0 auto !important;
  }

  .footer-right,
  .footer-menu-1 {
    display: flex !important;
    flex-direction: row !important;
    gap: 35px !important;
    justify-content: center !important;
    margin-left: 0 !important;
  }

  .footer-col a,
  .footer-menu-1 a {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1E2432 !important;
    white-space: nowrap !important;
  }

  .footer-copyright,
  .foot-copyright {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: linear-gradient(90deg, #E5002C 0%, #FF6A00 100%) !important;
    padding: 10px 16px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    z-index: 10 !important;
    text-align: center !important;
  }

  .footer-copyright p,
  .foot-copyright p {
    color: #FFFFFF !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    white-space: nowrap !important;
    text-align: center !important;
  }
}

/* =========================================================
   BLOGS PAGE & SINGLE BLOG STYLING (aan.tv/blogses exact replica)
   ========================================================= */
.ds-blogs-section {
  padding: 40px 0 80px 0;
  min-height: calc(100vh - 150px);
}

.ds-blogs-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 35px;
  margin-top: 15px;
}

.ds-blogs-header__flower {
  height: 110px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.5));
  margin-right: -4px;
}

.ds-blogs-header__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
}

.ds-blogs-header__bar {
  color: #FFD700;
  font-weight: 300;
}

/* Grids: Top row = 2 columns, Main rows = 3 columns */
.ds-blogs-top-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}

.ds-blogs-main-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

@media (max-width: 992px) {
  .ds-blogs-top-grid {
    grid-template-columns: 1fr;
  }

  .ds-blogs-main-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ds-blogs-main-grid {
    grid-template-columns: 1fr;
  }
}

/* Blog Card Styling */
.ds-blog-card {
  display: flex;
  flex-direction: column;
  background: transparent;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.ds-blog-card:hover {
  transform: translateY(-6px);
}

.ds-blog-card__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  color: #FFFFFF !important;
}

.ds-blog-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  background-color: #1a0005;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ds-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ds-blog-card:hover .ds-blog-card__media img {
  transform: scale(1.06);
}

.ds-blog-card__logo-badge {
  display: none !important;
}

.ds-blog-card__content {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ds-blog-card__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  color: #FFFFFF;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.ds-blog-card__readmore {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
  margin-top: 4px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.ds-blog-card:hover .ds-blog-card__readmore {
  color: #FFD700;
  transform: translateX(4px);
}

/* Single Blog Post Page Styling */
.ds-single-blog {
  padding: 40px 0 80px 0;
  min-height: calc(100vh - 150px);
}

.ds-single-blog__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #FFD700;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  transition: transform 0.2s ease, color 0.2s ease;
  text-decoration: none !important;
}

.ds-single-blog__back:hover {
  transform: translateX(-4px);
  color: #FFFFFF;
}

.ds-single-blog__card {
  background: rgba(20, 0, 8, 0.4);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}

.ds-single-blog__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.3;
  margin-bottom: 14px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.ds-single-blog__meta {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 32px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.ds-single-blog__banner {
  width: 100%;
  max-height: 600px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 36px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
  background-color: #120005;
}

.ds-single-blog__body {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 1.85;
  color: #F0F2F7;
}

.ds-single-blog__body p {
  margin-bottom: 22px;
}

.ds-single-blog__body img {
  border-radius: 8px;
  margin: 28px auto;
  display: block;
  max-width: 100%;
  height: auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

/* =========================================================
   SINGLE BLOG PAGE (Exact aan.tv/blog/press-release Replica - Mobile Optimized)
   ========================================================= */
html,
body,
.ds-main,
.ds-blog-single-page,
.ds-blogs-section {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.ds-blog-single-page {
  width: 100%;
  max-width: 100%;
  padding-bottom: 60px;
  box-sizing: border-box;
}

/* Full-width Top Hero Banner */
.ds-blog-single-hero {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  background-color: #150005;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ds-blog-single-hero__img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
}

/* Silver Title Strip Bar */
.ds-blog-single-strip {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  background: linear-gradient(180deg, #DCE1EC, #B8C2D4) !important;
  border-top: 1px solid #FFFFFF;
  border-bottom: 2px solid #A00028;
  padding: 12px 0;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.ds-blog-single-strip__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #0F141E;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  padding: 0 16px;
  line-height: 1.35;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* Main Content Body */
.ds-blog-single-content {
  padding: 40px 0 60px 0;
  box-sizing: border-box;
}

.ds-blog-single-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 1.85;
  color: #FFFFFF;
  max-width: 1140px;
  margin: 0 auto;
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.ds-blog-single-body p {
  margin-bottom: 20px;
  color: #FFFFFF;
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
}

.ds-blog-single-body span[style*="font-size:22px"] {
  font-family: 'Noto Nastaliq Urdu', 'Montserrat', serif, sans-serif;
  font-size: 22px !important;
  line-height: 2.2 !important;
  display: block;
  word-break: break-word;
  overflow-wrap: break-word;
}

.ds-blog-single-body img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 6px;
  margin: 24px auto;
  display: block;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .ds-blogs-header {
    gap: 8px !important;
    margin-bottom: 24px !important;
    margin-top: 10px !important;
  }

  .ds-blogs-header__flower {
    height: 60px !important;
  }

  .ds-blogs-header__title {
    font-size: 22px !important;
    letter-spacing: 1px !important;
  }

  .ds-blog-single-strip__title {
    font-size: 16px !important;
    letter-spacing: 1px !important;
    padding: 0 10px !important;
  }

  .ds-blog-single-content {
    padding: 20px 0 40px 0 !important;
  }

  .ds-blog-single-body {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }

  .ds-blog-single-body span[style*="font-size:22px"] {
    font-size: 18px !important;
    line-height: 2.0 !important;
  }

  .ds-blog-single-hero__img {
    max-height: 300px !important;
  }
}

/* =========================================================
   ABOUT US PAGE STYLING (Exact aan.tv/about-us Replica)
   ========================================================= */
.ds-about-section {
  padding: 60px 0 100px 0;
  min-height: calc(100vh - 200px);
}

.ds-about-block {
  margin-bottom: 40px;
}

.ds-about-block:last-child {
  margin-bottom: 0;
}

.ds-about-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 16px 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.ds-about-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #FFFFFF;
  margin: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .ds-about-section {
    padding: 30px 0 60px 0;
  }

  .ds-about-block {
    margin-bottom: 28px;
  }

  .ds-about-title {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .ds-about-text {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* =========================================================
   CONTACT US PAGE STYLING (Exact aan.tv/contact-us Replica)
   ========================================================= */
.ds-contact-section {
  padding: 40px 0 80px 0;
  min-height: calc(100vh - 200px);
}

.ds-contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: start;
}

@media (max-width: 992px) {
  .ds-contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* Left Form Wrap */
.ds-contact-form-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}

.ds-contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ds-contact-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ds-contact-field label {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
}

.ds-contact-field input,
.ds-contact-field textarea {
  width: 100%;
  background: rgba(100, 0, 24, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  padding: 12px 16px;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.ds-contact-field input:focus,
.ds-contact-field textarea:focus {
  border-color: #FFD700;
  background: rgba(120, 0, 30, 0.5);
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.ds-contact-field input::placeholder,
.ds-contact-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.ds-contact-submit-wrap {
  margin-top: 10px;
  text-align: center;
}

.ds-contact-submit-btn {
  background: linear-gradient(180deg, #E2E6EF, #C8CEDC) !important;
  color: #1E2432 !important;
  border: 0 !important;
  border-radius: 20px !important;
  padding: 10px 42px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
  transition: transform 0.2s ease, background 0.2s ease !important;
}

.ds-contact-submit-btn:hover {
  transform: translateY(-2px);
  background: #FFFFFF !important;
}

/* Right Info Wrap */
.ds-contact-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ds-contact-map {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.ds-contact-map__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  background: #FFFFFF;
  color: #0F141E;
  padding: 5px 14px;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: background 0.2s ease, color 0.2s ease;
}

.ds-contact-map__badge:hover {
  background: #0F141E;
  color: #FFFFFF;
}


.ds-contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ds-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.ds-contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.ds-contact-text h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 4px 0;
}

.ds-contact-text p,
.ds-contact-text a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.5;
  text-decoration: none;
}

.ds-contact-text a:hover {
  color: #FFD700;
}