/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*services*/


#services1:hover {
    background:#C28928 ;
}

#services1:hover img {
    filter: brightness(0) invert(1);
}

/* Heading white on hover */
#services1:hover .elementor-image-box-title {
    color: #ffffff !important;
}

/* Paragraph light white on hover */
#services1:hover .elementor-image-box-description {
    color: #D1D1D1 !important;
}

/* Learn More text white */
#services1:hover .elementor-button-text {
    color: #ffffff !important;
}

/* Arrow icon white */
#services1:hover .elementor-button svg {
    fill: #ffffff !important;
}

/* Divider white/light */
#services1:hover .elementor-divider-separator {
    border-color: rgba(255, 255, 255, 0.7) !important;
}
