.development_updates_slider .swiper-pagination-bullet {
  border-radius: 0;
  width: 30px;
  height: 5px;
}
.development_updates_slider .swiper-pagination-bullet-active {
  background-color: #BB9C31;
}

@media only screen and (max-width: 600px) {
  .development_updates_slider .swiper-pagination-bullet {
    width: 20px;
  }
}
.services_client .swiper-pagination-bullet {
    width: 80px;
    height: 5px;
    background-color: black;
    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: #BB9C31; /* Active bullet color */
    width: 80px; /* 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 */
}
.awards-slider .swiper-pagination-bullet {
    width: 80px;
    height: 5px;
    background-color: black;
    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 */
}

.awards-slider .swiper-pagination-bullet-active {
    background-color: #BB9C31; /* Active bullet color */
    width: 80px; /* 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 */
}
.development-slider .swiper-pagination-bullet {
    width: 80px;
    height: 5px;
    background-color: black;
    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 */
}

.development-slider .swiper-pagination-bullet-active {
    background-color: #BB9C31; /* Active bullet color */
    width: 80px; /* 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 */
}

.project-slider .swiper-pagination-bullet {
    width: 80px;
    height: 5px;
    background-color: black;
    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 */
}

.project-slider .swiper-pagination-bullet-active {
    background-color: #BB9C31; /* Active bullet color */
    width: 80px; /* 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 */
}
