/* 
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
*/
.darkHeader {
    background-color: #08293F;
}

.icon-bx-list h3.elementor-icon-box-title {
    margin-top: 0;
}

.icon-bx-list p.elementor-icon-box-description span {
    font-family: 'Noto Sans';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #F1BA51;
}

.contact-form .frm_style_formidable-style input:not([type="submit"]),
.contact-form .frm_style_formidable-style textarea {
    background-color: #202e37;
    color: #fff !important;
    outline: none !important;
}

.contact-form .frm_style_formidable-style input:not([type="submit"]):focus,
.contact-form .frm_style_formidable-style textarea:focus {
    background-color: transparent !important;
}

.contact-form .frm_style_formidable-style input:not([type="submit"])::placeholder,
.contact-form .frm_style_formidable-style textarea::placeholder {
    font-family: 'Noto Sans';
    font-style: normal;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #CED5D9;

}

.contact-form .frm_style_formidable-style textarea {
    resize: none;
}

div#frm_field_6_container {
    margin-bottom: 0;
}

button.frm_button_submit {
    background: linear-gradient(0deg, #9E6A06 -15.74%, #F1BA51 74.07%) !important;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.32), inset 0px 2px 1px rgba(255, 255, 255, 0.2), inset 0px -2px 1px rgba(255, 255, 255, 0.2) !important;
    border: 1px solid #F1BA51 !important;
    font-family: 'Noto Sans';
    font-weight: 700 !important;
    font-size: 16px;
    letter-spacing: -0.01em;
}

button.frm_button_submit:hover {
    background: #08293F !important;
}

input#field_29yf4d {
    text-transform: lowercase !important;
}

.frm_error {
    color: red !important;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],
.frm_style_formidable-style.with_frm_style .frm_blank_field textarea {
    background-color: transparent !important;
}

/* Reset counter on parent */
.icon-counter-wrap {
    counter-reset: icon-counter;
}

/* Add counter to each icon */
.icon-counter-wrap .icon-bx-list .elementor-icon-box-icon span.elementor-icon::before {
    counter-increment: icon-counter;
    content: counter(icon-counter);
    font-family: 'Noto Sans';
    font-weight: 600;
    font-size: 16px;
    color: #F1BA51;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-counter-wrap .icon-bx-list .elementor-icon-box-icon span.elementor-icon {
    position: relative;
}
.frm_message {
    text-align: center;
}
@media only screen and (max-width:767px) {
    button.frm_button_submit {
        width: 100% !important;
    }
    .icon-counter-wrap .icon-bx-list .elementor-icon-box-icon span.elementor-icon::before{
        font-size: 13px;
    }
}