.custom-slider-img {
  height: 1525.99;
  object-fit: cover;
}

.custom-religion-img {
  height: 180px;
  object-fit: cover;
}

.custom-culture-img {
  height: 279px;
  object-fit: cover;
}

.custom-audio-img {
  height: 200px;
  object-fit: cover;
}

.custom-blogs-img {
  height: 400px;
  object-fit: cover;
}

.custom-blogs-small-img {
  height: 30px;
  object-fit: cover;
}

.custom-blog-details-img {
  height: 150px;
  object-fit: cover;
}

.custom-testimonials-img {
  height: 100px;
  object-fit: cover;
}

.custom-gallery-img {
  height: 400px;
  object-fit: cover;
}

.cus-heritage-details-img {
  height: 268px;
  object-fit: cover;
}

.custom-footer-img {
  height: 75px;
  object-fit: cover;
}

#cus-audio-detail-page .cus-audio-player {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

#cus-audio-detail-page .cus-audio-title {
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#cus-audio-detail-page .cus-audio-episode-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

#cus-audio-detail-page .custom-audio-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #ececec;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  width: 100%;
}

#cus-audio-detail-page .custom-audio-meta .custom-audio-artwork {
  border-radius: 10px;
  width: 160px;
  height: 160px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

#cus-audio-detail-page .custom-audio-meta img {
  border-radius: 10px;
  width: 160px;
  height: 160px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

#cus-audio-detail-page .custom-audio-meta .custom-audio-artwork img:hover {
  transform: scale(1.05);
}

/* Scoped MediaElement.js Player Styles */
#cus-audio-detail-page .mejs__container {
  margin-top: 10px;
  background: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

#cus-audio-detail-page .mejs__controls {
  display: flex;
  background: none !important;
  width: 100% !important;
}

#cus-audio-detail-page .mejs__button > button {
  color: #555;
  transition: opacity 0.3s ease;
}

#cus-audio-detail-page .mejs__button > button:hover {
  opacity: 0.7;
}

#cus-audio-detail-page .mejs__time {
  color: #555;
  font-weight: normal;
}

#cus-audio-detail-page .mejs-prepended-buttons,
#cus-audio-detail-page .mejs-appended-buttons {
  display: flex;
  justify-content: space-around;
}

#cus-audio-detail-page .mejs__horizontal-volume-slider {
  display: block !important;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  #cus-audio-detail-page {
    max-width: 95%;
    padding: 15px;
  }

  #cus-audio-detail-page .custom-audio-meta {
    flex-direction: column;
    text-align: center;
  }

  #cus-audio-detail-page .custom-audio-meta .custom-audio-artwork img {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
  }

  #cus-audio-detail-page .mejs__container {
    width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  #cus-audio-detail-page .cus-audio-episode-title {
    font-size: 24px;
  }

  #cus-audio-detail-page .cus-audio-title {
    font-size: 12px;
  }

  #cus-audio-detail-page .custom-audio-meta {
    padding: 15px;
  }

  #cus-audio-detail-page .custom-audio-meta .custom-audio-artwork img {
    width: 100px;
    height: 100px;
  }

  #cus-audio-detail-page .mejs__container {
    width: 100% !important;
  }
}

.header-2 .sigma_logo-wrapper {
    position: relative;
    background-color: transparent;
    height: 113px;
    padding: 0 30px;
    margin-bottom: unset;
    z-index: 3;
    display: flex;
    box-shadow: unset;
    align-items: center;
}

.navbar-brand {
    padding: 10px 0;
    width: 125px;
}

@media (max-width: 575px) {
    .navbar-brand {
        width: 60px;
    }
}

.can-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff; /* Adjust background as needed */
    transition: all 0.3s ease-in-out;
}

.sticky {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
