.validation-message {
  color: var(--error-color);
}

/* Hero Template Fix */
.hero-subtitle {
  font-size: 30px !important;
}

/* Hero Button Enhancement - Simple Green Text */
.hero-wrapper .btn-group .btn.style4 {
  background: transparent !important;
  border: none !important;
  padding: 20px 40px !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #28a745 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  transition: color 0.3s ease !important;
}

.hero-wrapper .btn-group .btn.style4:hover {
  color: #34ce57 !important;
}

.hero-wrapper .btn-group .btn.style4:active {
  color: #1e7e34 !important;
}

.hero-wrapper .btn-group .btn.style4:before,
.hero-wrapper .btn-group .btn.style4:after {
  display: none !important;
}

/*# sourceMappingURL=custom.css.map */
