.podcast-section {
  padding: 40px 20px 0px;
  text-align: center;
}

.podcast-section h2 {
  text-align: left;
  /* max-width: 1100px; */
  margin: 0 auto 17px;
  padding-left: 0px;
  font-weight: 600;
}

.podcast-wrapper {
  position: relative;
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
}

.podcast-slider {
  display: flex;
  transition: transform 0.4s ease;
}

.podcast-card {
  min-width: 100%;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.podcast-card img {
  width: 100%;
  display: block;
  height: auto;
}

/* .podcast-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
} */

.watch-btn {
  position: absolute;
  bottom: 20px;
  /* left: 20px; */
  background: #ff5722;
  color: #fff;
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 6px;
  margin-left: 20px;
  display: block;
}

.bigslider .slider-two .owl-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.bigslider .slider-two .owl-dots button.owl-dot {
    margin: 0;
}

.bigslider .slider-two .owl-dots button.owl-dot span {
    margin: 0;
}

.bigslider .slider-two .owl-dots button.owl-dot.active span {
    width: 88px;
    background: #0A4570;
}



.prev {
  left: 10px;
}

.next {
  right: 10px;
}


.dots {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.dots span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.dots span.active {
  background: #ff5722;
}

.recently-played {
  padding: 40px 20px;
}

.section-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-left: 10px;
  /* left aligned thoda */
}

.section-title span {
  font-size: 12px;
  opacity: 0.6;
}

.slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.slider-track {
  display: flex;
  gap: 16px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.slide {
  min-width: 280px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  display: block;
}

.nav-btn {
  background: #fff;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.nav-btn:hover {
  background: #f2f2f2;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}

.dot.active {
  background: #ff6a00;
}

/* .slider-btn{
background: #ff5a1f;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
} */

/*.slider-wrapper {
  /* position: relative; */
  /* max-width: 1100px; */
  /* margin: auto; */
  /* display: flex; */
  /* align-items: center;*/ 



.recently-played {
  background: #fff;
  padding: 30px 20px;
  color: #fff;
}

.Recentlyslider  .owl-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.Recentlyslider  .owl-dots button.owl-dot {
    margin: 0;
}

.Recentlyslider  .owl-dots button.owl-dot span {
    margin: 0;
}

.Recentlyslider  .owl-dots button.owl-dot.active span {
    width: 22px;
    background: #0A4570;
}
.section-title {
  text-align: left;
  /* max-width: 1100px; */
  margin: 0 auto 17px;
  padding-left: 0px;
  font-weight: 600;
  color: #000;
}

input[type="radio"] {
  display: none;
}

.slider-wrapper {
  overflow: hidden;
}

.slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.6s ease;
}

.slide {
  min-width: 260px;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  border-radius: 12px;
}


#s1:checked~.slider-wrapper .slider-track {
  transform: translateX(0);
}

#s2:checked~.slider-wrapper .slider-track {
  transform: translateX(-280px);
}

#s3:checked~.slider-wrapper .slider-track {
  transform: translateX(-560px);
}

#s4:checked~.slider-wrapper .slider-track {
  transform: translateX(-840px);
}

#s5:checked~.slider-wrapper .slider-track {
  transform: translateX(-1120px);
}


.nav-buttons {
  margin: 25px auto 0;
  display: flex;
  justify-content: center;
  gap: 25px;
}

.nav-buttons label {
  width: 40px;
  height: 40px;
  background: orange;
  color: #000;
  font-size: 26px;
  display: none;
  place-items: center;
  cursor: pointer;
  border-radius: 50%;
}


#s1:checked~.nav-buttons .p1,
#s1:checked~.nav-buttons .n1 {
  display: grid;
}

#s2:checked~.nav-buttons .p2,
#s2:checked~.nav-buttons .n2 {
  display: grid;
}

#s3:checked~.nav-buttons .p3,
#s3:checked~.nav-buttons .n3 {
  display: grid;
}

#s4:checked~.nav-buttons .p4,
#s4:checked~.nav-buttons .n4 {
  display: grid;
}

#s5:checked~.nav-buttons .p5,
#s5:checked~.nav-buttons .n5 {
  display: grid;
}

/* RESPONSIVE
@media (max-width: 768px) {
  .slide { min-width: 220px; }
} */

.most-popular {
  padding: 0px 0;
}

.most-popular h2 {
  margin-bottom: 12px;
}

.popular-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.popular-card {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0px 15px 0px 0px;
  text-decoration: none;
}

.popular-card img {
  width: 160px;
  height: 87px;
  border-radius: 0px;
  object-fit: cover;
}

.card-content {
  flex: 1;
  margin-left: 10px;
}

.card-content h4 {
  font-size: 14px;
  margin: 0 0 0px;
  font-weight: 100;
  color: #000;
}

.card-content p {
  font-size: 14px;
  color: #000;
  margin: 0;
}

.play-btn {
  background: #ff5a1f;
  border: none;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 14px;
  display: block;
  cursor: pointer;
  padding: 0;
}

.related-shorts-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 27px 20px;
}

.related-shorts-section  .owl-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.related-shorts-section  .owl-dots button.owl-dot {
    margin: 0;
}

.related-shorts-section  .owl-dots button.owl-dot span {
    margin: 0;
}

.related-shorts-section  .owl-dots button.owl-dot.active span {
    width: 22px;
    background: #0A4570;
}


.section-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.section-header h2 {
  font-size: 20px;
  font-weight: 600;
}

.play-icon {
  width: 18px;
  height: 18px;
  background: red;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}


input[type="radio"] {
  display: none;
}

/*.slider-container {
  /* overflow: hidden; */
  /* justify-self: center; 
}

.slider-wrapper {
  /* display: flex; */
  /* gap: 20px; */
  /* transition: transform 0.6s ease; */



.short-card {
  /* min-width: 160px; */
  height: 260px;
  position: relative;
  flex-shrink: 0;
}

.short-card img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}


.short-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  border-radius: 0 0 12px 12px;
}

.short-title {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}


#slide1:checked ~ .slider-container .slider-wrapper {
  transform: translateX(0);
}

#slide2:checked ~ .slider-container .slider-wrapper {
  transform: translateX(-172px);
}

#slide3:checked ~ .slider-container .slider-wrapper {
  transform: translateX(-344px);
}


.slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 15px;
}

/* BUTTONS */
/* .nav-btn {
  width: 38px;
  height: 38px;
  background: orange;
  border-radius: 50%;
  cursor: pointer;
} */


.dot-indicators {
  display: flex;
  gap: 6px;
}

.dot-indicators label {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .popular-grid {
    grid-template-columns: 1fr 1fr; 
  }
}


@media (max-width: 480px) {
  .popular-grid {
    grid-template-columns: 1fr; 
  }

  .popular-card img {
    width: 90px;
    height: 55px;
  }

  .play-btn {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .card-content h4 {
    font-size: 13px;
  }

  .card-content p {
    font-size: 11px;
  }
}

 