.elementor-kit-27{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#101010;--e-global-color-text:#303030;--e-global-color-accent:#C9A646;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:2rem;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:1.8rem;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Work Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Work Sans";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-27 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){margin-block-end: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 .header-inner{width:1440px;max-width:100%;}.site-header{padding-right:0px;padding-left:0px;}.site-footer .footer-inner{width:1440px;max-width:100%;}.site-footer{padding-right:50px;padding-left:50px;}@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;}}/* Start custom CSS *//* 0) Vízszintes görgetés tiltása */
html, body { overflow-x: hidden; }

/* 1) Mobil dropdown: fullscreen overlay */
.elementor-nav-menu--dropdown {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 2147483646 !important;   /* EGYEL ALACSONYABB, mint a toggle */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: none !important;
  -webkit-transform: none !important;
  left: 0 !important;
  top: 0 !important;
}

/* 2) Nyitott állapot erőltetése */
.elementor-nav-menu--dropdown[aria-hidden="false"] {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* 3) A hamburger / bezáró gomb mindig felül legyen és látszódjon */
.elementor-menu-toggle {

  z-index: 2147483647 !important;           /* a dropdown fölött */
  pointer-events: auto !important;
}

/* Biztos, hogy megjelenik nyitott állapotban is */
.elementor-menu-toggle[aria-expanded="true"] {
  display: block !important;
}

/* 4) Fejléc réteg */
.elementor-location-header { position: relative; z-index: 2147483646 !important; }

/* 5) Menü belső padding */
.elementor-nav-menu--dropdown .elementor-nav-menu { padding-top: 64px; }


/* 7) iOS: menünyitáskor kapcsoljuk ki a háttér transformjait, és tiltsuk a görgetést */
@supports (-webkit-touch-callout: none) {
  html:has(.elementor-menu-toggle[aria-expanded="true"]) {
    overflow: hidden !important;
  }
  html:has(.elementor-menu-toggle[aria-expanded="true"]) .elementor-motion-effects-element,
  html:has(.elementor-menu-toggle[aria-expanded="true"]) [style*="transform"]:not(.elementor-nav-menu--dropdown) {
    transform: none !important;
    -webkit-transform: none !important;
  }
}/* End custom CSS */