/* Remove background box behind hero image/logo */
.zphero-slider-container.zshero-banner-style-15 {
  background: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/* Ensure hero image scales beautifully */
.zphero-slider-img {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

/* Optional: Remove any fade/overlay layers Zoho might add */
.zphero-slider-container::before,
.zphero-slider-container::after {
  display: none !important;
  background: none !important;
  content: none !important;
}