@media (max-width: 62.5em) {

.facilities {
    height: 100%;
}

.facilities-container {
    flex-direction: column;
}

.facilities-item-one {
    max-width: 100%;
}

.facilities-text-box {
    gap: 2rem;
}

.facilities-link {
    margin-left: auto;
    margin-right: 0;
    font-size: 1.6rem;
}

}


@media (max-width: 50em) {

  .navBar-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    position: relative;
  }

  .navBar-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 2.4rem;
    cursor: pointer;
    color: #333;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
  }

  .navBar-links {
    flex-direction: column;
    width: 100%;
    gap: 1.2rem;
    display: none;
  }

  .navBar-links.active {
    display: flex;
    margin-top: 1rem;
  }

  .navBar-button {
    display: none;
  }

  .navBar-toggle {
    display: block;
  }

  .navBar-button.active {
    display: inline-block;
    margin-top: 1rem;
  }

  .testimonial-wrapper {
    padding: 1.2rem;
}

.testimonial-review {
    max-width: 30rem;
}

}

@media (max-width: 32em) {


  .hero-image {
    background: url('/imgs/hero-naughtons-villa-home-final-mobile.jpg') center/cover no-repeat;
  }

  .hero-container {
    padding: 1.2rem 0.6rem;
  }

  .hero-caption {
    font-size: 2.6rem;
  }

  .hero-left {
    display: flex;
    width: 100%;
  }

  .hero-heading {
    margin:0 auto;
    align-self: center;
    justify-self: center;
  }

.welcome-icon {
    width: 30rem;
}



.carousel-arrow {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.6rem;
    line-height: 1;
}


.testimonial-progress-bar {
    width: 30rem;
}


}