.elementor-kit-6{--e-global-color-primary:#346297;--e-global-color-secondary:#2A507F;--e-global-color-text:#243B53;--e-global-color-accent:#4A86C5;--e-global-color-7a7bad6:#EEF5FF;--e-global-color-ea10f5d:#F8FAFF;--e-global-color-2af6e47:#FFFFFF;--e-global-color-01e28b2:#E6EAF2;--e-global-color-078f3d0:#FCFBF6;--e-global-color-a06245b:#F2F4F7;--e-global-color-fc8bbab:#F8F7F2;--e-global-color-5a9a716:#BCC0C9;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-size:18px;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#346297;color:#FFFFFF;border-radius:10px 10px 10px 10px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:#0F1F33;font-family:"Montserrat", Sans-serif;font-size:44px;font-weight:700;}.elementor-kit-6 h2{color:#0F1F33;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h3{color:#0F1F33;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h4{color:#0F1F33;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h5{color:#0F1F33;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h6{color:#0F1F33;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.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-kit-6{font-size:16px;}.elementor-kit-6 h1{font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:15px;}.elementor-kit-6 h1{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================================
   1) FIX: Elementor dropdown menü (telefon + tablet)
   - ne lógjon ki a viewportból
   - ne törje betűnként a menüpontokat
   ========================================================= */
@media (max-width: 1024px){

  nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{
    max-width: 100vw !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  nav.elementor-nav-menu--dropdown .elementor-nav-menu{
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  nav.elementor-nav-menu--dropdown .elementor-nav-menu li,
  nav.elementor-nav-menu--dropdown .elementor-nav-menu a{
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* EZ A LÉNYEG: vissza a normál törésre (ne betűnként) */
  nav.elementor-nav-menu--dropdown .elementor-item{
    white-space: normal !important;
    overflow-wrap: break-word !important;  /* nem "anywhere" */
    word-break: normal !important;
  }
}





/* =========================================================
   2) FIX: Inline icon list ne lógjon ki (telefon + tablet)
   ========================================================= */
@media (max-width: 1024px){
  ul.elementor-icon-list-items.elementor-inline-items{
    display: flex !important;
    flex-wrap: wrap !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  ul.elementor-icon-list-items.elementor-inline-items > li{
    max-width: 100% !important;
  }
}





/* =========================================================
   3) Biztosíték: vízszintes scroll tiltás mobilon/tableten
   (nem nyúl bele a desktop nézetbe)
   ========================================================= */
@media (max-width: 1024px){
  html, body{
    overflow-x: clip;
  }
  @supports not (overflow: clip){
    html, body{
      overflow-x: hidden;
    }
  }
}/* End custom CSS */