* {
  scroll-behavior: smooth;
}
.swiper-pagination {
  bottom: 0;
}

.home-slider .swiper-pagination {
  bottom: 77px;
}

.home-slider .swiper-pagination-bullet {
  background-color: white;
  border-radius: 0;
  width: 40px;
  height: 5px;
  opacity: 1;
}
.home-slider .swiper-pagination-bullet-active {
  background-color: #217bbf;
}

.properties-slider .swiper-pagination-bullet,
.awards-slider .swiper-pagination-bullet,
.video-slider .swiper-pagination-bullet {
  background-color: black;
  border-radius: 0;
  width: 40px;
  height: 5px;
}

.properties-slider .swiper-pagination-progressbar-fill {
  background-color: rgb(102, 102, 102);
}

.blogs-slider .swiper-pagination-bullet {
  background-color: rgb(102, 102, 102);
  border-radius: 0;
  width: 40px;
  height: 5px;
  opacity: 1;
}
.blogs-slider .swiper-pagination-bullet-active {
  background-color: #00aeef;
}


.services_client .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  background-color: rgb(59, 59, 59);
  border-radius: 0px; /* Soft rounded corners for a smoother look */
  margin: 0 !important; /* Adds a small gap between the bullets */
  padding: 0 !important;
  transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease; /* Smooth transition */
}

.services_client .swiper-pagination-bullet-active {
  background-color: #05ADEE; /* Active bullet color */
  width: 30px; /* Width stays the same */
  height: 8px; /* Increase height on active */
  border-radius: 0px; /* Rounded corners to match the inactive state */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* Add subtle shadow for active bullet */
}

.services_spray .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  background-color: rgb(59, 59, 59);
  border-radius: 0px; /* Soft rounded corners for a smoother look */
  margin: 0 !important; /* Adds a small gap between the bullets */
  padding: 0 !important;
  transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease; /* Smooth transition */
}

.services_spray .swiper-pagination-bullet-active {
  background-color: #05ADEE; /* Active bullet color */
  width: 30px; /* Width stays the same */
  height: 8px; /* Increase height on active */
  border-radius: 0px; /* Rounded corners to match the inactive state */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* Add subtle shadow for active bullet */
}


.services_experience .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px; /* Soft rounded corners for a smoother look */
  margin: 0 !important; /* Adds a small gap between the bullets */
  padding: 0 !important;
  transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease; /* Smooth transition */
}

.services_experience .swiper-pagination-bullet-active {
  background-color: #C91F30; /* Active bullet color */
  width: 50px; /* Width stays the same */
  height: 8px; /* Increase height on active */
  border-radius: 0px; /* Rounded corners to match the inactive state */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* Add subtle shadow for active bullet */
}