.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Ubuntu Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Ubuntu Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Ubuntu Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Ubuntu Sans";--e-global-typography-accent-font-weight:500;color:#000000;text-decoration:none;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#000000;text-decoration:none;}.elementor-kit-6 a:hover{text-decoration:none;}.elementor-kit-6 h1{color:#000000;}.elementor-kit-6 h2{color:#000000;}.elementor-kit-6 h3{color:#000000;}.elementor-kit-6 h4{color:#000000;}.elementor-kit-6 h5{color:#000000;}.elementor-kit-6 h6{color:#000000;}.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 *//* Αλλαγή φόντου στο κουμπί του Astra */
#ast-scroll-top {
    background-color: #9DCA00 !important; /* Το πράσινο χρώμα */
    color: #ffffff !important;           /* Χρώμα για το βέλος */
    border-radius: 5px !important;       /* Προαιρετικό: στρογγυλεμένες γωνίες */
}

/* Αλλαγή χρώματος στο SVG βέλος */
#ast-scroll-top .ast-arrow-svg {
    fill: #ffffff !important;            /* Κάνει το βέλος λευκό */
    width: 20px !important;              /* Μέγεθος βέλους αν χρειάζεται */
}

/* Hover εφέ */
#ast-scroll-top:hover {
    background-color: #302E0D !important; /* Μαύρο όταν ακουμπάς το ποντίκι */
    opacity: 1 !important;
}

#ast-scroll-top:hover .ast-arrow-svg {
    fill: #ffffff !important;
}

/*--------------------------------call button kate deksia */


/* 1. ΕΞΑΦΑΝΙΣΗ ΑΠΟ DESKTOP (πάνω από 1024px) */
@media (min-width: 1025px) {
    .wp-call-button, 
    .wp-call-button-wrapper-sticky {
        display: none !important;
    }
}

/* 2. ΡΥΘΜΙΣΕΙΣ ΓΙΑ MOBILE & TABLET (κάτω από 1024px) */
@media (max-width: 650px) {
    a.wp-call-button {
        /* Εμφάνιση και Μέγεθος */
        display: block !important;
        width: 45px !important; 
        height: 45px !important;
        min-width: 45px !important;
        
        /* Θέση στην οθόνη */
        position: fixed !important;
        right: 15px !important;
        bottom: 25px !important; /* Το ανέβασα λίγο για να μη "χτυπάει" τέρμα κάτω */
        
        /* Χρώματα και Border */
        background-color: #9DCA00
 !important; /* Το λαδί/σκούρο πράσινο που έχεις */
        border: 2px solid #ffffff !important; /* Λευκό border για να ξεχωρίζει */
        border-radius: 50% !important;
        z-index: 999999 !important;
        
        /* Ρύθμιση Εικονιδίου (Icon) */
        background-size: 22px 22px !important; /* ΕΔΩ ΜΙΚΡΑΙΝΕΙ ΤΟ ΤΗΛΕΦΩΝΟ */
        background-position: center center !important;
        background-repeat: no-repeat !important;
        
        /* Αφαίρεση σκιών αν δεν τις θες έντονες */
        box-shadow: 0px 4px 10px rgba(0,0,0,0.3) !important;
    }
}/* End custom CSS */