.flex.flex-col.pb-1.mx-1 .cursor-pointer {
    pointer-events: none; /* Disable all mouse events */
}
.service-card {
  background-color: rgba(0, 0, 0, 1);  /* White background with 80% opacity */
}
