.elementor .card{.card {
transform: rotate(-10deg);   /* initial tilted */
transition: transform 0.3s ease; /* smooth animation */
}

.card:hover {
transform: rotate(0deg); /* straight on hover */
}\n}.elementor .about-circle{display:flex;flex-direction:column;justify-content:center;align-items:center;}