body {
      margin: 0;
      font-family: Arial, sans-serif;
    }

    .Header {
      background-color: #4b627a;
      color: white;
      padding: 15px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 17px;
    }
    .Left-Section{
      display: flex;
      align-items: center;
      margin-left: 15px;
    }
    .Right-Section {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-right: 5px; 
    }

    .Left-Section i,
    .Right-Section i {
      margin-right: 5px;
    }

    .Center-Section {
      font-weight: bold;
      margin-left: 65px;
    
    }

    .Right-Section img {
      width: 20px;
      height: auto;
      cursor: pointer;
    }
  
  .Main-Top {
  display: flex;
  align-items: center;
  position: relative; 
  background-color: #f5f5f5;
  padding: 10px 40px;
  border-bottom: 1px solid #ccc;
  z-index: 10;
}


.MainTop-Left-Section {
  flex: 0 0 auto;
}
.MainTop-Right-Section {
  margin-left: auto;
  flex: 0 0 auto;
}

.Home-Button img {
  width: 120px;
  height: auto;
}

.MainTop-Center-Section {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.Menu {
  display: flex;
}

.Menu-Item {
  position: relative;
}

.Menu-Item > a {
  text-decoration: none;
  color: #333;
  margin-right: 80px;
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.Menu-Item:hover .Dropdown {
  display: block;
}
.Booking-Button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #008080; 
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.Booking-Button:hover {
  background-color: #006666;
  transform: translateY(-2px);
}
.Hero {
      position: relative;
      width: 100%;
      max-height: 700px;
      overflow: hidden;
      z-index: 1;
    }

    .Hero img {
      width: 100%;
      height: 700px;
      display: block;
    }

    .Hero-Caption {
      position: absolute;
      bottom: 20px;
      left: 30px;
      background-color: rgba(255, 255, 255, 0.75);
      padding: 1em 1.5em;
      font-size: 1.2em;
      color: #3e5871;
      border-radius: 4px;
    }

    .Content {
      padding: 2em;
      text-align: center;
      max-width: 900px;
      margin: 0 auto;
    }

    .Content h2 {
      font-size: 1.8em;
      color: #3e5871;
      margin-bottom: 1em;
    }

    .Content p {
      line-height: 1.6;
      font-size: 1em;
    }

    .Slider-Dots {
      text-align: center;
      margin-top: 1em;
    }

    .Dot {
      height: 10px;
      width: 10px;
      margin: 0 5px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      cursor: pointer;
    }

    .Active {
      background-color: #3e5871;
    }
    .Main-Bottom {
  max-width: 1100px;
  margin: 2rem auto;
  padding: 1rem;
}

.Main-Bottom h2 {
  text-align: center;
  color: #3a4b68;
}

.Suite-Box {
  display: flex;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}

.Suite-Image img {
  width: 100%;
  height: auto;
  max-width: 550px;
  object-fit: cover;
}

.Suite-Info {
  padding: 1.5rem;
  flex: 1;
}

.Suite-Info h3 {
  color: #2c3e50;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.Suite-Info p {
  margin-bottom: 1rem;
}

.Suite-Icons {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  font-size: 1rem;
}

.Discover-Button {
  display: inline-block;
  background-color: #4b6587;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.Discover-Button:hover {
  background-color: #3a4b68;
}
.Facilities {
  margin: 3rem auto;
  max-width: 1300px;
  text-align: center;
  padding: 2rem 1rem;
}

.Facility-Icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.Icon-Item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  font-size: 0.95rem;
  color: #1a1a1a;
}

.Icon-Item img {
  width: 60px;
  height: 60px;
  margin-bottom: 0.5rem;
}

.Facility-Text p {
  margin: 0.3rem 0;
  color: #333;
}
.Site-Footer {
  background: linear-gradient(135deg, #4b627a, #4b627a);
  color: #f9f9f9;
  padding: 3rem 1rem 2rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.95rem;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

.Footer-Container { 
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  text-align: center;
}

.Footer-Col {
  flex: 1 1 250px;
  min-width: 250px;
}

.Footer-Col h4 {
  margin-bottom: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 6px;
}

.Footer-Col p, 
.Footer-Col span {
  margin: 6px 0;
  font-size: 1.2rem;
  line-height: 1.4;
}

.Footer-Col a {
  color: #f1f1f1;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 1.2rem;
}

.Footer-Col a:hover {
  color: #ffcc33;
  text-decoration: underline;
}

.Footer-Col ul {
  list-style: none;
  padding: 0;
}

.Footer-Col ul li {
  margin: 6px 0;
}

.Footer-Bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 2rem;
  padding-top: 1rem;
  text-align: center;
  font-size: 1.2rem;
  opacity: 0.85;
}

.Footer-Bottom-Content a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.Footer-Bottom-Content a:hover {
  color: #ccc;
}

.phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  margin: 6px 0;
}

.phone-icon {
  width: 1em;
  height: 1em;
  object-fit: contain;
  vertical-align: middle;
}


.ContentSuites {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    
}
.ContentSuites h2 {
    font-size: 1.8em;
    color: #3e5871;
    margin-bottom: 1em;
    }
  .MainCenter-Top img {
    width: 100%;
      height: 700px;
      display: block;
  }
.Suite-Info-Beaches {
  padding: 1.5rem;
  flex: 1;
}

.Suite-Info-Beaches h3 {
  color: #2c3e50;
  font-size: 2rem;
  margin-bottom: 5rem;
}

.Suite-Info-Beaches p {
  font-size: 1.5rem;
}
.cards-container {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }
    .cards-container1 {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
      padding-bottom: 20px;
    }

    .card {
      background: white;
      border-radius: 12px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      overflow: hidden;
      width: 300px;
      display: flex;
      flex-direction: column;
    }

    .card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .distance {
      font-size: 14px;
      color: #666;
      text-align: right;
      margin: 5px 10px 0;
    }

    .card-content {
      padding: 15px;
    }

    .card h3 {
      margin: 0 0 10px;
      font-size: 18px;
      color: #1e1e1e;
    }

    .card p {
      font-size: 14px;
      color: #444;
      line-height: 1.6;
    }
    .top-bar {
            background-color: #f0f0f0;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            padding: 15px;
            gap: 40px;
        }
        .top-bar div {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .container {
            max-width: 700px;
            margin: 50px auto;
            background: #fff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        h2 {
            text-align: center;
            color: #47536B;
        }
        label {
            display: block;
            margin-top: 20px;
            font-weight: bold;
        }
        input[type="text"],
        input[type="email"],
        textarea {
            width: 100%;
            padding: 10px;
            margin-top: 5px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        input[type="radio"] {
            margin-right: 5px;
        }
        .radio-group {
            margin-top: 10px;
        }
        button {
            display: block;
            width: 100%;
            margin-top: 30px;
            padding: 12px;
            background-color: #4e6583;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
        }
        button:hover {
            background-color: #3b5069;
        }.comtop-bar {
            background-color: #f0f0f0;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            padding: 15px;
            gap: 40px;
        }
        .comtop-bar div {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .container {
            max-width: 700px;
            margin: 50px auto;
            background: #fff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
      
          label {
            display: block;
            margin-top: 20px;
            font-weight: bold;
        }
        input[type="text"],
        input[type="email"],
        textarea {
            width: 100%;
            padding: 10px;
            margin-top: 5px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        input[type="radio"] {
            margin-right: 5px;
        }
        .radio-group {
            margin-top: 10px;
        }
        button {
            display: block;
            width: 100%;
            margin-top: 30px;
            padding: 12px;
            background-color: #4e6583;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
        }
        button:hover {
            background-color: #3b5069;
        }
        .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .gallery img {
      width: 100%;
      height: auto;
      border-radius: 16px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .gallery img:hover {
      transform: scale(1.03);
    }
    .Container {
      display: flex;
      gap: 40px;
      justify-content: center;
      flex-wrap: wrap;
      padding-bottom: 20px;
    }

    .Card {
      background-color: white;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      max-width: 400px;
      text-align: center;
    }

    .Card img {
      width: 100%;
      height: auto;
    }

    .Card h2 {
      margin: 20px 0 10px;
      font-size: 22px;
      color: #333;
    }

    .Card p {
      font-size: 16px;
      line-height: 1.6;
      padding: 0 20px 20px;
    }

    .Card button {
      background-color: #354b61;
      color: white;
      border: none;
      padding: 12px 20px;
      margin-bottom: 20px;
      border-radius: 4px;
      font-size: 15px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .Card button:hover {
      background-color: #223348;
    }
    .button-explore {
            display: block;
            width: 100%;
            margin-top: 30px;
            padding: 12px;
            background-color: #4e6583;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
        }
        .button-explore:hover {
            background-color: #3b5069;
        }
        .cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  display: none; /* Θα το εμφανίσεις με JS */
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  z-index: 9999;
  flex-wrap: wrap;
  font-size: 20px;
}

.cookie-text {
  flex: 1 1 60%;
  margin-right: 20px;
}

.cookie-buttons {
  flex: 1 1 35%;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-right: 35px;
}

.cookie-buttons .btn {
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.cookie-buttons .accept {
  background-color: #4b627a;
  color: rgb(255, 255, 255);
}

.cookie-buttons .accept:hover {
  background-color: #4b627a;
}

.cookie-buttons .reject {
  background-color: #4b627a;
  color: white;
}

.cookie-buttons .reject:hover {
  background-color: #4b627a;
}

.cookie-buttons .customize {
  background-color: #4b627a;
  color: white;
}

.cookie-buttons .customize:hover {
  background-color: #4b627a;
}

/* --- Cookie Modal --- */
.cookie-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7); /* λίγο πιο σκοτεινό */
  display: none; /* Εμφανίζεται με JS */
  justify-content: center;
  align-items: center;
  z-index: 10000;
  animation: fadeInModal 0.4s ease forwards;
}

@keyframes fadeInModal {
  from {opacity: 0;}
  to {opacity: 1;}
}

.modal-content {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  width: 90%;
  max-width: 450px;
  box-shadow: 0 8px 20px rgba(75, 98, 122, 0.4);
  text-align: center;
  transform: translateY(-20px);
  animation: slideInModal 0.4s ease forwards;
}

@keyframes slideInModal {
  from {opacity: 0; transform: translateY(-40px);}
  to {opacity: 1; transform: translateY(0);}
}

.modal-content h2 {
  margin-bottom: 20px;
  color: #2c3e50;
  font-weight: 700;
  font-size: 1.8rem;
}

.modal-content p {
  margin-bottom: 25px;
  font-size: 16px;
  color: #555;
  line-height: 1.4;
}

.modal-content label {
  font-size: 15px;
  color: #34495e;
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}

.modal-content input[type="checkbox"] {
  margin-right: 12px;
  transform: scale(1.2);
  cursor: pointer;
}

.modal-buttons {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.modal-buttons .btn {
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background 0.4s ease, box-shadow 0.3s ease;
  font-size: 15px;
  box-shadow: 0 4px 8px rgba(75, 98, 122, 0.2);
}

.modal-buttons .accept {
  background: linear-gradient(135deg, #4b627a, #6b85a5);
  color: white;
}

.modal-buttons .accept:hover {
  background: linear-gradient(135deg, #6b85a5, #4b627a);
  box-shadow: 0 6px 12px rgba(75, 98, 122, 0.4);
}

.modal-buttons .reject {
  background: linear-gradient(135deg, #a05252, #d26969);
  color: white;
}

.modal-buttons .reject:hover {
  background: linear-gradient(135deg, #d26969, #a05252);
  box-shadow: 0 6px 12px rgba(210, 105, 105, 0.5);
}
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
  margin-top: 4px; /* για να ευθυγραμμιστεί το checkbox με το κείμενο */
  transform: scale(1.2);
  cursor: pointer;
}

.checkbox-text {
  display: flex;
  flex-direction: column;
}

.checkbox-text span {
  font-size: 15px;
  font-weight: 600;
  color: #34495e;
}

.checkbox-text small {
  font-size: 13px;
  color: #6c7a89;
  line-height: 1.2;
  margin-top: 3px;
}.amenities-section {
  padding: 60px 20px;
  background-color: #f5f5f5;
  font-family: 'Helvetica Neue', sans-serif;
}

.amenity-box {
  background-color: #4b627a;
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.amenity-box h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #ffffff;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.amenity-item {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  color: #ffffff;
}

.amenity-item::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #4CAF50;
  font-weight: bold;
}
.map-button {
            padding: 12px 24px;
            font-size: 16px;
            background-color: #4b627a;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        .map-button:hover {
            background-color: #4b627a;
        }

/* Mobile responsive */
@media (max-width: 768px) {
  .amenity-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .Header {
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }
  
  .Left-Section, .Center-Section, .Right-Section {
    margin: 5px 0;
  }
  
  .Right-Section {
    flex-direction: column;
    gap: 10px;
  }
  
  .Main-Top {
    flex-direction: column;
    padding: 10px;
  }
  
  .MainTop-Center-Section {
    position: static;
    transform: none;
    margin: 15px 0;
  }
  
  .Menu {
    flex-direction: column;
    align-items: center;
  }
  
  .Menu-Item > a {
    margin: 10px 0;
  }
  
  .Hero img {
    height: auto;
    max-height: 400px;
  }
  
  .Suite-Box {
    flex-direction: column;
  }
  
  .Suite-Image img {
    max-width: 100%;
  }
  
  .Facility-Icons {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .Container {
    flex-direction: column;
    align-items: center;
  }
  
  .Card {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .Footer-Container {
    flex-direction: column;
    align-items: center;
  }
  
  .Footer-Col {
    margin-bottom: 20px;
  }
   .phone {
    flex-direction: column; /* Stack icon and text vertically */
    gap: 0.3rem;
    font-size: 1rem;
    text-align: center;
  }

  .phone-icon {
    width: 1.2em;
    height: 1.2em;
  }
}

/* Tablet Styles */
@media (min-width: 769px) and (max-width: 1024px) {
  .Header {
    padding: 10px;
  }
  
  .Menu-Item > a {
    margin-right: 30px;
  }
  
  .Suite-Box {
    flex-direction: column;
  }
  
  .Facility-Icons {
    grid-template-columns: repeat(3, 1fr);
  }
}
