footer,
.toggle-podcast-popup {
  display: none !important;
}

#masthead #site-navigation .menu>li a:hover {
  color: var(--red);
}

#podcast-main-container {
  background-color: #f9f9f9;
}

#copyright {
  padding: 10px 0;
}

#copyright p {
  margin-bottom: 0;
  font-size: 0.875em;
  line-height: 1;
}

#hero {
  padding-top: 163px;
  padding-bottom: 72px;
  background-position: center;
  background-size: cover;
}

#hero h1 {
  font-size: 87px;
}

#hero h1 span:before,
#hero h1 span:after {
  content: "";
  position: absolute;
  left: -53px;
  top: -8px;
  width: 40px;
  height: 83px;
  background-image: url(../../images/decor.png);
  background-size: 100%;
}

#hero h1 span:after {
  right: -53px;
  left: auto;
  transform: scaleX(-1);
}

#hero .subtitle {
  font-size: 28px;
  line-height: 1.2;
  padding-top: 10px;
}

.latest-episodes-section {
  background: url('../../images/episodes-bg.svg') no-repeat center center / cover;
  padding: 40px 0 90px 0;
  overflow: hidden;
}

.latest-episodes-section .container {
  overflow: visible;
}

.latest-episodes-section .section-title {
  font-size: 50px;
  padding-bottom: 30px;
}

.latest-episodes-section .swiper-pagination {
  bottom: -52px;
}

.latest-episodes-section * {
  user-select: none;
}

.swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #000;
  width: 15px;
  height: 15px;
  opacity: 1;
  margin: 0 5px;
  display: inline-block !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFD500
}


.swiper.latest-swiper {
  overflow: visible !important;
}

.swiper-container,
.swiper-wrapper {
  touch-action: pan-y !important;
  -webkit-user-drag: none;
}

.latest-swiper.is-dragging .swiper-slide * {
  pointer-events: none !important;
}

.episode-card {
  background:
    url('../../images/waves.svg') no-repeat center center / contain,
    linear-gradient(to bottom,
      #6c0074 0%,
      #3b0c6c 33%,
      #181667 66%,
      #0b1a65 100%);
  border-radius: 30px;
  padding: 30px;
  height: 386px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.episode-card:hover {
  transform: translateY(-5px);
}

.episode-card .play-btn {
  background: url('../../images/play-btn.svg') no-repeat;
  background-size: cover;
  width: 42px;
  height: 42px;
}

.episode-card:hover .play-btn {
  background: url('../../images/play-btn-hover.svg') no-repeat;
  background-size: 42px;
}

.card-top {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px;
}

.pro-tag {
  margin-bottom: 10px;
}

.episode-card .season-info {
  font-size: 25px;
  line-height: 1;
}

.episode-card .date {
  font-size: 25px;
}

.episode-card h3 {
  font-size: 35px;
  margin: 15px 0;
  line-height: 1.3;
}

.podcast-details-view {
  padding-top: 112px;
}

.podcast-details-view .details-hero-content {
  padding: 60px 0 20px 0;
  background: url('../../images/bg-player.svg') no-repeat center center / cover;
}

.player-main-card {
  background: linear-gradient(14deg, #6C0074 3.2%, #3B0C6C 77.52%, #181667 90.56%, #0B1A65 99.47%);
  border-radius: 30px;
  padding: 60px 40px;
  color: white;
  max-width: 1384px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.show-label {
  font-size: 24px;
  font-weight: 800;
  font-family: 'avenir-regular';
}

#det-title {
  font-family: 'salmondsemi_bold';
  font-size: 35px;
  max-width: 560px;
  margin: 20px auto 10px auto;
}

.det-meta {
  font-size: 24px;
  font-family: 'avenir-regular';
  margin-bottom: 50px
}

.close-details-btn {
  display: block;
  position: absolute;
  top: 31px;
  left: 31px;
  background: url(../../images/close-btn.svg);
  width: 45px;
  height: 45px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
}

.player-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  gap: 40px;
}


@media screen and (max-width: 768px) {
  .player-controls {
    gap: 20px;
  }
}

.master-play-btn {
  width: 70px;
  height: 70px;
  border-radius: 50% !important;
  display: inline-block;
  cursor: pointer;
  border: none;
  transition: transform 0.2s ease;
  background-size: 100% !important;
}

.master-play-btn {
  background: #fff url(../../images/icon-play.png) no-repeat center center;
}

.master-play-btn.pause {
  background: #fff url(../../images/icon-pause.png) no-repeat center center;
}


.master-play-btn:hover {
  transform: scale(1.05);
}

.custom-audio-ui .skip-btn {
  border: none;
  cursor: pointer;
}

.custom-audio-ui .skip-btn:hover {
  opacity: 1;
}

#prev-ep-btn,
#next-ep-btn {
  background: url('../../images/icon-prev.png') no-repeat;
  width: 29px;
  height: 31px;
}

#next-ep-btn {
  transform: scale(-1)
}

.speed-control {
  font-size: 14px;
  cursor: pointer;
  min-width: 40px;
}

.speed-control span {
  font-size: 38px;
}

.prev-15 {
  background: url('../../images/prev-15.svg') no-repeat;
  width: 34px;
  height: 35px;
}

.next-15 {
  background: url('../../images/next-15.svg') no-repeat;
  width: 33px;
  height: 35px;
}

.progress-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

#progress-bar {
  -webkit-appearance: none;
  width: 100%;
  flex: 1;
  max-width: 607px;
  height: 7px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff var(--value, 0%), #707070 var(--value, 0%), #707070 100%);
  outline: none;
  cursor: pointer;
  border-radius: 2px;
}

#progress-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

#progress-bar::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

#progress-bar::-moz-range-progress {
  background-color: #ffffff;
}

.transcript-section {
  padding: 40px 20px;
}

.container.transcript-section {
  max-width: 985px;
}

#total-duration,
#current-time {
  font-size: 25px;
}

.transcript-body {
  padding-top: 20px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  font-size: 24px;
  line-height: 1.3;
}

.transcript-header h3 {
  font-size: 30px;
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

.transcript-header h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #3B0C6C;
}

.transcript-body.expanded {
  display: block !important;
  -webkit-line-clamp: initial !important;
  overflow: visible !important;
  max-height: none !important;
}

.see-all-link {
  display: inline-block;
  margin-top: 30px;
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.share-trigger-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #ffffff;
  border: 2px solid #FFD700;
  border-radius: 50px;
  padding: 10px 28px;
  font-family: 'avenir-medium', sans-serif;
  font-size: 24px;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.share-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 15v2a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-2M12 13V3m0 0L8 7m4-4l4 4'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.share-icon {
  width: 20px;
  height: 26px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='26' viewBox='0 0 20 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_247_68)'%3E%3Cpath d='M10 0C9.85181 0 9.70362 0.0412917 9.57464 0.115617C9.5472 0.132133 9.51976 0.14865 9.49232 0.170672C9.48683 0.176178 9.48134 0.181683 9.47311 0.189942C9.4539 0.203706 9.43469 0.222975 9.41548 0.239492C9.40725 0.244997 9.39901 0.253256 9.39078 0.258761L9.37157 0.278031L4.79693 4.86967C4.46487 5.20275 4.46487 5.7423 4.79693 6.07538C5.12898 6.40847 5.66685 6.40847 5.9989 6.07538L9.13831 2.9262V19.7732C9.13831 20.2439 9.51976 20.6266 9.98902 20.6266C10.2141 20.6266 10.4308 20.5385 10.59 20.3761C10.7492 20.2164 10.8397 19.9989 10.8397 19.7732V2.9262L13.9737 6.07263C14.3057 6.40572 14.8436 6.40572 15.1756 6.07263C15.5077 5.73955 15.5077 5.2 15.1756 4.86691L10.6394 0.311064C10.4775 0.121122 10.2415 0.0110111 9.99177 0.0110111L10 0ZM0.850714 8.97682C0.381449 8.97682 0 9.35945 0 9.83018V25.1466C0 25.6174 0.381449 26 0.850714 26H19.1493C19.6186 26 20 25.6174 20 25.1466V9.83018C20 9.35945 19.6186 8.97682 19.1493 8.97682H14.8793C14.41 8.97682 14.0313 9.35945 14.0313 9.83018C14.0313 10.0559 14.1191 10.2734 14.2783 10.4358C14.4374 10.5954 14.6542 10.6863 14.8793 10.6863H18.2986V24.2933H1.70417V10.6863H5.118C5.34303 10.6863 5.55982 10.5954 5.72173 10.4358C5.8809 10.2761 5.97146 10.0559 5.96872 9.83018C5.96872 9.35945 5.58727 8.97682 5.118 8.97682H0.850714Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_247_68'%3E%3Crect width='20' height='26' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.share-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.share-overlay.active {
  display: flex;
}

.share-card {
  background: #fff url('../../images/bg-player.svg') no-repeat center center / cover;
  padding: 65px 0 50px 0;
  border-radius: 25px;
  width: 90%;
  max-width: 1258px;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.close-share {
  position: absolute;
  top: 20px;
  left: 25px;
  background: url(../../images/close-share.svg) no-repeat center center / cover;
  width: 45px;
  height: 45px;
  border: none;
  cursor: pointer;
}

.share-card h3 {
  font-size: 35px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 20px 0 50px 0;
}

.soc-link {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.2s;
  background-color: #f0f0f0;
}

.soc-link:hover {
  transform: scale(1.1);
}

.soc-link.fb {
  background-image: url('../../images/icon-fb.svg');
}

.soc-link.x {
  background-image: url('../../images/icon-x.svg');
}

.soc-link.in {
  background-image: url('../../images/icon-in.svg');
}

.copy-link-box {
  display: flex;
  border: 2px solid #5b21b6;
  border-radius: 60px;
  margin: 25px auto;
  padding: 5px;
  background: #fff;
  align-items: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  max-width: 1065px;
}

.copy-link-box input {
  flex: 1;
  border: none;
  padding: 20px;
  outline: none;
  color: #000;
  background: none;
}

.copy-link-box button {
  background: #FFD700;
  border: none;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
  margin-right: 16px;
}

.copy-link-box button:hover {
  background: #ffcc00;
}

.start-at-option {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000;
  max-width: 1065px;
  margin: 10px auto;
  text-align: left;
  justify-content: flex-start;
  font-size: 24px;
  font-family: 'avenir-regular', sans-serif;
}

.start-at-option input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  background-color: #707070;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  border: none;
  flex-shrink: 0;
}

.start-at-option input[type="checkbox"]:checked {
  background-color: #420B6D;
}

.start-at-option input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 14px;
  width: 10px;
  height: 18px;
  border: solid white;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

.start-at-option label {
  cursor: pointer;
}

.start-at-option span {
  color: #707070;
}

.all-episodes-section {
  padding: 80px 0;
  background: linear-gradient(180deg,
      #000000 0%,
      #666666 78.37%);
  color: white;
}

.all-episodes-section .section-title {
  font-size: 50px;
  padding-bottom: 50px;
}

.all-episodes-section .container {
  max-width: 1200px;
}

.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #2D2D2D;
  margin-bottom: 35px;
  padding: 18px 25px;
  transition: background 0.2s;
  cursor: pointer;
  box-shadow: 0 3.309px 3.309px 0 rgba(0, 0, 0, 0.25);
}

.list-item:hover {
  background: #000;
}

.list-item h4 {
  margin: 0;
  font-size: 23px;
  color: white;
  font-weight: 600;
}

.list-meta {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}

.arrow-link {
  background-image: url(../../images/arrow2.svg);
  width: 22px;
  height: 22px;
}

.btn-load-more {
  font-size: 20px;
  background: transparent;
  border: 2px solid white;
  color: white;
  padding: 12px 35px;
  border-radius: 30px;
  margin-top: 40px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
}

.btn-load-more:hover {
  background: white;
  color: black;
}

@media screen and (max-width: 768px) {
  .player-main-card {
    padding: 30px 20px;
    border-radius: 20px;
  }

  #det-title {
    font-size: 20px;
    margin: 10px 0;
  }

  .player-controls {
    gap: 10px;
    margin-bottom: 15px;
  }

  .master-play-btn {
    width: 50px;
    height: 50px;
  }



  .custom-audio-ui .skip-btn {
    font-size: 18px;
  }

  .progress-area {
    gap: 10px;
  }

  #current-time,
  #total-duration {
    font-size: 12px;
  }
}

@media screen and (max-width: 576px) {
  #hero h1 {
    font-size: 70px;
    line-height: 0.8;
  }

  #hero .subtitle {
    font-size: 23px;
    margin-top: 20px !important;
  }

  #hero .subtitle br {
    display: none;
  }

  #hero h1 span:after,
  #hero h1 span:before {
    top: -10px;
    width: 30px;
    height: 63px;
  }

  #hero h1 span:after {
    right: 30px;
  }

  .latest-episodes-section .section-title,
  .all-episodes-section .section-title {
    font-size: 25px;
  }

  .episode-card .season-info,
  .episode-card .date,
  .list-item h4 {
    font-size: 20px;
  }

  .episode-card h3 {
    font-size: 22px;
  }

  .latest-episodes-section {
    background: url(../../images/episodes-bg-m.svg) no-repeat center center / cover;
    padding: 40px 0 70px 0;
  }

  .list-item {
    position: relative
  }

  .list-meta {
    font-size: 14px;
  }

  .arrow-link {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .list-item h4 {
    padding-right: 30px;
  }

  .episode-list-container .info {
    align-items: flex-start
  }

  .btn-load-more {
    padding: 10px 15px;
    margin-top: 0;
    font-size: 15px;
  }

  .show-label {
    font-size: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

  #det-title {
    font-size: 25px;
    line-height: 39px
  }

  .det-meta {
    font-size: 17px;
    margin-bottom: 30px;
  }

  .player-controls {
    gap: 11px;
  }

  .podcast-details-view .details-hero-content {
    padding: 25px 0 20px 0;
  }

  .close-details-btn {
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
  }

  .transcript-header h3 {
    font-size: 20px;
  }

  .transcript-body {
    padding-top: 15px;
    font-size: 17px;
    line-height: 28px
  }

  .transcript-header h3::after {
    height: 4px;
  }

  .share-trigger-btn {
    gap: 10px;
    padding: 10px 20px;
    font-size: 20px;
  }

  .share-card h3 {
    font-size: 30px;
  }

  .share-card {
    padding: 65px 20px 50px 20px;
  }

  .close-share {
    width: 30px;
    height: 30px;
  }

  .social-icons {
    gap: 41px;
  }

  .copy-link-box button {
    font-size: 18px;
    padding: 10px 15px;
    margin-right: 5px;
  }

  .copy-link-box input {
    padding: 10px;
    font-size: 18px;
    width: 60%;
  }

  .start-at-option input[type="checkbox"] {
    width: 30px;
    height: 30px;
  }

  .start-at-option input[type="checkbox"]:checked::after {
    left: 11px;
    top: 5px;
  }

  .start-at-option label {
    font-size: 20px
  }

  .speed-control span {
    font-size: 30px;
  }

  .player-controls button {
    transform: scale(0.7)
  }
}


@media screen and (max-width: 767px) {
  .episode-card {
    height: 350px;
  }

}