.elementor-3454 .elementor-element.elementor-element-9a422fa{overflow:visible;}.elementor-3454 .elementor-element.elementor-element-c54c002{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;overflow:visible;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS *//* --- ABOUT US HERO SECTION --- */
.about-hero {
    position: relative;
    width: 100%;
    height: 70vh; /* Καλύπτει το 70% της οθόνης */
    min-height: 500px;
    background-image: url('/wp-content/uploads/2026/02/studio1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Parallax εφέ */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Το "σβήσιμο" (Gradient) προς το Midnight Blue */
.about-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(5, 10, 24, 0.2) 0%, 
        rgba(5, 10, 24, 0.6) 50%, 
        #050a18 100%);
    z-index: 1;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero-title {
    font-family: 'Kanit', sans-serif !important;
    font-size: clamp(3rem, 10vw, 5rem) !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin: 0;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.5));
}

.hero-subtitle {
    font-family: 'Outfit', sans-serif !important;
    font-size: clamp(1rem, 3vw, 1.5rem) !important;
    color: #00d4ff !important;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-top: 10px;
    font-weight: 300;
}

/* Προσαρμογή για κινητά */
@media (max-width: 768px) {
    .about-hero { height: 50vh; background-attachment: scroll; }
    .hero-subtitle { letter-spacing: 4px; }
}/* End custom CSS */