.bgRepairServices {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.3843137255), rgba(0, 0, 0, 0.3294117647)), url(../images/image2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: center;
  background-position-y: 75%;
}
.bgRepairServices h1 {
  color: #fff;
  font-size: 2.5em;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 681px) {
  .bgRepairServices h1 {
    font-size: 1.7em;
  }
}
/* Search Bar For Services */
.search-input {
  padding: 10px;
  width: 100%;
  max-width: 400px;
  font-size: 16px;
}

/* Services */
.servicesSection {
  margin: 50px 0px;
  background-color: #fff;
}
.servicesSection .filterContainer .filterButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  border: 0;
  padding: 0;
  margin-top: 35px;
}
.servicesSection .filterContainer .filterButtons .filter-btn {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3294117647);
  text-transform: uppercase;
  background: transparent;
  border: 0;
  border-radius: 0.25rem;
  padding: 0.25rem 1rem;
  cursor: pointer;
}
.servicesSection .filterContainer .filterButtons .filter-btn:hover, .servicesSection .filterContainer .filterButtons .filter-btn:focus {
  background-color: rgb(227, 193, 180);
}
.servicesSection .filterContainer .filterButtons .filter-btn.active {
  background: #4e75e7;
  color: white;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}

.messageUsForDiffService {
  text-align: center;
  padding: 5px 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.messageUsForDiffService a {
  background-color: #4e75e7;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.3294117647);
  transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.messageUsForDiffService a:hover {
  background-color: #3d69eb;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3294117647);
  transform: scale(1.1);
}/*# sourceMappingURL=repairservices.css.map */