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

/*paragraph text*/
p, ul {
    margin-top: 0;
}
ul {
    padding-left: 20px;
}
.elementor-headline, .elementor-icon-box-title {
    margin-top: 0;
    margin-bottom: 0;
}
.fw700 {
  font-weight: 700;
}

/*Heading Mix text*/
.elementor-headline span.fsmall {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: var( --e-global-color-secondary );
}
.elementor-headline span.fw600 {
    font-weight: 600;
}
@media only screen and (min-width: 768px) {
.elementor-headline span.fsmall {
    font-size: 14px;
}}

/*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-fname .elementor-field,
.elementor-field-group-lname .elementor-field {
    background-image: url('/wp-content/uploads/2025/10/user-icon.svg');
}
.elementor-field-group-phone .elementor-field {
    background-image: url('/wp-content/uploads/2025/10/phone-icon.svg');
}
.elementor-field-group-email .elementor-field {
    background-image: url('/wp-content/uploads/2025/10/email-icon.svg');
}
.elementor-field-group-message .elementor-field {
    background-image: url('/wp-content/uploads/2025/10/chat-icon.svg');
    background-position: 15px 15px;    
}

/*- Extra Large Screen -*/
@media only screen and (min-width: 1920px) {
  [data-elementor-type="wp-page"],
  [data-elementor-type="wp-post"],
  [data-elementor-type="header"],
  [data-elementor-type="footer"] {
    max-width: 1600px;
    margin: 0 auto;
  }
}