/* =========================================================
     15. HERO
     ========================================================= */

.lw-hero {
  position: relative;
  overflow: hidden;

  color: var(--lw-hero-text);

  background-color: var(--lw-section-bg, var(--lw-secondary));

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Hero overlay */

.lw-hero::before {
  content: "";

  position: absolute;
  inset: 0;

  background-color: var(--lw-section-bg, var(--lw-bg-dark));

  opacity: 0.62;

  pointer-events: none;
  z-index: 1;
}

/* Hero content */

.lw-hero-content {
  position: relative;

  z-index: 2;
}

/* Hero heading */

.lw-hero .lw-hero-title,
.lw-hero .lw-hero-title .elementor-heading-title {
  color: var(--lw-hero-heading) !important;
}

/* Hero text */

.lw-hero .lw-hero-text,
.lw-hero .lw-hero-text p,
.lw-hero .lw-hero-text .elementor-widget-container {
  color: var(--lw-hero-text) !important;
}
