.elementor-kit-6{--e-global-color-primary:#F3F1EC;--e-global-color-secondary:#B4AFA7;--e-global-color-text:#7A8672;--e-global-color-accent:#0C0C0C;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Cormorant Garamond";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Playfair Display", Sans-serif;font-weight:normal;--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:800ms;}.elementor-kit-6 e-page-transition{background-color:#000000;}.elementor-kit-6 h1{font-family:"Playfair Display", Sans-serif;}.elementor-kit-6 h2{font-family:"Playfair Display", Sans-serif;font-size:72px;}.elementor-kit-6 h3{font-family:"Playfair Display", Sans-serif;font-size:36px;}.elementor-kit-6 h4{font-family:"Playfair Display", Sans-serif;}.elementor-kit-6 h5{font-family:"Playfair Display", Sans-serif;}.elementor-kit-6 h6{font-family:"Playfair Display", Sans-serif;}.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:880px){.elementor-kit-6{--e-page-transition-exit-animation:e-page-transition-fade-in;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ----------------------------- */
/* DESKTOP + TABLET LANDSCAPE    */
/* Περιεχόμενο 150px από τα αριστερά */
/* ----------------------------- */
body {
    margin-left: 100px;
    margin-right: 0;
}

/* ----------------------------- */
/* TABLET PORTRAIT (Elementor: max-width 1024px) */
/* Περιεχόμενο 150px από τα δεξιά */
/* ----------------------------- */
@media (max-width: 1024px) {
    body {
        margin-left: 60px;
        margin-right: 0px;
    }
}
.tab-1,
.tab-2,
.tab-3 {
    cursor: pointer !important;
}

/* ΜΗΝ κάνεις fade/blur μέσα στον Elementor Editor */
.elementor-editor-active .right-tab-section {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
}

/* Κανονικό animation στο live site */
.right-tab-section {
    opacity: 0;
    transform: translateY(25px);
    filter: blur(8px);
 transition: opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1),
            transform 1.1s cubic-bezier(0.22, 1, 0.36, 1),
            filter 1.1s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform, filter;
}

.right-tab-section.fade-in-up {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}
.section-link {
    cursor: pointer;
}
.right-section {
    opacity: 0;
    transform: translateY(25px);
    filter: blur(8px);
    transition: opacity 1s ease, transform 1s ease, filter 1s ease;
}
.right-section.active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}
/* Js για να βγαίνει μήνυμα όταν γυρίζει το κινητό κάθετα */

#rotate-warning {
  position: fixed;
  inset: 0;
  background: #000;
  color: #fff;
  display: none;
  z-index: 999999;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#rotate-warning .rotate-box {
  max-width: 360px;
  padding: 40px;
}

#rotate-warning .icon {
  font-size: 64px;
  margin-bottom: 20px;
}

body.lock-orientation {
  overflow: hidden;
  height: 100vh;
}
#rotate-warning .rotate-box h2 {
  font-size: 24px; 
}/* End custom CSS */