/* Slideshow Banner Styles */

/* Banner container with slideshow */
.banner-slideshow-container {
  position: relative;
  overflow: hidden;
}

/* Swiper slideshow positioning */
.banner-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Swiper slide images */
.banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Banner content overlay */
.banner-content-overlay {
  position: relative;
  z-index: 1;
}

/* Banner heading styles with feathered shadows */
.banner-heading-primary {
  color: #ffffff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9), 0 0 40px rgba(0, 0, 0, 0.7),
    2px 2px 10px rgba(0, 0, 0, 0.8), -2px -2px 10px rgba(0, 0, 0, 0.5);
}

/* Banner subtitle styles */
.banner-subtitle {
  color: #ffffff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.9), 0 0 30px rgba(0, 0, 0, 0.6),
    2px 2px 8px rgba(0, 0, 0, 0.7);
}

/* Learn More button shadow */
.banner-button {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8), -1px -1px 3px rgba(0, 0, 0, 0.6),
    1px -1px 3px rgba(0, 0, 0, 0.6), -1px 1px 3px rgba(0, 0, 0, 0.6);
}
