/* 
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 */

/*-- Common Global CSS --*/

/*paragrph text*/
p, ul {
    margin-top: 0;
}
ul {
    padding-left: 20px;
}

/*Icon widget*/
.elementor-widget-icon .elementor-icon-wrapper {
    line-height: 0;
}

/*Heading Mix text*/
.elementor-headline span.fsmall {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--dynamic-text-color, #aebcb9);
}
.elementor-headline span.fw600 {
    font-weight: 600;
}
@media only screen and (min-width: 768px) {
.elementor-headline span.fsmall {
    font-size: 17px;
}}
@media only screen and (min-width: 1025px) {
.elementor-headline span.fsmall {
    font-size: 18px;
}}

/*Bold Text Color mix in Paragraph*/
.text-brown-bold p b, .text-brown-bold p strong {color: var( --e-global-color-secondary );}
.text-green-bold p b, .text-green-bold p strong {color: var( --e-global-color-accent );}

/*list text break*/
.elementor-icon-list-item {
    word-break: break-word;
    overflow-wrap: anywhere;
}

/*Heading Top margin*/
.elementor-headline, .elementor-icon-box-title, .elementor-image-box-title {
    margin: 0;
}

/*COntact Form*/
.elementor-field-group .elementor-field {
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 15px;
    padding-left: 40px !important;
}
.elementor-field-group-name .elementor-field {
    background-image: url('/wp-content/uploads/2025/08/user-icon.svg');
}
.elementor-field-group-field_0ab4812 .elementor-field {
    background-image: url('/wp-content/uploads/2025/08/phone-icon.svg');
}
.elementor-field-group-email .elementor-field {
    background-image: url('/wp-content/uploads/2025/08/email-icon.svg');
}
.elementor-field-group-message .elementor-field {
    background-image: url('/wp-content/uploads/2025/08/chat-icon.svg');
    background-position: 15px 15px;    
}