:root {
  --primary-color: #2b9882;
  --primary-color-dark: #118d74;
  --secondary-color: #5ecfb9;
  --text-color: #333;
  --text-color-light: #ffffff;
  --text-color-muted: #6c757d;
  --background-light: #f8f9fa;
  --background-medium: #e9ecef;
  --success-color: #28a745;
  --warning-color: #ff9800;
  --border-color: #ced4da;
  --shadow-color: rgba(0, 0, 0, 0.1);
  --icon-color: var(--secondary-color);
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(19 75 78 / 70%);
  z-index: 1;
}
