body {
  background-color: #121212;
  color: white;
}

.navbar {
  background-color: #1c1c1c !important;
  border-bottom: 1px solid #2a2a2a;
}

.navbar-brand {
  color: #00bfff;
  font-weight: 600;
}

.navbar-brand:hover {
  color: #00d4ff;
}

.feature-card {
  background-color: #1e1e1e;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #2c2c2c;
  height: 100%;
}

.work-section {
  background-color: #181818;
  padding: 50px 20px;
}

.step-icon {
  width: 40px;
  height: 40px;
  background-color: #00bfff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: 0 auto 15px;
  font-weight: bold;
}

.step-title {
  font-weight: 600;
}

@media (max-width: 767px) {
  .feature-card {
    margin-bottom: 20px;
  }
}
