
/* Remove any dark overlay */
.hero-section::before,
.hero-section::after,
.hero-section .overlay,
.hero-section .foreground {
  background: transparent !important;
  background-color: transparent !important;
  opacity: 0 !important;
  display: none !important;
}

/* Ensure the section itself remains visible */
.hero-section {
  background: none !important;
  opacity: 1 !important;
}
