/* Dark overlay for the home banner slider */

.home-banner.full .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
  /* adjust darkness 0.30–0.60 */
  z-index: 1;
}

/* Bring the text and buttons above the overlay */

.home-banner.full .slick-slide * {
  position: relative;
  z-index: 2;
}