.dropdown .dropdown-menu {
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
}
.dropdown .dropdown-menu::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  backdrop-filter: blur(50px);
  border-radius: inherit;
  background-color: inherit;
}

.form-modal input::-moz-placeholder, .form-modal textarea::-moz-placeholder {
  color: white !important;
}

.form-modal input,
.form-modal textarea,
.form-modal input::placeholder,
.form-modal textarea::placeholder {
  color: white !important;
}
.form-modal input:not([type=checkbox]),
.form-modal textarea {
  border-radius: 15px !important;
  height: 59px;
}
.form-modal textarea {
  height: auto;
  padding-top: 10px;
}
.form-modal .form-check-input:checked {
  background-color: #0d6efd !important;
}

.service-img {
  background-image: url(../img/image3.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.swiperBanner-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}

.swiperBanner-pagination .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #ffffff;
  opacity: 1;
  border-radius: 50%;
  transform: scale(1.2);
}

.custome-price {
  color: #fff !important;
  font-size: clamp(18px, 2.5vw, 32px) !important;
}/*# sourceMappingURL=style.css.map */