/**
 * Service Catalog Styles - Bootstrap 5 Compatible
 */

/* Hide Drupal's skip link */
.visually-hidden.focusable:not(:focus) {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important;
}

/* Hover effects for service cards */
.hover-lift {
  transition: all 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

/* Modal enhancements */
.modal-content {
  border-radius: 12px;
  border: none;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
