.elementor-kit-25{--e-global-color-primary:#292826;--e-global-color-secondary:#F9D342;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Commissioner";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Commissioner";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Commissioner";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Commissioner";--e-global-typography-accent-font-weight:500;color:#292826;font-family:"Commissioner", Sans-serif;font-size:14px;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:600ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-width:9%;}.elementor-kit-25 e-page-transition{background-color:#292826;}.elementor-kit-25 a{font-family:"Commissioner", Sans-serif;}.elementor-kit-25 h1{font-family:"Commissioner", Sans-serif;}.elementor-kit-25 h2{font-family:"Commissioner", Sans-serif;}.elementor-kit-25 h3{font-family:"Commissioner", Sans-serif;}.elementor-kit-25 h4{font-family:"Commissioner", Sans-serif;}.elementor-kit-25 h5{font-family:"Commissioner", Sans-serif;}.elementor-kit-25 h6{font-family:"Commissioner", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}.elementor-lightbox{--lightbox-ui-color:#F9D342;--lightbox-text-color:#F9D342;}@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 *//* Full screen animated linear gradient background */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(135deg, #000000, #444444, #000000);
  background-size: 200% 200%;
  animation: gradientMove 20s ease infinite; /* πιο γρήγορη κίνηση */
}

/* subtle grid overlay */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: 
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
}

/* animation for gradient movement */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}/* End custom CSS */