 .services-list li {
  font-size: 18px;
  padding: 12px 0;
  color: #cfd3dc;
  display: flex;
  align-items: center;
  gap: 12px;
}

.services-list i {
  color: #4da3ff;
  font-size: 18px;
  min-width: 20px;
}
.services-section {
  background: linear-gradient(180deg, #02040a, #040b18);
  padding: 60px 0;
  color: #fff;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.repair-services {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.repair-box {
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 6px;
    transition: 0.3s;
}

.repair-box a {
    text-decoration: none;
    color: #05033b;
    font-weight: 500;
}

.repair-box:hover {
    background: #e9f1ff;
    transform: translateY(-2px);
}
