/* To be Overridden in convert.com */
.homepage_about-our-shows {
  display: none;
}

.feature-card {
  background-color: #101010;
  border: none;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.feature-icon {
  font-size: 1.5rem;
}

.card-title {
  color: white;
  font-weight: 700;
}

.card-text {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  font-size: 16px;
}

.about-our-shows__heading {
  font-size: 3rem;
}



/* Swiper customizations */
.swiper-pagination-bullet {
  background: #6c757d;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}

/* Mobile-only swiper */
.mobile-swiper {
  padding-bottom: 3rem;
}

@media (max-width: 767.98px) {

  .feature-card {
    height: 290px;
    max-height: 290px;
  }
}


.swiper-slide .feature-card:hover {
  transform: none;
}