@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

body {
  font-family: "Sitka Banner", Georgia, serif;
overflow-x: hidden;
}

:root {
  --primary-color: #98B7F0;
  --secondary-color: #F99590;
  --tertiary-color: #F9BE34;
  --text-dark: #212529;
  --white: #ffffff;
  --max-width: 1200px;
  --header-font-1: "Alfa Slab One", serif;
  --header-font-2: "GFS Nicefore", Georgia, serif;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.section__container {
  max-width: var(--max-width);
  margin: auto;
  padding: 5rem 1rem;

}

.section__header {
  font-size: 3rem;
  font-weight: 500;
  font-family: var(--header-font-1);
  color: var(--primary-color);
  text-align: center;
  line-height: 3.75rem;
  text-shadow: 2px 2px var(--secondary-color);
}

.section__description {
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.75rem;
}

.btn {
  padding: 1rem 1.5rem;
  outline: none;
  border: none;
  font-size: 1rem;
  color: var(--white);
  background-color: var(--secondary-color);
  transition: 0.3s;
  cursor: pointer;
}

.btn:hover {
  background-color: var(--primary-color);
}

nav {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.nav__header {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url("assets/stripes2.jpg");
  background-size: cover;
  background-position: center;

}

.nav__logo {
  max-width: 150px;
}

.nav__logo img {
  width: 120px;   
  height: auto;
}

.nav__menu__btn {
  font-size: 1.5rem;
  color: var(--white);
  cursor: pointer;
}

.nav__links {
  max-height: 0;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;

  background-color: var(--secondary-color);
 padding: 0;
  transition: max-height 0.5s ease;
  list-style: none;   /* αφαιρεί τα dots */
  padding-left: 0; 
}



.nav__links.open {
  max-height: 400px; /* ή 400px αν βάλεις κι άλλα links */
padding: 3rem 0;
}

.nav__links a {
  font-weight: 600;
  white-space: nowrap;
  color: var(--white);
  text-decoration: none;
  transition: 0.3s;
}


.nav__links a:hover {
  color: var(--primary-color);
}

.header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.nav__menu__btn {
  z-index: 10000;
  position: relative;
  cursor: pointer;
}
/*



.menu,
.reservation,
.section__container {
  padding-top: 120px;
}


/*maresei na kanei etsi apla ws twra*/

/*ΡΑΝΤΕΒΟΥΖ*/

 .reservation {
  position: relative;
  isolation: isolate;
}

.reservation__container {
 padding-top: 6rem;  
}


.reservation__container h3 {
  
font-size: clamp(2.5rem, 10vw, 6rem);
  font-weight: 500;
  font-family: var(--header-font-2);
  color: var(--text-dark);
  text-align: center;
}


.reservation__container form {
  max-width: 600px;
  margin-inline: auto;
  margin-top: 4rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .reservation__container form {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}



.reservation__container select {
  padding: 0.75rem 1rem;
  outline: none;
  border: 1px solid var(--text-dark);
  font-size: 1rem;
  color: var(--text-dark);
  background-color: var(--white);
  width: 100%;
  cursor: pointer;
  appearance: none;
}


.reservation__container input {
  padding: 0.75rem 1rem;
  outline: none;
  border: 1px solid var(--text-dark);
  font-size: 1rem;
  color: var(--text-dark);
}

.reservation__container input::placeholder {
  color: var(--text-dark);
}
 
/*εικονα χταποδι*/
/*.reservation img {
    display: flex;
    position: absolute;
    z-index: -1;
  }*/

/*.reservation__bg-1 {
    left: 0;
    top: 0;
    width: clamp(100px, 25vw, 350px);
  }*/
.footer {
  position: relative;
  background-image: url("assets/view05.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

.footer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);  
  z-index: 1;
}

.footer__container {
  overflow: hidden;
}


.footer__logo img {
  max-width: 250px;
}

.footer__content {
  margin-top: 2rem;
padding-left: 1rem;
padding-right: 1rem;

  display: grid;
  gap: 2rem;
}

.footer__content p {
  font-weight: 5500;
  color: var(--white);
  line-height: 1.75rem;
}

.footer__links {
  padding-left: 0rem;
}

.footer__links li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  color: var(--white);
}
.footer__links li span {
  font-size: 1.25rem;
}

.footer__socials {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer__socials a {
  font-size: 1.5rem;
  color: var(--white);
}

.footer__socials a:hover {
  color: var(--secondary-color);
}

.footer__bar {
  padding: 1rem;
  font-size: 0.9rem;
  color: var(--white);
  text-align: center;
}




.menu__container {
  padding-top: 6rem;
}

.menu-categories {
  padding-top: 0.5rem;
}

.menu-list {
  padding-top: 1rem;
}


.section__container h3 {
  font-size: clamp(2.5rem, 10vw, 6rem);
  font-weight: 500;
  font-family: var(--header-font-2);
  color: var(--text-dark);
  text-align: center;
}

.menu-section {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}

.menu-section.active {
  display: block;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}

.cat {
  cursor: pointer;
  transition: 0.3s;
  border-radius: 12px;
  padding: 1rem;
}

.cat.active-cat {
  background-color: var(  --secondary-color);
  transform: scale(1.05);
}

.cat.active-cat h3 {
  color: white;
}



.menu-list {
  display: block;
 /* grid-template-columns: repeat(3, 1fr);*/
  gap: 3rem 2rem;
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 1rem;
}

.menu-section {
  scroll-margin-top: 170px;
}







.cat {
  text-align: center;
 text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}




.cat img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
  margin: 0 auto 0.5rem auto;
}

.cat h3 {
  font-family: var(--header-font-2);
  color: var(--primary-color);
}




.menu-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: center;
}

@media (max-width: 768px) {
  .menu-categories {
    grid-template-columns: repeat(2, 1fr);
  }

  .cat img {
    width: 70px;
  }

  .cat h3 {
    font-size: 14px;
  }
}



#datePicker {
  background-image: url("https://cdn-icons-png.flaticon.com/512/747/747310.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
}

#timePicker {
  background-image: url("https://cdn-icons-png.flaticon.com/512/2088/2088617.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
}

.input-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon-wrapper i {
  position: absolute;
  left: 12px;
  color: var(--text-dark);
  font-size: 1.1rem;
  pointer-events: none;
}



.menu-section h2 {
  font-family: 'Caveat', cursive;
  font-size: 2.2rem;
  margin: 2.5rem 0 1.5rem 0;
  color: #b14a4a;
}

/* Τίτλος κατηγορίας (ΨΑΡΙΚΑ κλπ) */
.menu-title {
  font-family: 'Caveat', cursive;
  font-size: 2.2rem;
  margin: 2.5rem 0 1.5rem 0;
  color: #b14a4a; /* ελαφρύ μπορντό σαν την εικόνα */
}

/* Ελληνικά + τιμή */
.item-gr {
  color: #1f3a6d; /* σκούρο μπλε */
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
}

/* Αγγλικά */
.item-en {
  font-size: 0.95rem;
  margin-bottom: 1.2rem;
  color: #333; /* μένει όπως είναι */
}

/* Τιμή */
.price {
  margin-left: 10px;
}

/*
.pet-friendly{
  text-align: center;
  font-size: 0.95rem;
  letter-spacing: 2px;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  color: var(--text-dark);
  opacity: 0.8;
}*/

.pet-friendly{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  margin-top: -1rem;
  margin-bottom: 2.5rem;

  font-size: 0.95rem;
  letter-spacing: 2px;
  color: var(--text-dark);
  opacity: 0.85;
}
.lobster{
    width:150px;
    height:150px;
    object-fit:contain;
    display: block;
}

.pet-friendly span{
  font-weight: 600;
  text-transform: uppercase;
}

.reservation__container textarea{
  grid-column: 1 / -1;
  padding: 0.75rem 1rem;
  border: 1px solid var(--text-dark);
  font-size: 1rem;
  resize: vertical;
  font-family: inherit;
}



//GALLERY

/* GALLERY - meetwisemeat style */
.gallery {
  background-color: #111;
}

.gallery .section__container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.gallery .section__container h3 {
  color: color: var(--text-dark);;
}

.gallery .section__header {
  color: var(--primary-color);
}

.gallery-grid {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid rgba(255,255,255,0.15);
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  display: block;
}

.gallery-grid img:hover {
  transform: scale(1.01);
  box-shadow: 0 8px 30px rgba(0,0,0,0.7);
}

@media (min-width: 600px) {
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (min-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}





// QR WIFI
body {
      font-family: "Sitka Banner", Georgia, serif;
      margin: 0;
      background: #f0f4fb;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
    }

.wifi-page {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
}
 
    .wifi-card {
      background: var(--white);
      border: 2px solid var(--primary-color);
      border-radius: 20px;
      width: 320px;
      padding: 2.5rem 2rem 2rem;
      text-align: center;
      box-shadow: 0 8px 32px rgba(152,183,240,0.18);
    }
 
    .wifi-card .wifi-icon {
      font-size: 3rem;
      color: var(--primary-color);
      margin-bottom: 1.2rem;
      display: block;
    }
 
    .wifi-label {
      font-size: 0.72rem;
      letter-spacing: 2.5px;
      color: #aaa;
      text-transform: uppercase;
      margin-bottom: 0.3rem;
    }
 
    .wifi-network {
      font-family: 'Alfa Slab One', serif;
      font-size: 1.35rem;
      color: var(--text-dark);
      margin-bottom: 0;
      letter-spacing: 0.5px;
    }
 
    .divider {
      border: none;
      border-top: 1.5px dashed var(--secondary-color);
      margin: 1.4rem 0;
    }
 
    .qr-box {
      width: 180px;
      height: 180px;
      background: #f5f8ff;
      border: 2px dashed var(--primary-color);
      border-radius: 14px;
      margin: 0 auto 0.8rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 8px;
      color: var(--primary-color);
    }
 
    .qr-box img {
      width: 150px;
      height: 150px;
      object-fit: contain;
      border-radius: 8px;
    }
 
    .qr-box .qr-placeholder-icon {
      font-size: 2.8rem;
    }
 
    .qr-placeholder-text {
      font-size: 0.8rem;
      color: var(--primary-color);
      letter-spacing: 1px;
    }
 
    .scan-hint {
      font-size: 0.78rem;
      color: #aaa;
      letter-spacing: 1.5px;
      margin-bottom: 1.5rem;
    }
 
   