:root {
  --greek-blue: #005a9c;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.text-greek {
  color: var(--greek-blue);
}

.text-justify {
  text-align: justify;
}

.teaser-subtitle,
.region-subtitle,
.country-subtitle {
  letter-spacing: 2px;
  font-size: 0.85rem;
}

.teaser-subtitle {
  color: #117ea6;
}

.btn-action,
.btn-map {
  background-color: var(--greek-blue);
  border-color: var(--greek-blue);
  color: white;
  transition: opacity 0.3s ease, background-color 0.3s ease, transform 0.2s ease;
}

.btn-action:hover,
.btn-map:hover {
  background-color: var(--greek-blue);
  opacity: 0.85;
  color: white;
}

.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/background.webp");
  background-size: cover;
  background-position: center;
  height: calc(100vh - 47.6px);
  display: flex;
  align-items: center;
  color: white;
}

.hero-title {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.hero-text {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  max-width: 800px;
}

.hero-img {
  min-height: 500px;
}

.card {
  background: url("../wave.svg") bottom no-repeat;
  background-size: 100%;
}

.island-card img {
  height: 200px;
  object-fit: cover;
}

.card-img-min {
  min-height: 220px;
}

.card-badge {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

.map-teaser {
  background-color: #d9e5f2;
}

.img-zoomed {
  transform: scale(1.5);
  transform-origin: center center;
  transition: transform 0.3s ease;
}

.floating-icon-wrapper {
  z-index: 10;
}

.floating-icon-img {
  width: 40px;
  height: 40px;
}

#map {
  min-height: 500px;
  z-index: 1;
}

.leaflet-custom-popup {
  text-align: center;
  max-width: 250px;
}

.leaflet-custom-popup h4 {
  margin: 0 0 10px 0;
  color: #117ea6;
  font-weight: bold;
}

.leaflet-custom-popup p {
  margin: 0 0 15px 0;
  font-size: 14px;
  line-height: 1.4;
}

.leaflet-custom-popup img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #212529 !important;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.5rem !important;
  font-weight: 900 !important;
}

.swiper-slide {
  height: auto;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}

.ad-label {
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.ad-wrapper {
  width: 100%;
  height: 100px;
  overflow: hidden;
}