@charset "UTF-8";


.swiper {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 30px;
    }

    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
    }

    .swiper-slide img {
      display: block;
    }


  .swiper-pagination-bullet {
    background: none;
	  border: 1px solid #fff;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 30px;
    background: #fff;
  }
		
		/* Base dot style */
.features-holder .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: none;
	border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
  transform: scale(1);
}

/* Animated active dot */
.features-holder .swiper-pagination-bullet-active {
  width: 30px;
  background: #fff;
  border-radius: 30px;
  transform: scale(1.2);
}

.hearing-aid-features .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
	border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
  transform: scale(1);
}

/* Animated active dot */
.hearing-aid-features .swiper-pagination-bullet-active {
  width: 20px;
  background: #fff;
  border-radius: 5px;
  transform: scale(1.2);
}








/* ===========================
   FLOORPLAN SWIPER ONLY
   =========================== */

.floorplan .swiper {
	padding: 0;
}
.floorplan .floorplan-main {
  width: 100%;
  max-width: 850px;
  margin-bottom: 0;
	margin: 0;
}

.floorplan .floorplan-main .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}


/* Thumbnail wrapper */
.floorplan .thumbs-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 850px;
}

/* Arrows */
.floorplan .fp-prev img,
.floorplan .fp-next img {
  width: 30px;
  cursor: pointer;
}

.floorplan .fp-prev,
.floorplan .fp-next {
  position: static !important;
}

/* Thumbnail slider */
.floorplan .floorplan-thumbs {
  width: 100%;
}

.floorplan .floorplan-thumbs .swiper-slide {
  width: 120px;
  height: 100%;
  cursor: pointer;
}

.floorplan .floorplan-thumbs .swiper-slide-thumb-active {
	border: 1px solid #000;
	border-radius: 10px;
}

.floorplan-thumbs img {
	width: 100%;
	border: 1px solid #999;
	border-radius: 10px;
}
.swiper-pagination {
	position: relative;
	padding-top: 20px;
	
}

