/* --- ΒΑΣΙΚΟΙ ΚΑΝΟΝΕΣ & ΧΡΩΜΑΤΑ --- */
:root {
    --primary-color: #6A1B9A; /* Έντονο Μωβ (Deep Purple) */
    --secondary-color: #EDE7F6; /* Πολύ Ανοιχτό Μωβ/Λευκό για φόντο */
    --text-color-light: #f4f4f4;
    --text-color-dark: #333;
    --font-family: 'Arial', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-family);
    line-height: 1.6;
    color: var(--text-color-dark);
    background-color: #fff;
}

/* --- HEADER & NAVIGATION --- */
#header {
    background: #fff;
    color: var(--primary-color);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease; 
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5%; 
    max-width: 1200px;
    margin: 0 auto;
}

.header-logo {
    height: 50px;
    width: auto;
    display: block; 
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin-left: 15px; 
}

/* Απλό HOVER: Αλλαγή χρώματος και απλή (μη-animated) γραμμή */
.nav-links a {
    text-decoration: none;
    color: var(--text-color-dark);
    font-weight: 500;
    padding: 5px 0; 
    transition: color 0.3s;
    display: inline-block;
}

.nav-links a:hover {
    color: var(--primary-color);
    border-bottom: 3px solid var(--primary-color); 
}

/* --- SOCIAL MEDIA ICONS STYLES (ΝΕΟ) --- */
.social-icons {
    display: flex;
    align-items: center;
    gap: 15px; /* Απόσταση μεταξύ των εικονιδίων */
    margin-left: 20px; /* Απόσταση από το τελευταίο στοιχείο του μενού */
}

/* Στυλ για τον κάθε σύνδεσμο (a tag) */
.social-link {
    text-decoration: none;
    color: var(--primary-color); /* Χρώμα Μωβ */
    font-size: 1.2rem; /* Μέγεθος εικονιδίου */
    transition: color 0.3s ease;
}

/* Εφέ Hover: Ελαφρώς πιο σκούρο μωβ στο πέρασμα του ποντικιού */
.social-link:hover {
    color: #5B0B8A; /* Ελαφρώς πιο σκούρο μωβ */
}


/* --- ΕΝΟΤΗΤΕΣ ΠΕΡΙΕΧΟΜΕΝΟΥ (SECTIONS) --- */
.content-section {
    padding: 80px 5%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 50vh;
}

.light-bg {
    background-color: #fff;
}

.dark-bg {
    background-color: var(--primary-color);
    color: var(--text-color-light);
}

.content-section h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
    text-align: center;
    color: inherit; 
}

.content-section ul {
    list-style: none;
    padding-left: 20px;
}

.content-section li {
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 3px solid var(--primary-color); 
}

.dark-bg li {
    border-left-color: var(--text-color-light);
}

/* --- HERO SECTION --- */
.hero {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--secondary-color); 
    padding-top: 60px; 
}

.hero-logo {
    width: 250px; 
    height: auto;
    margin-bottom: 20px;
}

.hero h2 {
    font-size: 2rem;
    color: var(--text-color-dark);
    margin-bottom: 30px;
    font-weight: 300;
}

.cta-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--text-color-light);
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #5B0B8A; 
}

/* --- SERVICES GRID --- */
.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

/* --- CLIENTS LIST (LOGOS) --- */
.clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); 
    gap: 30px;
    align-items: center;
    justify-items: center;
    padding: 30px 0;
}

.client-logo {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%) brightness(150%); 
    opacity: 0.7;
    transition: filter 0.3s, opacity 0.3s;
    cursor: pointer;
}

.client-logo:hover {
    filter: grayscale(0%) brightness(100%); 
    opacity: 1;
}

/* --- FOOTER --- */
.footer {
    background: var(--text-color-dark);
    color: var(--text-color-light);
    text-align: center;
    padding: 40px 5%;
}

.footer p {
    margin-bottom: 10px;
}

.footer .copyright {
    margin-top: 20px;
    font-size: 0.8rem;
    color: #aaa;
}

/* --- SCROLL REVEAL EFFECTS --- */
.to-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.revealed {
    opacity: 1;
    transform: translateY(0);
}

#header .to-reveal, .hero-content.to-reveal {
    opacity: 1;
    transform: none;
}


/* --- MEDIA QUERIES (Για κινητά) --- */
@media (max-width: 768px) {
    .nav-links {
        display: none; 
    }
    
    /* Σε μικρές οθόνες, κρύβουμε τα εικονίδια για εξοικονόμηση χώρου */
    .social-icons {
        display: none;
    }

    nav {
        justify-content: center;
    }

    .hero-logo {
        width: 200px; 
    }

    .hero h2 {
        font-size: 1.5rem;
    }

    .services-grid {
        grid-template-columns: 1fr; 
    }
    
    .clients-grid {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    }

    .content-section {
        padding: 60px 5%;
    }
}

/* --- CONTACT FORM STYLES --- */

.contact-form {
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 8px;
    background-color: var(--secondary-color);
}

.form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: var(--text-color-dark);
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box; /* Πολύ σημαντικό */
}

.contact-form textarea {
    resize: vertical;
}

.contact-form .cta-button {
    width: 100%;
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 1.1rem;
}

.contact-info {
    text-align: center;
    margin-top: 20px;
    font-size: 1.1rem;
    font-weight: 500;
}
/* --- HAMBURGER MENU STYLES --- */

.menu-toggle {
    display: none; /* Κρύψιμο από προεπιλογή σε μεγάλες οθόνες */
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--primary-color);
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

/* --- MEDIA QUERIES (Για κινητά) --- */
@media (max-width: 768px) {
    
    /* 1. Εμφάνιση του Hamburger */
    .menu-toggle {
        display: block; 
    }
    
    /* 2. Επαναφορά της διάταξης του Nav για να χωράει το logo και το toggle */
    nav {
        justify-content: space-between; /* Τοποθετεί logo αριστερά και toggle δεξιά */
    }

    /* 3. Απόκρυψη συνδέσμων και εικονιδίων από προεπιλογή */
    .nav-links, .social-icons {
        display: none; 
    }
    
    /* 4. Στυλ για το μενού όταν είναι ανοιχτό (MOBILE MENU) */
    .nav-links {
        flex-direction: column; /* Στοίχιση κάθετα */
        width: 100%;
        text-align: center;
        background-color: #fff;
        position: absolute;
        top: 70px; /* Κάτω από την κεφαλίδα */
        left: 0;
        padding: 20px 0;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        z-index: 999;
    }

    .nav-links li {
        margin: 10px 0;
    }
    
    /* 5. Εμφάνιση των Social Icons στο Mobile Menu */
    .social-icons {
        flex-direction: row;
        justify-content: center;
        width: 100%;
        margin: 10px 0;
    }

    /* 6. Η κλάση 'nav-open' θα εμφανίζει τα στοιχεία όταν πατηθεί το toggle */
    .nav-open .nav-links,
    .nav-open .social-icons {
        display: flex;
    }

    /* Κρύβουμε τα εικονίδια Social Media στην Media Query που υπήρχε: */
    /* ΑΦΑΙΡΟΥΜΕ ΤΟΝ ΠΑΛΙΟ ΚΑΝΟΝΑ: .social-icons { display: none; } */
    
    /* ... (Κρατήστε τους υπόλοιπους κανόνες Media Query) ... */
}