.elementor-kit-22{--e-global-color-primary:#16213E;--e-global-color-secondary:#1F2937;--e-global-color-text:#D8A317;--e-global-color-accent:#C1121F;--e-global-color-6489694:#FACC15;--e-global-color-a7d5db8:#0B0F19;--e-global-color-5ae3a42:#0D1119;--e-global-color-80b5367:#D8A317;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Urbanist";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-a7d5db8 );--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:500ms;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:2s;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-6489694 );--e-preloader-size:140px;}.elementor-kit-22 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.elementor-kit-22{--e-page-transition-entrance-animation:e-page-transition-fade-out;}}
/* Start custom CSS */html,
body {
  min-height: 100%;
  background-color: #0B0F19;
}

body {
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(216, 163, 23, 0.10), transparent 22%),
    radial-gradient(circle at top left, rgba(250, 204, 21, 0.05), transparent 16%),
    linear-gradient(180deg, #0a0f18 0%, #0d1320 45%, #111a2d 100%);
  background-repeat: no-repeat;
  background-size: cover;
  color: #F3F4F6;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(12px);
  z-index: 0;
}

body::before {
  top: 92px;
  right: -80px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(216, 163, 23, 0.18), transparent 70%);
}

body::after {
  bottom: 60px;
  left: -70px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(193, 18, 31, 0.10), transparent 72%);
}
.elementor,
.elementor-section,
.e-con,
.elementor-widget-wrap {
  position: relative;
  z-index: 1;
}


/* Hover + kattintás effekt */
.lightning-menu a:hover,
.lightning-menu a:focus,
.lightning-menu a:active {
  animation: lightningFlash 0.28s ease-in-out 2;
  color: inherit !important;
  text-decoration: underline !important;
}

/* Aktív elem se váltson színt */
.lightning-menu a.elementor-item-active {
  color: inherit !important;
}

/* Villám effekt */
@keyframes lightningFlash {
  0% {
    text-shadow: none;
  }

  20% {
    text-shadow:
      1px 0 currentColor,
      -1px 0 currentColor;
  }

  40% {
    text-shadow:
      -1px 0 currentColor,
      1px 0 currentColor;
  }

  60% {
    text-shadow:
      1px 0 currentColor,
      0 0 4px currentColor;
  }

  80% {
    text-shadow:
      -1px 0 currentColor,
      0 0 2px currentColor;
  }

  100% {
    text-shadow: none;
  }
}/* End custom CSS */