.elementor-kit-6714{--e-global-color-primary:#1B2A4E;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#2DA89C;--e-global-color-0301855:#2DA89C;--e-global-color-d71108b:#F26422;--e-global-color-2496061:#F5FAF9;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6714 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6714 h1{font-family:"Poppins", Sans-serif;font-weight:800;}.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);}@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 *//* === FIX iOS - pagina sare la zoom === */

/* 1. Permite zoom natural fără jump-uri */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* 2. Previne overflow orizontal care declanșează jump-ul */
html, body {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

/* 3. Anchor scroll fix - previne saltul automat la elemente cu id */
* {
  scroll-margin-top: 0;
}

/* 4. Force layout stabil pe iOS la zoom */
@supports (-webkit-touch-callout: none) {
  /* Această regulă se aplică DOAR pe iOS Safari */
  body {
    position: relative;
    min-height: 100vh;
  }
  
  .elementor-section,
  .elementor-container,
  .e-con,
  .e-con-inner {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
}/* End custom CSS */