/**
 * Globális stíluslap — minden oldalon betöltődik (frontend).
 */


 .rolunkcta {
  position: relative;
  overflow: hidden;
}

.rolunkcta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(11 10 9 / 90%) 0%, rgb(11 10 9 / 60%) 50%, rgb(11 10 9 / 20%) 100%);
  z-index: 1;
  pointer-events: none;
}

.rolunkcta > * {
  position: relative;
  z-index: 2;
}



.rolunkfooter {
  position: relative;
  overflow: hidden;
}

.rolunkfooter::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(11, 10, 9, 0.7) 0%, rgba(11, 10, 9, 0.5) 45%, rgba(11, 10, 9, 0.9) 100%);
  z-index: 1;
  pointer-events: none;
}

.rolunkfooter > * {
  position: relative;
  z-index: 2;
}


.ctadobozhatter::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    180deg,
    #14110F 0%,
    #14110F 25%,
    rgba(20, 17, 15, 0) 70%
  );
}

/* a konténerben lévő tartalom legyen az overlay FELETT */
.ctadobozhatter > .e-con-inner,
.ctadobozhatter > .elementor-element {
  position: relative;
  z-index: 2;
}