:target{animation:highlightBox 5s ease}@keyframes highlightBox{0%{box-shadow:0 0 0 0 rgba(200,70,135,0.5)}50%{box-shadow:0 0 0 18px rgba(200,70,135,0)}100%{box-shadow:0 0 0 0 rgba(200,70,135,0)}}.service-card{transition:transform .25s ease,box-shadow .25s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(158,84,154,0.18)}