/* Accommodation Section Styles */
.accommodation-section {
  width: 100%;
  margin-bottom: 60px;
}

.accommodation-title {
  color: var(--grey);
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.accommodation-splide {
  margin: 0 auto;
}

.accommodation-card {
  background: var(--white);
  border: 1px solid var(--light-grey);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 413px;
  margin: 0 auto;
  height: 100%;
}

.accommodation-card__img {
  width: 100%;
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.accommodation-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.accommodation-card__content {
  padding: 20px 20px 30px 20px;
  display: flex;
  flex-direction: column;
}

.accommodation-card__type {
  text-align: center;
  color: var(--gold);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.accommodation-card__info-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--light-grey);
  padding-bottom: 5px;
}

.accommodation-card__info-row:last-child {
  margin-bottom: 0;
}

.accommodation-card__label {
  color: var(--grey);
  font-weight: 600;
}

.accommodation-card__value {
  color: var(--extra-grey);
}

.accommodation-card__details {
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  color: var(--gold);
  justify-content: center;
  text-transform: uppercase;
  margin-top: 30px;
  transition: color 0.2s;
}

.accommodation-card__details .arrow {
  margin-left: 8px;
  transition: margin-left 0.2s;
  display: flex;
  flex-direction: column;
}

.accommodation-card__details:hover {
  color: #746751;
}

.accommodation-card__details:hover .arrow {
  margin-left: 12px;
}

/* .accommodation-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.accommodation-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--light-grey);
  border: none;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}

.accommodation-dots .dot.active {
  background: var(--gold);
  transform: scale(1.2);
}

.accommodation-dots .dot:hover {
  background: var(--gold);
} */

.splide__pagination {
  bottom: -30px !important;
}

.splide__pagination__page {
  width: 10px !important;
  height: 10px !important;
  background: var(--light-grey) !important;
  opacity: 1 !important;
}

.splide__pagination__page.is-active {
  background: var(--gold) !important;
}

.btn-mobile {
  display: none;
}
.info-slider-arrow.disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 900px) {
  .accommodation-card__img {
    height: 240px;
  }
}

@media (max-width: 600px) {
  .info-slider-info .btn-primary {
    display: none;
  }
  .btn-mobile {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 80px;
  }
  .accommodation-card {
    max-width: 355px;
  }

  .accommodation-section {
    padding: 32px 0 24px 0;
  }

  .accommodation-title {
    text-align: start;
    margin-bottom: 20px;
  }
}

.hospitality {
  margin-top: 90px;
}

.hospitality h2 {
  margin-bottom: 80px;
}

.hospitality h4 {
  text-align: start;
  margin-bottom: 80px;
}

.hospitality .gap {
  gap: 65px;
}

.animate-three-photo img {
  width: 100%;
  height: 100%;
  position: relative;
}

.animate-three-photo img:nth-child(1) {
  max-width: 336px;
  max-height: 478px;
}

.animate-three-photo img:nth-child(2) {
  max-width: 540px;
  max-height: 390px;
  left: -51px;
}

.animate-three-photo img:nth-child(3) {
  max-width: 370px;
  max-height: 497px;
  top: -184px;
  left: -274px;
}

.animate-three-photo--mob {
  display: none;
}

.hospitality .relative-scale {
  margin-top: -628px;
  z-index: -1;
  max-height: 600px;
}

.relative-scale--common {
  position: relative;
}

.hospital-animate--mob {
  display: none;
}

.hospitality__subtitle--mob {
  display: none;
}

/* --- Responsive breakpoints --- */
@media (max-width: 1920px) {}

@media (max-width: 1440px) {}

@media (max-width: 1202px) {
  .animate-three-photo img:nth-child(1) {
    max-width: 160px;
    max-height: 160px;
  }

  .animate-three-photo img:nth-child(2) {
    max-width: 160px;
    height: 160px;
    position: sticky;
  }

  .animate-three-photo img:nth-child(3) {
    max-width: 160px;
    max-height: 160px;
    position: sticky;
  }

  .hospitality .relative-scale {
    margin-top: 0;
    max-height: 700px;
    height: 100%;
  }

  .hospitality .slide-photo {
    display: block !important;
  }

  .hospitality__subtitle {
    display: none;
  }

  .hospitality__subtitle--mob {
    display: block;
  }

  .animate-three-photo {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 345px !important;
  }

  .animate-three-photo img {
    margin: unset;
  }

  .animate-three-photo__two {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .hospitality h4 {
    margin-bottom: 50px;
    text-align: center;
  }

  .hospitality .section-info__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 1000px) {
  .hospitality {
    margin-top: 100px;
    margin-bottom: 80px;
  }

  .hospitality h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .animate-three-photo {
    display: none;
  }

  .animate-three-photo--mob {
    display: flex;
    z-index: 100;
    width: 100%;
  }

  .hospital-animate {
    display: none;
  }

  .hospital-animate--mob {
    display: block;
  }
}

@media (max-width: 600px) {}

@media (max-width: 480px) {}

@media (max-width: 380px) {}

@media (max-width: 330px) {}