* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
}

body {
  background-color: #f9f9f9;
  /* padding: 10px; */
}
.body-container {
    padding: 50px 0px 0px 0px;
}
.header {
  box-shadow: unset;
}

.backButton{
    display: flex;
}
.logo{
    display: none;
}
.parent-nav-icons{
    display: none;
}
.series-container {
  max-width: 730px;
  margin: 0 auto;
}

.banner {
  position: relative;
  overflow: hidden;
  /* border-radius: 10px; */
}

/* Keep your image as-is */
.banner img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 400px;
      object-fit: contain;

}

/* ✅ Gradient overlay */
.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    357.94deg,
    #202936 -3%,
    rgba(32, 41, 54, 0) 96.82%
  );
  pointer-events: none; /* allows clicks through overlay */
}

/* Your play button stays above the gradient */

.play-button {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  /* padding: 10px 20px; */
      padding: 15px 19px;
  /* border: none; */
  font-size: 16px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2; /* ensures above overlay */
  border: 1.81px solid #FFFFFF;
  width: unset !important;

}
.play-button:focus {
  background: rgba(0, 0, 0, 0.6);
  outline: none; /* optional, removes default focus outline */
}
.player-text{
  z-index: 2;
   position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: rgba(0, 0, 0, 0.6); */
  color: #fff;
   font-family: Lato;
font-weight: 600;
font-style: SemiBold;
font-size: 15px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}

/* --- Series Info --- */
.series-info {
  /* padding: 16px 0; */
  padding: 12px 0;
}

.series-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.series-header h2 {
  font-size: 20px;
  margin-bottom: 5px;
}

.cardDetails-tag {
font-family: Lato;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #3C3C43;

}


.episode-play-btn {
  
  display: flex
;
    align-items: center;
    justify-content: center;
  background: #116DB6;
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  margin: 12px 0;
  width: 100%;
  cursor: pointer;
gap: 10px;
  font-family: Lato;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
text-transform: unset;

}

.description {
  font-size: 14px;
  color: #333;
  /* margin-top: 8px; */
  font-family: Lato;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: 0%;
color: #333F50;

}

/* --- Episodes --- */
.episodes {
  margin-top: 20px;
}

.episode-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  gap: 10px;
  width: 100%;
}
.episode-name{
  font-family: Lato;
font-weight: 700;
font-style: Bold;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #202936;

}

.episode-header h3 {
  font-size: 18px;
}
.episode-all-link {
  font-family: Lato;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
color: #116DB6;

  cursor: pointer;
  display: flex;
  align-items: center;
}

.episode-all-details{
  display: flex;
  align-items: start;
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: auto;
  gap: 10px;
}
.episode-card {
  display: flex;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
  max-width: 261px;
  min-width: 260px;
  flex-direction: column;
        align-items: start;
        /* text-align: center; */
}

.episode-card img {
  /* width: 100px; */
  height: auto;
  border-radius: 8px;
  margin-right: 10px;

  width: 100%;
        margin: 0 0 10px 0;
}
    .episode-content {
        width: 100%;
        display: flex;
        justify-content: space-between;

    }
    .episode-playandshere-btn{
      display: flex;
      flex-direction: column;
      justify-content: space-between;

    }
.episode-content-details{
  width: 100%;
  max-width: 215px;
}

.episode-content-name{
  font-family: Lato;
font-weight: 700;
font-style: Bold;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0.5px;
color: #334155;

display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
        height: 34px;
        margin-bottom: 6px;

}
.episode-content-duration{
  font-family: Lato;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #817F7F;
margin-bottom: 2px;

}
.episode-content-description{
  font-family: Lato;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 15px;
letter-spacing: 0px;
color: #47576E;

}

.cardDetails-title{
  font-family: Lato;
font-weight: 900;
font-style: Black;
font-size: 20px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0%;
color: #202936;

}
.cardDetails-title-tag{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.cardDetails-icons{
  display: flex;
  align-items: center;
font-family: Lato;
font-weight: 500;
font-style: Medium;
font-size: 12px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #202936;
gap: 10px;
}


/* subscription bottom modal css start */
.subscription-box {
  position: relative;
  /* max-width: 400px; */
  margin: 20px auto;
  background: #e2e5eb;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

.subscription-box h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  color: #2c3e50;
}

.subscription-box ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.subscription-box ul li {
  margin-bottom: 8px;
  color: #2c3e50;
  font-size: 14px;
}

.subscription-box .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #2c3e50;
  line-height: 1;
}

.subscription-box .close-btn:hover {
  color: #e74c3c;
}
/* subscription bottom modal css end */
.container{
  background: unset;
}

.progress{
  display: none !important;
}

.swal2-popup.reminder-toast {
  border-radius: 12px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 13px 10px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.swal2-popup.reminder-toast .swal2-title {
  font-size: 15px;
  font-weight: 500;
}
/* FILTER DESIGN OF COURSE START */

.episode-all-link {
  position: relative;
}

.selected-option {
  padding: 6px 3px;
  border-radius: 4px;
  background-color: #f9f9f9;
  color:#116DB6;
}

.dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  /* border: 1px solid #007aff; */
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 10;
}

.sub-filter-btn {
  padding: 6px 10px;
  cursor: pointer;
  transition: background-color 0.2s;
  font-family: Lato;
font-weight: 500;
font-style: Medium;
font-size: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #717070;

}

.sub-filter-btn:hover {
  background-color: #f0f0f0;
}

.sub-filter-btn.active {
  background: #E9E9E9;
font-family: Lato;
font-weight: 500;
font-style: Medium;
font-size: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #202936;

}
/* FILTER DESIGN OF COURSE END */

.mobileLinepopup {
    width: 70px;
    height: 3px;
    margin: 10px auto;
    background-color: #000;
    border-radius: 2px;
}

.share-buttons {
    display: flex
;
    flex-wrap: wrap;
    justify-content: start;
    gap: 69px;
    align-items: flex-start;
}

.share-btn {
    display: unset;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 80px; */
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
    box-shadow: none;
    outline: none;
        cursor: pointer;
}

.share-btn img {
    border: 1.09px solid #DCDBE3;
    height: 48px;
    width: 48px;
    border-radius: 8px;
    padding: 1px 6px;
    outline: none;
        max-width: 49px;
    margin-bottom: 5px;
    box-shadow: none;
        max-height: 100%;
}

.share-btn p {
    font-family: Lato;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    box-shadow: none;
    outline: none;
}
.shareheadercrossicon {
    display: block;
    width: 18px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 10px;
}
.shareheader-bottom-line {
    display: block;
    height: 2px;
    width: 100%;
    background: #D7DBE0;
    position: absolute;
    left: 0;
    margin-top: 10px;
}
.popup-overlay{
        display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
}
 @media (max-width: 991px) {
   .shareheadercrossicon{
        display: none;
    }
    .share-popup-content{
      padding-top: 10px;
    }
    .shareheader-bottom-line{
        display: none;
    }
  .share-buttons {
        display: flex
;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 10px;
        align-items: flex-start;
    }
  .banner img {
      object-fit: contain;

}

 }
/* --- Responsive --- */
@media (max-width: 480px) {
  .episode-card {
    flex-direction: column;
    align-items: start;

  }

  .episode-card img {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .episode-content {
    width: 100%;
  }
  .player-text{
    top: 70%;
  }

  
}
