/* Custom icon definitions for service cards */

.bi {
  display: inline-block;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-tools::before {
  content: "\f5db";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.bi-shield-check::before {
  content: "\f2f7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.bi-person-check::before {
  content: "\f4fc";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.bi-wrench::before {
  content: "\f0ad";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* Service card icon styles */
.service-card-icon {
  width: 60px;
  height: 60px;
  background-color: #e74c3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  margin-bottom: 20px;
}

.service-card-icon i {
  font-size: 24px;
}
