/* --- ΓΕΝΙΚΕΣ ΡΥΘΜΙΣΕΙΣ (Παραμένουν ίδιες) --- */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Montserrat', sans-serif; -webkit-font-smoothing: antialiased; }
.page-bg-blue { background-color: #f1f7fe; min-height: 100vh; }

/* --- MENU BAR DESKTOP --- */
.top-yellow-line {
    background-color: #fbc02d;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 5%;
    position: relative;
    z-index: 1000;
}

.nav-menu { display: flex; align-items: center; }

.nav-item {
    background-color: #7a2b6d;
    color: white;
    padding: 8px 22px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    transition: 0.3s;
}
.nav-item:hover, .nav-item.active { background-color: #1a4a8e; }

/* Hamburger Icon (Κρυφό στο Desktop) */
.menu-toggle { display: none; cursor: pointer; }
.bar { display: block; width: 25px; height: 3px; margin: 5px auto; background-color: #1a4a8e; transition: 0.3s; }

/* --- ΛΟΙΠΑ ΣΤΟΙΧΕΙΑ (Logo, Text κλπ - όπως πριν) --- */
.logo-wrapper { width: 100%; display: flex; justify-content: flex-end; padding: 30px 5% 0 0; }
.extra-big-logo { height: 160px; width: auto; }
.services-content { padding: 0 10% 80px 10%; }
.page-label { color: #1a4a8e; font-size: 18px; font-weight: 700; margin-top: 20px; margin-bottom: 40px; }
.service-subtitle { color: #1a4a8e; font-size: 22px; font-weight: 700; margin-bottom: 30px; }
.blue-text-large { color: #1a4a8e; font-size: 18px; line-height: 1.8; margin-bottom: 25px; text-align: justify; }
.indented-list-container { margin-top: 40px; padding-left: 60px; }
.list-intro-large { color: #1a4a8e; font-weight: 700; font-size: 19px; margin-bottom: 20px; }
.bullet-list-purple { list-style: none; }
.bullet-list-purple li { position: relative; padding-left: 35px; margin-bottom: 18px; font-size: 17px; color: #1a4a8e; line-height: 1.6; }
.bullet-list-purple li::before { content: "■"; color: #7a2b6d; position: absolute; left: 0; font-size: 15px; top: 3px; }

/* --- RESPONSIVE ΣΧΕΔΙΑΣΜΟΣ (Κινητά) --- */
@media (max-width: 768px) {
    /* Εμφάνιση Hamburger */
    .menu-toggle { display: block; }

    /* Μενού που "πέφτει" κάτω */
    .nav-menu {
        position: absolute;
        top: 50px;
        left: -100%; /* Κρυμμένο αριστερά */
        flex-direction: column;
        background-color: #fbc02d;
        width: 100%;
        text-align: center;
        transition: 0.4s;
        padding: 20px 0;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    }

    .nav-menu.active { left: 0; } /* Εμφάνιση όταν πατηθεί */

    .nav-item { margin: 10px 0; width: 80%; }

    /* Animation για το X */
    .is-active .bar:nth-child(2) { opacity: 0; }
    .is-active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .is-active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

    .extra-big-logo { height: 120px; }
    .logo-wrapper { justify-content: center; padding-right: 0; }
    .indented-list-container { padding-left: 20px; }
    .blue-text-large { font-size: 16px; text-align: left; }
    .service-subtitle { font-size: 18px; }
}
/* --- SECTION 2 ΣΤΥΛ --- */
.section-filling-form {
    background-color: #e9eef2; /* Το χρώμα που ζήτησες */
    padding: 60px 0;
    width: 100%;
}

.content-wrapper-2 {
    padding: 0 10%; /* Ίδιο padding με το Section 1 για ευθυγράμμιση */
}

/* CONTAINER ΓΙΑ ΤΟ DOODLE */
.doodle-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.service-doodle {
    max-width: 1200px; /* Ρυθμίζεις το μέγεθος του doodle ανάλογα με την εικόνα σου */
    width: 100%;
    height: auto;
    /* Αν το doodle σου έχει λευκό φόντο και θέλεις να φαίνεται διάφανο 
       στο γκρι-μπλε, βεβαιώσου ότι το αρχείο είναι .png με διαφάνεια */
}

/* RESPONSIVE ΓΙΑ ΤΟ SECTION 2 */
@media (max-width: 768px) {
    .content-wrapper-2 {
        padding: 0 5%;
    }
    
    .service-doodle {
        max-width: 90%;
    }
}
/* --- SECTION 3: FOOTER IMAGE & SLOGAN --- */
.section-footer-image {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.footer-image-container {
    position: relative;
    width: 100%;
}

.footer-full-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

.footer-overlay-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 10;
    width: 80%;
}

.footer-slogan {
    color: #1a4a8e;
    font-family: 'Pangolin', cursive; 
    font-size: 90px; 
    font-weight: 400;
    line-height: 0.85;
    text-shadow: 2px 2px 10px rgba(255,255,255,0.9);
    text-align: left;
}

.big-word {
    font-size: 140px;
    display: block;
    margin-top: 10px;
}

/* --- BOTTOM BAR (ΟΜΟΙΟΜΟΡΦΙΑ ΜΕ ΑΡΧΙΚΗ) --- */
.cta-bottom-bar { 
    width: 100%; 
    height: 60px; 
    background: linear-gradient(to right, #7a2b6d, #1a4a8e); 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 0 5%; 
    position: relative;
    z-index: 100;
}

.cta-bottom-left { 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    color: white !important; 
    font-weight: bold; 
    font-size: 15px;
}

.cta-bottom-left .icon-colored {
    width: 28px;
    height: 28px;
    /* Χωρίς φίλτρα για να φαίνεται το κανονικό εικονίδιο Gmail */
}

.cta-bottom-socials { 
    display: flex; 
    gap: 20px; 
}

.top-icon { 
    width: 22px; 
    height: 22px; 
}

.home-red { 
    filter: invert(21%) sepia(100%) saturate(7414%) hue-rotate(359deg) brightness(94%) contrast(117%) !important; 
}

/* --- RESPONSIVE SETTINGS --- */
@media (max-width: 1100px) {
    .cta-bottom-bar { 
        flex-direction: column; 
        height: auto; 
        padding: 15px; 
        gap: 10px; 
    }

    .footer-slogan {
        font-size: 45px;
    }

    .big-word {
        font-size: 65px;
    }

    .footer-image-container {
        height: 350px;
        overflow: hidden;
    }

    .footer-full-img {
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 480px) {
    .footer-slogan {
        font-size: 35px;
    }
    .big-word {
        font-size: 50px;
    }
    .footer-image-container {
        height: 300px;
    }
    @media (max-width: 768px) {
    .footer-slogan {
        font-size: 35px !important;
        line-height: 1.2 !important;
        font-family: 'Pangolin', cursive !important;
    }
    .big-word {
        font-size: 50px !important; 
        display: block;
    }
    .footer-overlay-content {
        width: 90%;
        left: 5%;
        transform: translate(0, -50%);
        text-align: center;
    }
}