
.hero-section {
  position: relative;
  overflow: hidden;
  padding: 50px 0 150px 0;
  background: #000;
  height: 85vh;
  transition: all 1 ease-in-out;
}

.video-background {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1;
}
.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.9) 30%,
    rgba(0,0,0,0.1) 60%,
    rgba(0,0,0,0) 100%
  );
  z-index: 2;
  transform: translateX(-100%);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.overlay.visible{
    transform: translateX(0);
}
/* .hero-section:hover .overlay {
  transform: translateX(0);
} */

.container.hero-content {
  position: relative;
  z-index: 3;
}

.hero-content .col-md-6 > * {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.hero-content.visible .col-md-6 > * {
  opacity: 1;
  transform: translateX(0px);
}
/* 
.hero-section:hover .hero-content .col-md-6> * {
  opacity: 1;
  transform: translateX(0);
}

.hero-section:hover .hero-content .col-md-6 > *:nth-child(1) { transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.25s; }
.hero-section:hover .hero-content .col-md-6 > *:nth-child(2) { transition-delay: 0.3s; } 
.hero-section:hover .hero-content .col-md-6 > *:nth-child(3) { transition-delay: 0.35s; } 
.hero-section:hover .hero-content .col-md-6 > *:nth-child(4) { transition-delay: 0.4s; } 
.hero-section:hover .hero-content .col-md-6 > *:nth-child(5) { transition-delay: 0.45s; } 
.hero-section:hover .hero-content .col-md-6 > *:nth-child(6) { transition-delay: 0.5s; } 
.hero-section:hover .hero-content .col-md-6 > *:nth-child(7) { transition-delay: 0.55s; } 
.hero-section:hover .hero-content .col-md-6 > *:nth-child(8) { transition-delay: 0.6s; }  */

.hero-play-btn {

  position: absolute;
  top: 50%;
  left: 70%;
  width: 80px; height: 80px;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;

  opacity: 0;
  transform: translate(-50%, calc(-50% + 50px));
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0s; 
}
/* .hero-section:hover .hero-play-btn {
  opacity: 1;
  transform: translate(-50%, -50%);
} */
.hero-play-btn:hover {
  background: rgba(255,255,255,0.8);
}
.hero-play-btn.visible {
  opacity: 1;
    transform: translate(-50%, -50%);
}
.hero-play-btn i {
  font-size: 2rem;
  color: #000;
}
.hero-content h1{
  font-weight: 300;
  font-style: medium;
}
.hero-content p {
  font-size: 0.9rem;
}

.hero-play-btn {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%) translateY(50px);
  width: 80px; height: 80px;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;

  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.hero-play-btn:hover {
  background: rgba(255,255,255,0.8);
}
.hero-play-btn i {
  font-size: 2rem;
  color: #000;
}

.hr-short {
  width: 50px;
  border-top: 3px solid #a8ff0c;
  margin: 0.75rem 0;
}
.btn-watch {
  font-size: 1rem;
  background: linear-gradient(180deg, #C7EE4E 10.42%, #A2D409 101.04%);
  color: #000;
  border-radius: 8px;
  font-weight: 500;
  width: 300px !important;
}
.btn-watch:hover {
  color: #111;
}
.subscriber-count i {
  font-size: 1.2rem;
  color: #a8ff0c;
}

.trending{
  margin-top: -8rem;
  position: relative;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transform: translateY(50px);

}

.trending.visible{
  opacity: 1;
  transform: translateY(0px);
}
/* 
.hero-section:hover ~ .trending {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  transform: translateY(0px);
} */

/* ─── Seasons ─── */

.seasons {
  padding: 50px 0 50px 0;
}

.seasons .head h2{
  font-weight: 500;
  font-style: medium;
  color: var(--primary-100);
}

.seasons .head p{
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark-grey);
}

.podcast-episode h4{
  color: var(--primary-100);
}
.podcast-episode h4{
  color: var(--dark-grey);
}

/* wrapper */
.season-dropdown {
  position: relative;
  display: inline-block;
}

/* the “button” */
.season-dropdown-toggle {
  background-color: var(--primary-100);
  color:          var(--secondary-100);
  border:         none;
  padding:        0.65rem 1.5rem;
  border-radius:  0.5rem;
  font-weight:    500;
  font-size:      1.1rem;
  cursor:         pointer;
  min-width: 200px;
}

/* little downward arrow */
.season-dropdown-toggle .arrow {
  display: inline-block;
  margin-left: 0.5rem;
  transition:  transform 0.3s;
}

/* menu, hidden by default */
.season-dropdown-menu {
  display:        none;
  position:       absolute;
  top:            100%;
  right:          0;
  background:     var(--primary-100);
  border-radius:  0.5rem;
  list-style:     none;
  padding:        0;
  width:      100%;
  box-shadow:     0 4px 8px rgba(0,0,0,0.1);
  z-index:        10;
  text-align: center;
}

.season-dropdown-menu {
  display: none;
}

/* show when “open” */
.season-dropdown.open .season-dropdown-menu {
  display: block;
}

/* arrow rotation on open */
.season-dropdown.open .season-dropdown-toggle .arrow {
  transform: rotate(180deg);
}

/* reveal on hover */
.season-dropdown:hover .season-dropdown-menu {
  display: block;
}
/* rotate arrow on hover */
.season-dropdown:hover .season-dropdown-toggle .arrow {
  transform: rotate(180deg);
}

/* menu items */
.season-dropdown-menu li a {
  display:        block;
  padding:        0.5rem 1rem;
  color:          var(--secondary-100);
  text-decoration: none;
}
/* hover state */
.season-dropdown-menu li a:hover {
  background: rgba(255,255,255,0.05);
}

.platform-buttons{
  padding: 0px 0px 100px 0px;
}

.btn-platform {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border: 2px solid currentColor;
  border-radius: 0.375rem;
  transition: background-color 0.3s, color 0.3s;
}

.btn-icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

.btn-youtube {
  color: #FF0000;
}

.btn-youtube:hover {
  background-color: rgba(255, 0, 0, 0.1);
}

.btn-spotify {
  color: #1DB954;
}

.btn-spotify:hover {
  background-color: rgba(29, 185, 84, 0.1);
}

.trending-mobile{
  padding-top: 75px;
  
}
.trending-mobile h1{
  color: var(--primary-100)!important;
  
}
.trending-mobile .trending-container{
  display: flex;
  overflow-x: scroll;
  
}
.trending-mobile .trending-item{
  width: 300px!important;

}
.trending-mobile .trending-item img{
  width: 300px!important;

}

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

  .season-dropdown{
    width: 100%;
  }
  .season-dropdown-toggle {
    min-width: 100%;
  }

  .hero-section.playing .hero-content,
  .hero-section.playing .hero-play-btn {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  #hero-play-btn1{
    z-index: 10;
  }
  #hero-play-btn21{
    z-index: 10;
  }
  .hero-section-mobile {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0;
    position: relative;
  }
  .hero-section-mobile  .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
  }
    .hero-section-mobile .video-wrapper{
      position: relative;
    }
    .hero-section-mobile .video-wrapper::after {
        content: '';
        width: 100%;
        height: 100%;
        z-index: 5;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0) 50%);

  }
  .hero-section-mobile .hero-content {
    order: 1;
    padding: 2rem 1rem;
    z-index: 2;
    background-color: #000;
  }
  .hero-section-mobile .video-background {
    order: 2;
    position: relative;
    height: 200px;
  }
  .overlay {
    display: none;
  }
  /* center button over video block */
  .hero-section-mobile .hero-play-btn {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    pointer-events: auto !important;
    opacity: 1 !important;
  }
}
