/* ==========================================================================
   1. Βασικά Resets & Γραμματοσειρά
   ========================================================================== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
    padding: 40px 20px;
}

/* Κεντρικό Container */
.container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ==========================================================================
   2. Header & Logo (Στη Μέση)
   ========================================================================== */
header {
    margin-bottom: 40px;
    width: 100%;
}

.logo {
    max-width: 280px; /* Μεγάλο και ευδιάκριτο logo */
    height: auto;
    margin: 0 auto 20px auto; /* Κεντράρισμα */
    display: block;
}

header h1 {
    font-size: 2.5rem;
    color: #222;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 1.2rem;
    color: #666;
}

/* ==========================================================================
   3. Gallery / Carousel Section
   ========================================================================== */
.gallery-section {
    margin-bottom: 40px;
    padding: 0 40px;
    position: relative;
    width: 100%;
}

/* Ρυθμίσεις του Slide */
.swiper {
    width: 100%;
    padding-bottom: 50px !important; /* Χώρος για τα dots */
}

.slide-content {
    background: transparent;
    padding: 0;
    border-radius: 12px;
    box-shadow: none;
    display: flex;
    justify-content: center;
}

/* Το πλαίσιο της Εικόνας */
.image-wrapper {
    width: 100%;
    height: 350px; /* Σταθερό ύψος για τις εικόνες */
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Βέλη και Dots του Swiper */
.swiper-button-next, .swiper-button-prev {
    color: #333 !important;
    transform: scale(0.7);
}

.swiper-pagination-bullet-active {
    background: #007bff !important; /* Χρώμα για το ενεργό dot */
}

/* ==========================================================================
   4. Κείμενο Παρουσίασης (Στοίχιση Αριστερά, Μπλοκ στη Μέση)
   ========================================================================== */
.about-section {
    max-width: 750px; /* Περιορίζει το πλάτος για ξεκούραστη ανάγνωση */
    margin: 20px auto 60px auto;
    text-align: left; /* Στοίχιση κ