/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com
Description: A child theme for the Hello Elementor theme
Author: Your Name
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/


/* Default state - page content stays in place */


/* Change the default link color globally */
a {
    color: #b0b0b0 !important; /* Light gray for default links */
}

/* Change the link color on hover */
a:hover,
.elementor a:hover,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #ffffff !important; /* White on hover */
}

/* Change the link color for visited links */
a:visited {
    color: #b0b0b0 !important; /* Light gray for visited links */
}

/* Change the link color for active links (when clicked) */
a:active {
    color: #b0b0b0 !important; /* Light gray for active links */
}

/* Target links inside Elementor widgets */
.elementor a {
    color: #b0b0b0 !important; /* Light gray for links inside Elementor widgets */
}

/* Target links inside headings */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #b0b0b0 !important; /* Light gray for links inside headings */
}


/* HIDE HREF SMALL TOGGLE IN FRONT END */
