/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


.banner-box .banner-col:hover p,
.banner-box .banner-col:hover h3,
.banner-box .banner-col:hover a,
.banner-box .banner-col:hover .elementor-tab-content{
    color: #fff !important;
}
.banner-box .banner-col:hover svg{
    filter: invert(0) sepia(0) saturate(0) hue-rotate(0deg) brightness(5);
}

.banner-box .banner-col .elementor-toggle-item {
    display: flex;
    flex-direction: column-reverse;
}
.banner-box .banner-col {
    display: flex;
    align-items: flex-start;
}
.letsstart-form .fluentform .iti__selected-flag , 
.contact-page-form .fluentform .iti__selected-flag{
    background: unset !important;
    display: none;
}
.letsstart-form .contact-form-name input {
    background-image: url(/wp-content/uploads/2023/01/user.png) !important;
    background-repeat: no-repeat;
    background-position: 3%;
}
.letsstart-form .contact-form-email input {
    background-image: url(/wp-content/uploads/2023/01/email.png) !important;
    background-repeat: no-repeat;
    background-position: 3%;
}
.letsstart-form .contact-form-phone input {
    background-image: url(/wp-content/uploads/2023/01/phone-call.png) !important;
    background-repeat: no-repeat;
    background-position: 3%;
}
.letsstart-form .contact-form-message textarea {
    background-image: url(/wp-content/uploads/2023/01/comment.png) !important;
    background-repeat: no-repeat;
    background-position: 3% 13%;
}
.letsstart-form .ff_submit_btn_wrapper {
    margin: 0px !important;
}

.service-providing .elementor-widget-wrap.elementor-element-populated:hover h1 ,
.service-providing .elementor-widget-wrap.elementor-element-populated:hover .elementor-widget-container{
    color: #fff !important;
}