/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/hello-theme/
 Description:  A child theme for the Hello Elementor theme
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/

/* Add your custom CSS below this line */

.elementor-item-active{
	background-color:#0A6FB8!important;
	border-radius:6px!important;
}
.water-list a {
  display:inline-flex!important;
    width: fit-content!important;
    transition: all 0.3s ease;
}

.water-list a:hover {
    transform: translateX(5px)!important;
}