/* ========================================
   D/SRUPT RADIO - MODERN DASHBOARD STYLES
   Based on Reference Design
======================================== */

:root {
  --primary-red: #EE0239;
  --primary-blue: #2d3e66;
  --gradient-red-start: #a91d3a;
  --gradient-red-end: #6b1128;
  --dark-bg: #1a1d2e;
  --darker-bg: #13151f;
  --card-bg: #252837;
  --purple: #5b4b9d;
  --text-white: #ffffff;
  --text-gray: #b0b0b0;
  --text-dark-gray: #5A5A5A;
}

/* ========================================
   CONTAINER
======================================== */
.up-next-modern .container,
.previous-stream-modern .container,
.how-to-listen .container,
.newsletter-section .container,
.flagship-programs-modern .container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 25px;
}

/* ========================================
   HERO SECTION
======================================== */
.modern-hero {
  /* background add image location assets/images/hero_banner.png */
  background: url("../../images/hero_banner.png") no-repeat center center;
  background-size: cover;
  padding: 166px 0 43px;
  position: relative;
  overflow: hidden;
  min-height: 550px;
}

.hero-content-modern {
 
  margin: 0 auto;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.hero-left-modern {
  flex: 1;
  max-width: 650px;

}

.hero-logo-modern {
  margin-bottom: 26px;
    text-align: left;
    margin-top: 26px;
}

.hero-logo-text-modern {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

.logo-d-modern {
  color: var(--primary-red);
}

.logo-srupt-modern {
  color: var(--text-white);
}

.hero-logo-radio-modern {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-top: -5px;
  color: var(--text-white);
}

.hero-status-modern {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.live-tag-modern {
  background: var(--primary-red);
  color: var(--text-white);
  padding: 6px 20px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.time-slot-modern {
  color: var(--text-white);
  font-weight: 500;
  font-size: 16px;
}

.hero-title-modern {
 font-size: 57px;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 16px;
    line-height: 1.1;
    letter-spacing: 0px;
    text-align: left;
    font-family: GT America bold;
  margin-left: -3px;
}

.play-button-modern {
  background: transparent;
  border: 5px solid var(--text-white);
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  margin: 11px 140px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.play-button-modern:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.05);
}

.btn-alexa-modern {
  background: transparent;
  border: 1px solid var(--text-white);
  color: var(--text-white);
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 11px 61px;

}

.btn-alexa-modern:hover {
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: var(--text-white);
}

.hero-right-modern {
  flex-shrink: 0;
}

.host-image-modern {
  height: 450px;
  width: auto;
  object-fit: cover;
  filter: grayscale(100%);
  max-width: 100%;
}

/* ========================================
   UP NEXT SECTION
======================================== */
.up-next-modern {
  padding: 50px 0;
  background: var(--darker-bg);
}

.section-title-modern {
  font-size: 40px;
  font-weight: 800;
  color: var(--primary-red);
  margin-bottom: 50px;
  font-family: 'GT America Bold';
}

.carousel-wrapper-modern {
  position: unset !important;
  overflow: hidden;
}

.up-next-carousel-modern {
  display: flex;
  width: 100%;
  scroll-behavior: smooth;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-slide-modern {
  width: 100%;
  flex-shrink: 0;
}

/* UP NEXT GRID - Big Left + Small Right (2x2) */
.up-next-grid-modern {
  display: flex;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
  align-items: start;
  flex-direction: row;
  flex-wrap: nowrap;
}

/* Small Cards Grid (2x2) */
.small-cards-grid-modern {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0px;
}

/* Featured Big Card */
.show-card-modern.featured {
  background: var(--card-bg);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  cursor: pointer;
}

.show-card-modern.featured:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(224, 49, 54, 0.4);
}

.show-card-modern.featured.purple:hover {
  box-shadow: 0 10px 30px rgba(91, 75, 157, 0.4);
}

/* Small Cards */
.show-card-modern.small {
  display: flex;
  align-items: flex-start;
  /* align-items: center; */
  border-left: 3px solid #ffffff;
  padding-left: 0;
  align-content: flex-start;
margin-bottom: 16px;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
   width: 100%;
    max-width: 465px;
}
.show-card-modern.psmall {
    display: flex;
    align-items: flex-start;
    /* align-items: center; */
    border-left: 3px solid #ffffff;
    padding-left: 0;
    align-content: flex-start;
    margin-bottom: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    width: 100%;
    max-width: 465px;
	margin-left: 10px;
}
.show-card-modern.psmall:hover {
  
  /*transform: translateY(px); */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}
.show-card-modern.small:hover {
  
  /*transform: translateY(px); */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Card Images */
.card-image-modern {
  position: relative;
  overflow: hidden;
}

.card-image-modern {
  /* height: 154px; */
}

.show-card-modern.small .card-image-modern {
  /* height: 154px; */
      min-width: 50%;
}
.show-card-modern.psmall .card-image-modern {
  /* height: 154px; */
      min-width: 50%;
}
.card-image-modern img {
  width: 96%;
  /* height: 100%;*/
  /* object-fit: cover;*/
  /*  filter: grayscale(100%);*/
  margin-left: 10px;
  border-radius: 10px;
}

/* Card Overlays */
.card-overlay-modern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 40px 20px;
}

.purple {
 display: flex;
    flex-direction: column;
    align-items: center;
}

.overlay-text-modern {
  font-size: 42px;
  font-weight: 900;
  color: var(--text-white);
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.1;
}

/* Card Info */
.card-info-modern {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* vertical center inside its own box */
  text-align: center;
  /* change to center if you want centered text */
}

.show-card-modern.small .card-info-modern {
  padding: 12px 0px 6px 20px;
}
.show-card-modern.psmall .card-info-modern {
  padding: 12px 0px 6px 20px;
}
.card-info-modern h3 {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-white);
  margin-bottom: 5px;
  line-height: 1.3;
  
  text-align: left;
}

.card-info-modern h4 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 8px;
  line-height: 27px;
  font-family: 'GT America Bold';
      max-width: 200px;
}
.artist-names{
	 font-weight: 700;
	 font-size: 14px;
	 margin-left: 3px;
	
}
.show-card-modern.small .card-info-modern h3 {
  font-size: 14px;
}

.card-info-modern p {
  font-size: 14px;
  color: var(--text-gray);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.show-card-modern.small .card-info-modern p {
  font-size: 12px;
}

/* Carousel Navigation */
.carousel-nav-modern {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: var(--text-white);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 18px;
}

.carousel-nav-modern:hover {
  background: rgba(0, 0, 0, 0.85);
  border-color: var(--text-white);
  transform: translateY(-50%) scale(1.1);
}

.carousel-nav-modern.next {
  right: 0px;
}

.carousel-nav-modern.prev {
  left: 0px;
}

/* ========================================
   PREVIOUS STREAM SECTION
======================================== */
.previous-stream-modern {
  padding: 50px 0;
  background: var(--text-dark-gray);
}

/* PREVIOUS STREAM GRID - Small Left (2x2) + Big Right */
.previous-stream-grid-modern {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 5px;
  align-items: start;
  flex-direction: row;
  flex-wrap: nowrap;
}

/* ========================================
   FLAGSHIP PROGRAMS SECTION
======================================== */
.flagship-programs-modern {
  padding: 50px 0;
  background: var(--darker-bg);
}

.programs-grid-modern {
  display: flex;
  gap: 20px;
  overflow: visible;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 10px 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.programs-grid-modern::-webkit-scrollbar {
  display: none;
}

.program-card-modern {
  flex: 0 0 420px;
  background: var(--card-bg);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.program-card-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
}

.program-image-modern {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.program-image-modern img {


  /*  filter: grayscale(100%);*/
}

.program-footer-modern {
  background: var(--primary-red);
  padding: 9px 9px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.play-btn-small-modern {
  background: rgba(255, 255, 255, 0.25);
  border: none;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  font-size: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.play-btn-small-modern:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.15);
}

.program-info-modern h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 5px;
  line-height: 1.2;
}

.program-info-modern p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  margin: 0;
}

/* ========================================
   RESPONSIVE DESIGN
======================================== */
@media (max-width: 1200px) {

  .up-next-grid-modern,
  .previous-stream-grid-modern {
    grid-template-columns: 1fr 1.5fr;
    gap: 20px;
  }

  .previous-stream-grid-modern {
    grid-template-columns: 1.5fr 1fr;
  }

  .show-card-modern.featured .card-image-modern {
    height: 380px;
  }

  .small-cards-grid-modern {
    gap: 15px;
  }

  .overlay-text-modern {
    font-size: 36px;
  }

  .program-card-modern {
    flex: 0 0 380px;
  }

  .program-image-modern {
    height: 420px;
  }

  .hero-content-modern {
    padding: 0 60px;
  }

  .hero-title-modern {
    font-size: 60px;
  }

  .host-image-modern {
    height: 380px;
  }
}

@media (max-width: 992px) {

  .up-next-grid-modern,
  .previous-stream-grid-modern {
    grid-template-columns: 1fr;
    gap: 25px;
    display: flex;
    flex-direction: column;
  }

  .small-cards-grid-modern {
    grid-template-columns: repeat(2, 1fr);
  }

  .show-card-modern.featured .card-image-modern {
    height: 350px;
  }

  .show-card-modern.small .card-image-modern {
    height: 220px;
  }

  .program-card-modern {
    flex: 0 0 340px;
  }

  .hero-content-modern {
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
  }

  .hero-left-modern {
    max-width: 100%;
  }

  .hero-title-modern {
    font-size: 50px;
  }

  .hero-right-modern {
    margin-top: 30px;
  }

  .host-image-modern {
    height: 320px;
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  .section-title-modern {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .small-cards-grid-modern {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .show-card-modern.small .card-image-modern {
    height: 250px;
  }

  .overlay-text-modern {
    font-size: 32px;
  }

  .carousel-nav-modern {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .carousel-nav-modern.prev {
    left: -18px;
  }

  .carousel-nav-modern.next {
    right: -18px;
  }

  .program-card-modern {
    flex: 0 0 300px;
  }

  .program-image-modern {
    height: 360px;
  }

  .hero-title-modern {
    font-size: 42px;
  }

  .hero-logo-text-modern {
    font-size: 38px;
  }

  .hero-logo-radio-modern {
    font-size: 28px;
  }
}

@media (max-width: 576px) {

  .up-next-modern,
  .previous-stream-modern,
  .flagship-programs-modern {
    padding: 40px 0;
  }

  .play-button-modern {
    height: 80px;
    width: 84px;
    margin: 11px 101px;

  }

  .btn-alexa-modern {

    margin: 11px auto;
  }

  .section-title-modern {
    font-size: 30px;
  }

  .show-card-modern.featured .card-image-modern {
    height: 280px;
  }

  .show-card-modern.small .card-image-modern {
    height: auto;
  }

  .overlay-text-modern {
    font-size: 28px;
  }

  .card-info-modern h3 {
    font-size: 14px;
  }

  .show-card-modern.small .card-info-modern h3 {
    font-size: 12px;
  }
.show-card-modern.psmall .card-info-modern h3 {
    font-size: 12px;
  }
  .artist-names{
	  display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
	 font-size: 12px; 
	
  }
  .program-card-modern {
    flex: 0 0 260px;
  }

  .program-image-modern {
    height: 320px;
  }

  .program-footer-modern {
    padding: 18px 20px;
  }

  .program-info-modern h3 {
    font-size: 18px;
  }

  .program-info-modern p {
    font-size: 13px;
  }

  .hero-content-modern {
    padding: 0 2px;
  }

  .hero-title-modern {
    font-size: 32px;
  }

  .carousel-nav-modern.prev,
  .carousel-nav-modern.next {
    display: unset;
  }
}

/* === FLAGSHIP/SPECIALIST PROGRAMS SECTION === */
.flagship-programs-modern {
  padding: 50px 0;
  background: var(--darker-bg);
}

/* Consolidated with line 193 */

/* Consolidated with line 424 */

.program-card-modern {
  flex: 0 0 calc(33.333% - 14px);
  min-width: calc(33.333% - 14px);
  background: var(--card-bg);
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

/* Tablet Responsiveness */
@media (max-width: 1024px) {
  .program-card-modern {
    flex: 0 0 calc(50% - 10px);
    min-width: calc(50% - 10px);
  }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .program-card-modern {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .carousel-nav-modern {
    width: 34px;
    height: 34px;
  }
}

.program-card-modern:hover {
  transform: translateY(1px);
}

.program-image-modern {
  width: 100%;

  overflow: hidden;
  position: relative;
}

.album-img3p1 {
  object-fit: cover;
  width: 100%;
  height: 496px;
  min-width: 500px;
}

.album-img3p12 {
  object-fit: cover;
  min-width: 100%;
  height: 230px;
}

.album-img3p123 {
  min-width: 346px;
  height: 100%;
    object-fit: contain;
    object-position: top;
    max-height: 346px;
}

.album-img3p1234 {
  max-width: 211px;
  height: 211px;
  object-fit: cover;
}

.album-img3p1235 {
 max-width: 346px;
    height: 100%;
    object-fit: fill;
    object-position: top;
    max-height: 389px;
}

.program-image-modern img {


 /*  filter: grayscale(100%);*/
  transition: filter 0.3s ease;
}

.program-card-modern:hover .program-image-modern img {
  filter: grayscale(0%);
}

.program-footer-modern {
  background: var(--primary-red);
  height: 85px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.play-btn-small-modern {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffffbd;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.play-btn-small-modern i {
  color: var(--primary-red);
  font-size: 14px;
  margin-left: 2px;
}

.play-btn-small-modern:hover {
  transform: scale(1.1);
}

.program-info-modern {
  flex: 1;
  min-width: 0;
  padding: 9px 3px;
}

.program-info-modern h3 {
  font-family: 'GT America Bold';
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: white;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.program-info-modern h5 {
  font-family: 'GT America Bold';
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  color: white;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.program-info-modern p {
  font-family: 'GT America Regular';
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.podcast-description,
.blog-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.5;
}

.section-subtitle-modern {
  font-family:'GT America Regular';
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);

  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* === RESPONSIVE DESIGN FOR PROGRAMS === */
@media (max-width: 1200px) {
  .program-card-modern {
    flex: 0 0 calc(50% - 10px);
    min-width: calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  .flagship-programs-modern {
    padding: 40px 0;
  }

  .program-card-modern {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .program-image-modern {
    height: 260px;
  }

  .program-footer-modern {
    padding: 15px;
  }

  .program-info-modern h3 {
    font-size: 18px;
  }

  .program-info-modern p {
    font-size: 16px;
  }

  .carousel-nav-modern {
    display: none;
  }

  .programs-grid-modern {
    overflow-x: auto;
  }
}

/* ========================================
   ANIMATIONS
======================================== */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.show-card-modern,
.program-card-modern {
  animation: fadeIn 0.5s ease-out;
}

/* Smooth transitions */
.carousel-slide-modern {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ========================================
   HOW TO LISTEN SECTION
======================================== */
.how-to-listen {
  padding: 50px 0;
  background: #14191b;
}

.how-to-listen h2 {
  font-size: 40px;
  font-weight: 800;
  text-align: left;
  color: #fff;
  margin-bottom: 50px;
  letter-spacing: -1px;
  
  font-family: 'GT America Bold';
}

.listen-options {
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
 
  margin: 0 auto;
  padding: 0 0px;
}

.listen-card {
  background: #DA0738;
  padding: 29px 10px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
  width: 368px;
  height: 300px;
}

.listen-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-red);
  box-shadow: 0 10px 30px rgba(224, 49, 54, 0.2);
}

.listen-icon {

  margin: 0 auto 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.listen-icon img {
  width: 170px;
  height: 201px;
  object-fit: contain;
}

.listen-icon svg {
  width: 100%;
  height: 100%;
  fill: var(--primary-red);
  transition: transform 0.3s ease;
}

.listen-card:hover .listen-icon svg {
  transform: scale(1.1);
}

.listen-card h3 {
  font-size: 29px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
  margin-top: 17px;
  font-family: 'GT America Regular';
}

.listen-card p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0;
}

/* ========================================
   NEWSLETTER SECTION
======================================== */
.newsletter-section {
  background: #DA0738;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.newsletter-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="2"/></svg>');
  opacity: 0.3;
}

.newsletter-content {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  
  position: relative;
  z-index: 1;
}

.newsletter-text {
  flex: 1;
}

.newsletter-text h2 {
  font-size: 49px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 25px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: 'GT America Bold';
}

.newsletter-text p {
  font-size: 28px;
  color: #fff;
  margin: 0;
  line-height: normal;
  font-weight: 500;
  font-family: 'GT America Regular';
}

.newsletter-form {
  flex: 1;
  display: flex;
  gap: 15px;
}

.newsletter-form input[type="email"] {
  width: 100%;
  padding: 18px 25px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.newsletter-form input[type="email"]::placeholder {
  color: #000;
}

.newsletter-form input[type="email"]:focus {
  background: #fff;
  border-color: #fff;
}

.btn-subscribe {
  padding: 18px 40px;
  background: #161A1A;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-family: 'GT America Regular';
}

.btn-subscribe:hover {
  background: var(--darker-bg);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {

  .how-to-listen h2
   {
   font-size: 30px;
        line-height: 50px;
        margin-left: 0;
		margin-bottom: 20px;
  }
 
  .newsletter-text h2 {
   font-size: 40px;
        line-height: 50px;
        margin-left: 0;
  }
  .listen-options {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    flex-direction: column;
  }

  .listen-card {

    width: 100%;
    height: auto;
  }

  .newsletter-content {
    flex-direction: column;
    gap: 30px;
    text-align: center;
    padding: 10px;
  }

  .newsletter-form {
    width: 100%;
    flex-direction: column;
  }

  .btn-subscribe {
    width: 100%;
  }
}

/* ========================================
   FOOTER SECTION
======================================== */
.footer-modern {
  background: #161A1B;
  padding: 80px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-content-modern {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr 1fr;
  gap: 50px;
  margin-bottom: 60px;
}

.footer-col-modern h4 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 35px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  position: relative;
  font-family: 'GT America Regular';
}

.footer-col-modern h4:after {
  width: 50px;
  height: 1px;
  content: "";
  position: absolute !important;
  bottom: -13px;
  left: 0px;
  z-index: 0;
  background: #fff;

}

.footer-col-modern ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col-modern ul li {
  margin-bottom: 12px;
}

.footer-col-modern ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  display: inline-block;
  font-family: 'GT America Regular';
}

.footer-col-modern ul li a:hover {
  color: var(--primary-red);
  padding-left: 5px;
}

/* Footer Brand Column */
.footer-brand-modern {
  padding-right: 20px;
}

.footer-logo-modern img {
  max-width: 180px;
  margin-bottom: 20px;
}

.footer-tagline-modern {
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: 'GT America Bold';
}

/* App Buttons */
.app-buttons-modern {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.app-btn-modern {
  display: flex;
  align-items: center;
  gap: 0px;
  padding: 9px 4px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 175px;
}

.app-btn-modern:hover {
  background: #FFF;
  border-color: var(--primary-red);
  transform: translateY(-2px);
}

.app-btn-modern i {
  font-size: 36px;
  color: #000;
}

.app-btn-modern div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.app-text-small-modern {
  font-size: 9px;
  color: #000;
  line-height: 1.5;
  font-family: 'GT America Regular';
}

.app-text-large-modern {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  font-family: 'GT America Regular';
}

/* Social Icons */
.social-icons-modern {
  display: grid;
  grid-template-columns: repeat(3, 55px);
  gap: 8px;
}

.social-icon-modern {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.social-icon-modern:hover {
  background: var(--primary-red);
  border-color: var(--primary-red);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(224, 49, 54, 0.3);
  color: #fff;
}

/* Override default link colors for social icons */
.social-no-color-change:link,
.social-no-color-change:visited,
.social-no-color-change:active,
.social-no-color-change:focus {
  color: #fff !important;
  text-decoration: none !important;
}

.social-no-color-change:hover {
  color: #fff !important;
}

/* Footer Bottom */
.footer-bottom-modern {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 30px 0;
  text-align: center;
}

.footer-bottom-modern p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin: 0;
}

.footer-bottom-modern a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom-modern a:hover {
  color: var(--primary-red);
}

/* Responsive Footer */
@media (max-width: 1200px) {
  .footer-content-modern {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 992px) {
  .footer-content-modern {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .footer-brand-modern {
    grid-column: 1 / -1;
  }
}

@media (max-width: 576px) {
  .footer-modern {
    padding: 60px 0 0;
  }

  .newsletter-form input[type="email"] {
    width: 100%;

  }

  .app-btn-modern {

    width: 170px;
  }

  .footer-content-modern {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-brand-modern {
    grid-column: auto;
  }

  .app-buttons-modern {
    flex-direction: column;
  }

  .social-icons-modern {
    grid-template-columns: repeat(3, 61px);
  }

  .jp_live_stream_wrapper {
    text-align: center;
    display: none;
  }
}

/* ========================================
   OVERLAY STYLES FOR PROGRAM CARDS
======================================== */
.program-image-modern .ms_main_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}

.program-image-modern:hover .ms_main_overlay {
  opacity: 1;
}

.program-image-modern .ms_box_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  border-radius: 2px;
}

.program-image-modern .ms_more_icon {
  position: absolute;
  top: 10px;
  right: 39px;
  width: 40px;
  height: 40px;
  background: #DC143C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease;
}

.program-image-modern .ms_more_icon:hover {
  background: #DC143C;
  transform: scale(1.1);
}

.program-image-modern .ms_more_icon svg {
  pointer-events: none;
}

/* More Option Dropdown for Program Cards */
.program-image-modern ul.more_option {
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 12px;
  right: 60px;
  background-color: #fff;
  max-width: 172px;
  width: 172px;
  list-style: none;
  padding: 15px 0px 3px 10px;
  text-align: left;
  border-radius: 10px;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-15px);
  transition: all 0.4s ease-in-out;
  display: none;
}

.program-image-modern ul.more_option:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 9px;
  right: -9px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #fff;
}

.program-image-modern ul.more_option.open_option {
  opacity: 1;
  right: 96px;
  visibility: visible;
  transform: translateX(0px);
  display: block;
}

.program-image-modern ul.more_option li {
  width: 100%;
  display: block;
}

.program-image-modern ul.more_option li a {
  text-align: left !important;
  color: #777777;
  padding-bottom: 10px;
  display: block;
  font-size: 13px;
  text-decoration: none;
}

.program-image-modern ul.more_option li a:hover {
  color: #DC143C;
}

.program-image-modern ul.more_option li a .opt_icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
}

.program-image-modern ul.more_option li a .opt_icon .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../../images/svg/icon.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}

.program-image-modern ul.more_option li a .opt_icon .icon_fav {
  background-position: -453px -4px;
}

.program-image-modern ul.more_option li a .opt_icon .icon_queue {
  background-position: -483px -4px;
}

.program-image-modern ul.more_option li a .opt_icon .icon_share {
  background-position: -573px -4px;
}

.program-image-modern ul.more_option li a:hover .opt_icon .icon_fav {
  background-position: -453px -33px;
}

.program-image-modern ul.more_option li a:hover .opt_icon .icon_queue {
  background-position: -483px -33px;
}

.program-image-modern ul.more_option li a:hover .opt_icon .icon_share {
  background-position: -573px -33px;
}

@media(max-width:480px) {
.show-card-modern.psmall .card-info-modern {
    padding: 12px 0px 6px 11px;
	width: 165px;
}
  .album-img3p12 {
    object-fit: cover;
    min-width: 100%;
    height: 260px;
  }
.album-img3p123 {
    min-width: 300px;
    height: 100%;
    object-fit: contain;
    object-position: top;
    max-height: 346px;
}
  .how-to-listen {
    padding: 32px 0;
    background: #14191b;
  }

  .album-img3p1234 {
    max-width: 161px;
    height: 106px;
    object-fit: contain;
  }

  .card-info-modern h4 {
    font-size: 17px;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 6px;
    line-height: 1.2;
    font-family: 'GT America Regular';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .show-card-modern.small {
    display: flex;
    align-items: center;
    border-left: 3px solid #ffffff;
    padding-left: 0;
    align-content: flex-start;
    border-right: none;
   margin-left: 17px;
       
	
  }
.show-card-modern.small .card-image-modern {
    /* height: 154px; */
    min-width: 31%;
}
.show-card-modern.psmall {
    display: flex;
    align-items: center;
    border-left: 3px solid #ffffff;
    padding-left: 0;
    align-content: flex-start;
    border-right: none;
   margin-left: 19px;
       
	
  }
.show-card-modern.psmall .card-image-modern {
    /* height: 154px; */
    min-width: 31%;
}
  .album-img3p1235 {
    max-width: 300px;
    height: auto;
    object-fit: contain;
  }

  .album-img3p1 {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .newsletter-text p {
    font-size: 19px;
    color: #fff;
    margin: 0;
    line-height: normal;
    font-weight: 500;
    font-family: 'GT America Regular';
  }

  .newsletter-section {
    background: #DA0738;
    padding: 38px 0;
    position: relative;
    overflow: hidden;
  }

  .album-img3p123 {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top;
  }

  .card-image-modern img {
   width: 95%;
        /* height: 100%; */
        /* object-fit: cover; */
        margin: 0px 8px;
  }
  .hero-logo-modern {
    margin-bottom: 26px;
    text-align: center;
    margin-top: 26px;
}
.hero-content-modern {
       
        line-height: normal;
    }
	    .hero-right-modern {
        margin-top: 0px;
    }
}

@media (max-width: 390px) {

  /* Covers iPhone 13/Pro, 12/Pro */
  .show-card-modern.small {
    display: flex;
    align-items: center;
    border-left: 3px solid #ffffff;
    padding-left: 0;
    align-content: flex-start;
    border-right: none;
    margin-left: 30px;
  }
.show-card-modern.psmall {
    display: flex;
    align-items: center;
    border-left: 3px solid #ffffff;
    padding-left: 0;
    align-content: flex-start;
    border-right: none;
   margin-left: 30px;
       
	
  }
  .card-image-modern img {
        width: 81%;
        /* height: 100%; */
        /* object-fit: cover; */
        /* filter: grayscale(100%); */
        margin-left: 10px;
        min-width: 95%;
    }
  .social-icons-modern {
    grid-template-columns: repeat(3, 61px);
  }
}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .program-image-modern {
    height: auto;
  }

  .listen-options {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1373px;
    margin: 0 auto;
    padding: 0 0px;
    flex-direction: row;
  }

  .listen-card {
    background: #DA0738;
    padding: 29px 10px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
    height: auto;
  }

  .social-icons-modern {
    display: grid;
    grid-template-columns: repeat(2, 55px);
    gap: 8px;
  }

  .album-img3p123 {
    min-width: 94%;
    height: auto;
    object-fit: contain;
    object-position: top;
  }
.album-img3p1234 {
    max-width: 161px;
    height: 112px;
    object-fit: CONTAIN;
}
  .album-img3p1235 {
   max-width: 82%;
        height: auto;
       
        min-width: 89%;
      
        object-fit: contain;
        object-position: top;
  }
  .card-info-modern h4 {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 5px;
    line-height: 18px;
    font-family: 'GT America Bold';
    max-width: 198px;
}
.show-card-modern.small .card-info-modern h3 {
    font-size: 11px;
}
.artist-names{
	font-size: 11px;
	
}
.show-card-modern.psmall {
    display: flex;
    align-items: flex-start;
    /* align-items: center; */
    border-left: 3px solid #ffffff;
    padding-left: 0;
    align-content: flex-start;
    margin-bottom: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    width: 100%;
    max-width: 470px;
    margin-left: 10px;
    min-width: 267px;
}
.card-info-modern h3 {
    font-size: 10px;
    font-weight: 500;
    color: var(--text-white);
    margin-bottom: 5px;
    line-height: 1.3;
    text-align: left;
}
.album-img3p12 {
    object-fit: cover;
    min-width: 100%;
    height: 113px;
}
.newsletter-text h2 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'GT America Regular';
    line-height: normal;
}
.up-next-grid-modern, .previous-stream-grid-modern {
        grid-template-columns: 1fr;
        gap: 5px;
        display: flex;
        flex-direction: row;
    }
}
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) {
  .album-img3p1234 {
    max-width: 139px;
    height: 132px;
    object-fit: contain;
}
.listen-icon img {
    width: 130px;
    height: 95px;
    object-fit: contain;
}
.listen-card {
    background: #DA0738;
    padding: 17px 10px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    width: 365px;
    height: auto;
}
.listen-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 17px;
    font-family: 'GT America Regular';
}
.newsletter-content {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    flex-direction: column;
}
.newsletter-text h2 {
    font-size: 49px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'GT America Regular';
    line-height: normal;
}
.program-image-modern {
        height: auto;
    }
	    .up-next-grid-modern, .previous-stream-grid-modern {
        grid-template-columns: 1fr;
        gap: 5px;
        display: flex;
        
    }
	.show-card-modern.small {
    display: flex;
    align-items: flex-start;
    /* align-items: center; */
    border-left: 3px solid #ffffff;
    padding-left: -4px;
    align-content: flex-start;
    margin-bottom: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    width: 100%;
    max-width: 465px;
    margin-left: 10px;
}
	
.card-info-modern h4 {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 5px;
    line-height: 24px;
    font-family: 'GT America Bold';
    max-width: 200px;
}
    .show-card-modern.small .card-image-modern {
        height: auto;
    }
	.show-card-modern.small .card-info-modern h3 {
    font-size: 12px;
}
.artist-names{
	font-size: 11px;
	
}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .btn-alexa-modern {
    background: transparent;
    border: 1px solid var(--text-white);
    color: var(--text-white);
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    /* margin: 11px 24px 8px -106px; */
    justify-content: flex-start;
    float: left;
  }
.newsletter-form input[type="email"] {
    width: 100%;
    padding: 18px 25px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}
  .album-img3p123 {
    max-width: 100%;
    height: 346px;
    object-fit: contain;
    object-position: top;
  }

  .card-image-modern img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
   
    margin-left: 10px;
  }

  .show-card-modern.small {

    margin-left: 10px;
  }

  .album-img3p1235 {
    max-width: 100%;
    height: 346px;
    object-fit: contain;
    object-position: top;
  }
    .small-cards-grid-modern {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
	.album-img3p1234 {
    max-width: 169px;
    height: 117px;
    object-fit: contain;
}
.show-card-modern.small .card-image-modern {
        height: auto;
    }
	.card-info-modern h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 5px;
    line-height: 24px;
    font-family: 'GT America Bold';
    max-width: 200px;
}
.card-info-modern h3 {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-white);
    margin-bottom: 5px;
    line-height: 1.3;
    text-align: left;
}
.artist-names{
	font-size: 12px;
	
}
    .program-image-modern {
        height: auto;
    }
}

@media (min-width: 2120px) and (max-width: 5000px) {
	
	
	
	.hero-content-modern {
    max-width: 57%;
    margin: 0 auto;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 60px;
}
}

.carousel-wrapper-modern:has(.carousel-slide-modern:only-child) .carousel-nav-modern {
    display: none;
}


#upNextCarousel {
    display: flex;
    flex-wrap: nowrap; /* CRITICAL: Prevents cards from moving to next line */
   /* Allows scrolling logic to work */
    -ms-overflow-style: none;  /* Hides scrollbar in IE/Edge */
    scrollbar-width: none;  /* Hides scrollbar in Firefox */
}

/* Hide scrollbar for Chrome/Safari */
#upNextCarousel::-webkit-scrollbar {
    display: none;
}

/* Ensure individual slides do not shrink to fit the screen */
.carousel-slide-modern {
    flex: 0 0 auto; /* CRITICAL: flex-grow: 0, flex-shrink: 0 */
    width: 100%;    /* Or your specific card width */
}


/* Ensure individual slides do not shrink to fit the screen */
.carousel-slide-modern {
    flex: 0 0 auto; /* CRITICAL: flex-grow: 0, flex-shrink: 0 */
    width: 100%;    /* Or your specific card width */
}

.programs-grid-modern {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px; /* Space between cards */
}

/* Force cards to maintain their size so they overflow the container */
.program-card-modern {
    flex: 0 0 280px; /* Do not grow, do not shrink, stay 280px wide */
}

/* Hide the native scrollbar for a clean look */
.programs-grid-modern::-webkit-scrollbar {
    display: none;
}
.programs-grid-modern {
    scrollbar-width: none;
    -ms-overflow-style: none;
}