.elementor-9701 .elementor-element.elementor-element-2374a1e{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-9701 .elementor-element.elementor-element-ff66f28 > .elementor-element-populated{margin:1px 60px 1px 60px;--e-column-margin-right:60px;--e-column-margin-left:60px;padding:0px 0px 0px 0px;}.elementor-9701 .elementor-element.elementor-element-8a4aa3c > .elementor-widget-container{background-color:#FFFFFFFA;padding:6px 6px 6px 6px;border-radius:10px 10px 10px 10px;}.elementor-9701 .elementor-element.elementor-element-8a4aa3c .elementor-tab-mobile-title, .elementor-9701 .elementor-element.elementor-element-8a4aa3c .elementor-tab-desktop-title.elementor-active, .elementor-9701 .elementor-element.elementor-element-8a4aa3c .elementor-tab-title:before, .elementor-9701 .elementor-element.elementor-element-8a4aa3c .elementor-tab-title:after, .elementor-9701 .elementor-element.elementor-element-8a4aa3c .elementor-tab-content, .elementor-9701 .elementor-element.elementor-element-8a4aa3c .elementor-tabs-content-wrapper{border-color:#02010100;}.elementor-9701 .elementor-element.elementor-element-8a4aa3c .elementor-tab-title, .elementor-9701 .elementor-element.elementor-element-8a4aa3c .elementor-tab-title a{color:#A60000;}.elementor-9701 .elementor-element.elementor-element-8a4aa3c .elementor-tab-title.elementor-active,
					 .elementor-9701 .elementor-element.elementor-element-8a4aa3c .elementor-tab-title.elementor-active a{color:#011D45;}.elementor-9701 .elementor-element.elementor-element-8a4aa3c .elementor-tab-content{color:#160909;font-size:15px;font-weight:500;}/* Start custom CSS for tabs, class: .elementor-element-8a4aa3c *//* Προσθήκη στο Custom CSS του Elementor */
/* Μετατροπή tabs σε horizontal mega menu */

/* 1. Κάνε τα tabs να μοιάζουν με menu items */
.elementor-tabs-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
 
    padding-bottom: 10px;
    background: white;
}

.elementor-tab-title {

    border: 0px solid #dee2e6 !important;
    border-radius: 4px !important;
    padding: 12px 20px !important;
    margin: 0 !important;
    transition: all 0.3s ease;
}

.elementor-tab-title:hover {
    color: #14384c !important;
    transform: translateY(-2px);
}

.elementor-tab-title.elementor-active {
    color: #14384c !important;
    
    border-color: #0056b3 !important;
}

/* 2. Κάνε το περιεχόμενο να εμφανίζεται σαν mega menu */
.elementor-tabs-content-wrapper {
    position: relative;
    min-height: 0px;
}

.elementor-tab-content {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding:20px !important;
    background: white;
    border: 0px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* 3. Βελτίωση των links */
.elementor-tab-content a {
    display: block;
    padding-top: 30px;
    color: #333;
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.elementor-tab-content a:hover {
    background: #f8f9fa;
    border-left-color: #0073aa;
    padding-left: 20px;
}

/* 4. Απόκρυψη mobile titles (αν θέλεις) */
.elementor-tab-mobile-title {
    display: none !important;
}

/* 5. Mega menu layout για desktop */
@media (min-width: 768px) {
    .elementor-tabs {
        position: relative;
    }
    
    .elementor-tab-content {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 1000;
        display: none !important;
    }
    
    .elementor-tab-content.elementor-active {
        display: grid !important;
    }
    
    /* Hover effect αντί για click */
    .elementor-tab-title:hover + .elementor-tab-content,
    .elementor-tab-content:hover {
        display: grid !important;
    }
}

/* 
 * ORIZONTIO CONTENT ΜΕΣΑ στις καρτέλες
 * Κάθε καρτέλα να έχει οριζόντιες γραμμές με links
 */

/* 1. Κάνε τα links να πηγαίνουν σε οριζόντιες σειρές */
.elementor-tab-content.elementor-active ul {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    gap: 15px !important;
    align-items: center !important;
}

/* 2. Κάθε link σε οριζόντια γραμμή */
.elementor-tab-content.elementor-active li {
    display: inline-block !important;
    margin: 0 !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}



/* 5. Κάθε ομάδα links σε δική της οριζόντια γραμμή */
.elementor-tab-content.elementor-active > div > ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #eee !important;
}

/* 6. Εναλλακτικά: Grid με πολλές γραμμές */
.elementor-tab-content.elementor-active {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.elementor-tab-content.elementor-active ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px 15px !important; /* row-gap column-gap */
}

/* 7. Αν θέλεις να έχεις τίτλους πάνω από κάθε οριζόντια γραμμή */
.elementor-tab-content.elementor-active h4 {
    width: 100% !important;
    color: #14384c !important;
    margin-bottom: 15px !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid #eaeaea !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* 8. Responsive για οριζόντιο layout */
@media (max-width: 1200px) {
    .elementor-tab-content.elementor-active a {
        padding: 10px 15px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
    .elementor-tab-content.elementor-active ul {
        flex-direction: column !important;
    }
    
    .elementor-tab-content.elementor-active li {
        width: 100% !important;
        margin-right: 0 !important;
    }
    
    .elementor-tab-content.elementor-active a {
        width: 100% !important;
    }
}


/* ΒΕΛΑΚΙ για τα tabs */
.elementor-tab-title {
    position: relative !important;
    padding-right: 45px !important; /* Χώρος για το βέλος */
}



/* Εναλλακτικά 4: Plus to X animation */
.elementor-tab-title::after {
    content: "+" !important;
    position: absolute !important;
    right: 4px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #14384c !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    line-height: 1 !important;
}

.elementor-tab-title:hover::after,
.elementor-tab-title.elementor-active::after {
    content: "×" !important;
    transform: translateY(-50%) rotate(90deg) !important;
    font-size: 22px !important;
    font-weight: 400 !important;
}/* End custom CSS */