/* Start custom CSS *//* Change link color and remove underline */
body.elementor-kit-473 a {
    color: #30c3c9; /* Replace with your hex color */
    text-decoration: none;
    font-weight: bold;
}

/* Change style when hovering */
body.elementor-kit-473 a:hover {
    color: #30c3c1;
    text-decoration: underline;
}/* End custom CSS */