/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

.service-card:hover .card-heading h2{
    color: #FFFFFF !important;
}

.service-card:hover .card-text p{
    color: #FFFFFF !important;
}

.service-card:hover .cta-icon-2 path{
    fill: white;
    background-color: white !important;
}

.cta-icon {
    transform: rotate(-32deg);
}
.service-card:hover .cta-icon {
    transform: rotate(0deg);
    transition: transform 0.6s ease-out;
}

.service-card:hover .cta-icon path{
    fill: white;
    background-color: white !important;
}

.cta-icon-3 path{
    fill: white;
}
