
:root {
  --primary-blue: #0088cc;
  --dark-bg: #001a33;
  --text-dark: #1c2b39;
  --light-grey: #f4f7f9;
  --white: #ffffff;
}

body {
  background: var(--light-grey);
  color: var(--text-dark);
  font-family: "Google Sans", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


h1,
h2,
h3,
h4,
.nav-menu a,
.verb-nav,
.uk-logo span {
  font-family: "Google Sans", sans-serif !important;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body,
p,
.micro-tagline,
.uk-button-text {
  font-family: "Google Sans", sans-serif !important;
}

.lang-en {
  display: none;
}

body.show-en .lang-el {
  display: none !important;
}

body.show-en .lang-en {
  display: block !important;
}

body.show-en span.lang-en {
  display: inline !important;
}

section.full-height {
  min-height: 100vh;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.micro-tagline {
  font-size: 1.1rem !important;
  font-weight: 300 !important;
  color: #eee !important;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.hero-overlay {
  background: linear-gradient(
    rgba(0, 26, 51, 0.35),
    rgba(0, 26, 51, 0.65)
  ) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.verb-nav {
  font-size: 0.9rem !important;
  letter-spacing: 4px !important;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
}

.verb-nav .active-verb {
  color: #00d4ff !important; 
  font-weight: 900;
}

#about-mission {
  position: relative;
  background: #fff;
}

.content-overlay {
  position: relative;
  z-index: 2;
  margin-top: -100vh; 
  pointer-events: none; 
}

.floating-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  padding: 50px;
  pointer-events: auto; /* Enable clicks on the text card */
}

.ice-glass {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(15px);
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 40px !important;
}

.horizontal-container {
  display: flex;
  width: max-content;
}

.panel {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--dark-bg);
  color: white;
  padding: 60px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .nav-menu {
    display: none;
  }
  #header-logo {
    display: none;
  }
  .horizontal-container {
    display: block;
    width: 100%;
  }
  .panel {
    width: 100%;
    height: auto;
    min-height: 100vh;
  }
  .content-overlay {
    margin-top: 0;
  }
  #summary-map {
    position: relative;
    height: 50vh;
  }
}

#immersive-mission {
  position: relative;
  background: #fff;
}

#summary-map {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.scrolling-column {
  position: relative;
  z-index: 2;
  margin-top: -100vh;
  padding-bottom: 20vh;
  pointer-events: none;
}

.column-bg-overlay {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.8) 10%,
    rgba(255, 255, 255, 0.4) 30%,
    transparent 100%
  );
}

.scrolling-card {
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-radius: 15px;
  box-shadow: 0 15px 45px rgba(0, 26, 51, 0.12);
  padding: 30px;
  margin-bottom: 15vh;
  border: 1px solid rgba(0, 136, 204, 0.1);
  border-left: 6px solid var(--primary-blue);
  max-width: 380px;
  transition: transform 0.3s ease;
}

.scrolling-card:hover {
  transform: translateY(-5px);
}

@media (max-width: 960px) {
  .scrolling-card {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vh;
  }
}

.maplibregl-popup-content {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px);
  border-radius: 12px !important;
  padding: 15px 20px !important;
  box-shadow: 0 10px 30px rgba(0, 26, 51, 0.15) !important;
  border: 1px solid rgba(0, 136, 204, 0.2);
  font-family: "Google Sans", sans-serif;
}

.maplibregl-popup-content h5 {
  margin: 0 0 5px 0;
  font-family: "Google Sans", sans-serif;
  font-weight: 800;
  color: var(--dark-bg);
  font-size: 13px;
  line-height: 1.3;
}

.maplibregl-popup-content p {
  margin: 0;
  font-size: 11px;
  color: var(--primary-blue);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.maplibregl-popup-tip {
  border-top-color: rgba(255, 255, 255, 0.9) !important;
}

.partner-marker {
  width: 55px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.partner-marker:hover {
  transform: scale(1.1) translateY(-10px);
  z-index: 1000;
}

.marker-inner {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: white;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  border: 3px solid var(--primary-blue);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.marker-tip {
  width: 16px;
  height: 16px;
  background-color: var(--primary-blue);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  margin-top: -6px;
  z-index: 1;
}

.partner-card {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 20px;
  padding: 50px;
  color: #333;
  width: 800px; 
  overflow-y: auto;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
  border-top: 10px solid var(--primary-blue);
  position: relative;
}

@media (min-width: 961px) {
  .partner-card {
    max-height: 80vh;
  }
}

.partner-card h4 {
  font-size: 1.8rem;
  margin-bottom: 25px;
  border-bottom: 2px solid #eee;
  padding-bottom: 15px;
}

.card-section-title {
  color: var(--primary-blue);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}

.partner-card ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.partner-card li {
  font-size: 0.95rem;
  margin-bottom: 8px;
  line-height: 1.5;
}

.partner-card::-webkit-scrollbar {
  width: 6px;
}

.partner-card::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.partner-card::-webkit-scrollbar-thumb {
  background: var(--primary-blue);
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .partner-card {
    width: 90%;
    padding: 30px;
  }
}

.horizontal-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.horizontal-video-wrapper video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.video-overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 26, 51, 0.6); 
  z-index: 1;
}

.horizontal-container {
  position: relative;
  z-index: 2;
}

.panel {
  background: transparent !important; 
}

.partner-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  z-index: 10;
}

.card-section-title {
  color: var(--primary-blue);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
  display: block;
  border-bottom: 1px solid rgba(0, 136, 204, 0.2);
  padding-bottom: 5px;
}

.partner-card ul li {
  margin-bottom: 5px;
  line-height: 1.4;
}

.hero-partner-logo {
  height: 65px;
  width: auto;
  object-fit: contain;
  opacity: 1;
  transition: all 0.3s ease;
}

.hero-partner-logo:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* Styling για το logo του Lead Partner */
.hero-lp-logo {
    height: 100px !important; /* Αυξήστε το νούμερο ανάλογα με το πόσο μεγάλο το θέλετε */
    margin-right: 10px;      /* Λίγος παραπάνω χώρος δεξιά */
}

.partner-label {
  letter-spacing: 3px;
  font-size: 0.65rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.uk-position-z-index {
  z-index: 10;
}

@media (max-width: 640px) {
  .hero-partner-logo {
    height: 35px;
  }
  .hero-lp-logo {
    height: 50px !important; /* Αυξήστε το νούμερο ανάλογα με το πόσο μεγάλο το θέλετε */
    margin-right: 5px;      /* Λίγος παραπάνω χώρος δεξιά */
  }
}

@media (max-width: 1280px) {
  .hero-partner-logo {
    height: 45px;
  }
  .hero-lp-logo {
    height: 70px !important; /* Αυξήστε το νούμερο ανάλογα με το πόσο μεγάλο το θέλετε */
    margin-right: 5px;      /* Λίγος παραπάνω χώρος δεξιά */
  }
}

.top-bar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--white);
  border-bottom: 1px solid #ddd;
  z-index: 1010;
  height: 70px;
  transition: transform 0.3s ease; /* Για το εφέ εξαφάνισης */
}

.uk-button-text {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--dark-bg) !important;
  border: 1px solid #ddd;
  padding: 5px 15px;
  border-radius: 20px;
}

.nav-menu {
  width: 100%;
  background-color: #000;
  position: sticky;
  top: 70px; /* Πρέπει να είναι ίσο με το ύψος του top-bar */
  z-index: 1000;
  transition: top 0.3s ease;
}

.nav-menu ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.nav-menu li.uk-active {
  background: #1a1a1a;
  border-top: 3px solid var(--primary-blue);
}

.nav-menu a {
  color: white;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 20px 15px;
  display: block;
  text-transform: uppercase;
}

.uk-offcanvas-bar {
  background: var(--dark-bg);
}

.uk-offcanvas-bar .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Google Sans";
  font-weight: 600;
}

.nav-submenu {
  background: #111 !important;
  border: 1px solid #333 !important;
  padding: 10px 0 !important;
  min-width: 200px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

.nav-submenu .uk-nav > li > a {
  color: rgba(255, 255, 255, 0.8) !important;
  padding: 8px 20px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  transition: all 0.2s ease;
}

.nav-submenu .uk-nav > li > a:hover {
  background: var(--primary-blue) !important;
  color: #fff !important;
  padding-left: 25px !important;
}

.hero-main-title {
  font-family: "Google Sans", sans-serif !important;
  font-weight: 900 !important;
  font-size: 7rem !important; /* Huge size */
  line-height: 0.9;
  letter-spacing: -3px !important;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
  /* Subtle shadow to separate from video */
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.hero-main-title span.number-highlight {
  color: var(--primary-blue); /* The "3" in blue */
  display: inline-block;
}

@media (max-width: 960px) {
  .hero-main-title {
    font-size: 3.5rem !important;
    letter-spacing: -1px !important;
  }

  .uk-slideshow-items {
    min-height: 700px !important;
  }

  .uk-slideshow-items video {
    object-fit: cover;
    width: 100vw;
    height: 100%;
  }
}

@media (min-width: 961px) {
  .uk-slideshow-items {
    height: calc(100vh - 70px) !important;
    min-height: 0 !important;
  }
}

.hero-overlay h1.uk-heading-medium,
.hero-overlay h1.uk-heading-small {
  font-size: clamp(1.8rem, 6vw, 3.5rem) !important;
  line-height: 1.1 !important;
  word-break: keep-all; 
  hyphens: none;
  text-transform: uppercase;
}

.hero-overlay .uk-margin-auto {
  margin-bottom: 1.5rem !important;
}

@media (max-width: 400px) {
  .hero-overlay .uk-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.top-bar .uk-button-text::before {
  display: none !important;
}

.top-bar .uk-button-text:hover {
  background-color: rgba(0, 136, 204, 0.05);
  text-decoration: none;
}

.hero-huge-title {
  font-size: clamp(2.2rem, 10vw, 4.5rem) !important;
  font-weight: 900 !important;
  line-height: 1;
  letter-spacing: -2px !important;
  text-transform: uppercase;
}

#partners-intro {
  padding-left: 20px;
  padding-right: 20px;
}

/* --- INNOVATION TAG COMPONENT --- */
.badge-innovation {
	position: absolute; 
	top: -15px; 
	right: 20px; 
	background: var(--primary-blue); 
	color: #fff; 
	padding: 5px 15px; 
	border-radius: 20px; 
	font-size: 0.7rem; 
	font-weight: 800; 
	letter-spacing: 1px;
}

.badge-innovation::before {
    content: "✦"; /* Subtle spark icon */
    font-size: 0.8rem;
}

/* --- HERO ENHANCEMENTS --- */
.hero-overlay {
    background: radial-gradient(circle at center, rgba(0, 26, 51, 0.2) 0%, rgba(0, 26, 51, 0.7) 100%) !important;
}

.hero-main-title {
    text-shadow: 0 0 30px rgba(0, 136, 204, 0.4);
    transform: perspective(1000px) rotateX(5deg);
}

/* Scroll Down Mouse Animation */
.scroll-hint {
    position: absolute;
    bottom: 50px;
    right: 50px; /* Moved from center to right side */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 10;
}

.mouse-icon {
    width: 24px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 15px;
    position: relative;
}

.mouse-wheel {
    width: 4px;
    height: 8px;
    background: #00d4ff;
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll-anim 2s infinite;
}

@keyframes scroll-anim {
    0% { opacity: 1; transform: translate(-50%, 0); }
    100% { opacity: 0; transform: translate(-50%, 15px); }
}

/* Enhancing the Partner Logos in Hero */
.hero-partner-container {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    width: 100%;
}

/* --- VERB NODE SYSTEM --- */
.verb-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 40px !important;
    gap: 0 !important;
    pointer-events: auto;
}

/* Base Button: Sharp, No Underline */
.verb-tag {
    cursor: pointer !important;
    text-decoration: none !important;
    
    /* Σταθερή Γραμματοσειρά */
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important; /* Κρίσιμο για τη στοίχιση */
    letter-spacing: 1.5px !important;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased; /* Κάνει τα γράμματα πιο καθαρά */
    
    /* Γεωμετρία */
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 25px !important;
    border-radius: 100px !important;
    box-sizing: border-box !important;
    
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    color: #ffffff !important;
    
    /* Αφαίρεση όλων των transforms */
    transform: none !important;
    transition: background 0.3s ease, border-color 0.3s ease !important;
}


/* Hover: No underline, subtle background change */
.verb-tag:hover {
    text-decoration: none !important; /* FORCE NO UNDERLINE */
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #ffffff !important;
}

/* ACTIVE STATE: SOLID BLUE (No transparency) */
.active .verb-tag {
    background-color: #0088cc !important;
    border-color: #0088cc !important;
    color: #ffffff !important;
    transform: none !important; /* Απαγορεύουμε το μεγάλωμα/μίκρυνμα */
}


/* The Connecting Lines */
.verb-line {
    width: 40px !important;
    height: 1px !important;
    background: rgba(255, 255, 255, 0.3) !important;
    flex-shrink: 0 !important;
}

.verb-line.active {
    background-color: #0088cc !important;
    background: #0088cc !important;
    opacity: 1 !important;
}

/* Mobile Alignment Fix */
@media (max-width: 640px) {
    .verb-tag {
        padding: 0 12px !important;
        font-size: 0.65rem !important;
        height: 36px !important;
    }
    .verb-line {
        width: 15px !important;
    }
}
.map-fixed-label-container {
    position: sticky;
    top: 140px; /* Απόσταση από το πάνω μέρος της οθόνης (κάτω από το μενού) */
    z-index: 20; /* Πάνω από τον χάρτη και το overlay */
    float: right; /* Τοποθέτηση δεξιά */
    margin-right: 50px;
    pointer-events: none; /* Για να μπορεί ο χρήστης να κάνει κλικ στον χάρτη από πίσω */
    text-align: right;
}

.map-fixed-label-container .ice-label {
    background: rgba(255, 255, 255, 0.85); /* Ημιδιαφανές λευκό για να "γράφει" πάνω στο χάρτη */
    padding: 10px 25px;
    border-radius: 4px;
    border-right: 5px solid var(--primary-blue);
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    color: var(--primary-blue);
    font-weight: 800;
    letter-spacing: 2px;
}

@media (max-width: 960px) {
    .map-fixed-label-container {
    	display: none
    }
}
/* --- SHARE DROPDOWN STYLES --- */
.share-dropdown {
    background: #ffffff !important;
    border-radius: 12px !important;
    padding: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15) !important;
    min-width: 220px !important;
    border: 1px solid #eee !important;
}

.share-dropdown .uk-nav > li > a {
    display: flex !important;
    align-items: center;
    color: #444 !important;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 10px 5px !important;
    transition: color 0.2s;
}

.share-dropdown .uk-nav > li > a:hover {
    background: transparent !important;
    color: var(--primary-blue) !important;
}

.share-icon-wrap {
    width: 36px;
    height: 36px;
    background: #f5f7f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #666;
    transition: all 0.2s;
}

.share-dropdown .uk-nav > li > a:hover .share-icon-wrap {
    background: var(--primary-blue);
    color: #fff;
}

/* Extra compact layout for very small phones */
@media (max-width: 390px) {
    .top-bar {
        height: 64px;
    }

    .top-bar .uk-navbar {
        min-height: 64px !important;
    }

    .top-bar .uk-navbar-item.uk-logo img {
        margin-bottom: 0 !important;
    }

    #header-logo {
        height: 46px !important;
    }

    .top-bar .uk-navbar-item.uk-logo img:last-child {
        height: 38px !important;
    }

    .hero-main-title {
        font-size: 2.8rem !important;
        letter-spacing: -0.5px !important;
    }

    .micro-tagline {
        font-size: 0.95rem !important;
        letter-spacing: 0.5px;
    }

    .hero-overlay .uk-heading-medium,
    .hero-overlay .uk-heading-small {
        font-size: 2rem !important;
        line-height: 1.08 !important;
    }

    .hero-overlay .uk-text-lead {
        font-size: 1.05rem !important;
        line-height: 1.35;
    }

    .hero-overlay .uk-margin-large-top {
        margin-top: 1.75rem !important;
    }

    .hero-overlay .uk-container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .verb-tag {
        padding: 0 8px !important;
        height: 32px !important;
        font-size: 0.56rem !important;
        letter-spacing: 0.5px !important;
    }

    .verb-line {
        width: 8px !important;
    }
}
