/**
 * Dhanotsav brand header — menu/nav backgrounds use #182f99, gold #fac000, white text.
 * Loaded after style.css.
 */
:root {
  --dhanotsav-blue: #182f99;
  --dhanotsav-blue-dark: #122563;
  --dhanotsav-gold: #fac000;
  --dhanotsav-gold-hover: #ffd54a;
  --dh-section-accent-w: 72px;
  --dh-section-accent-h: 4px;
}

/* Global font family */
html,
body,
button,
input,
select,
textarea,
a,
p,
span,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
}

/* Blue → gold bar under section / page headings (matches HOW IT WORKS) */
.section-title h2::after,
.dh-how-title::after,
.page-header h1::after,
.get-started-box h2::after {
  content: "";
  display: block;
  width: var(--dh-section-accent-w);
  height: var(--dh-section-accent-h);
  margin-top: 0.85rem;
  border-radius: 3px;
  background: linear-gradient(90deg, #4d6ef7, var(--dhanotsav-gold));
}

.section-title.text-center h2::after,
.dh-how-title::after,
.get-started-box h2::after {
  margin-left: auto;
  margin-right: auto;
}

.section-title:not(.text-center) h2::after {
  margin-left: 0;
  margin-right: 0;
}

.page-header h1::after {
  margin-left: 0;
  margin-right: auto;
}

/* Main navbar — solid blue bar, gold accent line */
.navbar {
  background: var(--dhanotsav-blue);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  border-bottom: 3px solid var(--dhanotsav-gold);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: center;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 9999 !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
}

.navbar .logo a img {
  width: 120px;
  height: auto;
  max-height: none;
  display: block;
  object-fit: contain;
}

.navbar .site-menu ul li a {
  color: #fff !important;
}

.navbar .site-menu ul li a:hover {
  color: var(--dhanotsav-gold) !important;
  text-decoration: none;
}

.navbar .user-menu .navbar-search {
  color: #fff;
}

.navbar .user-menu .navbar-search:hover {
  color: var(--dhanotsav-gold);
}

.navbar .user-menu .navbar-notify b {
  background: var(--dhanotsav-gold);
  color: var(--dhanotsav-blue);
  font-weight: 700;
}

.navbar .user-menu .navbar-notify .notify-dropdown .total-notify {
  background: var(--dhanotsav-blue-dark);
  color: #fff;
}

.navbar .user-menu .navbar-notify .notify-dropdown .total-notify span {
  background: var(--dhanotsav-gold);
  color: var(--dhanotsav-blue);
}

.navbar .user-menu .navbar-notify .notify-dropdown ul li:before {
  background: var(--dhanotsav-gold);
}

.navbar .user-menu .navbar-account a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid var(--dhanotsav-gold);
  background: var(--dhanotsav-gold);
  color: var(--dhanotsav-blue-dark) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}

.navbar .user-menu .navbar-account a:hover {
  color: var(--dhanotsav-blue-dark) !important;
  background: var(--dhanotsav-gold-hover);
  border-color: var(--dhanotsav-gold-hover);
}

.navbar .user-menu .navbar-account i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: 0;
  border: none;
  font-size: 12px;
  color: var(--dhanotsav-blue-dark);
}

.hamburger .line {
  stroke: #fff;
}

.hamburger.opened .line {
  stroke: var(--dhanotsav-gold);
}

/* Mobile drawer */
.mobile-menu {
  background: var(--dhanotsav-blue-dark);
}

.mobile-menu .site-menu ul li a:hover {
  color: var(--dhanotsav-gold) !important;
}

.mobile-menu .button-account,
.mobile-menu .mobile-account {
  background: var(--dhanotsav-gold) !important;
  color: var(--dhanotsav-blue) !important;
}

.mobile-menu .button-account i,
.mobile-menu .mobile-account i {
  border-color: var(--dhanotsav-blue);
  color: var(--dhanotsav-blue);
}

.mobile-menu .mobile-search form input[type="submit"] {
  background: var(--dhanotsav-gold);
  color: var(--dhanotsav-blue);
  font-weight: 700;
  border-color: var(--dhanotsav-gold);
}

/* Full-screen search overlay — matches menu blue */
.search-box {
  background: var(--dhanotsav-blue-dark);
  background: linear-gradient(
    180deg,
    rgba(24, 47, 153, 0.94) 0%,
    rgba(18, 37, 99, 0.98) 100%
  );
  filter: none;
}

.search-box .container form {
  border-color: var(--dhanotsav-gold);
}

.search-box .container ul li a:hover {
  color: var(--dhanotsav-gold) !important;
}

/* Hero slide — title, description, duration, watch video + trailer card */
.slider .main-slider .swiper-slide .container.hero-slide-wrap {
  max-width: 1200px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hero-slide-left .name {
  margin-bottom: 16px;
}

.hero-slide-left .description {
  margin-bottom: 14px;
  max-width: 540px;
}

.slide-duration {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 22px;
}

.slide-duration-label {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 12px;
  background: var(--dhanotsav-gold);
  color: var(--dhanotsav-blue-dark);
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-slide-left .play-btn.hero-watch-video {
  display: inline-block;
  margin-top: 0;
}

.dh-home-punchline {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  background: #ffffff;
  padding: 10px 12px;
  line-height: 1.35;
}

/* Main hero swiper pagination at bottom center */
.slider .swiper-pagination {
  left: 50% !important;
  right: auto !important;
  bottom: 14px !important;
  top: auto !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.slider .swiper-pagination .swiper-pagination-bullet {
  float: none !important;
  margin: 0 !important;
}

.dh-testimonial-slide__author {
  margin-top: 10px;
  color: #182f99;
  font-weight: 700;
  font-size: 1rem;
}

/* Keep header and hero in normal flow (not fixed/absolute layout). */
.slider {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0;
  max-height: 500px;
  overflow: hidden;
  background: transparent !important;
}

.slider .main-slider .swiper-slide .slide-inner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent !important;
}

.slider .main-slider,
.slider .main-slider .swiper-slide {
  background: transparent !important;
}

.slider .main-slider .swiper-slide .slide-inner.slide-inner--split {
  background: #0d1430;
}

.slide-inner--split .container.hero-slide-wrap {
  max-width: 100%;
  height: 100%;
  padding-top: 0 !important;
}

.slide-inner--split .row {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  align-items: stretch !important;
}

.slide-inner--split .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* Simplified hero slide: full-width background + optional title only */
.slider .main-slider .swiper-slide .slide-inner.slide-inner--simple {
  position: relative;
  background: transparent !important;
}

.slider .main-slider .swiper-slide .slide-inner.slide-inner--simple::after {
  content: none;
}

.dh-slide-full-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.slider .main-slider .swiper-slide .slide-inner.slide-inner--simple .container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 0 !important;
}

.dh-slide-title-only {
  margin: 0;
  color: #fff;
  font-size: clamp(1.6rem, 4vw, 3rem) !important;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  max-width: 900px;
}

.slide-inner--split .hero-slide-left .name {
  color: #fff;
}

.slide-inner--split .hero-slide-left .name strong {
  color: #fac000;
  -webkit-text-fill-color: #fac000;
  -webkit-text-stroke: 0;
}

.slide-inner--split .hero-slide-left .description {
  color: rgba(255, 255, 255, 0.92);
}

.slide-inner--split .slide-duration {
  color: rgba(255, 255, 255, 0.95);
}

.slide-inner--split .hero-slide-left .play-btn.hero-watch-video {
  background: #fac000;
  border-color: #fac000;
  color: #132a86;
}

.slide-inner--split .hero-slide-left .play-btn.hero-watch-video:hover {
  background: transparent;
  color: #132a86;
  border-color: #132a86;
}

.slide-inner--split .hero-slide-left {
  background: transparent !important;
  height: 100%;
  padding: clamp(1.25rem, 2.6vw, 2rem) clamp(1rem, 2.4vw, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider .main-slider,
.slider .main-slider .swiper-wrapper,
.slider .main-slider .swiper-slide {
  height: 500px !important;
  max-height: 500px;
}

header.slider + main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 991.98px) {
  .slider,
  .slider .main-slider,
  .slider .main-slider .swiper-wrapper,
  .slider .main-slider .swiper-slide {
    min-height: 460px;
    height: 460px !important;
  }
}

.hero-slide-right {
  padding-top: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 992px) {
  .hero-slide-right {
    padding-top: 0;
    padding-left: 0;
  }
}

.slide-trailer-card {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid var(--dhanotsav-gold);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  text-decoration: none !important;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.slide-inner--split .hero-slide-right {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 0 !important;
  background: transparent;
  overflow: visible;
}

.slide-inner--split .slide-trailer-card,
.slide-inner--split .slide-hero-image-card {
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: 500px !important;
  max-height: none;
  min-height: 0;
  border-radius: 0;
  overflow: hidden;
  border-width: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.slide-inner--split .slide-trailer-thumb {
  height: 500px !important;
  max-height: none;
  padding-top: 0 !important;
  overflow: hidden;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-inner--split .slide-trailer-thumb img,
.slide-inner--split .slide-hero-image-card img {
  width: min(100%, 1000px);
  height: 500px !important;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  display: block;
  margin: 0 auto;
  position: static !important;
  background: transparent;
}

@media (max-width: 991.98px) {
  .slide-inner--split .slide-trailer-thumb img,
  .slide-inner--split .slide-hero-image-card img {
    width: 100%;
    height: auto !important;
  }
}

.slide-hero-image-card {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #fac000;
  box-shadow: 0 12px 34px rgba(15, 28, 84, 0.3);
}

.slide-hero-image-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}

.slide-trailer-card:hover .slide-trailer-overlay {
  background: rgba(0, 0, 0, 0.55);
}

.slide-trailer-card:hover .slide-trailer-overlay .lni-play {
  color: var(--dhanotsav-gold);
  transform: scale(1.08);
}

.slide-trailer-thumb {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #0a1744 center/cover no-repeat;
  background-size: cover;
}

.slide-trailer-thumb--empty {
  min-height: 200px;
}

.slide-trailer-thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-trailer-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.35);
  transition: background 0.25s ease, color 0.25s ease;
  color: #fff;
  pointer-events: none;
}

.slide-trailer-overlay .lni-play {
  font-size: 52px;
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  transition: transform 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.slide-trailer-text {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Featured episodes section + heading */
.featured-episodes-section {
  background: #f3f5fb;
}

.featured-episodes-section .featured-episodes-row > [class*="col-"] {
  margin-bottom: 1rem;
  padding-left: 8px;
  padding-right: 8px;
}

.featured-episodes-section .featured-episodes-row {
  margin-left: -8px;
  margin-right: -8px;
}

.featured-episodes-section .featured-episode-card {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

/* Google Translate: avoid layout jump from top banner */
iframe.goog-te-banner-frame {
  display: none !important;
}

body {
  top: 0 !important;
}

/* Compact translator with flag (bottom-right) */
.dh-translate-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10070;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
}

.dh-translate-float__flag {
  flex-shrink: 0;
  width: 20px;
  height: 14px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);
}

.dh-translate-float .goog-te-gadget {
  font-family: inherit !important;
  color: #1a1a1a !important;
  font-size: 0 !important;
}

.dh-translate-float .goog-te-gadget-simple {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.dh-translate-float .goog-te-gadget-icon {
  display: none !important;
}

.dh-translate-float .goog-te-menu-value {
  color: #1a1a1a !important;
}

.dh-translate-float .goog-te-menu-value span {
  color: #1a1a1a !important;
  border-left: none !important;
  font-size: 12px !important;
  font-weight: 700;
  text-transform: uppercase;
}

.dh-translate-float .goog-te-menu-value span:first-child {
  margin-right: 2px;
}

/* Right-middle quick contact stack */
.dh-contact-float {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10060;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dh-contact-float__btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dh-contact-float__btn--whatsapp {
  background: #25d366;
}

.dh-contact-float__btn--phone {
  background: var(--dhanotsav-blue);
}

.dh-contact-float__btn--email {
  background: #f59f00;
}

.dh-contact-float__btn:hover {
  color: #fff;
  transform: scale(1.06);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.dh-contact-float__btn:focus-visible {
  outline: 3px solid var(--dhanotsav-gold);
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .dh-contact-float {
    right: 12px;
    gap: 8px;
  }

  .dh-contact-float__btn {
    width: 46px;
    height: 46px;
  }

  .dh-translate-float {
    right: 12px;
    bottom: 12px;
  }
}

.dh-topbar {
  background: #11257e;
  color: #fff;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.dh-topbar__social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dh-topbar__social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  text-decoration: none;
  transition: all 0.2s ease;
}

.dh-topbar__social a:hover {
  background: #fac000;
  color: #162f99;
}

.dh-topbar__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.dh-topbar__btn {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 18px;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.14);
  color: #fff !important;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
  transition: all 0.2s ease;
}

.dh-topbar__btn:hover {
  background: #fac000;
  color: #162f99 !important;
}

.dh-footer-social {
  background: #162f99;
  padding: 14px 0;
}

.dh-footer-social__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.dh-footer-social__links a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  text-decoration: none;
  transition: all 0.2s ease;
}

.dh-footer-social__links a:hover {
  background: #fac000;
  color: #162f99;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 32px !important;
}

.section-title.text-center h6 {
  font-size: 18px !important;
}

.dh-contact-info-card h5 {
  font-size: 20px !important;
}

@media (max-width: 767.98px) {
  .dh-topbar {
    display: none;
  }
}

.section-title.section-title--featured-tv {
  margin-bottom: 2rem;
  max-width: none;
  text-align: center;
}

.section-title.section-title--featured-tv h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3.8vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: var(--dhanotsav-blue-dark);
  line-height: 1.15;
}

.dh-home-about-belief {
  background: #ffffff;
}

.dh-about-belief__image-wrap {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(22, 47, 153, 0.12);
  background: #e7eeff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 0;
}

.dh-about-belief__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dh-about-belief__content {
  background: #fff;
  border: 1px solid rgba(22, 47, 153, 0.12);
  border-radius: 18px;
  padding: clamp(1rem, 2.5vw, 1.75rem);
}

.dh-about-belief__copy h3 {
  margin: 0 0 6px;
  color: #162f99;
  font-size: 1.05rem;
  font-weight: 700;
}

.dh-about-belief__copy p {
  margin: 0 0 14px;
  color: #4f5877;
}

.dh-about-belief__copy p:last-child {
  margin-bottom: 0;
}

.dh-about-metrics__title {
  margin: 0 0 14px;
  color: #162f99;
  font-weight: 800;
  font-size: 1.3rem;
}

.dh-metric-card {
  height: 100%;
  background: linear-gradient(155deg, #ffffff 0%, #f7faff 52%, #eef4ff 100%);
  border: 1px solid rgba(22, 47, 153, 0.14);
  border-radius: 14px;
  padding: 10px 10px 9px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
  box-shadow: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}

.dh-metric-card::before {
  content: none;
}

.dh-metric-card:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
}

.dh-metric-card strong {
  color: #102a8e;
  font-size: clamp(1.4rem, 3.5vw, 1.7rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.dh-metric-card span {
  color: #22345f;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.dh-metric-card span i {
  font-size: 25px;
}

.dh-metric-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(145deg, #fac000 0%, #f0b800 100%);
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: none;
}

.dh-metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dh-metrics-grid__item {
  min-width: 0;
}

.dh-about-metrics-block {
  background: linear-gradient(180deg, #fff9ee 0%, #ffffff 100%);
}

.dh-metric-highlight {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 14px;
  padding: 0.65rem 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  border: 1px solid rgba(19, 42, 134, 0.14);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 1px;
  text-align: center;
  position: relative;
}

.dh-about-metrics-block .rounded-4.shadow-sm {
  box-shadow: none !important;
  border: 0 !important;
}

@media (max-width: 575.98px) {
  .dh-metrics-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.dh-metric-highlight::before {
  content: "";
  width: 64px;
  height: 3px;
  border-radius: 99px;
  background: var(--dhanotsav-gold);
  margin: 0 auto 2px;
}

.dh-metric-highlight strong {
  color: #132a86;
  font-size: clamp(0.98rem, 2vw, 1.15rem);
  font-weight: 800;
  line-height: 1.2;
}

.dh-metric-highlight span {
  color: #162545;
  font-size: 0.82rem;
  font-weight: 600;
}

.dh-why-dhanotsav {
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
}

.dh-why-dhanotsav .section-title h6,
.dh-why-dhanotsav .section-title h2 {
  color: #162f99;
}

.dh-why-dhanotsav__image-wrap {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 320px;
}

.dh-why-dhanotsav__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dh-why-dhanotsav__content {
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(22, 47, 153, 0.14);
  color: #1f2d54;
  padding: clamp(1rem, 2.5vw, 1.6rem);
  backdrop-filter: none;
}

.dh-why-dhanotsav__content p {
  color: #445173;
  margin-bottom: 0.8rem;
  line-height: 1.75;
}

.dh-bvm-full {
  background: linear-gradient(165deg, #0a0f24 0%, #12193a 42%, #0d1430 100%) !important;
  padding: clamp(2rem, 4vw, 3rem) 0;
}

.dh-bvm-grid-wrap {
  border-radius: 18px;
  padding: 0;
  border: 0;
}

.dh-bvm-grid-wrap .section-title h6,
.dh-bvm-grid-wrap .section-title h2 {
  color: #fff;
}

.dh-bvm-grid-wrap .section-title h6 {
  letter-spacing: 2px;
  opacity: 0.9;
}

.dh-bvm-grid-wrap .section-title h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 0.25rem;
  text-align: center;
}

.dh-bvm-card {
  border-radius: 16px;
  padding: 20px 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  backdrop-filter: blur(4px);
}

.dh-bvm-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background: #fac000;
  color: #162f99;
  font-size: 20px;
}

.dh-bvm-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.1rem !important;
  font-weight: 700;
}

.dh-bvm-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.7;
}

.section-title.section-title--featured-tv h2::after {
  margin-left: auto;
  margin-right: auto;
}

/* Featured TV block uses default .section-title h2::after accent bar */

/* Make Season #1 cards visibly smaller */
.carousel-tv-shows {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 0;
  box-sizing: border-box;
}

.carousel-tv-shows .swiper-wrapper {
  align-items: stretch;
}

.carousel-tv-shows .swiper-slide {
  height: auto;
}

.carousel-tv-shows .swiper-slide .featured-episode-card {
  max-width: 100% !important;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .carousel-tv-shows {
    max-width: 1220px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .carousel-tv-shows {
    max-width: 980px;
  }
}

/* Featured episode cards — clean card + light panel (premium streaming style) */
.featured-episode-card {
  width: 100%;
  max-width: 92%;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(24, 47, 153, 0.1);
  box-shadow:
    0 2px 8px rgba(24, 47, 153, 0.04),
    0 16px 48px rgba(24, 47, 153, 0.09);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
}

.featured-episode-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 4px 16px rgba(24, 47, 153, 0.08),
    0 24px 56px rgba(24, 47, 153, 0.14);
}

.featured-episode-card__frame {
  position: relative;
  aspect-ratio: 16 / 8.8;
  background: #0e1020;
}

.featured-episode-card__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.featured-episode-card:hover .featured-episode-card__poster {
  transform: scale(1.04);
}

.featured-episode-card__play-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: inherit;
}

.featured-episode-card__play-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.6rem, 7vw, 3.3rem);
  height: clamp(2.6rem, 7vw, 3.3rem);
  border-radius: 50%;
  background: rgba(24, 47, 153, 0.88);
  border: 2px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  transition:
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.2s ease,
    border-color 0.2s ease;
}

.featured-episode-card__play-ico {
  width: 42%;
  height: 42%;
  margin-left: 6%;
  color: #fff;
}

.featured-episode-card:hover .featured-episode-card__play-circle,
.featured-episode-card__play-overlay:focus-visible .featured-episode-card__play-circle {
  transform: scale(1.08);
  background: var(--dhanotsav-gold);
  border-color: #fff;
}

.featured-episode-card:hover .featured-episode-card__play-ico,
.featured-episode-card__play-overlay:focus-visible .featured-episode-card__play-ico {
  color: var(--dhanotsav-blue-dark);
}

.featured-episode-card__panel {
  position: relative;
  padding: 0.82rem 0.95rem 0.95rem;
  background: #fff;
  border-top: 1px solid rgba(24, 47, 153, 0.08);
}

.featured-episode-card__tags {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
}

.featured-episode-card__tags li {
  display: inline-block;
  margin: 0;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dhanotsav-blue);
  border-radius: 6px;
  background: rgba(24, 47, 153, 0.07);
  border: 1px solid rgba(24, 47, 153, 0.12);
}

.featured-episode-card__row {
  display: block;
  text-align: center;
}

.featured-episode-card__title {
  margin: 0 0 8px;
  flex: 1;
  min-width: 0;
  text-align: center;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: #1a1f36;
}

.featured-episode-card__watch {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 6px;
  padding: 7px 12px;
  background: var(--dhanotsav-blue);
  color: #fff !important;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  text-decoration: none !important;
  border-radius: 999px;
  border: 1.5px solid var(--dhanotsav-blue);
  min-width: 104px;
  white-space: nowrap;
  box-shadow: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.featured-episode-card__watch-ico {
  flex-shrink: 0;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.featured-episode-card__watch:hover,
.featured-episode-card__watch:focus-visible {
  transform: translateY(-1px);
  background: var(--dhanotsav-gold);
  border-color: var(--dhanotsav-gold);
  color: var(--dhanotsav-blue-dark) !important;
}

@media (max-width: 575px) {
  .carousel-tv-shows .swiper-slide .featured-episode-card {
    max-width: 100% !important;
  }

  .featured-episode-card__watch {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .featured-episode-card,
  .featured-episode-card__poster,
  .featured-episode-card__play-circle {
    transition: none !important;
  }

  .featured-episode-card:hover {
    transform: none;
  }

  .featured-episode-card:hover .featured-episode-card__poster {
    transform: none;
  }

  .featured-episode-card:hover .featured-episode-card__play-circle,
  .featured-episode-card__play-overlay:focus-visible .featured-episode-card__play-circle {
    transform: none;
  }
}

/* —— Home: Partners, How it works, Testimonials slider —— */
.dh-section-head {
  margin-bottom: 1.25rem !important;
}

.dh-home-partners {
  background: #f7faff !important;
}

.dh-partners-swiper-wrap {
  position: relative;
  padding: 0 0 0;
  max-width: 1100px;
  margin: 0 auto;
}

.dh-partners-swiper {
  overflow: hidden;
}

.dh-partners-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.dh-partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 108px;
  height: 100%;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(24, 47, 153, 0.1);
  background: #fff;
  box-shadow: 0 4px 14px rgba(24, 47, 153, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.dh-partner-card:hover {
  transform: translateY(-4px);
  border-color: rgba(250, 192, 0, 0.65);
  box-shadow:
    0 10px 28px rgba(24, 47, 153, 0.1),
    0 0 0 1px rgba(250, 192, 0, 0.25);
}

.dh-partner-card__logo {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 64px;
  height: auto;
  object-fit: contain;
  object-position: center;
  transition: transform 0.3s ease;
}

.dh-partner-card:hover .dh-partner-card__logo {
  transform: scale(1.04);
}

@media (min-width: 768px) {
  .dh-partner-card {
    min-height: 118px;
    padding: 1.15rem 1.25rem;
  }

  .dh-partner-card__logo {
    max-height: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dh-partner-card,
  .dh-partner-card__logo {
    transition: none;
  }

  .dh-partner-card:hover {
    transform: none;
  }

  .dh-partner-card:hover .dh-partner-card__logo {
    transform: none;
  }
}

.dh-home-how {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #0b1130 0%, #151d46 45%, #10295e 100%) !important;
}

.dh-home-how::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -18%;
  width: min(55vw, 520px);
  height: min(55vw, 520px);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(250, 192, 0, 0.12), transparent 62%);
  pointer-events: none;
}

.dh-home-how::after {
  content: "";
  position: absolute;
  bottom: -35%;
  left: -12%;
  width: min(48vw, 420px);
  height: min(48vw, 420px);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(24, 47, 153, 0.35), transparent 65%);
  pointer-events: none;
}

.dh-how-header {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 1.85rem;
  padding: 0 0.5rem;
}

.dh-how-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.75rem, 3.8vw, 2.35rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #f6f7ff;
  line-height: 1.12;
}

.dh-how-lead {
  margin: 0;
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  line-height: 1.62;
  color: rgba(220, 224, 246, 0.9);
  font-weight: 500;
}

.dh-how-lead__accent {
  color: var(--dhanotsav-gold);
  font-weight: 700;
  white-space: nowrap;
}

.dh-how-track {
  position: relative;
  z-index: 1;
  padding-top: 0;
}

.dh-how-row.dh-how-steps {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 0;
  --dh-how-gap: 1.35rem;
}

.dh-how-steps__col {
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: var(--dh-how-gap);
}

.dh-how-step {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 1.35rem 1.25rem 1.5rem 1.35rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-left: 3px solid rgba(250, 192, 0, 0.55);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.dh-how-step--1 {
  border-left-color: rgba(250, 192, 0, 0.65);
}

.dh-how-step--2 {
  border-left-color: rgba(107, 140, 255, 0.75);
}

.dh-how-step--3 {
  border-left-color: rgba(92, 225, 197, 0.65);
}

.dh-how-step--4 {
  border-left-color: rgba(250, 192, 0, 0.7);
}

.dh-how-step:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(250, 192, 0, 0.08);
}

.dh-how-step--1:hover,
.dh-how-step--4:hover {
  border-left-color: var(--dhanotsav-gold);
}

.dh-how-step--2:hover {
  border-left-color: #8aa3ff;
}

.dh-how-step--3:hover {
  border-left-color: #7aebd4;
}

.dh-how-step__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.dh-how-step__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.dh-how-step--1 .dh-how-step__icon-wrap,
.dh-how-step--4 .dh-how-step__icon-wrap {
  color: var(--dhanotsav-gold);
  background: rgba(250, 192, 0, 0.12);
  border: 1px solid rgba(250, 192, 0, 0.32);
}

.dh-how-step--2 .dh-how-step__icon-wrap {
  color: #9db0ff;
  background: rgba(107, 140, 255, 0.14);
  border: 1px solid rgba(107, 140, 255, 0.35);
}

.dh-how-step--3 .dh-how-step__icon-wrap {
  color: #7aebd4;
  background: rgba(92, 225, 197, 0.1);
  border: 1px solid rgba(92, 225, 197, 0.32);
}

.dh-how-step:hover .dh-how-step__icon-wrap {
  transform: scale(1.05);
}

.dh-how-step--1:hover .dh-how-step__icon-wrap,
.dh-how-step--4:hover .dh-how-step__icon-wrap {
  background: rgba(250, 192, 0, 0.2);
}

.dh-how-step--2:hover .dh-how-step__icon-wrap {
  background: rgba(107, 140, 255, 0.22);
}

.dh-how-step--3:hover .dh-how-step__icon-wrap {
  background: rgba(92, 225, 197, 0.18);
}

.dh-how-step__icon-wrap svg {
  display: block;
}

.dh-how-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.45rem;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(246, 247, 255, 0.95);
  background: rgba(0, 0, 0, 0.28);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.dh-how-step__heading {
  margin: 0 0 0.55rem;
  font-size: 1.05rem !important;
  font-weight: 800;
  line-height: 1.28;
  color: #fff;
  letter-spacing: 0.01em;
}

.dh-how-step__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.58;
  color: rgba(200, 206, 232, 0.88);
}

@media (min-width: 992px) {
  .dh-how-steps__col {
    margin-bottom: 0;
  }

  .dh-how-steps__col:not(:last-child)::after {
    content: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dh-how-step,
  .dh-how-step__icon-wrap {
    transition: none;
  }

  .dh-how-step:hover {
    transform: none;
  }

  .dh-how-step:hover .dh-how-step__icon-wrap {
    transform: none;
  }
}

/* Testimonials — light premium layout */
.dh-home-testimonials {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #0b1130 0%, #151d46 45%, #10295e 100%);
}

.dh-home-latest-videos {
  background: linear-gradient(180deg, #f5f9ff 0%, #eef4ff 100%);
}

.dh-home-latest-videos .section-title h2 {
  color: #162f99;
}

.dh-home-latest-videos .section-title h6 {
  color: #4f5877;
}

.dh-home-latest-videos .card {
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(17, 45, 140, 0.14) !important;
}

.dh-home-testimonials__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(95, 129, 255, 0.22) 0%, transparent 60%),
    radial-gradient(ellipse 65% 45% at 100% 90%, rgba(250, 192, 0, 0.18) 0%, transparent 55%),
    transparent;
  pointer-events: none;
}

.dh-home-testimonials .section-title.light h2,
.dh-home-testimonials .section-title.light h6 {
  color: #fff;
}

.dh-home-testimonials .section-title.light h6 {
  opacity: 0.85;
}

.dh-testimonials-layout {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0.5rem;
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 3.25rem;
}

.dh-testimonials-nav {
  flex-shrink: 0;
  align-self: center;
  width: 48px;
  height: 48px;
  margin-top: -2rem;
  padding: 0;
  border: 1px solid rgba(24, 47, 153, 0.18);
  border-radius: 50%;
  background: #fff;
  color: var(--dhanotsav-blue);
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.dh-testimonials-nav:hover {
  background: rgba(250, 192, 0, 0.22);
  border-color: rgba(250, 192, 0, 0.45);
  color: var(--dhanotsav-blue-dark);
}

.dh-testimonials-nav:focus-visible {
  outline: 2px solid var(--dhanotsav-gold);
  outline-offset: 3px;
}

@media (min-width: 768px) {
  .dh-testimonials-nav {
    display: inline-flex;
  }
}

.dh-testimonials-swiper {
  flex: 1;
  min-width: 0;
  max-width: 1040px;
  margin: 0 auto;
  padding-inline: 12px;
  padding-bottom: 2.75rem;
  box-sizing: border-box;
  overflow: hidden;
}

.dh-testimonials-swiper .swiper-wrapper {
  align-items: stretch;
}

.dh-testimonials-swiper .swiper-slide {
  height: auto;
  display: flex;
  box-sizing: border-box;
}

.dh-testimonials-swiper .swiper-slide > .dh-testimonial-slide {
  flex: 1;
  width: 100%;
}

.dh-testimonial-slide {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 0;
  max-width: 100%;
  min-height: clamp(220px, 32vw, 280px);
  padding: 0;
  overflow: hidden;
  text-align: left;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(24, 47, 153, 0.12);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.75) inset,
    0 20px 40px rgba(24, 47, 153, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.dh-testimonial-slide__media {
  flex: 0 0 clamp(132px, 30%, 200px);
  position: relative;
  align-self: stretch;
  border-right: 1px solid rgba(24, 47, 153, 0.1);
  background: linear-gradient(145deg, rgba(24, 47, 153, 0.06), rgba(250, 192, 0, 0.08));
}

.dh-testimonial-slide__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.25rem, 3vw, 2rem) clamp(1.15rem, 2.8vw, 1.85rem);
}

.dh-testimonial-slide__quote {
  margin: 0;
  padding: 0;
  font-size: clamp(0.95rem, 1.85vw, 1.12rem);
  font-weight: 500;
  font-style: normal;
  line-height: 1.68;
  color: #253054;
  border: none;
}

.dh-testimonial-slide__quote[lang="hi"] {
  font-family: "Noto Sans Devanagari", "Mangal", "Nirmala UI", system-ui, sans-serif;
  line-height: 1.78;
  text-align: start;
  hyphens: none;
}

.dh-testimonial-slide__quote::before {
  content: "“";
  display: block;
  margin-bottom: 0.4rem;
  font-size: 2.25rem;
  line-height: 1;
  color: var(--dhanotsav-gold);
  font-family: Georgia, "Times New Roman", serif;
  opacity: 0.95;
}

.dh-testimonial-slide__avatar {
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  overflow: hidden;
  border: none;
  box-shadow: none;
}

.dh-testimonial-slide__avatar img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

@media (max-width: 767px) {
  .dh-testimonials-swiper {
    padding-inline: 8px;
  }

  .dh-testimonial-slide {
    flex-direction: column;
    min-height: 0;
  }

  .dh-testimonial-slide__media {
    flex: 0 0 auto;
    width: 100%;
    max-height: 200px;
    border-right: none;
    border-bottom: 1px solid rgba(24, 47, 153, 0.1);
  }

  .dh-testimonial-slide__avatar img {
    min-height: 180px;
    max-height: 200px;
  }

  .dh-testimonial-slide__body {
    padding: clamp(1.15rem, 3vw, 1.5rem) clamp(1rem, 3vw, 1.35rem);
  }
}

.dh-testimonials-pagination.swiper-pagination-bullets {
  bottom: 0 !important;
}

.dh-testimonials-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: rgba(24, 47, 153, 0.28);
  opacity: 1;
  transition: transform 0.2s ease, background 0.2s ease;
}

.dh-testimonials-pagination .swiper-pagination-bullet-active {
  background: var(--dhanotsav-gold);
  transform: scale(1.2);
}

@media (prefers-reduced-motion: reduce) {
  .dh-testimonials-pagination .swiper-pagination-bullet-active {
    transform: none;
  }
}

/* Home FAQ — accordion (previous design) */
.dh-home-faq {
  background: #0a1020;
}

.dh-home-faq .section-title h6 {
  color: var(--dhanotsav-gold);
  letter-spacing: 0.12em;
  opacity: 0.9;
}

.dh-home-faq .section-title h2 {
  color: #fff;
}

.dh-home-faq__accordion.accordion {
  float: none;
  background: transparent;
  margin-top: 0.75rem;
}

.dh-home-faq__accordion .card {
  float: none;
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.dh-home-faq__accordion .card:last-child {
  margin-bottom: 0;
}

.dh-home-faq__accordion .card .card-header a:hover,
.dh-home-faq__accordion .card .card-header a.dh-home-faq__trigger:hover {
  color: var(--dhanotsav-gold) !important;
}

.dh-home-faq__accordion .card .card-header a {
  color: rgba(255, 255, 255, 0.92);
}

.dh-home-faq__accordion .card [aria-expanded="true"],
.dh-home-faq__accordion .card [aria-expanded=true] {
  color: var(--dhanotsav-gold) !important;
}

/* Contact page redesign */
.dh-contact-page {
  background: linear-gradient(180deg, #f6f8ff 0%, #ffffff 56%);
}

.dh-contact-header {
  max-height: 280px;
  display: flex;
  align-items: flex-end !important;
  background:
    radial-gradient(circle at 14% 22%, rgba(250, 192, 0, 0.32), transparent 35%),
    radial-gradient(circle at 85% 80%, rgba(74, 106, 238, 0.3), transparent 42%),
    linear-gradient(135deg, var(--dhanotsav-blue-dark) 0%, var(--dhanotsav-blue) 52%, #203cae 100%) !important;
}

.dh-contact-header .container {
  padding-top: 0 !important;
  padding-bottom: 18px;
}

.dh-contact-header::after {
  background: linear-gradient(180deg, rgba(15, 27, 84, 0.28) 0%, rgba(15, 27, 84, 0.62) 100%) !important;
  opacity: 1;
}

.dh-contact-header h1 {
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 3rem);
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.dh-contact-header h1::after {
  background: var(--dhanotsav-gold) !important;
}

.dh-contact-hero {
  padding-top: 38px;
  padding-bottom: 28px;
}

.dh-contact-hero__panel {
  border-radius: 20px;
  padding: clamp(1.2rem, 2.5vw, 2rem);
  border: 1px solid rgba(24, 47, 153, 0.1);
  background:
    radial-gradient(circle at 20% 10%, rgba(250, 192, 0, 0.18), transparent 40%),
    radial-gradient(circle at 85% 85%, rgba(24, 47, 153, 0.09), transparent 45%),
    #fff;
  box-shadow: 0 18px 42px rgba(24, 47, 153, 0.12);
}

.dh-contact-hero .section-title h6,
.dh-contact-hero .section-title h2 {
  color: var(--dhanotsav-blue-dark);
}

.dh-contact-hero .section-title p {
  max-width: 760px;
  margin: 0.5rem auto 0;
  color: #5b627d;
}

.dh-contact-info-card {
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(24, 47, 153, 0.12);
  background: #fff;
  padding: 1rem 1rem 1.1rem;
  box-shadow: 0 12px 28px rgba(24, 47, 153, 0.08);
  text-align: center;
}

.dh-contact-info-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  margin-bottom: 0.5rem;
  background: rgba(24, 47, 153, 0.08);
  font-size: 1.25rem;
}

.dh-contact-info-card h5 {
  margin: 0 0 0.35rem;
  color: #1a2f77;
  text-transform: uppercase;
  font-size: 0.92rem;
  letter-spacing: 0.05em;
}

.dh-contact-info-card p {
  margin: 0;
  color: #4f5877;
}

.dh-contact-info-card a {
  color: #1a2f77;
  text-decoration: none;
}

.dh-contact-info-card a:hover {
  color: var(--dhanotsav-blue);
  text-decoration: underline;
}

.dh-contact-form-section {
  padding-top: 20px;
  padding-bottom: 52px;
}

.dh-contact-side-card {
  height: 100%;
  border-radius: 18px;
  padding: clamp(1.15rem, 2.8vw, 1.7rem);
  background: linear-gradient(160deg, #122563 0%, #182f99 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(18, 37, 99, 0.28);
}

.dh-contact-side-card h3 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.3rem, 2.7vw, 1.7rem);
}

.dh-contact-side-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.72rem;
}

.dh-contact-side-card li {
  position: relative;
  padding-left: 1.15rem;
  color: rgba(255, 255, 255, 0.92);
}

.dh-contact-side-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--dhanotsav-gold);
}

.dh-contact-side-card__tag {
  margin-top: 1rem;
  display: inline-block;
  border-radius: 999px;
  padding: 0.5rem 0.85rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.9rem;
}

.dh-contact-side-card__quick {
  margin-top: 1rem;
  display: grid;
  gap: 0.5rem;
}

.dh-contact-side-card__quick a {
  display: block;
  border-radius: 10px;
  padding: 0.55rem 0.7rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.4;
}

.dh-contact-side-card__quick a:hover {
  border-color: rgba(250, 192, 0, 0.65);
  color: #fff;
}

.dh-contact-form-wrap {
  height: 100%;
  border-radius: 18px;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgba(24, 47, 153, 0.12);
  background: #fff;
  box-shadow: 0 16px 36px rgba(24, 47, 153, 0.11);
}

.dh-contact-form-wrap .section-title {
  margin-bottom: 0.9rem !important;
}

.dh-contact-form-wrap .section-title h6,
.dh-contact-form-wrap .section-title h2 {
  color: #1a2f77;
}

.dh-contact-form-wrap .section-title p {
  margin: 0.4rem 0 0;
  color: #5b627d;
}

.dh-contact-modern-form input,
.dh-contact-modern-form select,
.dh-contact-modern-form textarea {
  width: 100%;
  border: 1px solid rgba(24, 47, 153, 0.2);
  border-radius: 10px;
  background: #fff;
  color: #1a2f77;
  padding: 0.7rem 0.85rem;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dh-contact-modern-form .row.g-3 {
  row-gap: 0.95rem !important;
}

.dh-contact-modern-form textarea {
  resize: vertical;
}

.dh-contact-modern-form input:focus,
.dh-contact-modern-form select:focus,
.dh-contact-modern-form textarea:focus {
  border-color: rgba(250, 192, 0, 0.82);
  box-shadow: 0 0 0 3px rgba(250, 192, 0, 0.18);
}

.dh-contact-modern-form button {
  border: 1px solid var(--dhanotsav-gold);
  border-radius: 10px;
  padding: 0.76rem 1rem;
  background: var(--dhanotsav-gold);
  color: var(--dhanotsav-blue-dark);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  min-width: 180px;
}

.dh-contact-modern-form button:hover {
  background: var(--dhanotsav-gold-hover);
  border-color: var(--dhanotsav-gold-hover);
}

/* Season 2 registration page */
.dh-season2-page {
  background:
    radial-gradient(circle at 20% 10%, rgba(250, 192, 0, 0.16), transparent 45%),
    radial-gradient(circle at 80% 80%, rgba(24, 47, 153, 0.1), transparent 50%),
    #f5f7ff;
  padding-top: 20px;
}

.dh-season2-hero {
  display: block !important;
  padding-top: 70px;
  padding-bottom: 36px;
}

.dh-season2-panel {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at 85% 15%, rgba(250, 192, 0, 0.1), transparent 38%),
    rgba(8, 18, 46, 0.94);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.42);
  padding: clamp(1.25rem, 3vw, 2.2rem);
}

/* Alternate layout refresh */
.dh-season2-hero--alt .dh-season2-panel {
  border: 1px solid rgba(24, 47, 153, 0.16);
  background:
    radial-gradient(circle at 8% 16%, rgba(250, 192, 0, 0.16), transparent 34%),
    radial-gradient(circle at 85% 25%, rgba(89, 126, 255, 0.13), transparent 38%),
    linear-gradient(135deg, #ffffff 0%, #f4f7ff 45%, #eef3ff 100%);
  box-shadow: 0 20px 50px rgba(24, 47, 153, 0.12);
}

.dh-season2-hero--alt .dh-season2-content {
  padding: clamp(0.25rem, 1.6vw, 0.8rem) clamp(0.25rem, 1.5vw, 0.8rem);
}

.dh-season2-hero--alt .dh-season2-form-card {
  height: 100%;
  border: 1px solid rgba(24, 47, 153, 0.14);
  background: linear-gradient(160deg, #ffffff 0%, #f7f9ff 100%);
  box-shadow: 0 14px 28px rgba(24, 47, 153, 0.12);
  color: #1a2f77;
}

.dh-season2-hero--alt .dh-season2-form-kicker {
  color: rgba(24, 47, 153, 0.75);
}

.dh-season2-hero--alt .dh-season2-chip {
  background: rgba(24, 47, 153, 0.06);
  border-color: rgba(24, 47, 153, 0.2);
  color: #374062;
}

.dh-season2-metrics {
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.dh-season2-metric {
  padding: 0.7rem 0.65rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(24, 47, 153, 0.16);
  text-align: center;
}

.dh-season2-metric strong {
  display: block;
  color: var(--dhanotsav-gold);
  font-size: 1.05rem;
  line-height: 1.1;
  margin-bottom: 0.2rem;
}

.dh-season2-metric span {
  display: block;
  color: #4f5877;
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .dh-season2-metrics {
    grid-template-columns: 1fr;
  }
}

.dh-season2-form-card {
  border-radius: 18px;
  border: 1px solid rgba(250, 192, 0, 0.25);
  background: linear-gradient(180deg, rgba(115, 26, 12, 0.78), rgba(62, 12, 10, 0.9));
  padding: clamp(1rem, 2.4vw, 1.35rem);
  color: #fff;
}

.dh-season2-form-kicker {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(24, 47, 153, 0.75);
}

.dh-season2-form-card h3 {
  margin: 0 0 0.3rem;
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
}

.dh-season2-form-card p {
  margin: 0 0 1rem;
  color: #5b627d;
}

.dh-season2-form {
  display: grid;
  gap: 0.78rem;
}

.dh-season2-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(24, 47, 153, 0.18);
  border-radius: 10px;
  background: #fff;
  color: #1a2f77;
  padding: 0.75rem 0.85rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.dh-season2-form input::placeholder {
  color: #8a92ac;
}

.dh-season2-form input:focus {
  border-color: rgba(250, 192, 0, 0.7);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(250, 192, 0, 0.2);
  outline: none;
}

.dh-season2-phone-row {
  align-items: stretch;
}

.dh-season2-country-code {
  max-width: 82px;
  text-align: center;
  font-weight: 700;
}

.dh-season2-form button {
  border: 1px solid var(--dhanotsav-gold);
  border-radius: 10px;
  padding: 0.76rem 1rem;
  background: var(--dhanotsav-gold);
  color: var(--dhanotsav-blue-dark);
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.dh-season2-form button:hover {
  background: var(--dhanotsav-gold-hover);
  border-color: var(--dhanotsav-gold-hover);
  transform: translateY(-1px);
}

.dh-season2-form-note {
  margin-top: 0.8rem;
  margin-bottom: 0;
  font-size: 12px;
  color: #707899;
}

.dh-season2-content {
  color: #1a2f77;
  padding: clamp(0.2rem, 1.8vw, 0.9rem) clamp(0.1rem, 1.4vw, 0.5rem);
}

.dh-season2-content-kicker {
  display: inline-block;
  margin-bottom: 0.7rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8f7a4d;
}

.dh-season2-content h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 3.7vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.dh-season2-content p {
  color: #4f5877;
  line-height: 1.75;
  max-width: 600px;
  margin-bottom: 0;
}

.dh-season2-chip {
  display: inline-block;
  margin-top: 1.1rem;
  border-radius: 999px;
  padding: 0.58rem 0.95rem;
  background: rgba(24, 47, 153, 0.06);
  border: 1px solid rgba(24, 47, 153, 0.2);
  color: #374062;
}

.dh-season2-highlights {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  color: #374062;
}

.dh-season2-highlights li {
  position: relative;
  padding-left: 1.2rem;
}

.dh-season2-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--dhanotsav-gold);
  box-shadow: 0 0 0 3px rgba(250, 192, 0, 0.2);
}

@media (max-width: 991px) {
  .dh-season2-content {
    padding: 0.15rem 0;
  }
}

@media (max-width: 575px) {
  .dh-season2-form input {
    min-height: 46px;
  }

  .dh-season2-country-code {
    max-width: 72px;
  }
}

.dh-season2-steps {
  padding-top: 24px;
  padding-bottom: 40px;
  background:
    radial-gradient(circle at 15% 10%, rgba(250, 192, 0, 0.14), transparent 40%),
    radial-gradient(circle at 85% 85%, rgba(86, 120, 255, 0.18), transparent 45%),
    #0b153b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dh-season2-steps .section-title h6,
.dh-season2-steps .section-title h2 {
  color: #fff;
}

.dh-season2-step-card {
  height: 100%;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 1.15rem 1.1rem 1.2rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.dh-season2-step-card:hover {
  transform: translateY(-3px);
  border-color: rgba(250, 192, 0, 0.7);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.dh-season2-step-num {
  display: inline-block;
  color: #1a2f77;
  background: var(--dhanotsav-gold);
  border: 1px solid rgba(250, 192, 0, 0.95);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.24rem 0.62rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.dh-season2-step-icon {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  margin-bottom: 0.65rem;
  font-size: 1.25rem;
}

.dh-season2-step-card h4 {
  margin: 0 0 0.45rem;
  color: #fff;
  font-size: 1.08rem;
}

.dh-season2-step-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.dh-home-faq__accordion .card .card-header a:before {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.dh-home-faq__accordion .card [aria-expanded="true"]:before,
.dh-home-faq__accordion .card [aria-expanded=true]:before {
  background: var(--dhanotsav-gold);
  color: var(--dhanotsav-blue-dark) !important;
}

.dh-home-faq__answer {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.68;
  font-size: 1rem;
}

/* Home Contact */
.dh-home-contact {
  background: #f4f7ff;
}

.dh-contact-info {
  height: 100%;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: 16px;
  background: linear-gradient(160deg, #122563 0%, #182f99 100%);
  color: #fff;
  box-shadow: 0 16px 36px rgba(18, 37, 99, 0.3);
}

.dh-contact-info .section-title h2,
.dh-contact-info .section-title h6 {
  color: #fff;
}

.dh-contact-info .section-title {
  text-align: center;
}

.dh-contact-info .section-title h2::after {
  margin-left: auto;
  margin-right: auto;
}

.dh-contact-info .section-title h6 {
  color: var(--dhanotsav-gold);
  letter-spacing: 0.14em;
}

.dh-contact-info__lead {
  margin: 0 0 1.2rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.dh-contact-info__list {
  display: grid;
  gap: 0.85rem;
}

.dh-contact-info__item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.dh-contact-info__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dhanotsav-gold);
  background: rgba(255, 255, 255, 0.12);
  text-align: center;
}

.dh-contact-info__icon svg {
  display: block;
  margin: 0 auto;
}

.dh-contact-info__item strong,
.dh-contact-info__item a,
.dh-contact-info__item span {
  display: block;
}

.dh-contact-info__item strong {
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.dh-contact-info__item a,
.dh-contact-info__item span {
  margin-top: 3px;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
}

.dh-contact-info__item a:hover {
  color: var(--dhanotsav-gold);
}

.dh-contact-form {
  height: 100%;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-radius: 16px;
  border: 1px solid rgba(24, 47, 153, 0.12);
  background: #fff;
  box-shadow: 0 12px 28px rgba(24, 47, 153, 0.08);
}

.dh-contact-form__field {
  margin-bottom: 1rem;
}

.dh-contact-form__field label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: #293253;
}

.dh-contact-form__field input,
.dh-contact-form__field select,
.dh-contact-form__field textarea {
  width: 100%;
  border: 1px solid rgba(24, 47, 153, 0.2);
  border-radius: 10px;
  background: #fff;
  color: #1a2140;
  padding: 0.72rem 0.85rem;
  font-size: 0.95rem;
}

.dh-contact-form__field textarea {
  resize: vertical;
  min-height: 130px;
}

.dh-contact-form__field input:focus,
.dh-contact-form__field select:focus,
.dh-contact-form__field textarea:focus {
  outline: none;
  border-color: var(--dhanotsav-blue);
  box-shadow: 0 0 0 3px rgba(24, 47, 153, 0.12);
}

.dh-contact-form__submit {
  border: none;
  border-radius: 999px;
  padding: 0.78rem 1.45rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dhanotsav-blue-dark);
  background: var(--dhanotsav-gold);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.dh-contact-form__submit:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

/* Global de-red: force theme accents to logo palette */
input[type=checkbox]:checked,
.memberships .month-box .item-head,
.member-box ul,
.member-box.selected:before,
.devices-box .devices .progress,
.support-box .list .progress,
.contact-box.selected:before,
.news-box figure,
.news-box.selected:before,
.sidebar .widget-title {
  background: var(--dhanotsav-blue) !important;
}

.custom-button:hover,
.slider .main-slider .swiper-slide .container .play-btn:hover,
.get-started-box form input[type=submit]:hover {
  border-color: var(--dhanotsav-blue) !important;
}

.accordion .card .card-header a:hover,
.accordion .card [aria-expanded=true],
.mobile-menu .site-menu ul li a:hover,
.navbar .site-menu ul li a:hover,
.notify-dropdown ul li p u,
.slider .main-slider .swiper-slide .container .features li .tags,
.movie-info-box .features li .tags,
.category-thumb .category-content .age,
.video-thumb .video-content .age,
.comments .comments-list small,
.sidebar .widget .tags li a,
.sidebar .widget .categories li a:hover {
  color: var(--dhanotsav-blue) !important;
}

.navbar .user-menu .navbar-notify b,
.navbar .user-menu .navbar-notify .notify-dropdown,
.slider .main-slider .swiper-slide .container .name strong,
.slider .main-slider .swiper-slide .container .slide-progress {
  background: var(--dhanotsav-blue) !important;
}

.navbar .user-menu .navbar-notify .notify-dropdown .total-notify,
.navbar .user-menu .navbar-notify .notify-dropdown ul li:before,
.slider .main-slider .swiper-pagination .swiper-pagination-bullet:before,
.slider .main-slider .swiper-slide .container .age,
.video-player video::-webkit-media-controls-play-button {
  background: var(--dhanotsav-gold) !important;
}

.slider .main-slider .swiper-slide .container .play-btn,
.custom-button,
.get-started-box form input[type=submit] {
  color: #fff !important;
}

/* Buttons use logo second color (gold) */
.slider .main-slider .swiper-slide .container .play-btn,
.custom-button,
input[type=submit],
button[type=submit],
.dh-contact-form__submit,
.featured-episode-card__watch,
.video-player .back-btn,
.movie-info-box .add-btn:hover,
.category-thumb .category-content .play-btn a:hover,
.comments .comment-form input[type=submit],
.get-started-box form input[type=submit],
.sidebar .widget form input[type=submit],
.navbar .user-menu .navbar-account a,
.mobile-menu .button-account {
  background: var(--dhanotsav-gold) !important;
  border-color: var(--dhanotsav-gold) !important;
  color: var(--dhanotsav-blue-dark) !important;
}

.slider .main-slider .swiper-slide .container .play-btn:hover,
.custom-button:hover,
input[type=submit]:hover,
button[type=submit]:hover,
.dh-contact-form__submit:hover,
.featured-episode-card__watch:hover,
.video-player .back-btn:hover,
.movie-info-box .add-btn:hover,
.category-thumb .category-content .play-btn a:hover,
.comments .comment-form input[type=submit]:hover,
.get-started-box form input[type=submit]:hover,
.sidebar .widget form input[type=submit]:hover,
.navbar .user-menu .navbar-account a:hover,
.mobile-menu .button-account:hover {
  background: var(--dhanotsav-gold-hover) !important;
  border-color: var(--dhanotsav-gold-hover) !important;
  color: var(--dhanotsav-blue-dark) !important;
}

.devices-box:before,
.devices-box:after,
.support-box:before,
.support-box:after {
  border-left-color: var(--dhanotsav-blue) !important;
  border-bottom-color: var(--dhanotsav-blue) !important;
}

/* Keep FAQ active heading in logo secondary color */
.dh-home-faq__accordion .card .card-header a:hover,
.dh-home-faq__accordion .card [aria-expanded="true"],
.dh-home-faq__accordion .card [aria-expanded=true] {
  color: var(--dhanotsav-gold) !important;
}

/* Normalize CTA sizes across site */
.slider .main-slider .swiper-slide .container .play-btn,
.navbar .user-menu .navbar-account a,
.mobile-menu .button-account,
.featured-episode-card__watch,
.custom-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px !important;
  min-height: 40px;
  font-size: 11px !important;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em !important;
  border-radius: 999px !important;
  text-transform: uppercase;
}

/* Hero watch button: match compact card CTA exactly */
.hero-slide-left .play-btn.hero-watch-video {
  float: none !important;
  margin-right: 0 !important;
  margin-top: 4px !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  min-width: 104px;
  padding: 7px 12px !important;
  font-size: 10px !important;
  letter-spacing: 0.04em !important;
  border-radius: 999px !important;
}

/* Final hard override: keep hero slider capped at 500px */
header.slider,
.slider {
  position: relative !important;
  height: 500px !important;
  min-height: 500px !important;
  max-height: 500px !important;
  overflow: hidden !important;
}

.slider .main-slider,
.slider .main-slider .swiper-wrapper,
.slider .main-slider .swiper-slide,
.slider .main-slider .swiper-slide .slide-inner,
.slider .main-slider .swiper-slide .container.hero-slide-wrap,
.slide-inner--split .row,
.slide-inner--split .row > [class*="col-"] {
  height: 500px !important;
  min-height: 500px !important;
  max-height: 500px !important;
}

/* Home final polish: spacing + typography rhythm */
main > .content-section {
  padding-top: clamp(2.4rem, 5vw, 4rem);
  padding-bottom: clamp(2.4rem, 5vw, 4rem);
}

.dh-home-about-belief .section-title,
.dh-bvm-full .section-title,
.dh-why-dhanotsav .section-title,
.dh-home-how .dh-how-header,
.dh-about-metrics-block .section-title,
.dh-home-testimonials .section-title,
.dh-home-partners .section-title,
.dh-home-faq .section-title {
  margin-bottom: clamp(1rem, 2.2vw, 1.6rem) !important;
}

.dh-home-about-belief p,
.dh-why-dhanotsav__content p,
.dh-how-lead,
.dh-how-step__text,
.dh-testimonial-slide__quote,
.dh-home-faq__answer {
  line-height: 1.7;
}

.dh-home-about-belief .section-title h2,
.dh-about-metrics-block .section-title h2,
.dh-home-partners .section-title h2 {
  color: #162f99 !important;
}

@media (max-width: 767.98px) {
  main > .content-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .dh-about-belief__content,
  .dh-why-dhanotsav__content {
    padding: 1rem;
  }
}

/* Slider auto height by image ratio (no crop, no top/bottom gaps). */
header.slider,
.slider,
.slider .main-slider,
.slider .main-slider .swiper-wrapper,
.slider .main-slider .swiper-slide,
.slider .main-slider .swiper-slide .slide-inner {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}
