.ott-left-chevron,
.ott-right-chevron {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 50;
  background-color: #fff;
  border-radius: 100%;
  /* border: 1px solid; */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
}

.ott-left-chevron:hover,
.ott-right-chevron:hover {
  background-color: #efefef;
}

.ott-left-chevron {
  left: -5px;
}

.ott-left-chevron .flaticon-arrow-right {
  transform: rotate(180deg);
}

.ott-right-chevron {
  right: -5px;
}

.video-length {
  position: absolute;
  bottom: 8px;
  right: 8px;
  border-radius: 4px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.747);
  padding: 0 4px 0 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.75px;
}

.popup-overlay {
  position: fixed; /* Fix to viewport, not the parent */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Ensure it appears above everything */
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  max-width: 90%;
  max-height: 90%;
  width: 100vw;
  height: 100vh;
}

.video-popup {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}

.close-button {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #f44336;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.close-button:hover {
  background-color: #d32f2f;
}

.featured-swiper .swiper-pagination {
  position: unset !important;
}

.featured-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5751e1;
}

.text-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limits to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 50.4px;
}
