.elementor-kit-6{--e-global-color-primary:#161819;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#484A4B;--e-global-color-accent:#44C8F3;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:68px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.15em;--e-global-typography-primary-letter-spacing:-0.03em;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.15em;--e-global-typography-secondary-letter-spacing:-0.03em;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:-0.02em;--e-global-typography-3a4a24d-font-family:"Roboto";--e-global-typography-3a4a24d-font-size:20px;--e-global-typography-3a4a24d-font-weight:400;--e-global-typography-3a4a24d-text-transform:uppercase;--e-global-typography-3a4a24d-line-height:1.15em;--e-global-typography-3a4a24d-letter-spacing:-0.02em;--e-global-typography-4aa8905-font-family:"Roboto";--e-global-typography-4aa8905-font-size:34px;--e-global-typography-4aa8905-font-weight:400;--e-global-typography-4aa8905-text-transform:uppercase;--e-global-typography-4aa8905-line-height:1.15em;--e-global-typography-4aa8905-letter-spacing:-0.03em;background-color:var( --e-global-color-secondary );--e-preloader-animation:bounce;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-accent );--e-preloader-size:100px;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-secondary );}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 a:hover{color:#62D8FF;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:var( --e-global-typography-3a4a24d-font-family ), Sans-serif;font-size:var( --e-global-typography-3a4a24d-font-size );font-weight:var( --e-global-typography-3a4a24d-font-weight );text-transform:var( --e-global-typography-3a4a24d-text-transform );line-height:var( --e-global-typography-3a4a24d-line-height );letter-spacing:var( --e-global-typography-3a4a24d-letter-spacing );}.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 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-3a4a24d-font-size );line-height:var( --e-global-typography-3a4a24d-line-height );letter-spacing:var( --e-global-typography-3a4a24d-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-3a4a24d-font-size );line-height:var( --e-global-typography-3a4a24d-line-height );letter-spacing:var( --e-global-typography-3a4a24d-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --white:#ffffff; --dark:#161819; --p-text:#484A4B; --accent:#44C8F3; }
/* Start custom CSS *//* Elimină tap highlight pe toate elementele clickabile */
a, button, [role="button"], .elementor-button, 
img, svg, .elementor-widget-image,
a *, a img, a svg, a span, a div {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* Elimină outline-ul gri la focus pe click (păstrează la tastatură pentru accesibilitate) */
a:focus:not(:focus-visible), 
button:focus:not(:focus-visible),
a *:focus:not(:focus-visible) {
  outline: none;
}
/* Hover pe linkuri din meniu WordPress */
.elementor-nav-menu a:hover,
.elementor-nav-menu li:hover > a,
.elementor-nav-menu .menu-item:hover > a,
nav a:hover {
  color: #44C8F3 !important; /* culoarea brand */
  transition: all 0.3s ease;
}

/* Item activ (pagina curentă) */
.elementor-nav-menu .current-menu-item > a,
.elementor-nav-menu .current_page_item > a {
  color: #44C8F3 !important;
}

/* Tranziție smooth pe stările normale */
.elementor-nav-menu a {
  transition: color 0.3s ease;
}/* End custom CSS */