/* Keep the services index visually stable: no entrance, tilt, or hover motion. */
.sv-page *,
.sv-page *::before,
.sv-page *::after {
  animation: none !important;
  transition: none !important;
}

.sv-card,
.sv-card:hover,
.sv-card:hover .sv-icon-box,
.btn-book:hover,
.btn-cta-w:hover {
  transform: none !important;
}

.sv-card-name-link {
  color: inherit;
  text-decoration: none;
}

.sv-card-name-link:hover {
  color: var(--brand);
}
