.elementor-kit-6{--e-global-color-primary:#E7E3DF;--e-global-color-secondary:#3D4948;--e-global-color-text:#3D4948;--e-global-color-accent:#9A9B6C;--e-global-typography-primary-font-family:"Roboto";--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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;}}
/* Start custom CSS *//* Animație scroll pentru servicii - Fable&Co style */
.service-col {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.7s ease-out, opacity 0.7s ease-out;
}

.service-col.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delay pentru fiecare card */
.service-col.col-1 { transition-delay: 0.0s; }
.service-col.col-2 { transition-delay: 0.15s; }
.service-col.col-3 { transition-delay: 0.30s; }
.service-col.col-4 { transition-delay: 0.45s; }

/* ===== FLUID TYPOGRAPHY - Scalare proportională pentru toate monitoarele ===== */
/* Base font size - scala automat toate elementele în rem */
html {
  font-size: clamp(14px, 0.8vw + 0.5rem, 18px);
}

/* Pentru monitoare foarte mari (4K+, 32" și mai mari) */
@media (min-width: 2560px) {
  html {
    font-size: 20px;
  }
}

/* Asigură că Rethink Sans este aplicat peste tot */
body, .elementor-widget-text-editor, .elementor-widget-heading {
  font-family: 'Rethink Sans', sans-serif !important;
}/* End custom CSS */