.anim-order-1, .anim-order-2 {
  opacity: 0;
}

.swiper-slide.swiper-slide-active .anim-order-1,
.swiper-slide.swiper-slide-duplicate-active .anim-order-1 {
  animation-name: fadeInUp;
  animation-duration: .75s;
  animation-delay: .5s;
}
.swiper-slide.swiper-slide-active .anim-order-2,
.swiper-slide.swiper-slide-duplicate-active .anim-order-2 {
  animation-name: fadeInUp;
  animation-duration: .75s;
  animation-delay: .8s;
}

/* Hero height is set directly on the <section> via inline style clamp().
   Swiper and slides just fill 100% — no overrides needed. */
#section-hero .swiper,
#section-hero .swiper-wrapper,
#section-hero .swiper-slide {
  height: 100% !important;
}

/* Floorplan Swiper */
.swiper-fp {
  width: 100%;
  user-select: none;
}
.swiper-fp .swiper-wrapper {
  display: flex;
  width: 100%;
  box-sizing: content-box;
  transition-property: transform;
}
.swiper-fp .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
}
.swiper-fp .swiper-button-next,
.swiper-fp .swiper-button-prev {
  color: #fff;
}
.swiper-fp .swiper-pagination {
  text-align: center;
  margin-top: 10px;
  position: static;
}
.swiper-fp .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  margin: 0 4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
}
.swiper-fp .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 576px) {
  #section-hero .btn-main {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
