.property-details-title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000000;
}

.property-details-value {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #5C6368;
}

html {
  scroll-behavior: smooth;
}

/* Image quality optimizations */
.image-rendering-crisp {
  image-rendering: -webkit-optimize-contrast; /* Safari */
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: crisp-edges; /* Standard */
  backface-visibility: hidden; /* Prevents blurry images on transforms */
  transform: translateZ(0); /* Force hardware acceleration */
}

/* Custom styling for Slick Slider dots */
.slick-dots {
  bottom: -40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0;
}

.slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
}

.slick-dots li button:before {
  font-size: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #E4E4E4;
  opacity: 1 !important;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button:before {
  background-color: #0086E9;
  border: 2px solid #0086E9;
  box-shadow: 0 0 0 2px white, 0 0 0 3px #0086E9;
  transform: scale(.8);
}

/* Custom styling for arrows */
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
}

.slick-prev {
  left: -100px;
}

.slick-next {
  right: -100px;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: white;
}

.slick-prev,
.slick-next {
  background-color: white;
}

.slick-dots li button:before {
  content: ' ' !important;
}

.slick-dots li.slick-active button:before {
  content: ' ' !important;

}

.slick-next:before {
  content: '';
  display: none;
}

.slick-prev:before {
  content: '';
  display: none;
}


@media (max-width: 1440px) {
  .slick-prev {
    left: -60px;
  }

  .slick-next {
    right: -60px;
  }
}

/* events */
#events {
  background-image: url(/assets/home/event/event-bg.png);
}

/* events */