.cehs-hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cehs-hero-slide {
  display: none;
  width: 100%;
  height: 90vh; /* almost full screen height */
  background-size: cover;
  background-position: center;
  position: relative;
}

.cehs-hero-overlay {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 600px;
}

.hero-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.6);
  color: #fff;
}

.hero-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #28a745;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

.hero-btn:hover {
  background: #218838;
}
