/* Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ============================================================
   1. MOBILE MENU BUTTON (LOCKED)
   ============================================================ */
@media (max-width: 1024px) {
    li#menu-item-134 a.hfe-menu-item {
        background-color: #e13625 !important;
        color: #ffffff !important;
        border-radius: 50px !important;
        text-align: center !important;
        margin: 10px 20px 15px 20px !important;
        display: block !important;
    }
}

/* ============================================================
   2. STATISTICS / NUMBERS (LOCKED)
   ============================================================ */
.elementor-heading-title span.stat-number { 
    color: #e13625 !important; 
}

/* ============================================================
   3. UNIVERSAL BUTTON ICON (For class: epavlis-cta-btn)
   ============================================================ */

/* Στόχευση του κύκλου */
.epavlis-cta-btn .elementor-button-icon {
    background-color: #e13625 !important; /* Κόκκινος κύκλος */
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Στόχευση του εικονιδίου (SVG ή FontAwesome) */
.epavlis-cta-btn .elementor-button-icon i,
.epavlis-cta-btn .elementor-button-icon svg {
    transform: rotate(-45deg) !important; /* Στροφή */
    color: #ffffff !important;           /* Λευκό χρώμα (για icons) */
    fill: #ffffff !important;            /* Λευκό χρώμα (για SVGs) */
    width: 20px !important;               /* Μέγεθος βέλους - προσάρμοσε αν θες */
    height: auto !important;
}

/* Διασφάλιση ότι το περιεχόμενο είναι στην ίδια ευθεία */
.epavlis-cta-btn .elementor-button-content-wrapper {
    display: flex !important;
    align-items: center !important;
}