/* *{
    transition: all .2s linear;
} */


.testimonial_slider .swiper-pagination-bullet{
  width: 30px;
  height: 6px;
  border-radius: 0;
}

/* General style for pagination bullets */
.swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  background-color: white;
  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 */
}

/* Style for active pagination bullet */
.swiper-pagination-bullet-active {
  background-color: #FFC200; /* Active bullet color */
  width: 40px; /* 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 */
}
.swiper-pagination {
  display: flex; /* Use flexbox to align the bullets */
  justify-content: center; /* Center the bullets horizontally */
  align-items: center; /* Center the bullets vertically */
  margin-top: 10px; /* Add a small gap above the pagination */
  border-radius: 10px !important;
  padding: 10px 0; /* Add padding for better spacing around bullets */
}


/* General style for pagination container */
.service_swiper .swiper-pagination {
  display: flex; /* Use flexbox to align the bullets */
  position: static !important;
  justify-content: center; /* Center the bullets horizontally */
  align-items: center; /* Center the bullets vertically */
  margin-top: 10px; /* Add a small gap above the pagination */
  border-radius: 10px !important;
  padding: 10px 0; /* Add padding for better spacing around bullets */
}



/* Optional: Hover effect for bullets */
.swiper-pagination-bullet:hover {
  background-color: #555; /* Darker color on hover */
}

.review_client .swiper-pagination {
  display: flex; /* Use flexbox to align the bullets */
  position: static !important;
  justify-content: center; /* Center the bullets horizontally */
  align-items: center; /* Center the bullets vertically */
  margin-top: 10px; /* Add a small gap above the pagination */
  border-radius: 10px !important;
  padding: 10px 0; /* Add padding for better spacing around bullets */
}

.service_cat .swiper-pagination {
  display: flex; /* Use flexbox to align the bullets */
  position: static !important;
  justify-content: center; /* Center the bullets horizontally */
  align-items: center; /* Center the bullets vertically */
  margin-top: 10px; /* Add a small gap above the pagination */
  border-radius: 10px !important;
  padding: 10px 0; /* Add padding for better spacing around bullets */
}

.service_cat .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  background-color: rgb(0, 0, 0);
  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 */
}

.service_cat .swiper-pagination-bullet-active {
  background-color: #ffffff; /* Active bullet color */
  width: 40px; /* 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 */
}

.faq_slider .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  background-color: white;
  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 */
}

.faq_slider .swiper-pagination-bullet-active {
  background-color: #FFC200; /* Active bullet color */
  width: 40px; /* 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 */
}

.product_slider .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  background-color: rgb(0, 0, 0);
  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 */
}

.product_slider .swiper-pagination-bullet-active {
  background-color: #FFC200; /* Active bullet color */
  width: 40px; /* 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 */
}


.home_slider .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  background-color: rgb(255, 255, 255, 1) !important;
  border-radius: 2px; /* Soft rounded corners for a smoother look */
  margin: 4px !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 */
}

.home_slider .swiper-pagination-bullet-active {
  background-color: #FFC200 !important; /* Active bullet color */
  width: 20px; /* Width stays the same */
  height: 8px; /* Increase height on active */
  border-radius: 2px; /* Rounded corners to match the inactive state */
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2); /* Add subtle shadow for active bullet */
}

.blog_slider .swiper-pagination-bullet {
  width: 40px;
  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 */
}

.blog_slider .swiper-pagination-bullet-active {
  background-color: #FFC200; /* Active bullet color */
  width: 40px; /* 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 */
}

.service_swiper .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  background-color: rgb(0, 0, 0);
  border-radius: 0px; /* Soft rounded corners for a smoother look */
  margin: 0 !important; /* Adds a small gap between the bullets */
  padding: 0 !important;
  margin-top: 30px;
  transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease; /* Smooth transition */
}

.service_swiper .swiper-pagination-bullet-active {
  background-color: #FFC200; /* Active bullet color */
  width: 40px; /* 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 */
}


.finishing_slider .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  background-color: rgb(0, 0, 0);
  border-radius: 0px; /* Soft rounded corners for a smoother look */
  margin-top: -20 !important; /* Adds a small gap between the bullets */
  padding: 0 !important;
  margin-top: 30px;
  transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease; /* Smooth transition */
}

.finishing_slider .swiper-pagination-bullet-active {
  background-color: #FFC200; /* Active bullet color */
  width: 40px; /* 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 */
}

.finishing_slider .swiper-pagination {
  display: flex; /* Use flexbox to align the bullets */
  justify-content: center; /* Center the bullets horizontally */
  align-items: center; /* Center the bullets vertically */
  margin-top: 10px; /* Add a small gap above the pagination */
  border-radius: 10px !important;
}
