    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: sans-serif;
      background: white;
      overflow-x: hidden;
    }

    header {
      position: relative;
      background: white;
      color: black;
      padding: 10px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
	  z-index: 100;
    }
    
    .logo img {
      max-height: 120px;
      width: auto;
		color: none !important;
		z-index: 999;
    }

    .menu-toggle {
      display: none;
      flex-direction: column;
      cursor: pointer;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1100;
    }
    
    .menu-toggle div {
      width: 25px;
      height: 3px;
      background: black;
      margin: 4px 0;
      transition: 0.3s ease;
    }
    
    .has-submenu {
      width: auto;
    }
    
    /* Άνοιγμα/κλείσιμο animation για burger */
    .menu-toggle.active div:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px);
    }
    
    .menu-toggle.active div:nth-child(2) {
      opacity: 0;
    }
    
    .menu-toggle.active div:nth-child(3) {
      transform: rotate(-45deg) translate(5px, -5px);
    }

    nav ul {
      list-style: none;
      display: flex;
      gap: 20px;
      align-items: center;
    }
    
    nav ul li {
      position: relative;
    }
    
    nav ul li a {
      color: white;
      font-size: 1.4em;
	  color:black;
      text-decoration: none;
      padding: 8px 12px;
      display: block;
      user-select: none;
    }
    
    nav ul li:hover > ul {
      display: block;
    }
    
    nav ul ul {
      font-size: 0.9em;
      display: none;
      position: absolute;
      background: #222;
      top: 100%;
      left: auto;
      right: auto;		
      min-width: 180px;
      z-index: 1000;
    }
    
    nav ul ul li a {
      padding: 10px;
	  color:white;
    }

    .lang-switch {
      margin-left: 20px;
    }
    
    .lang-switch a img {
      height: 24px;
      border: 1px solid white;
      border-radius: 3px;
    }

    /* Hero */
  /*  .hero {
      height: 60vh;
      background: url('../images/01biennale8-creation.gif') center center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 2em;
      text-shadow: 0 0 10px black;
      text-align: center;
      padding: 0 0px;
	  z-index: 999;
    }  */

    /* Footer */
    footer {
      background: #111;
      color: white;
      padding: 30px 20px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
    }
    
    .footer-column h4 {
      margin-bottom: 10px;
    }
    
    .footer-column p, .footer-column a {
      font-size: 0.9em;
      color: #ccc;
      text-decoration: none;
      display: block;
      margin-bottom: 5px;
    }
    
    .footer-column img {
      height: 30px;
      margin-right: 10px;
    }

    /* Cookie consent */
    #cookie-consent {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #222;
      color: white;
      padding: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      z-index: 10000;
    }
    
    #cookie-consent p {
      flex: 1;
      margin-right: 10px;
      font-size: 0.9em;
    }
    
    #cookie-consent button {
      background: #007bff;
      color: white;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      border-radius: 4px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .logo img {
        max-width: 200px;
      }
      
      .menu-toggle {
        display: flex;
        margin-top: 0;
      }
      
      nav {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: black;
        z-index: 1000;
        display: none;
        flex-direction: column;
      }
      
      nav.active {
        display: flex;
      }
      
      nav ul {
        flex-direction: column;
        gap: 0;
		background:white;
      }
      
      nav ul li a {
        padding: 15px 20px;
        border-top: 1px solid #444;
        font-size: 1.2em;
      }
      
      nav ul ul {
        position: static;
        background: #111;
        display: none;
        flex-direction: column;
      }
      
      nav ul ul li a {
        padding-left: 30px;
        border: none;
      }
      
      nav ul li:hover > ul {
        display: none;
      }

      /* Εμφάνιση υπομενού όταν έχει κλάση active */
      nav ul li.active > ul {
        display: flex;
      }

      .lang-switch {
        margin: 10px 20px;
      }
      
      /* Fix for social icons */
      nav ul li a img {
        width: 24px;
        height: auto;
      }
      
      /* Remove the extra spacing */
      span[style*="margin-right: 130px"] {
        display: none;
      }
    }
	.about {
    margin-left:auto;
margin-right:auto;	
    background: white;
    color: black;
    text-align: justify;

    padding: 20px;
	font-family: "system-ui";
    max-width: 800px;
    width: 90%; /* Προσαρμοστικότητα */
    z-index: 10000;
      
}
.footer-images {
  display: flex;
  justify-content: center;
  gap: 3,8rem;
  padding: 3,8rem;
  background: #111;
}

.footer-images img {
  width: 20vw;
  max-width: 300px;
  aspect-ratio: 1 / 1; 
  object-fit: cover;

}

#news-icon {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: #222;
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  transition: background 0.3s;
}
#news-icon:hover {
  background: #444;
}

/* Offcanvas Panel */
#offcanvas {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background: #f5f5f5;
  box-shadow: -2px 0 5px rgba(0,0,0,0.2);
  padding: 1rem;
  transition: right 0.4s ease;
  z-index: 999;
}

#offcanvas.open {
  right: 0;
}

#offcanvas h2 {
  margin-top: 0;
}

#offcanvas ul {
  list-style: none;
  padding: 0;
}
.offcanvas-btn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #212529;
  color: white;
  border: none;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.offcanvas-btn:hover {
  background-color: #495057;
}

.offcanvas .offcanvas-body {
  font-size: 1rem;
}

.hero {
  position: relative;
  width: 100%; 
  max-width: 1440px; 
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}
/*
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*	transform: translate(-50%, -50%);*/
  object-fit: cover;
}*/
  .hero-content {
    position: relative;
    z-index: 10;
    color: red;
    font-size: 2em;
    text-shadow: 0 0 10px black;
    text-align: center;
    padding: 0 10px;
  }
