.service-highlight {
  color: #FF7A00;    /* ATLAS orange */
  font-weight: 500;
}
.email-line {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 0.5rem;
}

.email-highlight {
  color: #FF7A00;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.email-highlight:hover {
  color: #FFA94D;
  text-shadow: 0 0 8px rgba(255,165,80,0.6);
}