/* Remove shadow and hover effects */
#servicesCardsGrid .group {
  transform: none !important;
  perspective: none !important;
}

#servicesCardsGrid .group > div {
  transform: none !important;
  transition: none !important;
}

#servicesCardsGrid .group:hover > div {
  transform: none !important;
}

#servicesCardsGrid .absolute.-inset-0\.5 {
  display: none !important;
}

#servicesCardsGrid .relative.rounded-2xl.bg-white {
  box-shadow: none !important;
  border: 1px solid #e5e7eb;
}

#servicesCardsGrid .group:hover .absolute.-inset-0\.5,
#servicesCardsGrid .group:hover .blur {
  opacity: 0 !important;
}

#servicesCardsGrid .group:hover .transform {
  transform: none !important;
}

/* Remove blur effects */
#servicesCardsGrid .blur,
#servicesCardsGrid .blur-sm {
  filter: none !important;
}

/* Remove shadow from icon container */
#servicesCardsGrid .shadow-lg {
  box-shadow: none !important;
}

/* Remove all transitions */
#servicesCardsGrid * {
  transition: none !important;
}
